Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) Clusterversion() clusterversionv1.ClusterversionV1Interfacedeprecated
- func (c *Clientset) ClusterversionV1() clusterversionv1.ClusterversionV1Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) Operatorstatus() operatorstatusv1.OperatorstatusV1Interfacedeprecated
- func (c *Clientset) OperatorstatusV1() operatorstatusv1.OperatorstatusV1Interface
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { *discovery.DiscoveryClient // contains filtered or unexported fields }
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) Clusterversion
deprecated
func (c *Clientset) Clusterversion() clusterversionv1.ClusterversionV1Interface
Deprecated: Clusterversion retrieves the default version of ClusterversionClient. Please explicitly pick a version.
func (*Clientset) ClusterversionV1 ¶
func (c *Clientset) ClusterversionV1() clusterversionv1.ClusterversionV1Interface
ClusterversionV1 retrieves the ClusterversionV1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) Operatorstatus
deprecated
func (c *Clientset) Operatorstatus() operatorstatusv1.OperatorstatusV1Interface
Deprecated: Operatorstatus retrieves the default version of OperatorstatusClient. Please explicitly pick a version.
func (*Clientset) OperatorstatusV1 ¶
func (c *Clientset) OperatorstatusV1() operatorstatusv1.OperatorstatusV1Interface
OperatorstatusV1 retrieves the OperatorstatusV1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface ClusterversionV1() clusterversionv1.ClusterversionV1Interface // Deprecated: please explicitly pick a version if possible. Clusterversion() clusterversionv1.ClusterversionV1Interface OperatorstatusV1() operatorstatusv1.OperatorstatusV1Interface // Deprecated: please explicitly pick a version if possible. Operatorstatus() operatorstatusv1.OperatorstatusV1Interface }
Directories ¶
Path | Synopsis |
---|---|
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
typed
|
|
clusterversion.openshift.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
clusterversion.openshift.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
operatorstatus.openshift.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
operatorstatus.openshift.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |