Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithSchemes ¶
WithSchemes allow add extensions scheme to client
Types ¶
type Client ¶
type Client interface { Cache() cache.Cache Direct() client.Client Metrics() versioned.Interface ClientSet() kubernetes.Interface }
Client retrieves k8s resource with cache or not
type InternalClient ¶
type InternalClient struct {
// contains filtered or unexported fields
}
func (*InternalClient) Cache ¶
func (c *InternalClient) Cache() cache.Cache
func (*InternalClient) ClientSet ¶
func (c *InternalClient) ClientSet() kubernetes.Interface
func (*InternalClient) Direct ¶
func (c *InternalClient) Direct() client.Client
func (*InternalClient) Metrics ¶
func (c *InternalClient) Metrics() versioned.Interface
Click to show internal directories.
Click to hide internal directories.