@hashgraph/solo
    Preparing search index...

    Implements

    Index

    Constructors

    Methods

    • creates a new Kubernetes secret with the provided attributes

      Parameters

      • namespace: NamespaceName

        the namespace to store the secret

      • name: string

        the name of the new secret

      • secretType: SecretType

        the secret type

      • data: Record<string, string>

        the secret, any values of a key:value pair must be base64 encoded

      • labels: Optional<Record<string, string>>

        the label to use for future label selector queries

      Returns Promise<boolean>

      whether the secret was created successfully