Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) Agones() agonesv1.AgonesV1Interfacedeprecated
- func (c *Clientset) AgonesV1() agonesv1.AgonesV1Interface
- func (c *Clientset) Allocation() allocationv1.AllocationV1Interfacedeprecated
- func (c *Clientset) AllocationV1() allocationv1.AllocationV1Interface
- func (c *Clientset) Autoscaling() autoscalingv1.AutoscalingV1Interfacedeprecated
- func (c *Clientset) AutoscalingV1() autoscalingv1.AutoscalingV1Interface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) Multicluster() multiclusterv1alpha1.MulticlusterV1alpha1Interfacedeprecated
- func (c *Clientset) MulticlusterV1alpha1() multiclusterv1alpha1.MulticlusterV1alpha1Interface
- 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) Agones
deprecated
added in
v0.12.0
func (c *Clientset) Agones() agonesv1.AgonesV1Interface
Deprecated: Agones retrieves the default version of AgonesClient. Please explicitly pick a version.
func (*Clientset) AgonesV1 ¶ added in v0.12.0
func (c *Clientset) AgonesV1() agonesv1.AgonesV1Interface
AgonesV1 retrieves the AgonesV1Client
func (*Clientset) Allocation
deprecated
added in
v0.10.0
func (c *Clientset) Allocation() allocationv1.AllocationV1Interface
Deprecated: Allocation retrieves the default version of AllocationClient. Please explicitly pick a version.
func (*Clientset) AllocationV1 ¶ added in v0.12.0
func (c *Clientset) AllocationV1() allocationv1.AllocationV1Interface
AllocationV1 retrieves the AllocationV1Client
func (*Clientset) Autoscaling
deprecated
added in
v0.11.0
func (c *Clientset) Autoscaling() autoscalingv1.AutoscalingV1Interface
Deprecated: Autoscaling retrieves the default version of AutoscalingClient. Please explicitly pick a version.
func (*Clientset) AutoscalingV1 ¶ added in v0.12.0
func (c *Clientset) AutoscalingV1() autoscalingv1.AutoscalingV1Interface
AutoscalingV1 retrieves the AutoscalingV1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) Multicluster
deprecated
added in
v0.10.0
func (c *Clientset) Multicluster() multiclusterv1alpha1.MulticlusterV1alpha1Interface
Deprecated: Multicluster retrieves the default version of MulticlusterClient. Please explicitly pick a version.
func (*Clientset) MulticlusterV1alpha1 ¶ added in v0.10.0
func (c *Clientset) MulticlusterV1alpha1() multiclusterv1alpha1.MulticlusterV1alpha1Interface
MulticlusterV1alpha1 retrieves the MulticlusterV1alpha1Client
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface AgonesV1() agonesv1.AgonesV1Interface // Deprecated: please explicitly pick a version if possible. Agones() agonesv1.AgonesV1Interface AllocationV1() allocationv1.AllocationV1Interface // Deprecated: please explicitly pick a version if possible. Allocation() allocationv1.AllocationV1Interface AutoscalingV1() autoscalingv1.AutoscalingV1Interface // Deprecated: please explicitly pick a version if possible. Autoscaling() autoscalingv1.AutoscalingV1Interface MulticlusterV1alpha1() multiclusterv1alpha1.MulticlusterV1alpha1Interface // Deprecated: please explicitly pick a version if possible. Multicluster() multiclusterv1alpha1.MulticlusterV1alpha1Interface }
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
|
|
agones/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
agones/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
allocation/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
allocation/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
autoscaling/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
autoscaling/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
multicluster/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
multicluster/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |