# Functions
ApplyResource performs an apply of a unstructured resource.
DeleteResource deletes resource.
DeleteResourceWithLabel delete all resources which match to specified label selector.
GetCachedServerResources discovers API resources supported by a Kube API server.
GetLiveResource returns the corresponding live resource from a unstructured object.
GetResourcesWithLabel returns all kubernetes resources with specified label.
ListResources returns a list of resources of a particular API type using the dynamic client.
MustToUnstructured converts a concrete K8s API type to a un unstructured object and panics if not successful.
See: https://github.com/ksonnet/ksonnet/blob/master/utils/client.go.
TestConfig tests to make sure the REST config is usable.
ToUnstructured converts a concrete K8s API type to a un unstructured object.
No description provided by the author
WriteKubeConfig takes a rest.Config and writes it as a kubeconfig at the specified path.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author