@hashgraph/solo
    Preparing search index...

    Represents a chart and is used to interact with the Helm install and uninstall commands.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a new Chart instance.

      Parameters

      • name: string

        the name of the Helm chart.

      • OptionalrepoName: string

        the name of repository which contains the Helm chart.

      Returns Chart

    Properties

    name: string

    the name of the Helm chart.

    repoName?: string

    the name of repository which contains the Helm chart.

    Methods

    • Returns a string representation of the chart. If repoName is provided, returns "repoName/name", otherwise just returns "name".

      Returns string