package clientset

import "github.com/docker/cli/kubernetes/client/clientset"

Index

Variables

var New = api.New

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

type Clientset = api.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

type Interface = api.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

clientset.go

Directories

PathSynopsis
kubernetes/client/clientset/scheme
kubernetes/client/clientset/typed
kubernetes/client/clientset/typed/compose
kubernetes/client/clientset/typed/compose/v1beta1
kubernetes/client/clientset/typed/compose/v1beta2
Version
v20.10.12+incompatible
Published
Dec 12, 2021
Platform
js/wasm
Imports
1 packages
Last checked
4 hours ago

Tools for package owners.