fake

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeDhcpOptionsAssociations

type FakeDhcpOptionsAssociations struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeDhcpOptionsAssociations implements DhcpOptionsAssociationInterface

func (*FakeDhcpOptionsAssociations) Create

Create takes the representation of a dhcpOptionsAssociation and creates it. Returns the server's representation of the dhcpOptionsAssociation, and an error, if there is any.

func (*FakeDhcpOptionsAssociations) Delete

Delete takes name of the dhcpOptionsAssociation and deletes it. Returns an error if one occurs.

func (*FakeDhcpOptionsAssociations) DeleteCollection

func (c *FakeDhcpOptionsAssociations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDhcpOptionsAssociations) Get

Get takes name of the dhcpOptionsAssociation, and returns the corresponding dhcpOptionsAssociation object, and an error if there is any.

func (*FakeDhcpOptionsAssociations) List

List takes label and field selectors, and returns the list of DhcpOptionsAssociations that match those selectors.

func (*FakeDhcpOptionsAssociations) Patch

func (c *FakeDhcpOptionsAssociations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DhcpOptionsAssociation, err error)

Patch applies the patch and returns the patched dhcpOptionsAssociation.

func (*FakeDhcpOptionsAssociations) Update

Update takes the representation of a dhcpOptionsAssociation and updates it. Returns the server's representation of the dhcpOptionsAssociation, and an error, if there is any.

func (*FakeDhcpOptionsAssociations) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDhcpOptionsAssociations) Watch

Watch returns a watch.Interface that watches the requested dhcpOptionsAssociations.

type FakeDhcpOptionses

type FakeDhcpOptionses struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeDhcpOptionses implements DhcpOptionsInterface

func (*FakeDhcpOptionses) Create

func (c *FakeDhcpOptionses) Create(ctx context.Context, dhcpOptions *v1alpha1.DhcpOptions, opts v1.CreateOptions) (result *v1alpha1.DhcpOptions, err error)

Create takes the representation of a dhcpOptions and creates it. Returns the server's representation of the dhcpOptions, and an error, if there is any.

func (*FakeDhcpOptionses) Delete

func (c *FakeDhcpOptionses) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the dhcpOptions and deletes it. Returns an error if one occurs.

func (*FakeDhcpOptionses) DeleteCollection

func (c *FakeDhcpOptionses) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDhcpOptionses) Get

func (c *FakeDhcpOptionses) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.DhcpOptions, err error)

Get takes name of the dhcpOptions, and returns the corresponding dhcpOptions object, and an error if there is any.

func (*FakeDhcpOptionses) List

func (c *FakeDhcpOptionses) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.DhcpOptionsList, err error)

List takes label and field selectors, and returns the list of DhcpOptionses that match those selectors.

func (*FakeDhcpOptionses) Patch

func (c *FakeDhcpOptionses) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DhcpOptions, err error)

Patch applies the patch and returns the patched dhcpOptions.

func (*FakeDhcpOptionses) Update

func (c *FakeDhcpOptionses) Update(ctx context.Context, dhcpOptions *v1alpha1.DhcpOptions, opts v1.UpdateOptions) (result *v1alpha1.DhcpOptions, err error)

Update takes the representation of a dhcpOptions and updates it. Returns the server's representation of the dhcpOptions, and an error, if there is any.

func (*FakeDhcpOptionses) UpdateStatus

func (c *FakeDhcpOptionses) UpdateStatus(ctx context.Context, dhcpOptions *v1alpha1.DhcpOptions, opts v1.UpdateOptions) (*v1alpha1.DhcpOptions, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDhcpOptionses) Watch

Watch returns a watch.Interface that watches the requested dhcpOptionses.

type FakeEndpointConnectionAccepters added in v0.5.0

type FakeEndpointConnectionAccepters struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeEndpointConnectionAccepters implements EndpointConnectionAccepterInterface

func (*FakeEndpointConnectionAccepters) Create added in v0.5.0

Create takes the representation of a endpointConnectionAccepter and creates it. Returns the server's representation of the endpointConnectionAccepter, and an error, if there is any.

func (*FakeEndpointConnectionAccepters) Delete added in v0.5.0

Delete takes name of the endpointConnectionAccepter and deletes it. Returns an error if one occurs.

func (*FakeEndpointConnectionAccepters) DeleteCollection added in v0.5.0

func (c *FakeEndpointConnectionAccepters) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpointConnectionAccepters) Get added in v0.5.0

Get takes name of the endpointConnectionAccepter, and returns the corresponding endpointConnectionAccepter object, and an error if there is any.

func (*FakeEndpointConnectionAccepters) List added in v0.5.0

List takes label and field selectors, and returns the list of EndpointConnectionAccepters that match those selectors.

func (*FakeEndpointConnectionAccepters) Patch added in v0.5.0

func (c *FakeEndpointConnectionAccepters) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.EndpointConnectionAccepter, err error)

Patch applies the patch and returns the patched endpointConnectionAccepter.

func (*FakeEndpointConnectionAccepters) Update added in v0.5.0

Update takes the representation of a endpointConnectionAccepter and updates it. Returns the server's representation of the endpointConnectionAccepter, and an error, if there is any.

func (*FakeEndpointConnectionAccepters) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeEndpointConnectionAccepters) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested endpointConnectionAccepters.

type FakeEndpointConnectionNotifications

type FakeEndpointConnectionNotifications struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeEndpointConnectionNotifications implements EndpointConnectionNotificationInterface

func (*FakeEndpointConnectionNotifications) Create

Create takes the representation of a endpointConnectionNotification and creates it. Returns the server's representation of the endpointConnectionNotification, and an error, if there is any.

func (*FakeEndpointConnectionNotifications) Delete

Delete takes name of the endpointConnectionNotification and deletes it. Returns an error if one occurs.

func (*FakeEndpointConnectionNotifications) DeleteCollection

