Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeAdmissionregistrationV1
- type FakeMutatingWebhookConfigurations
- func (c *FakeMutatingWebhookConfigurations) Apply(ctx context.Context, ...) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
- func (c *FakeMutatingWebhookConfigurations) Create(ctx context.Context, ...) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
- func (c *FakeMutatingWebhookConfigurations) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeMutatingWebhookConfigurations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeMutatingWebhookConfigurations) Get(ctx context.Context, name string, options v1.GetOptions) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
- func (c *FakeMutatingWebhookConfigurations) List(ctx context.Context, opts v1.ListOptions) (result *admissionregistrationv1.MutatingWebhookConfigurationList, err error)
- func (c *FakeMutatingWebhookConfigurations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
- func (c *FakeMutatingWebhookConfigurations) Update(ctx context.Context, ...) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
- func (c *FakeMutatingWebhookConfigurations) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type FakeValidatingWebhookConfigurations
- func (c *FakeValidatingWebhookConfigurations) Apply(ctx context.Context, ...) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
- func (c *FakeValidatingWebhookConfigurations) Create(ctx context.Context, ...) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
- func (c *FakeValidatingWebhookConfigurations) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeValidatingWebhookConfigurations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeValidatingWebhookConfigurations) Get(ctx context.Context, name string, options v1.GetOptions) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
- func (c *FakeValidatingWebhookConfigurations) List(ctx context.Context, opts v1.ListOptions) (result *admissionregistrationv1.ValidatingWebhookConfigurationList, err error)
- func (c *FakeValidatingWebhookConfigurations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
- func (c *FakeValidatingWebhookConfigurations) Update(ctx context.Context, ...) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
- func (c *FakeValidatingWebhookConfigurations) 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 FakeAdmissionregistrationV1 ¶
func (*FakeAdmissionregistrationV1) MutatingWebhookConfigurations ¶
func (c *FakeAdmissionregistrationV1) MutatingWebhookConfigurations() v1.MutatingWebhookConfigurationInterface
func (*FakeAdmissionregistrationV1) RESTClient ¶
func (c *FakeAdmissionregistrationV1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*FakeAdmissionregistrationV1) ValidatingWebhookConfigurations ¶
func (c *FakeAdmissionregistrationV1) ValidatingWebhookConfigurations() v1.ValidatingWebhookConfigurationInterface
type FakeMutatingWebhookConfigurations ¶
type FakeMutatingWebhookConfigurations struct {
Fake *FakeAdmissionregistrationV1
}
FakeMutatingWebhookConfigurations implements MutatingWebhookConfigurationInterface
func (*FakeMutatingWebhookConfigurations) Apply ¶
func (c *FakeMutatingWebhookConfigurations) Apply(ctx context.Context, mutatingWebhookConfiguration *applyconfigurationsadmissionregistrationv1.MutatingWebhookConfigurationApplyConfiguration, opts v1.ApplyOptions) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied mutatingWebhookConfiguration.
func (*FakeMutatingWebhookConfigurations) Create ¶
func (c *FakeMutatingWebhookConfigurations) Create(ctx context.Context, mutatingWebhookConfiguration *admissionregistrationv1.MutatingWebhookConfiguration, opts v1.CreateOptions) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
Create takes the representation of a mutatingWebhookConfiguration and creates it. Returns the server's representation of the mutatingWebhookConfiguration, and an error, if there is any.
func (*FakeMutatingWebhookConfigurations) Delete ¶
func (c *FakeMutatingWebhookConfigurations) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete takes name of the mutatingWebhookConfiguration and deletes it. Returns an error if one occurs.
func (*FakeMutatingWebhookConfigurations) DeleteCollection ¶
func (c *FakeMutatingWebhookConfigurations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeMutatingWebhookConfigurations) Get ¶
func (c *FakeMutatingWebhookConfigurations) Get(ctx context.Context, name string, options v1.GetOptions) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
Get takes name of the mutatingWebhookConfiguration, and returns the corresponding mutatingWebhookConfiguration object, and an error if there is any.
func (*FakeMutatingWebhookConfigurations) List ¶
func (c *FakeMutatingWebhookConfigurations) List(ctx context.Context, opts v1.ListOptions) (result *admissionregistrationv1.MutatingWebhookConfigurationList, err error)
List takes label and field selectors, and returns the list of MutatingWebhookConfigurations that match those selectors.
func (*FakeMutatingWebhookConfigurations) Patch ¶
func (c *FakeMutatingWebhookConfigurations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
Patch applies the patch and returns the patched mutatingWebhookConfiguration.
func (*FakeMutatingWebhookConfigurations) Update ¶
func (c *FakeMutatingWebhookConfigurations) Update(ctx context.Context, mutatingWebhookConfiguration *admissionregistrationv1.MutatingWebhookConfiguration, opts v1.UpdateOptions) (result *admissionregistrationv1.MutatingWebhookConfiguration, err error)
Update takes the representation of a mutatingWebhookConfiguration and updates it. Returns the server's representation of the mutatingWebhookConfiguration, and an error, if there is any.
func (*FakeMutatingWebhookConfigurations) Watch ¶
func (c *FakeMutatingWebhookConfigurations) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested mutatingWebhookConfigurations.
type FakeValidatingWebhookConfigurations ¶
type FakeValidatingWebhookConfigurations struct {
Fake *FakeAdmissionregistrationV1
}
FakeValidatingWebhookConfigurations implements ValidatingWebhookConfigurationInterface
func (*FakeValidatingWebhookConfigurations) Apply ¶
func (c *FakeValidatingWebhookConfigurations) Apply(ctx context.Context, validatingWebhookConfiguration *applyconfigurationsadmissionregistrationv1.ValidatingWebhookConfigurationApplyConfiguration, opts v1.ApplyOptions) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied validatingWebhookConfiguration.
func (*FakeValidatingWebhookConfigurations) Create ¶
func (c *FakeValidatingWebhookConfigurations) Create(ctx context.Context, validatingWebhookConfiguration *admissionregistrationv1.ValidatingWebhookConfiguration, opts v1.CreateOptions) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
Create takes the representation of a validatingWebhookConfiguration and creates it. Returns the server's representation of the validatingWebhookConfiguration, and an error, if there is any.
func (*FakeValidatingWebhookConfigurations) Delete ¶
func (c *FakeValidatingWebhookConfigurations) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete takes name of the validatingWebhookConfiguration and deletes it. Returns an error if one occurs.
func (*FakeValidatingWebhookConfigurations) DeleteCollection ¶
func (c *FakeValidatingWebhookConfigurations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeValidatingWebhookConfigurations) Get ¶
func (c *FakeValidatingWebhookConfigurations) Get(ctx context.Context, name string, options v1.GetOptions) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
Get takes name of the validatingWebhookConfiguration, and returns the corresponding validatingWebhookConfiguration object, and an error if there is any.
func (*FakeValidatingWebhookConfigurations) List ¶
func (c *FakeValidatingWebhookConfigurations) List(ctx context.Context, opts v1.ListOptions) (result *admissionregistrationv1.ValidatingWebhookConfigurationList, err error)
List takes label and field selectors, and returns the list of ValidatingWebhookConfigurations that match those selectors.
func (*FakeValidatingWebhookConfigurations) Patch ¶
func (c *FakeValidatingWebhookConfigurations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
Patch applies the patch and returns the patched validatingWebhookConfiguration.
func (*FakeValidatingWebhookConfigurations) Update ¶
func (c *FakeValidatingWebhookConfigurations) Update(ctx context.Context, validatingWebhookConfiguration *admissionregistrationv1.ValidatingWebhookConfiguration, opts v1.UpdateOptions) (result *admissionregistrationv1.ValidatingWebhookConfiguration, err error)
Update takes the representation of a validatingWebhookConfiguration and updates it. Returns the server's representation of the validatingWebhookConfiguration, and an error, if there is any.
func (*FakeValidatingWebhookConfigurations) Watch ¶
func (c *FakeValidatingWebhookConfigurations) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested validatingWebhookConfigurations.