Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureNamespaceExists ¶
EnsureNamespaceExists attempts to create the provided Kubernetes namespace. It returns two values: a bool indicating whether or not the namespace was created, and an error if the create failed for a reason other than that the namespace already exists. Note that in the case where the namespace already exists, this function will return (false, nil).
func NamespaceAndName ¶ added in v0.4.0
NamespaceAndName returns a string in the format <namespace>/<name>
func ServerVersion ¶ added in v0.7.0
func ServerVersion(client discovery.DiscoveryInterface) (*version.Version, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.