func (c *FakeEndpointConnectionNotifications) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpointConnectionNotifications) Get

Get takes name of the endpointConnectionNotification, and returns the corresponding endpointConnectionNotification object, and an error if there is any.

func (*FakeEndpointConnectionNotifications) List

List takes label and field selectors, and returns the list of EndpointConnectionNotifications that match those selectors.

func (*FakeEndpointConnectionNotifications) Patch

func (c *FakeEndpointConnectionNotifications) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.EndpointConnectionNotification, err error)

Patch applies the patch and returns the patched endpointConnectionNotification.

func (*FakeEndpointConnectionNotifications) Update

Update takes the representation of a endpointConnectionNotification and updates it. Returns the server's representation of the endpointConnectionNotification, and an error, if there is any.

func (*FakeEndpointConnectionNotifications) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeEndpointConnectionNotifications) Watch

Watch returns a watch.Interface that watches the requested endpointConnectionNotifications.

type FakeEndpointPolicies added in v0.5.0

type FakeEndpointPolicies struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeEndpointPolicies implements EndpointPolicyInterface

func (*FakeEndpointPolicies) Create added in v0.5.0

func (c *FakeEndpointPolicies) Create(ctx context.Context, endpointPolicy *v1alpha1.EndpointPolicy, opts v1.CreateOptions) (result *v1alpha1.EndpointPolicy, err error)

Create takes the representation of a endpointPolicy and creates it. Returns the server's representation of the endpointPolicy, and an error, if there is any.

func (*FakeEndpointPolicies) Delete added in v0.5.0

func (c *FakeEndpointPolicies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the endpointPolicy and deletes it. Returns an error if one occurs.

func (*FakeEndpointPolicies) DeleteCollection added in v0.5.0

func (c *FakeEndpointPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpointPolicies) Get added in v0.5.0

func (c *FakeEndpointPolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.EndpointPolicy, err error)

Get takes name of the endpointPolicy, and returns the corresponding endpointPolicy object, and an error if there is any.

func (*FakeEndpointPolicies) List added in v0.5.0

List takes label and field selectors, and returns the list of EndpointPolicies that match those selectors.

func (*FakeEndpointPolicies) Patch added in v0.5.0

func (c *FakeEndpointPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.EndpointPolicy, err error)

Patch applies the patch and returns the patched endpointPolicy.

func (*FakeEndpointPolicies) Update added in v0.5.0

func (c *FakeEndpointPolicies) Update(ctx context.Context, endpointPolicy *v1alpha1.EndpointPolicy, opts v1.UpdateOptions) (result *v1alpha1.EndpointPolicy, err error)

Update takes the representation of a endpointPolicy and updates it. Returns the server's representation of the endpointPolicy, and an error, if there is any.

func (*FakeEndpointPolicies) UpdateStatus added in v0.5.0

func (c *FakeEndpointPolicies) UpdateStatus(ctx context.Context, endpointPolicy *v1alpha1.EndpointPolicy, opts v1.UpdateOptions) (*v1alpha1.EndpointPolicy, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeEndpointPolicies) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested endpointPolicies.

type FakeEndpointRouteTableAssociations

type FakeEndpointRouteTableAssociations struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeEndpointRouteTableAssociations implements EndpointRouteTableAssociationInterface

func (*FakeEndpointRouteTableAssociations) Create

Create takes the representation of a endpointRouteTableAssociation and creates it. Returns the server's representation of the endpointRouteTableAssociation, and an error, if there is any.

func (*FakeEndpointRouteTableAssociations) Delete

Delete takes name of the endpointRouteTableAssociation and deletes it. Returns an error if one occurs.

func (*FakeEndpointRouteTableAssociations) DeleteCollection

func (c *FakeEndpointRouteTableAssociations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpointRouteTableAssociations) Get

Get takes name of the endpointRouteTableAssociation, and returns the corresponding endpointRouteTableAssociation object, and an error if there is any.

func (*FakeEndpointRouteTableAssociations) List

List takes label and field selectors, and returns the list of EndpointRouteTableAssociations that match those selectors.

func (*FakeEndpointRouteTableAssociations) Patch

func (c *FakeEndpointRouteTableAssociations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.EndpointRouteTableAssociation, err error)

Patch applies the patch and returns the patched endpointRouteTableAssociation.

func (*FakeEndpointRouteTableAssociations) Update

Update takes the representation of a endpointRouteTableAssociation and updates it. Returns the server's representation of the endpointRouteTableAssociation, and an error, if there is any.

func (*FakeEndpointRouteTableAssociations) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeEndpointRouteTableAssociations) Watch

Watch returns a watch.Interface that watches the requested endpointRouteTableAssociations.

type FakeEndpointServiceAllowedPrincipals

type FakeEndpointServiceAllowedPrincipals struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeEndpointServiceAllowedPrincipals implements EndpointServiceAllowedPrincipalInterface

func (*FakeEndpointServiceAllowedPrincipals) Create

Create takes the representation of a endpointServiceAllowedPrincipal and creates it. Returns the server's representation of the endpointServiceAllowedPrincipal, and an error, if there is any.

func (*FakeEndpointServiceAllowedPrincipals) Delete

Delete takes name of the endpointServiceAllowedPrincipal and deletes it. Returns an error if one occurs.

func (*FakeEndpointServiceAllowedPrincipals) DeleteCollection

func (c *FakeEndpointServiceAllowedPrincipals) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpointServiceAllowedPrincipals) Get

Get takes name of the endpointServiceAllowedPrincipal, and returns the corresponding endpointServiceAllowedPrincipal object, and an error if there is any.

func (*FakeEndpointServiceAllowedPrincipals) List

List takes label and field selectors, and returns the list of EndpointServiceAllowedPrincipals that match those selectors.

func (*FakeEndpointServiceAllowedPrincipals) Patch

