Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkClientSetWrapper ¶
type WorkClientSetWrapper struct {
WorkV1ClientWrapper *WorkV1ClientWrapper
}
WorkClientSetWrapper wraps a work client that has a manifestwork client to a work clientset interface, this wrapper will helps us to build manifestwork informer factory easily.
func (*WorkClientSetWrapper) Discovery ¶
func (c *WorkClientSetWrapper) Discovery() discovery.DiscoveryInterface
func (*WorkClientSetWrapper) WorkV1 ¶
func (c *WorkClientSetWrapper) WorkV1() workv1client.WorkV1Interface
func (*WorkClientSetWrapper) WorkV1alpha1 ¶
func (c *WorkClientSetWrapper) WorkV1alpha1() workv1alpha1client.WorkV1alpha1Interface
type WorkV1ClientWrapper ¶
type WorkV1ClientWrapper struct {
ManifestWorkClient workv1client.ManifestWorkInterface
}
WorkV1ClientWrapper wraps a manifestwork client to a WorkV1Interface
func (*WorkV1ClientWrapper) AppliedManifestWorks ¶
func (c *WorkV1ClientWrapper) AppliedManifestWorks() workv1client.AppliedManifestWorkInterface
func (*WorkV1ClientWrapper) ManifestWorks ¶
func (c *WorkV1ClientWrapper) ManifestWorks(namespace string) workv1client.ManifestWorkInterface
func (*WorkV1ClientWrapper) RESTClient ¶
func (c *WorkV1ClientWrapper) RESTClient() rest.Interface
Click to show internal directories.
Click to hide internal directories.