Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithDefaultScheme ¶
func WithDisableCaches ¶
func WithWatchClient ¶
Types ¶
type Cluster ¶
func (*Cluster) Discovery ¶
func (c *Cluster) Discovery() discovery.DiscoveryInterface
func (*Cluster) Kubernetes ¶
func (c *Cluster) Kubernetes() kubernetes.Interface
type Interface ¶
type Interface interface { cluster.Cluster Config() *rest.Config Kubernetes() kubernetes.Interface Discovery() discovery.DiscoveryInterface Watch(ctx context.Context, list client.ObjectList, callback func(watch.Event) error, opts ...client.ListOption) error }
type WatchableDelegatingClient ¶
func (*WatchableDelegatingClient) Watch ¶
func (c *WatchableDelegatingClient) Watch(ctx context.Context, obj client.ObjectList, opts ...client.ListOption) (watch.Interface, error)
Click to show internal directories.
Click to hide internal directories.