Patch applies the patch and returns the patched endpointServiceAllowedPrincipal.

func (*FakeEndpointServiceAllowedPrincipals) Update

Update takes the representation of a endpointServiceAllowedPrincipal and updates it. Returns the server's representation of the endpointServiceAllowedPrincipal, and an error, if there is any.

func (*FakeEndpointServiceAllowedPrincipals) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeEndpointServiceAllowedPrincipals) Watch

Watch returns a watch.Interface that watches the requested endpointServiceAllowedPrincipals.

type FakeEndpointServices

type FakeEndpointServices struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeEndpointServices implements EndpointServiceInterface

func (*FakeEndpointServices) Create

func (c *FakeEndpointServices) Create(ctx context.Context, endpointService *v1alpha1.EndpointService, opts v1.CreateOptions) (result *v1alpha1.EndpointService, err error)

Create takes the representation of a endpointService and creates it. Returns the server's representation of the endpointService, and an error, if there is any.

func (*FakeEndpointServices) Delete

func (c *FakeEndpointServices) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the endpointService and deletes it. Returns an error if one occurs.

func (*FakeEndpointServices) DeleteCollection

func (c *FakeEndpointServices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpointServices) Get

func (c *FakeEndpointServices) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.EndpointService, err error)

Get takes name of the endpointService, and returns the corresponding endpointService object, and an error if there is any.

func (*FakeEndpointServices) List

List takes label and field selectors, and returns the list of EndpointServices that match those selectors.

func (*FakeEndpointServices) Patch

func (c *FakeEndpointServices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.EndpointService, err error)

Patch applies the patch and returns the patched endpointService.

func (*FakeEndpointServices) Update

func (c *FakeEndpointServices) Update(ctx context.Context, endpointService *v1alpha1.EndpointService, opts v1.UpdateOptions) (result *v1alpha1.EndpointService, err error)

Update takes the representation of a endpointService and updates it. Returns the server's representation of the endpointService, and an error, if there is any.

func (*FakeEndpointServices) UpdateStatus

func (c *FakeEndpointServices) UpdateStatus(ctx context.Context, endpointService *v1alpha1.EndpointService, opts v1.UpdateOptions) (*v1alpha1.EndpointService, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeEndpointServices) Watch

Watch returns a watch.Interface that watches the requested endpointServices.

type FakeEndpointSubnetAssociations

type FakeEndpointSubnetAssociations struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeEndpointSubnetAssociations implements EndpointSubnetAssociationInterface

func (*FakeEndpointSubnetAssociations) Create

Create takes the representation of a endpointSubnetAssociation and creates it. Returns the server's representation of the endpointSubnetAssociation, and an error, if there is any.

func (*FakeEndpointSubnetAssociations) Delete

Delete takes name of the endpointSubnetAssociation and deletes it. Returns an error if one occurs.

func (*FakeEndpointSubnetAssociations) DeleteCollection

func (c *FakeEndpointSubnetAssociations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpointSubnetAssociations) Get

Get takes name of the endpointSubnetAssociation, and returns the corresponding endpointSubnetAssociation object, and an error if there is any.

func (*FakeEndpointSubnetAssociations) List

List takes label and field selectors, and returns the list of EndpointSubnetAssociations that match those selectors.

func (*FakeEndpointSubnetAssociations) Patch

func (c *FakeEndpointSubnetAssociations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.EndpointSubnetAssociation, err error)

Patch applies the patch and returns the patched endpointSubnetAssociation.

func (*FakeEndpointSubnetAssociations) Update

Update takes the representation of a endpointSubnetAssociation and updates it. Returns the server's representation of the endpointSubnetAssociation, and an error, if there is any.

func (*FakeEndpointSubnetAssociations) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeEndpointSubnetAssociations) Watch

Watch returns a watch.Interface that watches the requested endpointSubnetAssociations.

type FakeEndpoints

type FakeEndpoints struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeEndpoints implements EndpointInterface

func (*FakeEndpoints) Create

func (c *FakeEndpoints) Create(ctx context.Context, endpoint *v1alpha1.Endpoint, opts v1.CreateOptions) (result *v1alpha1.Endpoint, err error)

Create takes the representation of a endpoint and creates it. Returns the server's representation of the endpoint, and an error, if there is any.

func (*FakeEndpoints) Delete

func (c *FakeEndpoints) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the endpoint and deletes it. Returns an error if one occurs.

func (*FakeEndpoints) DeleteCollection

func (c *FakeEndpoints) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpoints) Get

func (c *FakeEndpoints) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Endpoint, err error)

Get takes name of the endpoint, and returns the corresponding endpoint object, and an error if there is any.

func (*FakeEndpoints) List

func (c *FakeEndpoints) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.EndpointList, err error)

List takes label and field selectors, and returns the list of Endpoints that match those selectors.

func (*FakeEndpoints) Patch

func (c *FakeEndpoints) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Endpoint, err error)

Patch applies the patch and returns the patched endpoint.

func (*FakeEndpoints) Update

func (c *FakeEndpoints) Update(ctx context.Context, endpoint *v1alpha1.Endpoint, opts v1.UpdateOptions) (result *v1alpha1.Endpoint, err error)

Update takes the representation of a endpoint and updates it. Returns the server's representation of the endpoint, and an error, if there is any.

func (*FakeEndpoints) UpdateStatus

func (c *FakeEndpoints) UpdateStatus(ctx context.Context, endpoint *v1alpha1.Endpoint, opts v1.UpdateOptions) (*v1alpha1.Endpoint, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeEndpoints) Watch

Watch returns a watch.Interface that watches the requested endpoints.

type FakeIpamOrganizationAdminAccounts added in v0.5.0

type FakeIpamOrganizationAdminAccounts struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeIpamOrganizationAdminAccounts implements IpamOrganizationAdminAccountInterface

func (*FakeIpamOrganizationAdminAccounts) Create added in v0.5.0

