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
// contains filtered or unexported fields
}
func (*Clientset) ClaimsV1alpha1 ¶
func (c *Clientset) ClaimsV1alpha1() claimsv1alpha1.ClaimV1alpha1Interface
CoreV1 retrieves the CoreV1Client
func (*Clientset) ClusterV1alpha1 ¶
func (c *Clientset) ClusterV1alpha1() clusterv1alpha1.ClusterV1alpha1Interface
CoreV1 retrieves the CoreV1Client
func (*Clientset) ConfigV1alpha1 ¶
func (c *Clientset) ConfigV1alpha1() configv1alpha1.ConfigV1alpha1Interface
CoreV1 retrieves the CoreV1Client
type Interface ¶
type Interface interface {
Discovery() discovery.DiscoveryInterface
ConfigV1alpha1() configv1alpha1.ConfigV1alpha1Interface
ClaimsV1alpha1() claimsv1alpha1.ClaimV1alpha1Interface
ClusterV1alpha1() clusterv1alpha1.ClusterV1alpha1Interface
}
Click to show internal directories.
Click to hide internal directories.