Documentation ¶
Index ¶
- func DeploymentManifest(namespace, image string, canary bool) (string, error)
- func Install(client internalclientset.Interface, namespace, image string, ...) error
- func ServiceManifest(namespace string) (string, error)
- func Uninstall(kubeClient internalclientset.Interface, kubeCmd *kube.Client, namespace string, ...) error
- func Upgrade(client internalclientset.Interface, namespace, image string, canary bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeploymentManifest ¶
DeploymentManifest gets the manifest (as a string) that describes the Tiller Deployment resource.
func Install ¶
func Install(client internalclientset.Interface, namespace, image string, canary, verbose bool) error
Install uses kubernetes client to install tiller
Returns the string output received from the operation, and an error if the command failed.
If verbose is true, this will print the manifest to stdout.
func ServiceManifest ¶
ServiceManifest gets the manifest (as a string) that describes the Tiller Service resource.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.