Create takes the representation of a ipamOrganizationAdminAccount and creates it. Returns the server's representation of the ipamOrganizationAdminAccount, and an error, if there is any.

func (*FakeIpamOrganizationAdminAccounts) Delete added in v0.5.0

Delete takes name of the ipamOrganizationAdminAccount and deletes it. Returns an error if one occurs.

func (*FakeIpamOrganizationAdminAccounts) DeleteCollection added in v0.5.0

func (c *FakeIpamOrganizationAdminAccounts) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIpamOrganizationAdminAccounts) Get added in v0.5.0

Get takes name of the ipamOrganizationAdminAccount, and returns the corresponding ipamOrganizationAdminAccount object, and an error if there is any.

func (*FakeIpamOrganizationAdminAccounts) List added in v0.5.0

List takes label and field selectors, and returns the list of IpamOrganizationAdminAccounts that match those selectors.

func (*FakeIpamOrganizationAdminAccounts) Patch added in v0.5.0

func (c *FakeIpamOrganizationAdminAccounts) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IpamOrganizationAdminAccount, err error)

Patch applies the patch and returns the patched ipamOrganizationAdminAccount.

func (*FakeIpamOrganizationAdminAccounts) Update added in v0.5.0

Update takes the representation of a ipamOrganizationAdminAccount and updates it. Returns the server's representation of the ipamOrganizationAdminAccount, and an error, if there is any.

func (*FakeIpamOrganizationAdminAccounts) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIpamOrganizationAdminAccounts) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested ipamOrganizationAdminAccounts.

type FakeIpamPoolCIDRAllocations added in v0.5.0

type FakeIpamPoolCIDRAllocations struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeIpamPoolCIDRAllocations implements IpamPoolCIDRAllocationInterface

func (*FakeIpamPoolCIDRAllocations) Create added in v0.5.0

Create takes the representation of a ipamPoolCIDRAllocation and creates it. Returns the server's representation of the ipamPoolCIDRAllocation, and an error, if there is any.

func (*FakeIpamPoolCIDRAllocations) Delete added in v0.5.0

Delete takes name of the ipamPoolCIDRAllocation and deletes it. Returns an error if one occurs.

func (*FakeIpamPoolCIDRAllocations) DeleteCollection added in v0.5.0

func (c *FakeIpamPoolCIDRAllocations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIpamPoolCIDRAllocations) Get added in v0.5.0

Get takes name of the ipamPoolCIDRAllocation, and returns the corresponding ipamPoolCIDRAllocation object, and an error if there is any.

func (*FakeIpamPoolCIDRAllocations) List added in v0.5.0

List takes label and field selectors, and returns the list of IpamPoolCIDRAllocations that match those selectors.

func (*FakeIpamPoolCIDRAllocations) Patch added in v0.5.0

func (c *FakeIpamPoolCIDRAllocations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IpamPoolCIDRAllocation, err error)

Patch applies the patch and returns the patched ipamPoolCIDRAllocation.

func (*FakeIpamPoolCIDRAllocations) Update added in v0.5.0

Update takes the representation of a ipamPoolCIDRAllocation and updates it. Returns the server's representation of the ipamPoolCIDRAllocation, and an error, if there is any.

func (*FakeIpamPoolCIDRAllocations) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIpamPoolCIDRAllocations) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested ipamPoolCIDRAllocations.

type FakeIpamPoolCIDRs added in v0.5.0

type FakeIpamPoolCIDRs struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeIpamPoolCIDRs implements IpamPoolCIDRInterface

func (*FakeIpamPoolCIDRs) Create added in v0.5.0

func (c *FakeIpamPoolCIDRs) Create(ctx context.Context, ipamPoolCIDR *v1alpha1.IpamPoolCIDR, opts v1.CreateOptions) (result *v1alpha1.IpamPoolCIDR, err error)

Create takes the representation of a ipamPoolCIDR and creates it. Returns the server's representation of the ipamPoolCIDR, and an error, if there is any.

func (*FakeIpamPoolCIDRs) Delete added in v0.5.0

func (c *FakeIpamPoolCIDRs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the ipamPoolCIDR and deletes it. Returns an error if one occurs.

func (*FakeIpamPoolCIDRs) DeleteCollection added in v0.5.0

func (c *FakeIpamPoolCIDRs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIpamPoolCIDRs) Get added in v0.5.0

func (c *FakeIpamPoolCIDRs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.IpamPoolCIDR, err error)

Get takes name of the ipamPoolCIDR, and returns the corresponding ipamPoolCIDR object, and an error if there is any.

func (*FakeIpamPoolCIDRs) List added in v0.5.0

func (c *FakeIpamPoolCIDRs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.IpamPoolCIDRList, err error)

List takes label and field selectors, and returns the list of IpamPoolCIDRs that match those selectors.

func (*FakeIpamPoolCIDRs) Patch added in v0.5.0

func (c *FakeIpamPoolCIDRs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IpamPoolCIDR, err error)

Patch applies the patch and returns the patched ipamPoolCIDR.

func (*FakeIpamPoolCIDRs) Update added in v0.5.0

func (c *FakeIpamPoolCIDRs) Update(ctx context.Context, ipamPoolCIDR *v1alpha1.IpamPoolCIDR, opts v1.UpdateOptions) (result *v1alpha1.IpamPoolCIDR, err error)

Update takes the representation of a ipamPoolCIDR and updates it. Returns the server's representation of the ipamPoolCIDR, and an error, if there is any.

func (*FakeIpamPoolCIDRs) UpdateStatus added in v0.5.0

func (c *FakeIpamPoolCIDRs) UpdateStatus(ctx context.Context, ipamPoolCIDR *v1alpha1.IpamPoolCIDR, opts v1.UpdateOptions) (*v1alpha1.IpamPoolCIDR, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIpamPoolCIDRs) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested ipamPoolCIDRs.

type FakeIpamPools added in v0.5.0

type FakeIpamPools struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeIpamPools implements IpamPoolInterface

func (*FakeIpamPools) Create added in v0.5.0

func (c *FakeIpamPools) Create(ctx context.Context, ipamPool *v1alpha1.IpamPool, opts v1.CreateOptions) (result *v1alpha1.IpamPool, err error)

Create takes the representation of a ipamPool and creates it. Returns the server's representation of the ipamPool, and an error, if there is any.

func (*FakeIpamPools) Delete added in v0.5.0

func (c *FakeIpamPools) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the ipamPool and deletes it. Returns an error if one occurs.

func (*FakeIpamPools) DeleteCollection added in v0.5.0

func (c *FakeIpamPools) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIpamPools) Get added in v0.5.0

