HelmInit |
HelmInit.canaryImage() |
Obtain a copy of this Helm create command that also applies
the --canary-image flag.
|
HelmInit |
HelmInit.clientOnly() |
Obtain a copy of this Helm create command that also applies
the --client-only flag.
|
HelmInit |
HelmInit.dryRun() |
Obtain a copy of this Helm create command that also applies
the --dry-run flag.
|
static HelmInit |
Helm.init() |
Initialize Helm on both client and server.
|
HelmInit |
HelmCommand.Template.init() |
Initialize Helm on both client and server.
|
HelmInit |
HelmInit.localRepoURL(String url) |
Obtain a copy of this Helm create command that also applies
the --local-repo-url flag.
|
HelmInit |
HelmInit.netHost() |
Obtain a copy of this Helm create command that also applies
the --net-host flag.
|
HelmInit |
HelmInit.newInstance(String helm,
Arguments arguments,
Arguments flags,
EnvironmentVariables env) |
|
HelmInit |
HelmInit.serviceAccount(String name) |
Obtain a copy of this Helm create command that also applies
the --service-account flag.
|
HelmInit |
HelmInit.skipRefresh() |
Obtain a copy of this Helm create command that also applies
the --skip-refresh flag.
|
HelmInit |
HelmInit.stableRepoURL(String url) |
Obtain a copy of this Helm create command that also applies
the --stable-repo-url flag.
|
HelmInit |
HelmInit.tillerImage(String image) |
Obtain a copy of this Helm create command that also applies
the --tiller-image flag.
|
HelmInit |
HelmInit.tillerTLS() |
Obtain a copy of this Helm create command that also applies
the --tiller-tls flag.
|
HelmInit |
HelmInit.tillerTLSCert(String cert) |
Obtain a copy of this Helm create command that also applies
the --tiller-tls-cert flag.
|
HelmInit |
HelmInit.tillerTLSKey(String key) |
Obtain a copy of this Helm create command that also applies
the --tiller-tls-key flag.
|
HelmInit |
HelmInit.tillerTLSVerify() |
Obtain a copy of this Helm create command that also applies
the --tiller-tls-verify flag.
|
HelmInit |
HelmInit.tlsCACert(String cert) |
Obtain a copy of this Helm create command that also applies
the --tiller-ca-cert flag.
|
HelmInit |
HelmInit.upgrade() |
Obtain a copy of this Helm create command that also applies
the --upgrade flag.
|