Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeFlowSchemas
- func (c *FakeFlowSchemas) Apply(ctx context.Context, ...) (result *v1beta3.FlowSchema, err error)
- func (c *FakeFlowSchemas) ApplyStatus(ctx context.Context, ...) (result *v1beta3.FlowSchema, err error)
- func (c *FakeFlowSchemas) Create(ctx context.Context, flowSchema *v1beta3.FlowSchema, opts v1.CreateOptions) (result *v1beta3.FlowSchema, err error)
- func (c *FakeFlowSchemas) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeFlowSchemas) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeFlowSchemas) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta3.FlowSchema, err error)
- func (c *FakeFlowSchemas) List(ctx context.Context, opts v1.ListOptions) (result *v1beta3.FlowSchemaList, err error)
- func (c *FakeFlowSchemas) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *v1beta3.FlowSchema, err error)
- func (c *FakeFlowSchemas) Update(ctx context.Context, flowSchema *v1beta3.FlowSchema, opts v1.UpdateOptions) (result *v1beta3.FlowSchema, err error)
- func (c *FakeFlowSchemas) UpdateStatus(ctx context.Context, flowSchema *v1beta3.FlowSchema, opts v1.UpdateOptions) (result *v1beta3.FlowSchema, err error)
- func (c *FakeFlowSchemas) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type FakeFlowcontrolV1beta3
- type FakePriorityLevelConfigurations
- func (c *FakePriorityLevelConfigurations) Apply(ctx context.Context, ...) (result *v1beta3.PriorityLevelConfiguration, err error)
- func (c *FakePriorityLevelConfigurations) ApplyStatus(ctx context.Context, ...) (result *v1beta3.PriorityLevelConfiguration, err error)
- func (c *FakePriorityLevelConfigurations) Create(ctx context.Context, ...) (result *v1beta3.PriorityLevelConfiguration, err error)
- func (c *FakePriorityLevelConfigurations) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakePriorityLevelConfigurations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakePriorityLevelConfigurations) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta3.PriorityLevelConfiguration, err error)
- func (c *FakePriorityLevelConfigurations) List(ctx context.Context, opts v1.ListOptions) (result *v1beta3.PriorityLevelConfigurationList, err error)
- func (c *FakePriorityLevelConfigurations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *v1beta3.PriorityLevelConfiguration, err error)
- func (c *FakePriorityLevelConfigurations) Update(ctx context.Context, ...) (result *v1beta3.PriorityLevelConfiguration, err error)
- func (c *FakePriorityLevelConfigurations) UpdateStatus(ctx context.Context, ...) (result *v1beta3.PriorityLevelConfiguration, err error)
- func (c *FakePriorityLevelConfigurations) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFlowSchemas ¶
type FakeFlowSchemas struct {
Fake *FakeFlowcontrolV1beta3
}
FakeFlowSchemas implements FlowSchemaInterface
func (*FakeFlowSchemas) Apply ¶
func (c *FakeFlowSchemas) Apply(ctx context.Context, flowSchema *flowcontrolv1beta3.FlowSchemaApplyConfiguration, opts v1.ApplyOptions) (result *v1beta3.FlowSchema, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied flowSchema.
func (*FakeFlowSchemas) ApplyStatus ¶
func (c *FakeFlowSchemas) ApplyStatus(ctx context.Context, flowSchema *flowcontrolv1beta3.FlowSchemaApplyConfiguration, opts v1.ApplyOptions) (result *v1beta3.FlowSchema, err error)
ApplyStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating ApplyStatus().
func (*FakeFlowSchemas) Create ¶
func (c *FakeFlowSchemas) Create(ctx context.Context, flowSchema *v1beta3.FlowSchema, opts v1.CreateOptions) (result *v1beta3.FlowSchema, err error)
Create takes the representation of a flowSchema and creates it. Returns the server's representation of the flowSchema, and an error, if there is any.
func (*FakeFlowSchemas) Delete ¶
func (c *FakeFlowSchemas) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete takes name of the flowSchema and deletes it. Returns an error if one occurs.
func (*FakeFlowSchemas) DeleteCollection ¶
func (c *FakeFlowSchemas) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeFlowSchemas) Get ¶
func (c *FakeFlowSchemas) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta3.FlowSchema, err error)
Get takes name of the flowSchema, and returns the corresponding flowSchema object, and an error if there is any.
func (*FakeFlowSchemas) List ¶
func (c *FakeFlowSchemas) List(ctx context.Context, opts v1.ListOptions) (result *v1beta3.FlowSchemaList, err error)
List takes label and field selectors, and returns the list of FlowSchemas that match those selectors.
func (*FakeFlowSchemas) Patch ¶
func (c *FakeFlowSchemas) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1beta3.FlowSchema, err error)
Patch applies the patch and returns the patched flowSchema.
func (*FakeFlowSchemas) Update ¶
func (c *FakeFlowSchemas) Update(ctx context.Context, flowSchema *v1beta3.FlowSchema, opts v1.UpdateOptions) (result *v1beta3.FlowSchema, err error)
Update takes the representation of a flowSchema and updates it. Returns the server's representation of the flowSchema, and an error, if there is any.
func (*FakeFlowSchemas) UpdateStatus ¶
func (c *FakeFlowSchemas) UpdateStatus(ctx context.Context, flowSchema *v1beta3.FlowSchema, opts v1.UpdateOptions) (result *v1beta3.FlowSchema, err error)
UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
func (*FakeFlowSchemas) Watch ¶
func (c *FakeFlowSchemas) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested flowSchemas.
type FakeFlowcontrolV1beta3 ¶
func (*FakeFlowcontrolV1beta3) FlowSchemas ¶
func (c *FakeFlowcontrolV1beta3) FlowSchemas() v1beta3.FlowSchemaInterface
func (*FakeFlowcontrolV1beta3) PriorityLevelConfigurations ¶
func (c *FakeFlowcontrolV1beta3) PriorityLevelConfigurations() v1beta3.PriorityLevelConfigurationInterface
func (*FakeFlowcontrolV1beta3) RESTClient ¶
func (c *FakeFlowcontrolV1beta3) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type FakePriorityLevelConfigurations ¶
type FakePriorityLevelConfigurations struct {
Fake *FakeFlowcontrolV1beta3
}
FakePriorityLevelConfigurations implements PriorityLevelConfigurationInterface
func (*FakePriorityLevelConfigurations) Apply ¶
func (c *FakePriorityLevelConfigurations) Apply(ctx context.Context, priorityLevelConfiguration *flowcontrolv1beta3.PriorityLevelConfigurationApplyConfiguration, opts v1.ApplyOptions) (result *v1beta3.PriorityLevelConfiguration, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied priorityLevelConfiguration.
func (*FakePriorityLevelConfigurations) ApplyStatus ¶
func (c *FakePriorityLevelConfigurations) ApplyStatus(ctx context.Context, priorityLevelConfiguration *flowcontrolv1beta3.PriorityLevelConfigurationApplyConfiguration, opts v1.ApplyOptions) (result *v1beta3.PriorityLevelConfiguration, err error)
ApplyStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating ApplyStatus().
func (*FakePriorityLevelConfigurations) Create ¶
func (c *FakePriorityLevelConfigurations) Create(ctx context.Context, priorityLevelConfiguration *v1beta3.PriorityLevelConfiguration, opts v1.CreateOptions) (result *v1beta3.PriorityLevelConfiguration, err error)
Create takes the representation of a priorityLevelConfiguration and creates it. Returns the server's representation of the priorityLevelConfiguration, and an error, if there is any.
func (*FakePriorityLevelConfigurations) Delete ¶
func (c *FakePriorityLevelConfigurations) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete takes name of the priorityLevelConfiguration and deletes it. Returns an error if one occurs.
func (*FakePriorityLevelConfigurations) DeleteCollection ¶
func (c *FakePriorityLevelConfigurations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakePriorityLevelConfigurations) Get ¶
func (c *FakePriorityLevelConfigurations) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta3.PriorityLevelConfiguration, err error)
Get takes name of the priorityLevelConfiguration, and returns the corresponding priorityLevelConfiguration object, and an error if there is any.
func (*FakePriorityLevelConfigurations) List ¶
func (c *FakePriorityLevelConfigurations) List(ctx context.Context, opts v1.ListOptions) (result *v1beta3.PriorityLevelConfigurationList, err error)
List takes label and field selectors, and returns the list of PriorityLevelConfigurations that match those selectors.
func (*FakePriorityLevelConfigurations) Patch ¶
func (c *FakePriorityLevelConfigurations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1beta3.PriorityLevelConfiguration, err error)
Patch applies the patch and returns the patched priorityLevelConfiguration.
func (*FakePriorityLevelConfigurations) Update ¶
func (c *FakePriorityLevelConfigurations) Update(ctx context.Context, priorityLevelConfiguration *v1beta3.PriorityLevelConfiguration, opts v1.UpdateOptions) (result *v1beta3.PriorityLevelConfiguration, err error)
Update takes the representation of a priorityLevelConfiguration and updates it. Returns the server's representation of the priorityLevelConfiguration, and an error, if there is any.
func (*FakePriorityLevelConfigurations) UpdateStatus ¶
func (c *FakePriorityLevelConfigurations) UpdateStatus(ctx context.Context, priorityLevelConfiguration *v1beta3.PriorityLevelConfiguration, opts v1.UpdateOptions) (result *v1beta3.PriorityLevelConfiguration, err error)
UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
func (*FakePriorityLevelConfigurations) Watch ¶
func (c *FakePriorityLevelConfigurations) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested priorityLevelConfigurations.