Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeDomainMappings
- func (c *FakeDomainMappings) Create(ctx context.Context, domainMapping *v1beta1.DomainMapping, ...) (result *v1beta1.DomainMapping, err error)
- func (c *FakeDomainMappings) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeDomainMappings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeDomainMappings) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.DomainMapping, err error)
- func (c *FakeDomainMappings) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.DomainMappingList, err error)
- func (c *FakeDomainMappings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *v1beta1.DomainMapping, err error)
- func (c *FakeDomainMappings) Update(ctx context.Context, domainMapping *v1beta1.DomainMapping, ...) (result *v1beta1.DomainMapping, err error)
- func (c *FakeDomainMappings) UpdateStatus(ctx context.Context, domainMapping *v1beta1.DomainMapping, ...) (*v1beta1.DomainMapping, error)
- func (c *FakeDomainMappings) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type FakeServingV1beta1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDomainMappings ¶ added in v0.25.0
type FakeDomainMappings struct { Fake *FakeServingV1beta1 // contains filtered or unexported fields }
FakeDomainMappings implements DomainMappingInterface
func (*FakeDomainMappings) Create ¶ added in v0.25.0
func (c *FakeDomainMappings) Create(ctx context.Context, domainMapping *v1beta1.DomainMapping, opts v1.CreateOptions) (result *v1beta1.DomainMapping, err error)
Create takes the representation of a domainMapping and creates it. Returns the server's representation of the domainMapping, and an error, if there is any.
func (*FakeDomainMappings) Delete ¶ added in v0.25.0
func (c *FakeDomainMappings) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete takes name of the domainMapping and deletes it. Returns an error if one occurs.
func (*FakeDomainMappings) DeleteCollection ¶ added in v0.25.0
func (c *FakeDomainMappings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeDomainMappings) Get ¶ added in v0.25.0
func (c *FakeDomainMappings) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.DomainMapping, err error)
Get takes name of the domainMapping, and returns the corresponding domainMapping object, and an error if there is any.
func (*FakeDomainMappings) List ¶ added in v0.25.0
func (c *FakeDomainMappings) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.DomainMappingList, err error)
List takes label and field selectors, and returns the list of DomainMappings that match those selectors.
func (*FakeDomainMappings) Patch ¶ added in v0.25.0
func (c *FakeDomainMappings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1beta1.DomainMapping, err error)
Patch applies the patch and returns the patched domainMapping.
func (*FakeDomainMappings) Update ¶ added in v0.25.0
func (c *FakeDomainMappings) Update(ctx context.Context, domainMapping *v1beta1.DomainMapping, opts v1.UpdateOptions) (result *v1beta1.DomainMapping, err error)
Update takes the representation of a domainMapping and updates it. Returns the server's representation of the domainMapping, and an error, if there is any.
func (*FakeDomainMappings) UpdateStatus ¶ added in v0.25.0
func (c *FakeDomainMappings) UpdateStatus(ctx context.Context, domainMapping *v1beta1.DomainMapping, opts v1.UpdateOptions) (*v1beta1.DomainMapping, error)
UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
func (*FakeDomainMappings) Watch ¶ added in v0.25.0
func (c *FakeDomainMappings) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested domainMappings.
type FakeServingV1beta1 ¶
func (*FakeServingV1beta1) DomainMappings ¶ added in v0.25.0
func (c *FakeServingV1beta1) DomainMappings(namespace string) v1beta1.DomainMappingInterface
func (*FakeServingV1beta1) RESTClient ¶
func (c *FakeServingV1beta1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.