Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
New creates a new Clientset for the given RESTClient. Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/clientset.New instead
var NewForConfig = api.NewForConfig
NewForConfig creates a new Clientset for the given config. Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/clientset.NewForConfig instead
var NewForConfigOrDie = api.NewForConfigOrDie
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config. Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/clientset.NewForConfigOrDie instead
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
Clientset contains the clients for groups. Each group has exactly one version included in a Clientset. Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/clientset.Clientset instead