Documentation ¶
Index ¶
- type Clientset
- type ClusterClientset
- func (c *ClusterClientset) Cluster(clusterPath logicalcluster.Path) client.Interface
- func (c *ClusterClientset) Discovery() discovery.DiscoveryInterface
- func (c *ClusterClientset) Tracker() kcptesting.ObjectTracker
- func (c *ClusterClientset) WildwestV1alpha1() kcpwildwestv1alpha1.WildwestV1alpha1ClusterInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { *kcptesting.Fake // contains filtered or unexported fields }
Clientset contains the clients for groups.
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) Tracker ¶
func (c *Clientset) Tracker() kcptesting.ScopedObjectTracker
func (*Clientset) WildwestV1alpha1 ¶
func (c *Clientset) WildwestV1alpha1() wildwestv1alpha1.WildwestV1alpha1Interface
WildwestV1alpha1 retrieves the WildwestV1alpha1Client.
type ClusterClientset ¶
type ClusterClientset struct { *kcptesting.Fake // contains filtered or unexported fields }
ClusterClientset contains the clients for groups.
func NewSimpleClientset ¶
func NewSimpleClientset(objects ...runtime.Object) *ClusterClientset
NewSimpleClientset returns a clientset that will respond with the provided objects. It's backed by a very simple object tracker that processes creates, updates and deletions as-is, without applying any validations and/or defaults. It shouldn't be considered a replacement for a real clientset and is mostly useful in simple unit tests.
func (*ClusterClientset) Cluster ¶
func (c *ClusterClientset) Cluster(clusterPath logicalcluster.Path) client.Interface
Cluster scopes this clientset to one cluster.
func (*ClusterClientset) Discovery ¶
func (c *ClusterClientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*ClusterClientset) Tracker ¶
func (c *ClusterClientset) Tracker() kcptesting.ObjectTracker
func (*ClusterClientset) WildwestV1alpha1 ¶
func (c *ClusterClientset) WildwestV1alpha1() kcpwildwestv1alpha1.WildwestV1alpha1ClusterInterface
WildwestV1alpha1 retrieves the WildwestV1alpha1ClusterClient.