Documentation
¶
Index ¶
- type UpdatedClient
- func (c *UpdatedClient) Create(ctx context.Context, obj runtime.Object, opts ...client.CreateOption) error
- func (c *UpdatedClient) Delete(ctx context.Context, obj runtime.Object, opts ...client.DeleteOption) error
- func (c *UpdatedClient) DeleteAllOf(ctx context.Context, obj runtime.Object, opts ...client.DeleteAllOfOption) error
- func (c *UpdatedClient) Get(ctx context.Context, key client.ObjectKey, obj runtime.Object) error
- func (c *UpdatedClient) List(ctx context.Context, list runtime.Object, opts ...client.ListOption) error
- func (c *UpdatedClient) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, ...) error
- func (c *UpdatedClient) Status() client.StatusWriter
- func (c *UpdatedClient) Update(ctx context.Context, obj runtime.Object, opts ...client.UpdateOption) error
- type UpdatedStatusWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdatedClient ¶
type UpdatedClient struct {
// contains filtered or unexported fields
}
func (*UpdatedClient) Create ¶
func (c *UpdatedClient) Create(ctx context.Context, obj runtime.Object, opts ...client.CreateOption) error
func (*UpdatedClient) Delete ¶
func (c *UpdatedClient) Delete(ctx context.Context, obj runtime.Object, opts ...client.DeleteOption) error
func (*UpdatedClient) DeleteAllOf ¶
func (c *UpdatedClient) DeleteAllOf(ctx context.Context, obj runtime.Object, opts ...client.DeleteAllOfOption) error
func (*UpdatedClient) List ¶
func (c *UpdatedClient) List(ctx context.Context, list runtime.Object, opts ...client.ListOption) error
func (*UpdatedClient) Patch ¶
func (c *UpdatedClient) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, opts ...client.PatchOption) error
func (*UpdatedClient) Status ¶
func (c *UpdatedClient) Status() client.StatusWriter
func (*UpdatedClient) Update ¶
func (c *UpdatedClient) Update(ctx context.Context, obj runtime.Object, opts ...client.UpdateOption) error
type UpdatedStatusWriter ¶
type UpdatedStatusWriter struct {
// contains filtered or unexported fields
}
func (*UpdatedStatusWriter) Patch ¶
func (c *UpdatedStatusWriter) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, opts ...client.PatchOption) error
func (*UpdatedStatusWriter) Update ¶
func (c *UpdatedStatusWriter) Update(ctx context.Context, obj runtime.Object, opts ...client.UpdateOption) error
Click to show internal directories.
Click to hide internal directories.