func (c *FakeIpamPools) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.IpamPool, err error)

Get takes name of the ipamPool, and returns the corresponding ipamPool object, and an error if there is any.

func (*FakeIpamPools) List added in v0.5.0

func (c *FakeIpamPools) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.IpamPoolList, err error)

List takes label and field selectors, and returns the list of IpamPools that match those selectors.

func (*FakeIpamPools) Patch added in v0.5.0

func (c *FakeIpamPools) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IpamPool, err error)

Patch applies the patch and returns the patched ipamPool.

func (*FakeIpamPools) Update added in v0.5.0

func (c *FakeIpamPools) Update(ctx context.Context, ipamPool *v1alpha1.IpamPool, opts v1.UpdateOptions) (result *v1alpha1.IpamPool, err error)

Update takes the representation of a ipamPool and updates it. Returns the server's representation of the ipamPool, and an error, if there is any.

func (*FakeIpamPools) UpdateStatus added in v0.5.0

func (c *FakeIpamPools) UpdateStatus(ctx context.Context, ipamPool *v1alpha1.IpamPool, opts v1.UpdateOptions) (*v1alpha1.IpamPool, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIpamPools) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested ipamPools.

type FakeIpamPreviewNextCIDRs added in v0.5.0

type FakeIpamPreviewNextCIDRs struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeIpamPreviewNextCIDRs implements IpamPreviewNextCIDRInterface

func (*FakeIpamPreviewNextCIDRs) Create added in v0.5.0

func (c *FakeIpamPreviewNextCIDRs) Create(ctx context.Context, ipamPreviewNextCIDR *v1alpha1.IpamPreviewNextCIDR, opts v1.CreateOptions) (result *v1alpha1.IpamPreviewNextCIDR, err error)

Create takes the representation of a ipamPreviewNextCIDR and creates it. Returns the server's representation of the ipamPreviewNextCIDR, and an error, if there is any.

func (*FakeIpamPreviewNextCIDRs) Delete added in v0.5.0

Delete takes name of the ipamPreviewNextCIDR and deletes it. Returns an error if one occurs.

func (*FakeIpamPreviewNextCIDRs) DeleteCollection added in v0.5.0

func (c *FakeIpamPreviewNextCIDRs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIpamPreviewNextCIDRs) Get added in v0.5.0

func (c *FakeIpamPreviewNextCIDRs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.IpamPreviewNextCIDR, err error)

Get takes name of the ipamPreviewNextCIDR, and returns the corresponding ipamPreviewNextCIDR object, and an error if there is any.

func (*FakeIpamPreviewNextCIDRs) List added in v0.5.0

List takes label and field selectors, and returns the list of IpamPreviewNextCIDRs that match those selectors.

func (*FakeIpamPreviewNextCIDRs) Patch added in v0.5.0

func (c *FakeIpamPreviewNextCIDRs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IpamPreviewNextCIDR, err error)

Patch applies the patch and returns the patched ipamPreviewNextCIDR.

func (*FakeIpamPreviewNextCIDRs) Update added in v0.5.0

func (c *FakeIpamPreviewNextCIDRs) Update(ctx context.Context, ipamPreviewNextCIDR *v1alpha1.IpamPreviewNextCIDR, opts v1.UpdateOptions) (result *v1alpha1.IpamPreviewNextCIDR, err error)

Update takes the representation of a ipamPreviewNextCIDR and updates it. Returns the server's representation of the ipamPreviewNextCIDR, and an error, if there is any.

func (*FakeIpamPreviewNextCIDRs) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIpamPreviewNextCIDRs) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested ipamPreviewNextCIDRs.

type FakeIpamScopes added in v0.5.0

type FakeIpamScopes struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeIpamScopes implements IpamScopeInterface

func (*FakeIpamScopes) Create added in v0.5.0

func (c *FakeIpamScopes) Create(ctx context.Context, ipamScope *v1alpha1.IpamScope, opts v1.CreateOptions) (result *v1alpha1.IpamScope, err error)

Create takes the representation of a ipamScope and creates it. Returns the server's representation of the ipamScope, and an error, if there is any.

func (*FakeIpamScopes) Delete added in v0.5.0

func (c *FakeIpamScopes) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the ipamScope and deletes it. Returns an error if one occurs.

func (*FakeIpamScopes) DeleteCollection added in v0.5.0

func (c *FakeIpamScopes) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIpamScopes) Get added in v0.5.0

func (c *FakeIpamScopes) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.IpamScope, err error)

Get takes name of the ipamScope, and returns the corresponding ipamScope object, and an error if there is any.

func (*FakeIpamScopes) List added in v0.5.0

func (c *FakeIpamScopes) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.IpamScopeList, err error)

List takes label and field selectors, and returns the list of IpamScopes that match those selectors.

func (*FakeIpamScopes) Patch added in v0.5.0

func (c *FakeIpamScopes) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IpamScope, err error)

Patch applies the patch and returns the patched ipamScope.

func (*FakeIpamScopes) Update added in v0.5.0

