Versions in this module Expand all Collapse all v0 v0.15.0 Oct 14, 2024 v0.14.0 Jun 18, 2024 Changes in this version + type ManifestWorkSourceClient struct + func NewManifestWorkSourceClient(sourceID string, ...) *ManifestWorkSourceClient + func (c *ManifestWorkSourceClient) Create(ctx context.Context, manifestWork *workv1.ManifestWork, ...) (*workv1.ManifestWork, error) + func (c *ManifestWorkSourceClient) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error + func (c *ManifestWorkSourceClient) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error + func (c *ManifestWorkSourceClient) Get(ctx context.Context, name string, opts metav1.GetOptions) (*workv1.ManifestWork, error) + func (c *ManifestWorkSourceClient) List(ctx context.Context, opts metav1.ListOptions) (*workv1.ManifestWorkList, error) + func (c *ManifestWorkSourceClient) Patch(ctx context.Context, name string, pt kubetypes.PatchType, data []byte, ...) (result *workv1.ManifestWork, err error) + func (c *ManifestWorkSourceClient) SetNamespace(namespace string) + func (c *ManifestWorkSourceClient) Update(ctx context.Context, manifestWork *workv1.ManifestWork, ...) (*workv1.ManifestWork, error) + func (c *ManifestWorkSourceClient) UpdateStatus(ctx context.Context, manifestWork *workv1.ManifestWork, ...) (*workv1.ManifestWork, error) + func (c *ManifestWorkSourceClient) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)