Skip to main content

Class: Options

Defined in: components/createReferencedNamespaces.d.ts:5

Constructors

Constructor

new Options(): Options;

Returns

Options

Properties

PropertyTypeDescriptionDefined in
documentGroup?stringPath of the document group in which created namespaces will belong. Default value is 'namespaces'.components/createReferencedNamespaces.d.ts:7
predicate?(namespace) => booleanA predicate function to filter namespaces. Returns true if the namespace should be included. If not specified, all namespaces except the default Kubernetes namespaces will be included.components/createReferencedNamespaces.d.ts:12