Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { *discovery.DiscoveryClient *composev1beta2.ComposeV1beta2Client *composev1beta1.ComposeV1beta1Client }
Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.
func NewForConfig ¶
NewForConfig creates a new Clientset for the given config.
func NewForConfigOrDie ¶
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (*Clientset) ComposeV1beta1 ¶
func (c *Clientset) ComposeV1beta1() composev1beta1.ComposeV1beta1Interface
ComposeV1beta1 retrieves the ComposeV1beta1Client
func (*Clientset) ComposeV1beta2 ¶
func (c *Clientset) ComposeV1beta2() composev1beta2.ComposeV1beta2Interface
ComposeV1beta2 retrieves the ComposeV1beta2Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface ComposeV1beta2() composev1beta2.ComposeV1beta2Interface ComposeV1beta1() composev1beta1.ComposeV1beta1Interface }
Interface defines the methods a compose kube client should have FIXME(vdemeester) is it required ?
Click to show internal directories.
Click to hide internal directories.