Creates a new Chart instance.
the name of the Helm chart.
OptionalrepoName: stringthe name of repository which contains the Helm chart.
Readonlynamethe name of the Helm chart.
Optional Readonlyrepothe name of repository which contains the Helm chart.
Returns the qualified name of the chart (same as toString).
Returns a string representation of the chart. If repoName is provided, returns "repoName/name", otherwise just returns "name".
Returns the unqualified name of the chart (just the name without the repo).
Represents a chart and is used to interact with the Helm install and uninstall commands.