package clientset
import "github.com/docker/cli/kubernetes/client/clientset"
Index ¶
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
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
type Interface ¶
Interface defines the methods a compose kube client should have Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/clientset.Interface instead
Source Files ¶
Directories ¶
- Version
- v20.10.3+incompatible
- Published
- Jan 28, 2021
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 7 minutes ago –
Tools for package owners.