func (c *FakeIpamScopes) Update(ctx context.Context, ipamScope *v1alpha1.IpamScope, opts v1.UpdateOptions) (result *v1alpha1.IpamScope, err error)

Update takes the representation of a ipamScope and updates it. Returns the server's representation of the ipamScope, and an error, if there is any.

func (*FakeIpamScopes) UpdateStatus added in v0.5.0

func (c *FakeIpamScopes) UpdateStatus(ctx context.Context, ipamScope *v1alpha1.IpamScope, opts v1.UpdateOptions) (*v1alpha1.IpamScope, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIpamScopes) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested ipamScopes.

type FakeIpams added in v0.5.0

type FakeIpams struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeIpams implements IpamInterface

func (*FakeIpams) Create added in v0.5.0

func (c *FakeIpams) Create(ctx context.Context, ipam *v1alpha1.Ipam, opts v1.CreateOptions) (result *v1alpha1.Ipam, err error)

Create takes the representation of a ipam and creates it. Returns the server's representation of the ipam, and an error, if there is any.

func (*FakeIpams) Delete added in v0.5.0

func (c *FakeIpams) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the ipam and deletes it. Returns an error if one occurs.

func (*FakeIpams) DeleteCollection added in v0.5.0

func (c *FakeIpams) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIpams) Get added in v0.5.0

func (c *FakeIpams) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Ipam, err error)

Get takes name of the ipam, and returns the corresponding ipam object, and an error if there is any.

func (*FakeIpams) List added in v0.5.0

func (c *FakeIpams) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.IpamList, err error)

List takes label and field selectors, and returns the list of Ipams that match those selectors.

func (*FakeIpams) Patch added in v0.5.0

func (c *FakeIpams) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Ipam, err error)

Patch applies the patch and returns the patched ipam.

func (*FakeIpams) Update added in v0.5.0

func (c *FakeIpams) Update(ctx context.Context, ipam *v1alpha1.Ipam, opts v1.UpdateOptions) (result *v1alpha1.Ipam, err error)

Update takes the representation of a ipam and updates it. Returns the server's representation of the ipam, and an error, if there is any.

func (*FakeIpams) UpdateStatus added in v0.5.0

func (c *FakeIpams) UpdateStatus(ctx context.Context, ipam *v1alpha1.Ipam, opts v1.UpdateOptions) (*v1alpha1.Ipam, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIpams) Watch added in v0.5.0

func (c *FakeIpams) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested ipams.

type FakeIpv4CIDRBlockAssociations

type FakeIpv4CIDRBlockAssociations struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeIpv4CIDRBlockAssociations implements Ipv4CIDRBlockAssociationInterface

func (*FakeIpv4CIDRBlockAssociations) Create

Create takes the representation of a ipv4CIDRBlockAssociation and creates it. Returns the server's representation of the ipv4CIDRBlockAssociation, and an error, if there is any.

func (*FakeIpv4CIDRBlockAssociations) Delete

Delete takes name of the ipv4CIDRBlockAssociation and deletes it. Returns an error if one occurs.

func (*FakeIpv4CIDRBlockAssociations) DeleteCollection

func (c *FakeIpv4CIDRBlockAssociations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIpv4CIDRBlockAssociations) Get

Get takes name of the ipv4CIDRBlockAssociation, and returns the corresponding ipv4CIDRBlockAssociation object, and an error if there is any.

func (*FakeIpv4CIDRBlockAssociations) List

List takes label and field selectors, and returns the list of Ipv4CIDRBlockAssociations that match those selectors.

func (*FakeIpv4CIDRBlockAssociations) Patch

func (c *FakeIpv4CIDRBlockAssociations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Ipv4CIDRBlockAssociation, err error)

Patch applies the patch and returns the patched ipv4CIDRBlockAssociation.

func (*FakeIpv4CIDRBlockAssociations) Update

Update takes the representation of a ipv4CIDRBlockAssociation and updates it. Returns the server's representation of the ipv4CIDRBlockAssociation, and an error, if there is any.

func (*FakeIpv4CIDRBlockAssociations) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIpv4CIDRBlockAssociations) Watch

Watch returns a watch.Interface that watches the requested ipv4CIDRBlockAssociations.

type FakeIpv6CIDRBlockAssociations added in v0.5.0

type FakeIpv6CIDRBlockAssociations struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeIpv6CIDRBlockAssociations implements Ipv6CIDRBlockAssociationInterface

func (*FakeIpv6CIDRBlockAssociations) Create added in v0.5.0

Create takes the representation of a ipv6CIDRBlockAssociation and creates it. Returns the server's representation of the ipv6CIDRBlockAssociation, and an error, if there is any.

func (*FakeIpv6CIDRBlockAssociations) Delete added in v0.5.0

Delete takes name of the ipv6CIDRBlockAssociation and deletes it. Returns an error if one occurs.

func (*FakeIpv6CIDRBlockAssociations) DeleteCollection added in v0.5.0

func (c *FakeIpv6CIDRBlockAssociations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIpv6CIDRBlockAssociations) Get added in v0.5.0

Get takes name of the ipv6CIDRBlockAssociation, and returns the corresponding ipv6CIDRBlockAssociation object, and an error if there is any.

func (*FakeIpv6CIDRBlockAssociations) List added in v0.5.0

List takes label and field selectors, and returns the list of Ipv6CIDRBlockAssociations that match those selectors.

func (*FakeIpv6CIDRBlockAssociations) Patch added in v0.5.0

func (c *FakeIpv6CIDRBlockAssociations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Ipv6CIDRBlockAssociation, err error)

Patch applies the patch and returns the patched ipv6CIDRBlockAssociation.

func (*FakeIpv6CIDRBlockAssociations) Update added in v0.5.0

Update takes the representation of a ipv6CIDRBlockAssociation and updates it. Returns the server's representation of the ipv6CIDRBlockAssociation, and an error, if there is any.

