Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { *kubernetes.Clientset *LBClientset }
type LBClient ¶
type LBClient struct {
*rest.RESTClient
}
func (*LBClient) GetRESTClient ¶
func (c *LBClient) GetRESTClient() *rest.RESTClient
type LBClientInterface ¶
type LBClientInterface interface {
GetRESTClient() *rest.RESTClient
}
type LBClientset ¶
type LBClientset struct {
*LBClient
}
func (*LBClientset) LB ¶
func (c *LBClientset) LB() LBClientInterface
type LBClientsetInterface ¶
type LBClientsetInterface interface {
LB() LBClientInterface
}
Interface exposes methods on k8s resources.
Click to show internal directories.
Click to hide internal directories.