Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { kubernetes.Interface // contains filtered or unexported fields }
func NewClientset ¶
func (*Clientset) RouteGroupV1 ¶ added in v1.3.5
func (c *Clientset) RouteGroupV1() rgv1.ZalandoV1Interface
func (*Clientset) ZalandoV1 ¶
func (c *Clientset) ZalandoV1() zalandov1.ZalandoV1Interface
type Interface ¶
type Interface interface { kubernetes.Interface ZalandoV1() zalandov1.ZalandoV1Interface RouteGroupV1() rgv1.ZalandoV1Interface }
Click to show internal directories.
Click to hide internal directories.