func (*FakeIpv6CIDRBlockAssociations) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIpv6CIDRBlockAssociations) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested ipv6CIDRBlockAssociations.

type FakePeeringConnectionAccepters

type FakePeeringConnectionAccepters struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakePeeringConnectionAccepters implements PeeringConnectionAccepterInterface

func (*FakePeeringConnectionAccepters) Create

Create takes the representation of a peeringConnectionAccepter and creates it. Returns the server's representation of the peeringConnectionAccepter, and an error, if there is any.

func (*FakePeeringConnectionAccepters) Delete

Delete takes name of the peeringConnectionAccepter and deletes it. Returns an error if one occurs.

func (*FakePeeringConnectionAccepters) DeleteCollection

func (c *FakePeeringConnectionAccepters) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePeeringConnectionAccepters) Get

Get takes name of the peeringConnectionAccepter, and returns the corresponding peeringConnectionAccepter object, and an error if there is any.

func (*FakePeeringConnectionAccepters) List

List takes label and field selectors, and returns the list of PeeringConnectionAccepters that match those selectors.

func (*FakePeeringConnectionAccepters) Patch

func (c *FakePeeringConnectionAccepters) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PeeringConnectionAccepter, err error)

Patch applies the patch and returns the patched peeringConnectionAccepter.

func (*FakePeeringConnectionAccepters) Update

Update takes the representation of a peeringConnectionAccepter and updates it. Returns the server's representation of the peeringConnectionAccepter, and an error, if there is any.

func (*FakePeeringConnectionAccepters) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePeeringConnectionAccepters) Watch

Watch returns a watch.Interface that watches the requested peeringConnectionAccepters.

type FakePeeringConnectionOptionses

type FakePeeringConnectionOptionses struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakePeeringConnectionOptionses implements PeeringConnectionOptionsInterface

func (*FakePeeringConnectionOptionses) Create

Create takes the representation of a peeringConnectionOptions and creates it. Returns the server's representation of the peeringConnectionOptions, and an error, if there is any.

func (*FakePeeringConnectionOptionses) Delete

Delete takes name of the peeringConnectionOptions and deletes it. Returns an error if one occurs.

func (*FakePeeringConnectionOptionses) DeleteCollection

func (c *FakePeeringConnectionOptionses) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePeeringConnectionOptionses) Get

Get takes name of the peeringConnectionOptions, and returns the corresponding peeringConnectionOptions object, and an error if there is any.

func (*FakePeeringConnectionOptionses) List

List takes label and field selectors, and returns the list of PeeringConnectionOptionses that match those selectors.

func (*FakePeeringConnectionOptionses) Patch

func (c *FakePeeringConnectionOptionses) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PeeringConnectionOptions, err error)

Patch applies the patch and returns the patched peeringConnectionOptions.

func (*FakePeeringConnectionOptionses) Update

Update takes the representation of a peeringConnectionOptions and updates it. Returns the server's representation of the peeringConnectionOptions, and an error, if there is any.

func (*FakePeeringConnectionOptionses) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePeeringConnectionOptionses) Watch

Watch returns a watch.Interface that watches the requested peeringConnectionOptionses.

type FakePeeringConnections

type FakePeeringConnections struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakePeeringConnections implements PeeringConnectionInterface

func (*FakePeeringConnections) Create

func (c *FakePeeringConnections) Create(ctx context.Context, peeringConnection *v1alpha1.PeeringConnection, opts v1.CreateOptions) (result *v1alpha1.PeeringConnection, err error)

Create takes the representation of a peeringConnection and creates it. Returns the server's representation of the peeringConnection, and an error, if there is any.

func (*FakePeeringConnections) Delete

func (c *FakePeeringConnections) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the peeringConnection and deletes it. Returns an error if one occurs.

func (*FakePeeringConnections) DeleteCollection

func (c *FakePeeringConnections) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePeeringConnections) Get

func (c *FakePeeringConnections) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.PeeringConnection, err error)

Get takes name of the peeringConnection, and returns the corresponding peeringConnection object, and an error if there is any.

func (*FakePeeringConnections) List

List takes label and field selectors, and returns the list of PeeringConnections that match those selectors.

func (*FakePeeringConnections) Patch

func (c *FakePeeringConnections) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PeeringConnection, err error)

Patch applies the patch and returns the patched peeringConnection.

func (*FakePeeringConnections) Update

func (c *FakePeeringConnections) Update(ctx context.Context, peeringConnection *v1alpha1.PeeringConnection, opts v1.UpdateOptions) (result *v1alpha1.PeeringConnection, err error)

Update takes the representation of a peeringConnection and updates it. Returns the server's representation of the peeringConnection, and an error, if there is any.

func (*FakePeeringConnections) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePeeringConnections) Watch

Watch returns a watch.Interface that watches the requested peeringConnections.

type FakeVpcV1alpha1

type FakeVpcV1alpha1 struct {
	*testing.Fake
}

func (*FakeVpcV1alpha1) DhcpOptionsAssociations

func (c *FakeVpcV1alpha1) DhcpOptionsAssociations(namespace string) v1alpha1.DhcpOptionsAssociationInterface

func (*FakeVpcV1alpha1) DhcpOptionses

func (c *FakeVpcV1alpha1) DhcpOptionses(namespace string) v1alpha1.DhcpOptionsInterface

func (*FakeVpcV1alpha1) EndpointConnectionAccepters added in v0.5.0

func (c *FakeVpcV1alpha1) EndpointConnectionAccepters(namespace string) v1alpha1.EndpointConnectionAccepterInterface

func (*FakeVpcV1alpha1) EndpointConnectionNotifications

func (c *FakeVpcV1alpha1) EndpointConnectionNotifications(namespace string) v1alpha1.EndpointConnectionNotificationInterface

func (*FakeVpcV1alpha1) EndpointPolicies added in v0.5.0

