@hashgraph/solo
    Preparing search index...
    interface ConfigMap {
        data?: Record<string, string>;
        labels?: Record<string, string>;
        name: string;
        namespace: NamespaceName;
    }

    Implemented by

    Index

    Properties

    data?: Record<string, string>

    The data of the config map

    labels?: Record<string, string>

    The labels of the config map

    name: string

    The name of the config map

    namespace: NamespaceName

    The namespace of the config map