@hashgraph/solo
    Preparing search index...

    Implements

    Index

    Constructors

    Methods

    • Create a new config map. If the config map already exists, it will not be replaced.

      Parameters

      • namespace: NamespaceName

        for the config map

      • name: string

        for the config name

      • labels: Record<string, string>

        for the config metadata

      • data: Record<string, string>

        to contain in the config

      Returns Promise<boolean>

      if the config map could not be created.

      if the API call fails for an unexpected reason.

    • Create or replace a config map. If the config map already exists, it will be replaced.

      Parameters

      • namespace: NamespaceName

        for the config map

      • name: string

        for the config name

      • labels: Record<string, string>

        for the config metadata

      • data: Record<string, string>

        to contain in the config

      Returns Promise<boolean>

      if the config map could not be created.

      if the config map could not be replaced.

      if the API call fails for an unexpected reason.