func (c *FakeVpcV1alpha1) EndpointPolicies(namespace string) v1alpha1.EndpointPolicyInterface

func (*FakeVpcV1alpha1) EndpointRouteTableAssociations

func (c *FakeVpcV1alpha1) EndpointRouteTableAssociations(namespace string) v1alpha1.EndpointRouteTableAssociationInterface

func (*FakeVpcV1alpha1) EndpointServiceAllowedPrincipals

func (c *FakeVpcV1alpha1) EndpointServiceAllowedPrincipals(namespace string) v1alpha1.EndpointServiceAllowedPrincipalInterface

func (*FakeVpcV1alpha1) EndpointServices

func (c *FakeVpcV1alpha1) EndpointServices(namespace string) v1alpha1.EndpointServiceInterface

func (*FakeVpcV1alpha1) EndpointSubnetAssociations

func (c *FakeVpcV1alpha1) EndpointSubnetAssociations(namespace string) v1alpha1.EndpointSubnetAssociationInterface

func (*FakeVpcV1alpha1) Endpoints

func (c *FakeVpcV1alpha1) Endpoints(namespace string) v1alpha1.EndpointInterface

func (*FakeVpcV1alpha1) IpamOrganizationAdminAccounts added in v0.5.0

func (c *FakeVpcV1alpha1) IpamOrganizationAdminAccounts(namespace string) v1alpha1.IpamOrganizationAdminAccountInterface

func (*FakeVpcV1alpha1) IpamPoolCIDRAllocations added in v0.5.0

func (c *FakeVpcV1alpha1) IpamPoolCIDRAllocations(namespace string) v1alpha1.IpamPoolCIDRAllocationInterface

func (*FakeVpcV1alpha1) IpamPoolCIDRs added in v0.5.0

func (c *FakeVpcV1alpha1) IpamPoolCIDRs(namespace string) v1alpha1.IpamPoolCIDRInterface

func (*FakeVpcV1alpha1) IpamPools added in v0.5.0

func (c *FakeVpcV1alpha1) IpamPools(namespace string) v1alpha1.IpamPoolInterface

func (*FakeVpcV1alpha1) IpamPreviewNextCIDRs added in v0.5.0

func (c *FakeVpcV1alpha1) IpamPreviewNextCIDRs(namespace string) v1alpha1.IpamPreviewNextCIDRInterface

func (*FakeVpcV1alpha1) IpamScopes added in v0.5.0

func (c *FakeVpcV1alpha1) IpamScopes(namespace string) v1alpha1.IpamScopeInterface

func (*FakeVpcV1alpha1) Ipams added in v0.5.0

func (c *FakeVpcV1alpha1) Ipams(namespace string) v1alpha1.IpamInterface

func (*FakeVpcV1alpha1) Ipv4CIDRBlockAssociations

func (c *FakeVpcV1alpha1) Ipv4CIDRBlockAssociations(namespace string) v1alpha1.Ipv4CIDRBlockAssociationInterface

func (*FakeVpcV1alpha1) Ipv6CIDRBlockAssociations added in v0.5.0

func (c *FakeVpcV1alpha1) Ipv6CIDRBlockAssociations(namespace string) v1alpha1.Ipv6CIDRBlockAssociationInterface

func (*FakeVpcV1alpha1) PeeringConnectionAccepters

func (c *FakeVpcV1alpha1) PeeringConnectionAccepters(namespace string) v1alpha1.PeeringConnectionAccepterInterface

func (*FakeVpcV1alpha1) PeeringConnectionOptionses

func (c *FakeVpcV1alpha1) PeeringConnectionOptionses(namespace string) v1alpha1.PeeringConnectionOptionsInterface

func (*FakeVpcV1alpha1) PeeringConnections

func (c *FakeVpcV1alpha1) PeeringConnections(namespace string) v1alpha1.PeeringConnectionInterface

func (*FakeVpcV1alpha1) RESTClient

func (c *FakeVpcV1alpha1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*FakeVpcV1alpha1) Vpcs

func (c *FakeVpcV1alpha1) Vpcs(namespace string) v1alpha1.VpcInterface

type FakeVpcs

type FakeVpcs struct {
	Fake *FakeVpcV1alpha1
	// contains filtered or unexported fields
}

FakeVpcs implements VpcInterface

func (*FakeVpcs) Create

func (c *FakeVpcs) Create(ctx context.Context, vpc *v1alpha1.Vpc, opts v1.CreateOptions) (result *v1alpha1.Vpc, err error)

Create takes the representation of a vpc and creates it. Returns the server's representation of the vpc, and an error, if there is any.

func (*FakeVpcs) Delete

func (c *FakeVpcs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the vpc and deletes it. Returns an error if one occurs.

func (*FakeVpcs) DeleteCollection

func (c *FakeVpcs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeVpcs) Get

func (c *FakeVpcs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Vpc, err error)

Get takes name of the vpc, and returns the corresponding vpc object, and an error if there is any.

func (*FakeVpcs) List

func (c *FakeVpcs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.VpcList, err error)

List takes label and field selectors, and returns the list of Vpcs that match those selectors.

func (*FakeVpcs) Patch

func (c *FakeVpcs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Vpc, err error)

Patch applies the patch and returns the patched vpc.

func (*FakeVpcs) Update

func (c *FakeVpcs) Update(ctx context.Context, vpc *v1alpha1.Vpc, opts v1.UpdateOptions) (result *v1alpha1.Vpc, err error)

Update takes the representation of a vpc and updates it. Returns the server's representation of the vpc, and an error, if there is any.

func (*FakeVpcs) UpdateStatus

func (c *FakeVpcs) UpdateStatus(ctx context.Context, vpc *v1alpha1.Vpc, opts v1.UpdateOptions) (*v1alpha1.Vpc, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeVpcs) Watch

func (c *FakeVpcs) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested vpcs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL