@mihaly-farkas/cdk8s-dynatrace-monitoring - v0.1.0-alpha.19
    Preparing search index...

    Interface NamespaceProps

    interface NamespaceProps {
        metadata?: MetadataProps;
        name?: string;
        skipNamespaceCreation?: boolean;
    }
    Index

    Properties

    metadata?: MetadataProps

    Additional metadata properties for the Kubernetes namespace.

    Ignored if skipNamespaceCreation is true.

    name?: string

    The name of the Kubernetes namespace the Dynatrace resources to deploy to.

    'dynatrace'
    
    skipNamespaceCreation?: boolean

    Whether to skip the creation of the Kubernetes namespace.

    If true, namespaceProps will not be used as the namespace name and assuming that the namespace already exists.

    false