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 FakeAddresses

type FakeAddresses struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeAddresses implements AddressInterface

func (*FakeAddresses) Create

func (c *FakeAddresses) Create(ctx context.Context, address *v1alpha1.Address, opts v1.CreateOptions) (result *v1alpha1.Address, err error)

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

func (*FakeAddresses) Delete

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

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

func (*FakeAddresses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeAddresses) Get

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

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

func (*FakeAddresses) List

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

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

func (*FakeAddresses) Patch

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

Patch applies the patch and returns the patched address.

func (*FakeAddresses) Update

func (c *FakeAddresses) Update(ctx context.Context, address *v1alpha1.Address, opts v1.UpdateOptions) (result *v1alpha1.Address, err error)

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

func (*FakeAddresses) UpdateStatus

func (c *FakeAddresses) UpdateStatus(ctx context.Context, address *v1alpha1.Address, opts v1.UpdateOptions) (*v1alpha1.Address, error)

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

func (*FakeAddresses) Watch

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

type FakeAttachedDisks

type FakeAttachedDisks struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeAttachedDisks implements AttachedDiskInterface

func (*FakeAttachedDisks) Create

func (c *FakeAttachedDisks) Create(ctx context.Context, attachedDisk *v1alpha1.AttachedDisk, opts v1.CreateOptions) (result *v1alpha1.AttachedDisk, err error)

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

func (*FakeAttachedDisks) Delete

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

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

func (*FakeAttachedDisks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeAttachedDisks) Get

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

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

func (*FakeAttachedDisks) List

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

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

func (*FakeAttachedDisks) Patch

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

Patch applies the patch and returns the patched attachedDisk.

func (*FakeAttachedDisks) Update

func (c *FakeAttachedDisks) Update(ctx context.Context, attachedDisk *v1alpha1.AttachedDisk, opts v1.UpdateOptions) (result *v1alpha1.AttachedDisk, err error)

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

func (*FakeAttachedDisks) UpdateStatus

func (c *FakeAttachedDisks) UpdateStatus(ctx context.Context, attachedDisk *v1alpha1.AttachedDisk, opts v1.UpdateOptions) (*v1alpha1.AttachedDisk, error)

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

func (*FakeAttachedDisks) Watch

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

type FakeAutoscalers

type FakeAutoscalers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeAutoscalers implements AutoscalerInterface

func (*FakeAutoscalers) Create

func (c *FakeAutoscalers) Create(ctx context.Context, autoscaler *v1alpha1.Autoscaler, opts v1.CreateOptions) (result *v1alpha1.Autoscaler, err error)

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

func (*FakeAutoscalers) Delete

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

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

func (*FakeAutoscalers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeAutoscalers) Get

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

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

func (*FakeAutoscalers) List

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

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

func (*FakeAutoscalers) Patch

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

Patch applies the patch and returns the patched autoscaler.

func (*FakeAutoscalers) Update

func (c *FakeAutoscalers) Update(ctx context.Context, autoscaler *v1alpha1.Autoscaler, opts v1.UpdateOptions) (result *v1alpha1.Autoscaler, err error)

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

func (*FakeAutoscalers) UpdateStatus

func (c *FakeAutoscalers) UpdateStatus(ctx context.Context, autoscaler *v1alpha1.Autoscaler, opts v1.UpdateOptions) (*v1alpha1.Autoscaler, error)

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

func (*FakeAutoscalers) Watch

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

type FakeBackendBucketSignedURLKeys

type FakeBackendBucketSignedURLKeys struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeBackendBucketSignedURLKeys implements BackendBucketSignedURLKeyInterface

func (*FakeBackendBucketSignedURLKeys) Create

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

func (*FakeBackendBucketSignedURLKeys) Delete

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

func (*FakeBackendBucketSignedURLKeys) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeBackendBucketSignedURLKeys) Get

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

func (*FakeBackendBucketSignedURLKeys) List

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

func (*FakeBackendBucketSignedURLKeys) Patch

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

Patch applies the patch and returns the patched backendBucketSignedURLKey.

func (*FakeBackendBucketSignedURLKeys) Update

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

func (*FakeBackendBucketSignedURLKeys) UpdateStatus

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

func (*FakeBackendBucketSignedURLKeys) Watch

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

type FakeBackendBuckets

type FakeBackendBuckets struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeBackendBuckets implements BackendBucketInterface

func (*FakeBackendBuckets) Create

func (c *FakeBackendBuckets) Create(ctx context.Context, backendBucket *v1alpha1.BackendBucket, opts v1.CreateOptions) (result *v1alpha1.BackendBucket, err error)

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

func (*FakeBackendBuckets) Delete

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

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

func (*FakeBackendBuckets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeBackendBuckets) Get

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

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

func (*FakeBackendBuckets) List

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

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

func (*FakeBackendBuckets) Patch

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

Patch applies the patch and returns the patched backendBucket.

func (*FakeBackendBuckets) Update

func (c *FakeBackendBuckets) Update(ctx context.Context, backendBucket *v1alpha1.BackendBucket, opts v1.UpdateOptions) (result *v1alpha1.BackendBucket, err error)

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

func (*FakeBackendBuckets) UpdateStatus

func (c *FakeBackendBuckets) UpdateStatus(ctx context.Context, backendBucket *v1alpha1.BackendBucket, opts v1.UpdateOptions) (*v1alpha1.BackendBucket, error)

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

func (*FakeBackendBuckets) Watch

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

type FakeBackendServiceSignedURLKeys

type FakeBackendServiceSignedURLKeys struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeBackendServiceSignedURLKeys implements BackendServiceSignedURLKeyInterface

func (*FakeBackendServiceSignedURLKeys) Create

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

func (*FakeBackendServiceSignedURLKeys) Delete

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

func (*FakeBackendServiceSignedURLKeys) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeBackendServiceSignedURLKeys) Get

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

func (*FakeBackendServiceSignedURLKeys) List

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

func (*FakeBackendServiceSignedURLKeys) Patch

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

Patch applies the patch and returns the patched backendServiceSignedURLKey.

func (*FakeBackendServiceSignedURLKeys) Update

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

func (*FakeBackendServiceSignedURLKeys) UpdateStatus

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

func (*FakeBackendServiceSignedURLKeys) Watch

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

type FakeBackendServices

type FakeBackendServices struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeBackendServices implements BackendServiceInterface

func (*FakeBackendServices) Create

func (c *FakeBackendServices) Create(ctx context.Context, backendService *v1alpha1.BackendService, opts v1.CreateOptions) (result *v1alpha1.BackendService, err error)

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

func (*FakeBackendServices) Delete

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

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

func (*FakeBackendServices) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeBackendServices) Get

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

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

func (*FakeBackendServices) List

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

func (*FakeBackendServices) Patch

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

Patch applies the patch and returns the patched backendService.

func (*FakeBackendServices) Update

func (c *FakeBackendServices) Update(ctx context.Context, backendService *v1alpha1.BackendService, opts v1.UpdateOptions) (result *v1alpha1.BackendService, err error)

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

func (*FakeBackendServices) UpdateStatus

func (c *FakeBackendServices) UpdateStatus(ctx context.Context, backendService *v1alpha1.BackendService, opts v1.UpdateOptions) (*v1alpha1.BackendService, error)

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

func (*FakeBackendServices) Watch

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

type FakeComputeV1alpha1

type FakeComputeV1alpha1 struct {
	*testing.Fake
}

func (*FakeComputeV1alpha1) Addresses

func (c *FakeComputeV1alpha1) Addresses(namespace string) v1alpha1.AddressInterface

func (*FakeComputeV1alpha1) AttachedDisks

func (c *FakeComputeV1alpha1) AttachedDisks(namespace string) v1alpha1.AttachedDiskInterface

func (*FakeComputeV1alpha1) Autoscalers

func (c *FakeComputeV1alpha1) Autoscalers(namespace string) v1alpha1.AutoscalerInterface

func (*FakeComputeV1alpha1) BackendBucketSignedURLKeys

func (c *FakeComputeV1alpha1) BackendBucketSignedURLKeys(namespace string) v1alpha1.BackendBucketSignedURLKeyInterface

func (*FakeComputeV1alpha1) BackendBuckets

func (c *FakeComputeV1alpha1) BackendBuckets(namespace string) v1alpha1.BackendBucketInterface

func (*FakeComputeV1alpha1) BackendServiceSignedURLKeys

func (c *FakeComputeV1alpha1) BackendServiceSignedURLKeys(namespace string) v1alpha1.BackendServiceSignedURLKeyInterface

func (*FakeComputeV1alpha1) BackendServices

func (c *FakeComputeV1alpha1) BackendServices(namespace string) v1alpha1.BackendServiceInterface

func (*FakeComputeV1alpha1) DiskIamBindings

func (c *FakeComputeV1alpha1) DiskIamBindings(namespace string) v1alpha1.DiskIamBindingInterface

func (*FakeComputeV1alpha1) DiskIamMembers

func (c *FakeComputeV1alpha1) DiskIamMembers(namespace string) v1alpha1.DiskIamMemberInterface

func (*FakeComputeV1alpha1) DiskIamPolicies

func (c *FakeComputeV1alpha1) DiskIamPolicies(namespace string) v1alpha1.DiskIamPolicyInterface

func (*FakeComputeV1alpha1) DiskResourcePolicyAttachments

func (c *FakeComputeV1alpha1) DiskResourcePolicyAttachments(namespace string) v1alpha1.DiskResourcePolicyAttachmentInterface

func (*FakeComputeV1alpha1) Disks

func (c *FakeComputeV1alpha1) Disks(namespace string) v1alpha1.DiskInterface

func (*FakeComputeV1alpha1) ExternalVPNGateways

func (c *FakeComputeV1alpha1) ExternalVPNGateways(namespace string) v1alpha1.ExternalVPNGatewayInterface

func (*FakeComputeV1alpha1) FirewallPolicies added in v0.4.0

func (c *FakeComputeV1alpha1) FirewallPolicies(namespace string) v1alpha1.FirewallPolicyInterface

func (*FakeComputeV1alpha1) FirewallPolicyAssociations added in v0.4.0

func (c *FakeComputeV1alpha1) FirewallPolicyAssociations(namespace string) v1alpha1.FirewallPolicyAssociationInterface

func (*FakeComputeV1alpha1) FirewallPolicyRules added in v0.4.0

func (c *FakeComputeV1alpha1) FirewallPolicyRules(namespace string) v1alpha1.FirewallPolicyRuleInterface

func (*FakeComputeV1alpha1) Firewalls

func (c *FakeComputeV1alpha1) Firewalls(namespace string) v1alpha1.FirewallInterface

func (*FakeComputeV1alpha1) ForwardingRules

func (c *FakeComputeV1alpha1) ForwardingRules(namespace string) v1alpha1.ForwardingRuleInterface

func (*FakeComputeV1alpha1) GlobalAddresses

func (c *FakeComputeV1alpha1) GlobalAddresses(namespace string) v1alpha1.GlobalAddressInterface

func (*FakeComputeV1alpha1) GlobalForwardingRules

func (c *FakeComputeV1alpha1) GlobalForwardingRules(namespace string) v1alpha1.GlobalForwardingRuleInterface

func (*FakeComputeV1alpha1) GlobalNetworkEndpointGroups

func (c *FakeComputeV1alpha1) GlobalNetworkEndpointGroups(namespace string) v1alpha1.GlobalNetworkEndpointGroupInterface

func (*FakeComputeV1alpha1) GlobalNetworkEndpoints

func (c *FakeComputeV1alpha1) GlobalNetworkEndpoints(namespace string) v1alpha1.GlobalNetworkEndpointInterface

func (*FakeComputeV1alpha1) HaVPNGateways

func (c *FakeComputeV1alpha1) HaVPNGateways(namespace string) v1alpha1.HaVPNGatewayInterface

func (*FakeComputeV1alpha1) HealthChecks

func (c *FakeComputeV1alpha1) HealthChecks(namespace string) v1alpha1.HealthCheckInterface

func (*FakeComputeV1alpha1) HttpHealthChecks

func (c *FakeComputeV1alpha1) HttpHealthChecks(namespace string) v1alpha1.HttpHealthCheckInterface

func (*FakeComputeV1alpha1) HttpsHealthChecks

func (c *FakeComputeV1alpha1) HttpsHealthChecks(namespace string) v1alpha1.HttpsHealthCheckInterface

func (*FakeComputeV1alpha1) ImageIamBindings

func (c *FakeComputeV1alpha1) ImageIamBindings(namespace string) v1alpha1.ImageIamBindingInterface

func (*FakeComputeV1alpha1) ImageIamMembers

func (c *FakeComputeV1alpha1) ImageIamMembers(namespace string) v1alpha1.ImageIamMemberInterface

func (*FakeComputeV1alpha1) ImageIamPolicies

func (c *FakeComputeV1alpha1) ImageIamPolicies(namespace string) v1alpha1.ImageIamPolicyInterface

func (*FakeComputeV1alpha1) Images

func (c *FakeComputeV1alpha1) Images(namespace string) v1alpha1.ImageInterface

func (*FakeComputeV1alpha1) InstanceFromTemplates

func (c *FakeComputeV1alpha1) InstanceFromTemplates(namespace string) v1alpha1.InstanceFromTemplateInterface

func (*FakeComputeV1alpha1) InstanceGroupManagers

func (c *FakeComputeV1alpha1) InstanceGroupManagers(namespace string) v1alpha1.InstanceGroupManagerInterface

func (*FakeComputeV1alpha1) InstanceGroupNamedPorts

func (c *FakeComputeV1alpha1) InstanceGroupNamedPorts(namespace string) v1alpha1.InstanceGroupNamedPortInterface

func (*FakeComputeV1alpha1) InstanceGroups

func (c *FakeComputeV1alpha1) InstanceGroups(namespace string) v1alpha1.InstanceGroupInterface

func (*FakeComputeV1alpha1) InstanceIamBindings

func (c *FakeComputeV1alpha1) InstanceIamBindings(namespace string) v1alpha1.InstanceIamBindingInterface

func (*FakeComputeV1alpha1) InstanceIamMembers

func (c *FakeComputeV1alpha1) InstanceIamMembers(namespace string) v1alpha1.InstanceIamMemberInterface

func (*FakeComputeV1alpha1) InstanceIamPolicies

func (c *FakeComputeV1alpha1) InstanceIamPolicies(namespace string) v1alpha1.InstanceIamPolicyInterface

func (*FakeComputeV1alpha1) InstanceTemplates

func (c *FakeComputeV1alpha1) InstanceTemplates(namespace string) v1alpha1.InstanceTemplateInterface

func (*FakeComputeV1alpha1) Instances

func (c *FakeComputeV1alpha1) Instances(namespace string) v1alpha1.InstanceInterface

func (*FakeComputeV1alpha1) InterconnectAttachments

func (c *FakeComputeV1alpha1) InterconnectAttachments(namespace string) v1alpha1.InterconnectAttachmentInterface

func (*FakeComputeV1alpha1) ManagedSslCertificates

func (c *FakeComputeV1alpha1) ManagedSslCertificates(namespace string) v1alpha1.ManagedSslCertificateInterface

func (*FakeComputeV1alpha1) NetworkEndpointGroups

func (c *FakeComputeV1alpha1) NetworkEndpointGroups(namespace string) v1alpha1.NetworkEndpointGroupInterface

func (*FakeComputeV1alpha1) NetworkEndpoints

func (c *FakeComputeV1alpha1) NetworkEndpoints(namespace string) v1alpha1.NetworkEndpointInterface

func (*FakeComputeV1alpha1) NetworkPeeringRoutesConfigs

func (c *FakeComputeV1alpha1) NetworkPeeringRoutesConfigs(namespace string) v1alpha1.NetworkPeeringRoutesConfigInterface

func (*FakeComputeV1alpha1) NetworkPeerings

func (c *FakeComputeV1alpha1) NetworkPeerings(namespace string) v1alpha1.NetworkPeeringInterface

func (*FakeComputeV1alpha1) Networks

func (c *FakeComputeV1alpha1) Networks(namespace string) v1alpha1.NetworkInterface

func (*FakeComputeV1alpha1) NodeGroups

func (c *FakeComputeV1alpha1) NodeGroups(namespace string) v1alpha1.NodeGroupInterface

func (*FakeComputeV1alpha1) NodeTemplates

func (c *FakeComputeV1alpha1) NodeTemplates(namespace string) v1alpha1.NodeTemplateInterface

func (*FakeComputeV1alpha1) PacketMirrorings

func (c *FakeComputeV1alpha1) PacketMirrorings(namespace string) v1alpha1.PacketMirroringInterface

func (*FakeComputeV1alpha1) PerInstanceConfigs

func (c *FakeComputeV1alpha1) PerInstanceConfigs(namespace string) v1alpha1.PerInstanceConfigInterface

func (*FakeComputeV1alpha1) ProjectDefaultNetworkTiers

func (c *FakeComputeV1alpha1) ProjectDefaultNetworkTiers(namespace string) v1alpha1.ProjectDefaultNetworkTierInterface

func (*FakeComputeV1alpha1) ProjectMetadataItems

func (c *FakeComputeV1alpha1) ProjectMetadataItems(namespace string) v1alpha1.ProjectMetadataItemInterface

func (*FakeComputeV1alpha1) ProjectMetadatas

func (c *FakeComputeV1alpha1) ProjectMetadatas(namespace string) v1alpha1.ProjectMetadataInterface

func (*FakeComputeV1alpha1) RESTClient

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

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

func (*FakeComputeV1alpha1) RegionAutoscalers

func (c *FakeComputeV1alpha1) RegionAutoscalers(namespace string) v1alpha1.RegionAutoscalerInterface

func (*FakeComputeV1alpha1) RegionBackendServices

func (c *FakeComputeV1alpha1) RegionBackendServices(namespace string) v1alpha1.RegionBackendServiceInterface

func (*FakeComputeV1alpha1) RegionDiskIamBindings

func (c *FakeComputeV1alpha1) RegionDiskIamBindings(namespace string) v1alpha1.RegionDiskIamBindingInterface

func (*FakeComputeV1alpha1) RegionDiskIamMembers

func (c *FakeComputeV1alpha1) RegionDiskIamMembers(namespace string) v1alpha1.RegionDiskIamMemberInterface

func (*FakeComputeV1alpha1) RegionDiskIamPolicies

func (c *FakeComputeV1alpha1) RegionDiskIamPolicies(namespace string) v1alpha1.RegionDiskIamPolicyInterface

func (*FakeComputeV1alpha1) RegionDiskResourcePolicyAttachments

func (c *FakeComputeV1alpha1) RegionDiskResourcePolicyAttachments(namespace string) v1alpha1.RegionDiskResourcePolicyAttachmentInterface

func (*FakeComputeV1alpha1) RegionDisks

func (c *FakeComputeV1alpha1) RegionDisks(namespace string) v1alpha1.RegionDiskInterface

func (*FakeComputeV1alpha1) RegionHealthChecks

func (c *FakeComputeV1alpha1) RegionHealthChecks(namespace string) v1alpha1.RegionHealthCheckInterface

func (*FakeComputeV1alpha1) RegionInstanceGroupManagers

func (c *FakeComputeV1alpha1) RegionInstanceGroupManagers(namespace string) v1alpha1.RegionInstanceGroupManagerInterface

func (*FakeComputeV1alpha1) RegionNetworkEndpointGroups

func (c *FakeComputeV1alpha1) RegionNetworkEndpointGroups(namespace string) v1alpha1.RegionNetworkEndpointGroupInterface

func (*FakeComputeV1alpha1) RegionPerInstanceConfigs

func (c *FakeComputeV1alpha1) RegionPerInstanceConfigs(namespace string) v1alpha1.RegionPerInstanceConfigInterface

func (*FakeComputeV1alpha1) RegionSslCertificates

func (c *FakeComputeV1alpha1) RegionSslCertificates(namespace string) v1alpha1.RegionSslCertificateInterface

func (*FakeComputeV1alpha1) RegionTargetHTTPProxies

func (c *FakeComputeV1alpha1) RegionTargetHTTPProxies(namespace string) v1alpha1.RegionTargetHTTPProxyInterface

func (*FakeComputeV1alpha1) RegionTargetHTTPSProxies

func (c *FakeComputeV1alpha1) RegionTargetHTTPSProxies(namespace string) v1alpha1.RegionTargetHTTPSProxyInterface

func (*FakeComputeV1alpha1) RegionURLMaps

func (c *FakeComputeV1alpha1) RegionURLMaps(namespace string) v1alpha1.RegionURLMapInterface

func (*FakeComputeV1alpha1) Reservations

func (c *FakeComputeV1alpha1) Reservations(namespace string) v1alpha1.ReservationInterface

func (*FakeComputeV1alpha1) ResourcePolicies

func (c *FakeComputeV1alpha1) ResourcePolicies(namespace string) v1alpha1.ResourcePolicyInterface

func (*FakeComputeV1alpha1) RouterInterfaces

func (c *FakeComputeV1alpha1) RouterInterfaces(namespace string) v1alpha1.RouterInterfaceInterface

func (*FakeComputeV1alpha1) RouterNATs

func (c *FakeComputeV1alpha1) RouterNATs(namespace string) v1alpha1.RouterNATInterface

func (*FakeComputeV1alpha1) RouterPeers

func (c *FakeComputeV1alpha1) RouterPeers(namespace string) v1alpha1.RouterPeerInterface

func (*FakeComputeV1alpha1) Routers

func (c *FakeComputeV1alpha1) Routers(namespace string) v1alpha1.RouterInterface

func (*FakeComputeV1alpha1) Routes

func (c *FakeComputeV1alpha1) Routes(namespace string) v1alpha1.RouteInterface

func (*FakeComputeV1alpha1) SecurityPolicies

func (c *FakeComputeV1alpha1) SecurityPolicies(namespace string) v1alpha1.SecurityPolicyInterface

func (*FakeComputeV1alpha1) ServiceAttachments added in v0.4.0

func (c *FakeComputeV1alpha1) ServiceAttachments(namespace string) v1alpha1.ServiceAttachmentInterface

func (*FakeComputeV1alpha1) SharedVpcHostProjects

func (c *FakeComputeV1alpha1) SharedVpcHostProjects(namespace string) v1alpha1.SharedVpcHostProjectInterface

func (*FakeComputeV1alpha1) SharedVpcServiceProjects

func (c *FakeComputeV1alpha1) SharedVpcServiceProjects(namespace string) v1alpha1.SharedVpcServiceProjectInterface

func (*FakeComputeV1alpha1) Snapshots

func (c *FakeComputeV1alpha1) Snapshots(namespace string) v1alpha1.SnapshotInterface

func (*FakeComputeV1alpha1) SslCertificates

func (c *FakeComputeV1alpha1) SslCertificates(namespace string) v1alpha1.SslCertificateInterface

func (*FakeComputeV1alpha1) SslPolicies

func (c *FakeComputeV1alpha1) SslPolicies(namespace string) v1alpha1.SslPolicyInterface

func (*FakeComputeV1alpha1) SubnetworkIamBindings

func (c *FakeComputeV1alpha1) SubnetworkIamBindings(namespace string) v1alpha1.SubnetworkIamBindingInterface

func (*FakeComputeV1alpha1) SubnetworkIamMembers

func (c *FakeComputeV1alpha1) SubnetworkIamMembers(namespace string) v1alpha1.SubnetworkIamMemberInterface

func (*FakeComputeV1alpha1) SubnetworkIamPolicies

func (c *FakeComputeV1alpha1) SubnetworkIamPolicies(namespace string) v1alpha1.SubnetworkIamPolicyInterface

func (*FakeComputeV1alpha1) Subnetworks

func (c *FakeComputeV1alpha1) Subnetworks(namespace string) v1alpha1.SubnetworkInterface

func (*FakeComputeV1alpha1) TargetGrpcProxies

func (c *FakeComputeV1alpha1) TargetGrpcProxies(namespace string) v1alpha1.TargetGrpcProxyInterface

func (*FakeComputeV1alpha1) TargetHTTPProxies

func (c *FakeComputeV1alpha1) TargetHTTPProxies(namespace string) v1alpha1.TargetHTTPProxyInterface

func (*FakeComputeV1alpha1) TargetHTTPSProxies

func (c *FakeComputeV1alpha1) TargetHTTPSProxies(namespace string) v1alpha1.TargetHTTPSProxyInterface

func (*FakeComputeV1alpha1) TargetInstances

func (c *FakeComputeV1alpha1) TargetInstances(namespace string) v1alpha1.TargetInstanceInterface

func (*FakeComputeV1alpha1) TargetPools

func (c *FakeComputeV1alpha1) TargetPools(namespace string) v1alpha1.TargetPoolInterface

func (*FakeComputeV1alpha1) TargetSslProxies

func (c *FakeComputeV1alpha1) TargetSslProxies(namespace string) v1alpha1.TargetSslProxyInterface

func (*FakeComputeV1alpha1) TargetTcpProxies

func (c *FakeComputeV1alpha1) TargetTcpProxies(namespace string) v1alpha1.TargetTcpProxyInterface

func (*FakeComputeV1alpha1) UrlMaps

func (c *FakeComputeV1alpha1) UrlMaps(namespace string) v1alpha1.UrlMapInterface

func (*FakeComputeV1alpha1) VpnGateways

func (c *FakeComputeV1alpha1) VpnGateways(namespace string) v1alpha1.VpnGatewayInterface

func (*FakeComputeV1alpha1) VpnTunnels

func (c *FakeComputeV1alpha1) VpnTunnels(namespace string) v1alpha1.VpnTunnelInterface

type FakeDiskIamBindings

type FakeDiskIamBindings struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeDiskIamBindings implements DiskIamBindingInterface

func (*FakeDiskIamBindings) Create

func (c *FakeDiskIamBindings) Create(ctx context.Context, diskIamBinding *v1alpha1.DiskIamBinding, opts v1.CreateOptions) (result *v1alpha1.DiskIamBinding, err error)

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

func (*FakeDiskIamBindings) Delete

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

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

func (*FakeDiskIamBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeDiskIamBindings) Get

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

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

func (*FakeDiskIamBindings) List

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

func (*FakeDiskIamBindings) Patch

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

Patch applies the patch and returns the patched diskIamBinding.

func (*FakeDiskIamBindings) Update

func (c *FakeDiskIamBindings) Update(ctx context.Context, diskIamBinding *v1alpha1.DiskIamBinding, opts v1.UpdateOptions) (result *v1alpha1.DiskIamBinding, err error)

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

func (*FakeDiskIamBindings) UpdateStatus

func (c *FakeDiskIamBindings) UpdateStatus(ctx context.Context, diskIamBinding *v1alpha1.DiskIamBinding, opts v1.UpdateOptions) (*v1alpha1.DiskIamBinding, error)

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

func (*FakeDiskIamBindings) Watch

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

type FakeDiskIamMembers

type FakeDiskIamMembers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeDiskIamMembers implements DiskIamMemberInterface

func (*FakeDiskIamMembers) Create

func (c *FakeDiskIamMembers) Create(ctx context.Context, diskIamMember *v1alpha1.DiskIamMember, opts v1.CreateOptions) (result *v1alpha1.DiskIamMember, err error)

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

func (*FakeDiskIamMembers) Delete

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

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

func (*FakeDiskIamMembers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeDiskIamMembers) Get

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

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

func (*FakeDiskIamMembers) List

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

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

func (*FakeDiskIamMembers) Patch

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

Patch applies the patch and returns the patched diskIamMember.

func (*FakeDiskIamMembers) Update

func (c *FakeDiskIamMembers) Update(ctx context.Context, diskIamMember *v1alpha1.DiskIamMember, opts v1.UpdateOptions) (result *v1alpha1.DiskIamMember, err error)

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

func (*FakeDiskIamMembers) UpdateStatus

func (c *FakeDiskIamMembers) UpdateStatus(ctx context.Context, diskIamMember *v1alpha1.DiskIamMember, opts v1.UpdateOptions) (*v1alpha1.DiskIamMember, error)

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

func (*FakeDiskIamMembers) Watch

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

type FakeDiskIamPolicies

type FakeDiskIamPolicies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeDiskIamPolicies implements DiskIamPolicyInterface

func (*FakeDiskIamPolicies) Create

func (c *FakeDiskIamPolicies) Create(ctx context.Context, diskIamPolicy *v1alpha1.DiskIamPolicy, opts v1.CreateOptions) (result *v1alpha1.DiskIamPolicy, err error)

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

func (*FakeDiskIamPolicies) Delete

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

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

func (*FakeDiskIamPolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeDiskIamPolicies) Get

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

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

func (*FakeDiskIamPolicies) List

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

func (*FakeDiskIamPolicies) Patch

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

Patch applies the patch and returns the patched diskIamPolicy.

func (*FakeDiskIamPolicies) Update

func (c *FakeDiskIamPolicies) Update(ctx context.Context, diskIamPolicy *v1alpha1.DiskIamPolicy, opts v1.UpdateOptions) (result *v1alpha1.DiskIamPolicy, err error)

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

func (*FakeDiskIamPolicies) UpdateStatus

func (c *FakeDiskIamPolicies) UpdateStatus(ctx context.Context, diskIamPolicy *v1alpha1.DiskIamPolicy, opts v1.UpdateOptions) (*v1alpha1.DiskIamPolicy, error)

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

func (*FakeDiskIamPolicies) Watch

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

type FakeDiskResourcePolicyAttachments

type FakeDiskResourcePolicyAttachments struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeDiskResourcePolicyAttachments implements DiskResourcePolicyAttachmentInterface

func (*FakeDiskResourcePolicyAttachments) Create

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

func (*FakeDiskResourcePolicyAttachments) Delete

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

func (*FakeDiskResourcePolicyAttachments) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeDiskResourcePolicyAttachments) Get

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

func (*FakeDiskResourcePolicyAttachments) List

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

func (*FakeDiskResourcePolicyAttachments) Patch

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

Patch applies the patch and returns the patched diskResourcePolicyAttachment.

func (*FakeDiskResourcePolicyAttachments) Update

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

func (*FakeDiskResourcePolicyAttachments) UpdateStatus

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

func (*FakeDiskResourcePolicyAttachments) Watch

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

type FakeDisks

type FakeDisks struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeDisks implements DiskInterface

func (*FakeDisks) Create

func (c *FakeDisks) Create(ctx context.Context, disk *v1alpha1.Disk, opts v1.CreateOptions) (result *v1alpha1.Disk, err error)

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

func (*FakeDisks) Delete

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

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

func (*FakeDisks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeDisks) Get

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

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

func (*FakeDisks) List

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

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

func (*FakeDisks) Patch

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

Patch applies the patch and returns the patched disk.

func (*FakeDisks) Update

func (c *FakeDisks) Update(ctx context.Context, disk *v1alpha1.Disk, opts v1.UpdateOptions) (result *v1alpha1.Disk, err error)

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

func (*FakeDisks) UpdateStatus

func (c *FakeDisks) UpdateStatus(ctx context.Context, disk *v1alpha1.Disk, opts v1.UpdateOptions) (*v1alpha1.Disk, error)

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

func (*FakeDisks) Watch

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

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

type FakeExternalVPNGateways

type FakeExternalVPNGateways struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeExternalVPNGateways implements ExternalVPNGatewayInterface

func (*FakeExternalVPNGateways) Create

func (c *FakeExternalVPNGateways) Create(ctx context.Context, externalVPNGateway *v1alpha1.ExternalVPNGateway, opts v1.CreateOptions) (result *v1alpha1.ExternalVPNGateway, err error)

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

func (*FakeExternalVPNGateways) Delete

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

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

func (*FakeExternalVPNGateways) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeExternalVPNGateways) Get

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

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

func (*FakeExternalVPNGateways) List

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

func (*FakeExternalVPNGateways) Patch

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

Patch applies the patch and returns the patched externalVPNGateway.

func (*FakeExternalVPNGateways) Update

func (c *FakeExternalVPNGateways) Update(ctx context.Context, externalVPNGateway *v1alpha1.ExternalVPNGateway, opts v1.UpdateOptions) (result *v1alpha1.ExternalVPNGateway, err error)

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

func (*FakeExternalVPNGateways) UpdateStatus

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

func (*FakeExternalVPNGateways) Watch

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

type FakeFirewallPolicies added in v0.4.0

type FakeFirewallPolicies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeFirewallPolicies implements FirewallPolicyInterface

func (*FakeFirewallPolicies) Create added in v0.4.0

func (c *FakeFirewallPolicies) Create(ctx context.Context, firewallPolicy *v1alpha1.FirewallPolicy, opts v1.CreateOptions) (result *v1alpha1.FirewallPolicy, err error)

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

func (*FakeFirewallPolicies) Delete added in v0.4.0

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

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

func (*FakeFirewallPolicies) DeleteCollection added in v0.4.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFirewallPolicies) Get added in v0.4.0

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

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

func (*FakeFirewallPolicies) List added in v0.4.0

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

func (*FakeFirewallPolicies) Patch added in v0.4.0

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

Patch applies the patch and returns the patched firewallPolicy.

func (*FakeFirewallPolicies) Update added in v0.4.0

func (c *FakeFirewallPolicies) Update(ctx context.Context, firewallPolicy *v1alpha1.FirewallPolicy, opts v1.UpdateOptions) (result *v1alpha1.FirewallPolicy, err error)

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

func (*FakeFirewallPolicies) UpdateStatus added in v0.4.0

func (c *FakeFirewallPolicies) UpdateStatus(ctx context.Context, firewallPolicy *v1alpha1.FirewallPolicy, opts v1.UpdateOptions) (*v1alpha1.FirewallPolicy, error)

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

func (*FakeFirewallPolicies) Watch added in v0.4.0

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

type FakeFirewallPolicyAssociations added in v0.4.0

type FakeFirewallPolicyAssociations struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeFirewallPolicyAssociations implements FirewallPolicyAssociationInterface

func (*FakeFirewallPolicyAssociations) Create added in v0.4.0

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

func (*FakeFirewallPolicyAssociations) Delete added in v0.4.0

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

func (*FakeFirewallPolicyAssociations) DeleteCollection added in v0.4.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFirewallPolicyAssociations) Get added in v0.4.0

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

func (*FakeFirewallPolicyAssociations) List added in v0.4.0

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

func (*FakeFirewallPolicyAssociations) Patch added in v0.4.0

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

Patch applies the patch and returns the patched firewallPolicyAssociation.

func (*FakeFirewallPolicyAssociations) Update added in v0.4.0

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

func (*FakeFirewallPolicyAssociations) UpdateStatus added in v0.4.0

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

func (*FakeFirewallPolicyAssociations) Watch added in v0.4.0

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

type FakeFirewallPolicyRules added in v0.4.0

type FakeFirewallPolicyRules struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeFirewallPolicyRules implements FirewallPolicyRuleInterface

func (*FakeFirewallPolicyRules) Create added in v0.4.0

func (c *FakeFirewallPolicyRules) Create(ctx context.Context, firewallPolicyRule *v1alpha1.FirewallPolicyRule, opts v1.CreateOptions) (result *v1alpha1.FirewallPolicyRule, err error)

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

func (*FakeFirewallPolicyRules) Delete added in v0.4.0

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

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

func (*FakeFirewallPolicyRules) DeleteCollection added in v0.4.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFirewallPolicyRules) Get added in v0.4.0

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

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

func (*FakeFirewallPolicyRules) List added in v0.4.0

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

func (*FakeFirewallPolicyRules) Patch added in v0.4.0

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

Patch applies the patch and returns the patched firewallPolicyRule.

func (*FakeFirewallPolicyRules) Update added in v0.4.0

func (c *FakeFirewallPolicyRules) Update(ctx context.Context, firewallPolicyRule *v1alpha1.FirewallPolicyRule, opts v1.UpdateOptions) (result *v1alpha1.FirewallPolicyRule, err error)

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

func (*FakeFirewallPolicyRules) UpdateStatus added in v0.4.0

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

func (*FakeFirewallPolicyRules) Watch added in v0.4.0

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

type FakeFirewalls

type FakeFirewalls struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeFirewalls implements FirewallInterface

func (*FakeFirewalls) Create

func (c *FakeFirewalls) Create(ctx context.Context, firewall *v1alpha1.Firewall, opts v1.CreateOptions) (result *v1alpha1.Firewall, err error)

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

func (*FakeFirewalls) Delete

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

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

func (*FakeFirewalls) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFirewalls) Get

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

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

func (*FakeFirewalls) List

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

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

func (*FakeFirewalls) Patch

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

Patch applies the patch and returns the patched firewall.

func (*FakeFirewalls) Update

func (c *FakeFirewalls) Update(ctx context.Context, firewall *v1alpha1.Firewall, opts v1.UpdateOptions) (result *v1alpha1.Firewall, err error)

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

func (*FakeFirewalls) UpdateStatus

func (c *FakeFirewalls) UpdateStatus(ctx context.Context, firewall *v1alpha1.Firewall, opts v1.UpdateOptions) (*v1alpha1.Firewall, error)

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

func (*FakeFirewalls) Watch

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

type FakeForwardingRules

type FakeForwardingRules struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeForwardingRules implements ForwardingRuleInterface

func (*FakeForwardingRules) Create

func (c *FakeForwardingRules) Create(ctx context.Context, forwardingRule *v1alpha1.ForwardingRule, opts v1.CreateOptions) (result *v1alpha1.ForwardingRule, err error)

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

func (*FakeForwardingRules) Delete

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

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

func (*FakeForwardingRules) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeForwardingRules) Get

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

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

func (*FakeForwardingRules) List

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

func (*FakeForwardingRules) Patch

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

Patch applies the patch and returns the patched forwardingRule.

func (*FakeForwardingRules) Update

func (c *FakeForwardingRules) Update(ctx context.Context, forwardingRule *v1alpha1.ForwardingRule, opts v1.UpdateOptions) (result *v1alpha1.ForwardingRule, err error)

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

func (*FakeForwardingRules) UpdateStatus

func (c *FakeForwardingRules) UpdateStatus(ctx context.Context, forwardingRule *v1alpha1.ForwardingRule, opts v1.UpdateOptions) (*v1alpha1.ForwardingRule, error)

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

func (*FakeForwardingRules) Watch

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

type FakeGlobalAddresses

type FakeGlobalAddresses struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeGlobalAddresses implements GlobalAddressInterface

func (*FakeGlobalAddresses) Create

func (c *FakeGlobalAddresses) Create(ctx context.Context, globalAddress *v1alpha1.GlobalAddress, opts v1.CreateOptions) (result *v1alpha1.GlobalAddress, err error)

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

func (*FakeGlobalAddresses) Delete

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

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

func (*FakeGlobalAddresses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeGlobalAddresses) Get

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

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

func (*FakeGlobalAddresses) List

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

func (*FakeGlobalAddresses) Patch

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

Patch applies the patch and returns the patched globalAddress.

func (*FakeGlobalAddresses) Update

func (c *FakeGlobalAddresses) Update(ctx context.Context, globalAddress *v1alpha1.GlobalAddress, opts v1.UpdateOptions) (result *v1alpha1.GlobalAddress, err error)

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

func (*FakeGlobalAddresses) UpdateStatus

func (c *FakeGlobalAddresses) UpdateStatus(ctx context.Context, globalAddress *v1alpha1.GlobalAddress, opts v1.UpdateOptions) (*v1alpha1.GlobalAddress, error)

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

func (*FakeGlobalAddresses) Watch

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

type FakeGlobalForwardingRules

type FakeGlobalForwardingRules struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeGlobalForwardingRules implements GlobalForwardingRuleInterface

func (*FakeGlobalForwardingRules) Create

func (c *FakeGlobalForwardingRules) Create(ctx context.Context, globalForwardingRule *v1alpha1.GlobalForwardingRule, opts v1.CreateOptions) (result *v1alpha1.GlobalForwardingRule, err error)

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

func (*FakeGlobalForwardingRules) Delete

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

func (*FakeGlobalForwardingRules) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeGlobalForwardingRules) Get

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

func (*FakeGlobalForwardingRules) List

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

func (*FakeGlobalForwardingRules) Patch

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

Patch applies the patch and returns the patched globalForwardingRule.

func (*FakeGlobalForwardingRules) Update

func (c *FakeGlobalForwardingRules) Update(ctx context.Context, globalForwardingRule *v1alpha1.GlobalForwardingRule, opts v1.UpdateOptions) (result *v1alpha1.GlobalForwardingRule, err error)

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

func (*FakeGlobalForwardingRules) UpdateStatus

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

func (*FakeGlobalForwardingRules) Watch

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

type FakeGlobalNetworkEndpointGroups

type FakeGlobalNetworkEndpointGroups struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeGlobalNetworkEndpointGroups implements GlobalNetworkEndpointGroupInterface

func (*FakeGlobalNetworkEndpointGroups) Create

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

func (*FakeGlobalNetworkEndpointGroups) Delete

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

func (*FakeGlobalNetworkEndpointGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeGlobalNetworkEndpointGroups) Get

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

func (*FakeGlobalNetworkEndpointGroups) List

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

func (*FakeGlobalNetworkEndpointGroups) Patch

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

Patch applies the patch and returns the patched globalNetworkEndpointGroup.

func (*FakeGlobalNetworkEndpointGroups) Update

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

func (*FakeGlobalNetworkEndpointGroups) UpdateStatus

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

func (*FakeGlobalNetworkEndpointGroups) Watch

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

type FakeGlobalNetworkEndpoints

type FakeGlobalNetworkEndpoints struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeGlobalNetworkEndpoints implements GlobalNetworkEndpointInterface

func (*FakeGlobalNetworkEndpoints) Create

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

func (*FakeGlobalNetworkEndpoints) Delete

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

func (*FakeGlobalNetworkEndpoints) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeGlobalNetworkEndpoints) Get

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

func (*FakeGlobalNetworkEndpoints) List

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

func (*FakeGlobalNetworkEndpoints) Patch

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

Patch applies the patch and returns the patched globalNetworkEndpoint.

func (*FakeGlobalNetworkEndpoints) Update

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

func (*FakeGlobalNetworkEndpoints) UpdateStatus

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

func (*FakeGlobalNetworkEndpoints) Watch

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

type FakeHaVPNGateways

type FakeHaVPNGateways struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeHaVPNGateways implements HaVPNGatewayInterface

func (*FakeHaVPNGateways) Create

func (c *FakeHaVPNGateways) Create(ctx context.Context, haVPNGateway *v1alpha1.HaVPNGateway, opts v1.CreateOptions) (result *v1alpha1.HaVPNGateway, err error)

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

func (*FakeHaVPNGateways) Delete

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

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

func (*FakeHaVPNGateways) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeHaVPNGateways) Get

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

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

func (*FakeHaVPNGateways) List

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

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

func (*FakeHaVPNGateways) Patch

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

Patch applies the patch and returns the patched haVPNGateway.

func (*FakeHaVPNGateways) Update

func (c *FakeHaVPNGateways) Update(ctx context.Context, haVPNGateway *v1alpha1.HaVPNGateway, opts v1.UpdateOptions) (result *v1alpha1.HaVPNGateway, err error)

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

func (*FakeHaVPNGateways) UpdateStatus

func (c *FakeHaVPNGateways) UpdateStatus(ctx context.Context, haVPNGateway *v1alpha1.HaVPNGateway, opts v1.UpdateOptions) (*v1alpha1.HaVPNGateway, error)

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

func (*FakeHaVPNGateways) Watch

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

type FakeHealthChecks

type FakeHealthChecks struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeHealthChecks implements HealthCheckInterface

func (*FakeHealthChecks) Create

func (c *FakeHealthChecks) Create(ctx context.Context, healthCheck *v1alpha1.HealthCheck, opts v1.CreateOptions) (result *v1alpha1.HealthCheck, err error)

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

func (*FakeHealthChecks) Delete

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

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

func (*FakeHealthChecks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeHealthChecks) Get

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

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

func (*FakeHealthChecks) List

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

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

func (*FakeHealthChecks) Patch

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

Patch applies the patch and returns the patched healthCheck.

func (*FakeHealthChecks) Update

func (c *FakeHealthChecks) Update(ctx context.Context, healthCheck *v1alpha1.HealthCheck, opts v1.UpdateOptions) (result *v1alpha1.HealthCheck, err error)

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

func (*FakeHealthChecks) UpdateStatus

func (c *FakeHealthChecks) UpdateStatus(ctx context.Context, healthCheck *v1alpha1.HealthCheck, opts v1.UpdateOptions) (*v1alpha1.HealthCheck, error)

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

func (*FakeHealthChecks) Watch

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

type FakeHttpHealthChecks

type FakeHttpHealthChecks struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeHttpHealthChecks implements HttpHealthCheckInterface

func (*FakeHttpHealthChecks) Create

func (c *FakeHttpHealthChecks) Create(ctx context.Context, httpHealthCheck *v1alpha1.HttpHealthCheck, opts v1.CreateOptions) (result *v1alpha1.HttpHealthCheck, err error)

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

func (*FakeHttpHealthChecks) Delete

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

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

func (*FakeHttpHealthChecks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeHttpHealthChecks) Get

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

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

func (*FakeHttpHealthChecks) List

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

func (*FakeHttpHealthChecks) Patch

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

Patch applies the patch and returns the patched httpHealthCheck.

func (*FakeHttpHealthChecks) Update

func (c *FakeHttpHealthChecks) Update(ctx context.Context, httpHealthCheck *v1alpha1.HttpHealthCheck, opts v1.UpdateOptions) (result *v1alpha1.HttpHealthCheck, err error)

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

func (*FakeHttpHealthChecks) UpdateStatus

func (c *FakeHttpHealthChecks) UpdateStatus(ctx context.Context, httpHealthCheck *v1alpha1.HttpHealthCheck, opts v1.UpdateOptions) (*v1alpha1.HttpHealthCheck, error)

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

func (*FakeHttpHealthChecks) Watch

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

type FakeHttpsHealthChecks

type FakeHttpsHealthChecks struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeHttpsHealthChecks implements HttpsHealthCheckInterface

func (*FakeHttpsHealthChecks) Create

func (c *FakeHttpsHealthChecks) Create(ctx context.Context, httpsHealthCheck *v1alpha1.HttpsHealthCheck, opts v1.CreateOptions) (result *v1alpha1.HttpsHealthCheck, err error)

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

func (*FakeHttpsHealthChecks) Delete

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

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

func (*FakeHttpsHealthChecks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeHttpsHealthChecks) Get

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

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

func (*FakeHttpsHealthChecks) List

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

func (*FakeHttpsHealthChecks) Patch

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

Patch applies the patch and returns the patched httpsHealthCheck.

func (*FakeHttpsHealthChecks) Update

func (c *FakeHttpsHealthChecks) Update(ctx context.Context, httpsHealthCheck *v1alpha1.HttpsHealthCheck, opts v1.UpdateOptions) (result *v1alpha1.HttpsHealthCheck, err error)

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

func (*FakeHttpsHealthChecks) UpdateStatus

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

func (*FakeHttpsHealthChecks) Watch

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

type FakeImageIamBindings

type FakeImageIamBindings struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeImageIamBindings implements ImageIamBindingInterface

func (*FakeImageIamBindings) Create

func (c *FakeImageIamBindings) Create(ctx context.Context, imageIamBinding *v1alpha1.ImageIamBinding, opts v1.CreateOptions) (result *v1alpha1.ImageIamBinding, err error)

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

func (*FakeImageIamBindings) Delete

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

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

func (*FakeImageIamBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeImageIamBindings) Get

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

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

func (*FakeImageIamBindings) List

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

func (*FakeImageIamBindings) Patch

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

Patch applies the patch and returns the patched imageIamBinding.

func (*FakeImageIamBindings) Update

func (c *FakeImageIamBindings) Update(ctx context.Context, imageIamBinding *v1alpha1.ImageIamBinding, opts v1.UpdateOptions) (result *v1alpha1.ImageIamBinding, err error)

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

func (*FakeImageIamBindings) UpdateStatus

func (c *FakeImageIamBindings) UpdateStatus(ctx context.Context, imageIamBinding *v1alpha1.ImageIamBinding, opts v1.UpdateOptions) (*v1alpha1.ImageIamBinding, error)

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

func (*FakeImageIamBindings) Watch

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

type FakeImageIamMembers

type FakeImageIamMembers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeImageIamMembers implements ImageIamMemberInterface

func (*FakeImageIamMembers) Create

func (c *FakeImageIamMembers) Create(ctx context.Context, imageIamMember *v1alpha1.ImageIamMember, opts v1.CreateOptions) (result *v1alpha1.ImageIamMember, err error)

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

func (*FakeImageIamMembers) Delete

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

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

func (*FakeImageIamMembers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeImageIamMembers) Get

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

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

func (*FakeImageIamMembers) List

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

func (*FakeImageIamMembers) Patch

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

Patch applies the patch and returns the patched imageIamMember.

func (*FakeImageIamMembers) Update

func (c *FakeImageIamMembers) Update(ctx context.Context, imageIamMember *v1alpha1.ImageIamMember, opts v1.UpdateOptions) (result *v1alpha1.ImageIamMember, err error)

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

func (*FakeImageIamMembers) UpdateStatus

func (c *FakeImageIamMembers) UpdateStatus(ctx context.Context, imageIamMember *v1alpha1.ImageIamMember, opts v1.UpdateOptions) (*v1alpha1.ImageIamMember, error)

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

func (*FakeImageIamMembers) Watch

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

type FakeImageIamPolicies

type FakeImageIamPolicies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeImageIamPolicies implements ImageIamPolicyInterface

func (*FakeImageIamPolicies) Create

func (c *FakeImageIamPolicies) Create(ctx context.Context, imageIamPolicy *v1alpha1.ImageIamPolicy, opts v1.CreateOptions) (result *v1alpha1.ImageIamPolicy, err error)

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

func (*FakeImageIamPolicies) Delete

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

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

func (*FakeImageIamPolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeImageIamPolicies) Get

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

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

func (*FakeImageIamPolicies) List

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

func (*FakeImageIamPolicies) Patch

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

Patch applies the patch and returns the patched imageIamPolicy.

func (*FakeImageIamPolicies) Update

func (c *FakeImageIamPolicies) Update(ctx context.Context, imageIamPolicy *v1alpha1.ImageIamPolicy, opts v1.UpdateOptions) (result *v1alpha1.ImageIamPolicy, err error)

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

func (*FakeImageIamPolicies) UpdateStatus

func (c *FakeImageIamPolicies) UpdateStatus(ctx context.Context, imageIamPolicy *v1alpha1.ImageIamPolicy, opts v1.UpdateOptions) (*v1alpha1.ImageIamPolicy, error)

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

func (*FakeImageIamPolicies) Watch

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

type FakeImages

type FakeImages struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeImages implements ImageInterface

func (*FakeImages) Create

func (c *FakeImages) Create(ctx context.Context, image *v1alpha1.Image, opts v1.CreateOptions) (result *v1alpha1.Image, err error)

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

func (*FakeImages) Delete

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

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

func (*FakeImages) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeImages) Get

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

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

func (*FakeImages) List

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

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

func (*FakeImages) Patch

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

Patch applies the patch and returns the patched image.

func (*FakeImages) Update

func (c *FakeImages) Update(ctx context.Context, image *v1alpha1.Image, opts v1.UpdateOptions) (result *v1alpha1.Image, err error)

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

func (*FakeImages) UpdateStatus

func (c *FakeImages) UpdateStatus(ctx context.Context, image *v1alpha1.Image, opts v1.UpdateOptions) (*v1alpha1.Image, error)

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

func (*FakeImages) Watch

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

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

type FakeInstanceFromTemplates

type FakeInstanceFromTemplates struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInstanceFromTemplates implements InstanceFromTemplateInterface

func (*FakeInstanceFromTemplates) Create

func (c *FakeInstanceFromTemplates) Create(ctx context.Context, instanceFromTemplate *v1alpha1.InstanceFromTemplate, opts v1.CreateOptions) (result *v1alpha1.InstanceFromTemplate, err error)

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

func (*FakeInstanceFromTemplates) Delete

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

func (*FakeInstanceFromTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInstanceFromTemplates) Get

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

func (*FakeInstanceFromTemplates) List

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

func (*FakeInstanceFromTemplates) Patch

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

Patch applies the patch and returns the patched instanceFromTemplate.

func (*FakeInstanceFromTemplates) Update

func (c *FakeInstanceFromTemplates) Update(ctx context.Context, instanceFromTemplate *v1alpha1.InstanceFromTemplate, opts v1.UpdateOptions) (result *v1alpha1.InstanceFromTemplate, err error)

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

func (*FakeInstanceFromTemplates) UpdateStatus

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

func (*FakeInstanceFromTemplates) Watch

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

type FakeInstanceGroupManagers

type FakeInstanceGroupManagers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInstanceGroupManagers implements InstanceGroupManagerInterface

func (*FakeInstanceGroupManagers) Create

func (c *FakeInstanceGroupManagers) Create(ctx context.Context, instanceGroupManager *v1alpha1.InstanceGroupManager, opts v1.CreateOptions) (result *v1alpha1.InstanceGroupManager, err error)

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

func (*FakeInstanceGroupManagers) Delete

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

func (*FakeInstanceGroupManagers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInstanceGroupManagers) Get

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

func (*FakeInstanceGroupManagers) List

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

func (*FakeInstanceGroupManagers) Patch

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

Patch applies the patch and returns the patched instanceGroupManager.

func (*FakeInstanceGroupManagers) Update

func (c *FakeInstanceGroupManagers) Update(ctx context.Context, instanceGroupManager *v1alpha1.InstanceGroupManager, opts v1.UpdateOptions) (result *v1alpha1.InstanceGroupManager, err error)

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

func (*FakeInstanceGroupManagers) UpdateStatus

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

func (*FakeInstanceGroupManagers) Watch

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

type FakeInstanceGroupNamedPorts

type FakeInstanceGroupNamedPorts struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInstanceGroupNamedPorts implements InstanceGroupNamedPortInterface

func (*FakeInstanceGroupNamedPorts) Create

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

func (*FakeInstanceGroupNamedPorts) Delete

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

func (*FakeInstanceGroupNamedPorts) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInstanceGroupNamedPorts) Get

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

func (*FakeInstanceGroupNamedPorts) List

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

func (*FakeInstanceGroupNamedPorts) Patch

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

Patch applies the patch and returns the patched instanceGroupNamedPort.

func (*FakeInstanceGroupNamedPorts) Update

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

func (*FakeInstanceGroupNamedPorts) UpdateStatus

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

func (*FakeInstanceGroupNamedPorts) Watch

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

type FakeInstanceGroups

type FakeInstanceGroups struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInstanceGroups implements InstanceGroupInterface

func (*FakeInstanceGroups) Create

func (c *FakeInstanceGroups) Create(ctx context.Context, instanceGroup *v1alpha1.InstanceGroup, opts v1.CreateOptions) (result *v1alpha1.InstanceGroup, err error)

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

func (*FakeInstanceGroups) Delete

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

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

func (*FakeInstanceGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInstanceGroups) Get

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

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

func (*FakeInstanceGroups) List

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

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

func (*FakeInstanceGroups) Patch

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

Patch applies the patch and returns the patched instanceGroup.

func (*FakeInstanceGroups) Update

func (c *FakeInstanceGroups) Update(ctx context.Context, instanceGroup *v1alpha1.InstanceGroup, opts v1.UpdateOptions) (result *v1alpha1.InstanceGroup, err error)

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

func (*FakeInstanceGroups) UpdateStatus

func (c *FakeInstanceGroups) UpdateStatus(ctx context.Context, instanceGroup *v1alpha1.InstanceGroup, opts v1.UpdateOptions) (*v1alpha1.InstanceGroup, error)

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

func (*FakeInstanceGroups) Watch

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

type FakeInstanceIamBindings

type FakeInstanceIamBindings struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInstanceIamBindings implements InstanceIamBindingInterface

func (*FakeInstanceIamBindings) Create

func (c *FakeInstanceIamBindings) Create(ctx context.Context, instanceIamBinding *v1alpha1.InstanceIamBinding, opts v1.CreateOptions) (result *v1alpha1.InstanceIamBinding, err error)

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

func (*FakeInstanceIamBindings) Delete

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

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

func (*FakeInstanceIamBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInstanceIamBindings) Get

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

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

func (*FakeInstanceIamBindings) List

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

func (*FakeInstanceIamBindings) Patch

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

Patch applies the patch and returns the patched instanceIamBinding.

func (*FakeInstanceIamBindings) Update

func (c *FakeInstanceIamBindings) Update(ctx context.Context, instanceIamBinding *v1alpha1.InstanceIamBinding, opts v1.UpdateOptions) (result *v1alpha1.InstanceIamBinding, err error)

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

func (*FakeInstanceIamBindings) UpdateStatus

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

func (*FakeInstanceIamBindings) Watch

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

type FakeInstanceIamMembers

type FakeInstanceIamMembers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInstanceIamMembers implements InstanceIamMemberInterface

func (*FakeInstanceIamMembers) Create

func (c *FakeInstanceIamMembers) Create(ctx context.Context, instanceIamMember *v1alpha1.InstanceIamMember, opts v1.CreateOptions) (result *v1alpha1.InstanceIamMember, err error)

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

func (*FakeInstanceIamMembers) Delete

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

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

func (*FakeInstanceIamMembers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInstanceIamMembers) Get

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

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

func (*FakeInstanceIamMembers) List

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

func (*FakeInstanceIamMembers) Patch

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

Patch applies the patch and returns the patched instanceIamMember.

func (*FakeInstanceIamMembers) Update

func (c *FakeInstanceIamMembers) Update(ctx context.Context, instanceIamMember *v1alpha1.InstanceIamMember, opts v1.UpdateOptions) (result *v1alpha1.InstanceIamMember, err error)

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

func (*FakeInstanceIamMembers) UpdateStatus

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

func (*FakeInstanceIamMembers) Watch

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

type FakeInstanceIamPolicies

type FakeInstanceIamPolicies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInstanceIamPolicies implements InstanceIamPolicyInterface

func (*FakeInstanceIamPolicies) Create

func (c *FakeInstanceIamPolicies) Create(ctx context.Context, instanceIamPolicy *v1alpha1.InstanceIamPolicy, opts v1.CreateOptions) (result *v1alpha1.InstanceIamPolicy, err error)

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

func (*FakeInstanceIamPolicies) Delete

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

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

func (*FakeInstanceIamPolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInstanceIamPolicies) Get

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

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

func (*FakeInstanceIamPolicies) List

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

func (*FakeInstanceIamPolicies) Patch

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

Patch applies the patch and returns the patched instanceIamPolicy.

func (*FakeInstanceIamPolicies) Update

func (c *FakeInstanceIamPolicies) Update(ctx context.Context, instanceIamPolicy *v1alpha1.InstanceIamPolicy, opts v1.UpdateOptions) (result *v1alpha1.InstanceIamPolicy, err error)

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

func (*FakeInstanceIamPolicies) UpdateStatus

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

func (*FakeInstanceIamPolicies) Watch

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

type FakeInstanceTemplates

type FakeInstanceTemplates struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInstanceTemplates implements InstanceTemplateInterface

func (*FakeInstanceTemplates) Create

func (c *FakeInstanceTemplates) Create(ctx context.Context, instanceTemplate *v1alpha1.InstanceTemplate, opts v1.CreateOptions) (result *v1alpha1.InstanceTemplate, err error)

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

func (*FakeInstanceTemplates) Delete

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

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

func (*FakeInstanceTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInstanceTemplates) Get

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

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

func (*FakeInstanceTemplates) List

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

func (*FakeInstanceTemplates) Patch

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

Patch applies the patch and returns the patched instanceTemplate.

func (*FakeInstanceTemplates) Update

func (c *FakeInstanceTemplates) Update(ctx context.Context, instanceTemplate *v1alpha1.InstanceTemplate, opts v1.UpdateOptions) (result *v1alpha1.InstanceTemplate, err error)

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

func (*FakeInstanceTemplates) UpdateStatus

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

func (*FakeInstanceTemplates) Watch

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

type FakeInstances

type FakeInstances struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInstances implements InstanceInterface

func (*FakeInstances) Create

func (c *FakeInstances) Create(ctx context.Context, instance *v1alpha1.Instance, opts v1.CreateOptions) (result *v1alpha1.Instance, err error)

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

func (*FakeInstances) Delete

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

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

func (*FakeInstances) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInstances) Get

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

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

func (*FakeInstances) List

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

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

func (*FakeInstances) Patch

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

Patch applies the patch and returns the patched instance.

func (*FakeInstances) Update

func (c *FakeInstances) Update(ctx context.Context, instance *v1alpha1.Instance, opts v1.UpdateOptions) (result *v1alpha1.Instance, err error)

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

func (*FakeInstances) UpdateStatus

func (c *FakeInstances) UpdateStatus(ctx context.Context, instance *v1alpha1.Instance, opts v1.UpdateOptions) (*v1alpha1.Instance, error)

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

func (*FakeInstances) Watch

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

type FakeInterconnectAttachments

type FakeInterconnectAttachments struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeInterconnectAttachments implements InterconnectAttachmentInterface

func (*FakeInterconnectAttachments) Create

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

func (*FakeInterconnectAttachments) Delete

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

func (*FakeInterconnectAttachments) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeInterconnectAttachments) Get

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

func (*FakeInterconnectAttachments) List

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

func (*FakeInterconnectAttachments) Patch

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

Patch applies the patch and returns the patched interconnectAttachment.

func (*FakeInterconnectAttachments) Update

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

func (*FakeInterconnectAttachments) UpdateStatus

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

func (*FakeInterconnectAttachments) Watch

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

type FakeManagedSslCertificates

type FakeManagedSslCertificates struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeManagedSslCertificates implements ManagedSslCertificateInterface

func (*FakeManagedSslCertificates) Create

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

func (*FakeManagedSslCertificates) Delete

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

func (*FakeManagedSslCertificates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeManagedSslCertificates) Get

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

func (*FakeManagedSslCertificates) List

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

func (*FakeManagedSslCertificates) Patch

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

Patch applies the patch and returns the patched managedSslCertificate.

func (*FakeManagedSslCertificates) Update

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

func (*FakeManagedSslCertificates) UpdateStatus

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

func (*FakeManagedSslCertificates) Watch

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

type FakeNetworkEndpointGroups

type FakeNetworkEndpointGroups struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeNetworkEndpointGroups implements NetworkEndpointGroupInterface

func (*FakeNetworkEndpointGroups) Create

func (c *FakeNetworkEndpointGroups) Create(ctx context.Context, networkEndpointGroup *v1alpha1.NetworkEndpointGroup, opts v1.CreateOptions) (result *v1alpha1.NetworkEndpointGroup, err error)

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

func (*FakeNetworkEndpointGroups) Delete

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

func (*FakeNetworkEndpointGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNetworkEndpointGroups) Get

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

func (*FakeNetworkEndpointGroups) List

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

func (*FakeNetworkEndpointGroups) Patch

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

Patch applies the patch and returns the patched networkEndpointGroup.

func (*FakeNetworkEndpointGroups) Update

func (c *FakeNetworkEndpointGroups) Update(ctx context.Context, networkEndpointGroup *v1alpha1.NetworkEndpointGroup, opts v1.UpdateOptions) (result *v1alpha1.NetworkEndpointGroup, err error)

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

func (*FakeNetworkEndpointGroups) UpdateStatus

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

func (*FakeNetworkEndpointGroups) Watch

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

type FakeNetworkEndpoints

type FakeNetworkEndpoints struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeNetworkEndpoints implements NetworkEndpointInterface

func (*FakeNetworkEndpoints) Create

func (c *FakeNetworkEndpoints) Create(ctx context.Context, networkEndpoint *v1alpha1.NetworkEndpoint, opts v1.CreateOptions) (result *v1alpha1.NetworkEndpoint, err error)

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

func (*FakeNetworkEndpoints) Delete

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

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

func (*FakeNetworkEndpoints) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNetworkEndpoints) Get

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

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

func (*FakeNetworkEndpoints) List

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

func (*FakeNetworkEndpoints) Patch

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

Patch applies the patch and returns the patched networkEndpoint.

func (*FakeNetworkEndpoints) Update

func (c *FakeNetworkEndpoints) Update(ctx context.Context, networkEndpoint *v1alpha1.NetworkEndpoint, opts v1.UpdateOptions) (result *v1alpha1.NetworkEndpoint, err error)

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

func (*FakeNetworkEndpoints) UpdateStatus

func (c *FakeNetworkEndpoints) UpdateStatus(ctx context.Context, networkEndpoint *v1alpha1.NetworkEndpoint, opts v1.UpdateOptions) (*v1alpha1.NetworkEndpoint, error)

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

func (*FakeNetworkEndpoints) Watch

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

type FakeNetworkPeeringRoutesConfigs

type FakeNetworkPeeringRoutesConfigs struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeNetworkPeeringRoutesConfigs implements NetworkPeeringRoutesConfigInterface

func (*FakeNetworkPeeringRoutesConfigs) Create

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

func (*FakeNetworkPeeringRoutesConfigs) Delete

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

func (*FakeNetworkPeeringRoutesConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNetworkPeeringRoutesConfigs) Get

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

func (*FakeNetworkPeeringRoutesConfigs) List

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

func (*FakeNetworkPeeringRoutesConfigs) Patch

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

Patch applies the patch and returns the patched networkPeeringRoutesConfig.

func (*FakeNetworkPeeringRoutesConfigs) Update

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

func (*FakeNetworkPeeringRoutesConfigs) UpdateStatus

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

func (*FakeNetworkPeeringRoutesConfigs) Watch

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

type FakeNetworkPeerings

type FakeNetworkPeerings struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeNetworkPeerings implements NetworkPeeringInterface

func (*FakeNetworkPeerings) Create

func (c *FakeNetworkPeerings) Create(ctx context.Context, networkPeering *v1alpha1.NetworkPeering, opts v1.CreateOptions) (result *v1alpha1.NetworkPeering, err error)

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

func (*FakeNetworkPeerings) Delete

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

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

func (*FakeNetworkPeerings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNetworkPeerings) Get

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

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

func (*FakeNetworkPeerings) List

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

func (*FakeNetworkPeerings) Patch

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

Patch applies the patch and returns the patched networkPeering.

func (*FakeNetworkPeerings) Update

func (c *FakeNetworkPeerings) Update(ctx context.Context, networkPeering *v1alpha1.NetworkPeering, opts v1.UpdateOptions) (result *v1alpha1.NetworkPeering, err error)

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

func (*FakeNetworkPeerings) UpdateStatus

func (c *FakeNetworkPeerings) UpdateStatus(ctx context.Context, networkPeering *v1alpha1.NetworkPeering, opts v1.UpdateOptions) (*v1alpha1.NetworkPeering, error)

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

func (*FakeNetworkPeerings) Watch

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

type FakeNetworks

type FakeNetworks struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeNetworks implements NetworkInterface

func (*FakeNetworks) Create

func (c *FakeNetworks) Create(ctx context.Context, network *v1alpha1.Network, opts v1.CreateOptions) (result *v1alpha1.Network, err error)

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

func (*FakeNetworks) Delete

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

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

func (*FakeNetworks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNetworks) Get

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

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

func (*FakeNetworks) List

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

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

func (*FakeNetworks) Patch

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

Patch applies the patch and returns the patched network.

func (*FakeNetworks) Update

func (c *FakeNetworks) Update(ctx context.Context, network *v1alpha1.Network, opts v1.UpdateOptions) (result *v1alpha1.Network, err error)

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

func (*FakeNetworks) UpdateStatus

func (c *FakeNetworks) UpdateStatus(ctx context.Context, network *v1alpha1.Network, opts v1.UpdateOptions) (*v1alpha1.Network, error)

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

func (*FakeNetworks) Watch

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

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

type FakeNodeGroups

type FakeNodeGroups struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeNodeGroups implements NodeGroupInterface

func (*FakeNodeGroups) Create

func (c *FakeNodeGroups) Create(ctx context.Context, nodeGroup *v1alpha1.NodeGroup, opts v1.CreateOptions) (result *v1alpha1.NodeGroup, err error)

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

func (*FakeNodeGroups) Delete

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

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

func (*FakeNodeGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNodeGroups) Get

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

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

func (*FakeNodeGroups) List

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

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

func (*FakeNodeGroups) Patch

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

Patch applies the patch and returns the patched nodeGroup.

func (*FakeNodeGroups) Update

func (c *FakeNodeGroups) Update(ctx context.Context, nodeGroup *v1alpha1.NodeGroup, opts v1.UpdateOptions) (result *v1alpha1.NodeGroup, err error)

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

func (*FakeNodeGroups) UpdateStatus

func (c *FakeNodeGroups) UpdateStatus(ctx context.Context, nodeGroup *v1alpha1.NodeGroup, opts v1.UpdateOptions) (*v1alpha1.NodeGroup, error)

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

func (*FakeNodeGroups) Watch

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

type FakeNodeTemplates

type FakeNodeTemplates struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeNodeTemplates implements NodeTemplateInterface

func (*FakeNodeTemplates) Create

func (c *FakeNodeTemplates) Create(ctx context.Context, nodeTemplate *v1alpha1.NodeTemplate, opts v1.CreateOptions) (result *v1alpha1.NodeTemplate, err error)

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

func (*FakeNodeTemplates) Delete

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

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

func (*FakeNodeTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNodeTemplates) Get

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

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

func (*FakeNodeTemplates) List

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

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

func (*FakeNodeTemplates) Patch

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

Patch applies the patch and returns the patched nodeTemplate.

func (*FakeNodeTemplates) Update

func (c *FakeNodeTemplates) Update(ctx context.Context, nodeTemplate *v1alpha1.NodeTemplate, opts v1.UpdateOptions) (result *v1alpha1.NodeTemplate, err error)

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

func (*FakeNodeTemplates) UpdateStatus

func (c *FakeNodeTemplates) UpdateStatus(ctx context.Context, nodeTemplate *v1alpha1.NodeTemplate, opts v1.UpdateOptions) (*v1alpha1.NodeTemplate, error)

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

func (*FakeNodeTemplates) Watch

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

type FakePacketMirrorings

type FakePacketMirrorings struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakePacketMirrorings implements PacketMirroringInterface

func (*FakePacketMirrorings) Create

func (c *FakePacketMirrorings) Create(ctx context.Context, packetMirroring *v1alpha1.PacketMirroring, opts v1.CreateOptions) (result *v1alpha1.PacketMirroring, err error)

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

func (*FakePacketMirrorings) Delete

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

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

func (*FakePacketMirrorings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePacketMirrorings) Get

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

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

func (*FakePacketMirrorings) List

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

func (*FakePacketMirrorings) Patch

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

Patch applies the patch and returns the patched packetMirroring.

func (*FakePacketMirrorings) Update

func (c *FakePacketMirrorings) Update(ctx context.Context, packetMirroring *v1alpha1.PacketMirroring, opts v1.UpdateOptions) (result *v1alpha1.PacketMirroring, err error)

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

func (*FakePacketMirrorings) UpdateStatus

func (c *FakePacketMirrorings) UpdateStatus(ctx context.Context, packetMirroring *v1alpha1.PacketMirroring, opts v1.UpdateOptions) (*v1alpha1.PacketMirroring, error)

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

func (*FakePacketMirrorings) Watch

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

type FakePerInstanceConfigs

type FakePerInstanceConfigs struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakePerInstanceConfigs implements PerInstanceConfigInterface

func (*FakePerInstanceConfigs) Create

func (c *FakePerInstanceConfigs) Create(ctx context.Context, perInstanceConfig *v1alpha1.PerInstanceConfig, opts v1.CreateOptions) (result *v1alpha1.PerInstanceConfig, err error)

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

func (*FakePerInstanceConfigs) Delete

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

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

func (*FakePerInstanceConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePerInstanceConfigs) Get

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

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

func (*FakePerInstanceConfigs) List

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

func (*FakePerInstanceConfigs) Patch

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

Patch applies the patch and returns the patched perInstanceConfig.

func (*FakePerInstanceConfigs) Update

func (c *FakePerInstanceConfigs) Update(ctx context.Context, perInstanceConfig *v1alpha1.PerInstanceConfig, opts v1.UpdateOptions) (result *v1alpha1.PerInstanceConfig, err error)

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

func (*FakePerInstanceConfigs) UpdateStatus

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

func (*FakePerInstanceConfigs) Watch

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

type FakeProjectDefaultNetworkTiers

type FakeProjectDefaultNetworkTiers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeProjectDefaultNetworkTiers implements ProjectDefaultNetworkTierInterface

func (*FakeProjectDefaultNetworkTiers) Create

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

func (*FakeProjectDefaultNetworkTiers) Delete

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

func (*FakeProjectDefaultNetworkTiers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeProjectDefaultNetworkTiers) Get

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

func (*FakeProjectDefaultNetworkTiers) List

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

func (*FakeProjectDefaultNetworkTiers) Patch

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

Patch applies the patch and returns the patched projectDefaultNetworkTier.

func (*FakeProjectDefaultNetworkTiers) Update

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

func (*FakeProjectDefaultNetworkTiers) UpdateStatus

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

func (*FakeProjectDefaultNetworkTiers) Watch

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

type FakeProjectMetadataItems

type FakeProjectMetadataItems struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeProjectMetadataItems implements ProjectMetadataItemInterface

func (*FakeProjectMetadataItems) Create

func (c *FakeProjectMetadataItems) Create(ctx context.Context, projectMetadataItem *v1alpha1.ProjectMetadataItem, opts v1.CreateOptions) (result *v1alpha1.ProjectMetadataItem, err error)

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

func (*FakeProjectMetadataItems) Delete

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

func (*FakeProjectMetadataItems) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeProjectMetadataItems) Get

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

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

func (*FakeProjectMetadataItems) List

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

func (*FakeProjectMetadataItems) Patch

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

Patch applies the patch and returns the patched projectMetadataItem.

func (*FakeProjectMetadataItems) Update

func (c *FakeProjectMetadataItems) Update(ctx context.Context, projectMetadataItem *v1alpha1.ProjectMetadataItem, opts v1.UpdateOptions) (result *v1alpha1.ProjectMetadataItem, err error)

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

func (*FakeProjectMetadataItems) UpdateStatus

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

func (*FakeProjectMetadataItems) Watch

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

type FakeProjectMetadatas

type FakeProjectMetadatas struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeProjectMetadatas implements ProjectMetadataInterface

func (*FakeProjectMetadatas) Create

func (c *FakeProjectMetadatas) Create(ctx context.Context, projectMetadata *v1alpha1.ProjectMetadata, opts v1.CreateOptions) (result *v1alpha1.ProjectMetadata, err error)

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

func (*FakeProjectMetadatas) Delete

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

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

func (*FakeProjectMetadatas) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeProjectMetadatas) Get

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

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

func (*FakeProjectMetadatas) List

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

func (*FakeProjectMetadatas) Patch

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

Patch applies the patch and returns the patched projectMetadata.

func (*FakeProjectMetadatas) Update

func (c *FakeProjectMetadatas) Update(ctx context.Context, projectMetadata *v1alpha1.ProjectMetadata, opts v1.UpdateOptions) (result *v1alpha1.ProjectMetadata, err error)

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

func (*FakeProjectMetadatas) UpdateStatus

func (c *FakeProjectMetadatas) UpdateStatus(ctx context.Context, projectMetadata *v1alpha1.ProjectMetadata, opts v1.UpdateOptions) (*v1alpha1.ProjectMetadata, error)

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

func (*FakeProjectMetadatas) Watch

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

type FakeRegionAutoscalers

type FakeRegionAutoscalers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionAutoscalers implements RegionAutoscalerInterface

func (*FakeRegionAutoscalers) Create

func (c *FakeRegionAutoscalers) Create(ctx context.Context, regionAutoscaler *v1alpha1.RegionAutoscaler, opts v1.CreateOptions) (result *v1alpha1.RegionAutoscaler, err error)

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

func (*FakeRegionAutoscalers) Delete

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

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

func (*FakeRegionAutoscalers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionAutoscalers) Get

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

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

func (*FakeRegionAutoscalers) List

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

func (*FakeRegionAutoscalers) Patch

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

Patch applies the patch and returns the patched regionAutoscaler.

func (*FakeRegionAutoscalers) Update

func (c *FakeRegionAutoscalers) Update(ctx context.Context, regionAutoscaler *v1alpha1.RegionAutoscaler, opts v1.UpdateOptions) (result *v1alpha1.RegionAutoscaler, err error)

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

func (*FakeRegionAutoscalers) UpdateStatus

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

func (*FakeRegionAutoscalers) Watch

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

type FakeRegionBackendServices

type FakeRegionBackendServices struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionBackendServices implements RegionBackendServiceInterface

func (*FakeRegionBackendServices) Create

func (c *FakeRegionBackendServices) Create(ctx context.Context, regionBackendService *v1alpha1.RegionBackendService, opts v1.CreateOptions) (result *v1alpha1.RegionBackendService, err error)

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

func (*FakeRegionBackendServices) Delete

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

func (*FakeRegionBackendServices) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionBackendServices) Get

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

func (*FakeRegionBackendServices) List

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

func (*FakeRegionBackendServices) Patch

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

Patch applies the patch and returns the patched regionBackendService.

func (*FakeRegionBackendServices) Update

func (c *FakeRegionBackendServices) Update(ctx context.Context, regionBackendService *v1alpha1.RegionBackendService, opts v1.UpdateOptions) (result *v1alpha1.RegionBackendService, err error)

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

func (*FakeRegionBackendServices) UpdateStatus

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

func (*FakeRegionBackendServices) Watch

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

type FakeRegionDiskIamBindings

type FakeRegionDiskIamBindings struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionDiskIamBindings implements RegionDiskIamBindingInterface

func (*FakeRegionDiskIamBindings) Create

func (c *FakeRegionDiskIamBindings) Create(ctx context.Context, regionDiskIamBinding *v1alpha1.RegionDiskIamBinding, opts v1.CreateOptions) (result *v1alpha1.RegionDiskIamBinding, err error)

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

func (*FakeRegionDiskIamBindings) Delete

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

func (*FakeRegionDiskIamBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionDiskIamBindings) Get

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

func (*FakeRegionDiskIamBindings) List

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

func (*FakeRegionDiskIamBindings) Patch

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

Patch applies the patch and returns the patched regionDiskIamBinding.

func (*FakeRegionDiskIamBindings) Update

func (c *FakeRegionDiskIamBindings) Update(ctx context.Context, regionDiskIamBinding *v1alpha1.RegionDiskIamBinding, opts v1.UpdateOptions) (result *v1alpha1.RegionDiskIamBinding, err error)

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

func (*FakeRegionDiskIamBindings) UpdateStatus

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

func (*FakeRegionDiskIamBindings) Watch

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

type FakeRegionDiskIamMembers

type FakeRegionDiskIamMembers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionDiskIamMembers implements RegionDiskIamMemberInterface

func (*FakeRegionDiskIamMembers) Create

func (c *FakeRegionDiskIamMembers) Create(ctx context.Context, regionDiskIamMember *v1alpha1.RegionDiskIamMember, opts v1.CreateOptions) (result *v1alpha1.RegionDiskIamMember, err error)

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

func (*FakeRegionDiskIamMembers) Delete

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

func (*FakeRegionDiskIamMembers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionDiskIamMembers) Get

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

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

func (*FakeRegionDiskIamMembers) List

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

func (*FakeRegionDiskIamMembers) Patch

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

Patch applies the patch and returns the patched regionDiskIamMember.

func (*FakeRegionDiskIamMembers) Update

func (c *FakeRegionDiskIamMembers) Update(ctx context.Context, regionDiskIamMember *v1alpha1.RegionDiskIamMember, opts v1.UpdateOptions) (result *v1alpha1.RegionDiskIamMember, err error)

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

func (*FakeRegionDiskIamMembers) UpdateStatus

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

func (*FakeRegionDiskIamMembers) Watch

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

type FakeRegionDiskIamPolicies

type FakeRegionDiskIamPolicies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionDiskIamPolicies implements RegionDiskIamPolicyInterface

func (*FakeRegionDiskIamPolicies) Create

func (c *FakeRegionDiskIamPolicies) Create(ctx context.Context, regionDiskIamPolicy *v1alpha1.RegionDiskIamPolicy, opts v1.CreateOptions) (result *v1alpha1.RegionDiskIamPolicy, err error)

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

func (*FakeRegionDiskIamPolicies) Delete

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

func (*FakeRegionDiskIamPolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionDiskIamPolicies) Get

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

func (*FakeRegionDiskIamPolicies) List

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

func (*FakeRegionDiskIamPolicies) Patch

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

Patch applies the patch and returns the patched regionDiskIamPolicy.

func (*FakeRegionDiskIamPolicies) Update

func (c *FakeRegionDiskIamPolicies) Update(ctx context.Context, regionDiskIamPolicy *v1alpha1.RegionDiskIamPolicy, opts v1.UpdateOptions) (result *v1alpha1.RegionDiskIamPolicy, err error)

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

func (*FakeRegionDiskIamPolicies) UpdateStatus

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

func (*FakeRegionDiskIamPolicies) Watch

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

type FakeRegionDiskResourcePolicyAttachments

type FakeRegionDiskResourcePolicyAttachments struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionDiskResourcePolicyAttachments implements RegionDiskResourcePolicyAttachmentInterface

func (*FakeRegionDiskResourcePolicyAttachments) Create

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

func (*FakeRegionDiskResourcePolicyAttachments) Delete

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

func (*FakeRegionDiskResourcePolicyAttachments) DeleteCollection

DeleteCollection deletes a collection of objects.

func (*FakeRegionDiskResourcePolicyAttachments) Get

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

func (*FakeRegionDiskResourcePolicyAttachments) List

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

func (*FakeRegionDiskResourcePolicyAttachments) Patch

Patch applies the patch and returns the patched regionDiskResourcePolicyAttachment.

func (*FakeRegionDiskResourcePolicyAttachments) Update

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

func (*FakeRegionDiskResourcePolicyAttachments) UpdateStatus

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

func (*FakeRegionDiskResourcePolicyAttachments) Watch

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

type FakeRegionDisks

type FakeRegionDisks struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionDisks implements RegionDiskInterface

func (*FakeRegionDisks) Create

func (c *FakeRegionDisks) Create(ctx context.Context, regionDisk *v1alpha1.RegionDisk, opts v1.CreateOptions) (result *v1alpha1.RegionDisk, err error)

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

func (*FakeRegionDisks) Delete

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

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

func (*FakeRegionDisks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionDisks) Get

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

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

func (*FakeRegionDisks) List

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

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

func (*FakeRegionDisks) Patch

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

Patch applies the patch and returns the patched regionDisk.

func (*FakeRegionDisks) Update

func (c *FakeRegionDisks) Update(ctx context.Context, regionDisk *v1alpha1.RegionDisk, opts v1.UpdateOptions) (result *v1alpha1.RegionDisk, err error)

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

func (*FakeRegionDisks) UpdateStatus

func (c *FakeRegionDisks) UpdateStatus(ctx context.Context, regionDisk *v1alpha1.RegionDisk, opts v1.UpdateOptions) (*v1alpha1.RegionDisk, error)

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

func (*FakeRegionDisks) Watch

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

type FakeRegionHealthChecks

type FakeRegionHealthChecks struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionHealthChecks implements RegionHealthCheckInterface

func (*FakeRegionHealthChecks) Create

func (c *FakeRegionHealthChecks) Create(ctx context.Context, regionHealthCheck *v1alpha1.RegionHealthCheck, opts v1.CreateOptions) (result *v1alpha1.RegionHealthCheck, err error)

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

func (*FakeRegionHealthChecks) Delete

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

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

func (*FakeRegionHealthChecks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionHealthChecks) Get

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

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

func (*FakeRegionHealthChecks) List

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

func (*FakeRegionHealthChecks) Patch

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

Patch applies the patch and returns the patched regionHealthCheck.

func (*FakeRegionHealthChecks) Update

func (c *FakeRegionHealthChecks) Update(ctx context.Context, regionHealthCheck *v1alpha1.RegionHealthCheck, opts v1.UpdateOptions) (result *v1alpha1.RegionHealthCheck, err error)

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

func (*FakeRegionHealthChecks) UpdateStatus

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

func (*FakeRegionHealthChecks) Watch

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

type FakeRegionInstanceGroupManagers

type FakeRegionInstanceGroupManagers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionInstanceGroupManagers implements RegionInstanceGroupManagerInterface

func (*FakeRegionInstanceGroupManagers) Create

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

func (*FakeRegionInstanceGroupManagers) Delete

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

func (*FakeRegionInstanceGroupManagers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionInstanceGroupManagers) Get

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

func (*FakeRegionInstanceGroupManagers) List

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

func (*FakeRegionInstanceGroupManagers) Patch

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

Patch applies the patch and returns the patched regionInstanceGroupManager.

func (*FakeRegionInstanceGroupManagers) Update

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

func (*FakeRegionInstanceGroupManagers) UpdateStatus

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

func (*FakeRegionInstanceGroupManagers) Watch

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

type FakeRegionNetworkEndpointGroups

type FakeRegionNetworkEndpointGroups struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionNetworkEndpointGroups implements RegionNetworkEndpointGroupInterface

func (*FakeRegionNetworkEndpointGroups) Create

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

func (*FakeRegionNetworkEndpointGroups) Delete

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

func (*FakeRegionNetworkEndpointGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionNetworkEndpointGroups) Get

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

func (*FakeRegionNetworkEndpointGroups) List

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

func (*FakeRegionNetworkEndpointGroups) Patch

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

Patch applies the patch and returns the patched regionNetworkEndpointGroup.

func (*FakeRegionNetworkEndpointGroups) Update

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

func (*FakeRegionNetworkEndpointGroups) UpdateStatus

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

func (*FakeRegionNetworkEndpointGroups) Watch

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

type FakeRegionPerInstanceConfigs

type FakeRegionPerInstanceConfigs struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionPerInstanceConfigs implements RegionPerInstanceConfigInterface

func (*FakeRegionPerInstanceConfigs) Create

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

func (*FakeRegionPerInstanceConfigs) Delete

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

func (*FakeRegionPerInstanceConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionPerInstanceConfigs) Get

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

func (*FakeRegionPerInstanceConfigs) List

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

func (*FakeRegionPerInstanceConfigs) Patch

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

Patch applies the patch and returns the patched regionPerInstanceConfig.

func (*FakeRegionPerInstanceConfigs) Update

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

func (*FakeRegionPerInstanceConfigs) UpdateStatus

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

func (*FakeRegionPerInstanceConfigs) Watch

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

type FakeRegionSslCertificates

type FakeRegionSslCertificates struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionSslCertificates implements RegionSslCertificateInterface

func (*FakeRegionSslCertificates) Create

func (c *FakeRegionSslCertificates) Create(ctx context.Context, regionSslCertificate *v1alpha1.RegionSslCertificate, opts v1.CreateOptions) (result *v1alpha1.RegionSslCertificate, err error)

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

func (*FakeRegionSslCertificates) Delete

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

func (*FakeRegionSslCertificates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionSslCertificates) Get

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

func (*FakeRegionSslCertificates) List

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

func (*FakeRegionSslCertificates) Patch

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

Patch applies the patch and returns the patched regionSslCertificate.

func (*FakeRegionSslCertificates) Update

func (c *FakeRegionSslCertificates) Update(ctx context.Context, regionSslCertificate *v1alpha1.RegionSslCertificate, opts v1.UpdateOptions) (result *v1alpha1.RegionSslCertificate, err error)

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

func (*FakeRegionSslCertificates) UpdateStatus

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

func (*FakeRegionSslCertificates) Watch

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

type FakeRegionTargetHTTPProxies

type FakeRegionTargetHTTPProxies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionTargetHTTPProxies implements RegionTargetHTTPProxyInterface

func (*FakeRegionTargetHTTPProxies) Create

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

func (*FakeRegionTargetHTTPProxies) Delete

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

func (*FakeRegionTargetHTTPProxies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionTargetHTTPProxies) Get

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

func (*FakeRegionTargetHTTPProxies) List

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

func (*FakeRegionTargetHTTPProxies) Patch

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

Patch applies the patch and returns the patched regionTargetHTTPProxy.

func (*FakeRegionTargetHTTPProxies) Update

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

func (*FakeRegionTargetHTTPProxies) UpdateStatus

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

func (*FakeRegionTargetHTTPProxies) Watch

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

type FakeRegionTargetHTTPSProxies

type FakeRegionTargetHTTPSProxies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionTargetHTTPSProxies implements RegionTargetHTTPSProxyInterface

func (*FakeRegionTargetHTTPSProxies) Create

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

func (*FakeRegionTargetHTTPSProxies) Delete

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

func (*FakeRegionTargetHTTPSProxies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionTargetHTTPSProxies) Get

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

func (*FakeRegionTargetHTTPSProxies) List

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

func (*FakeRegionTargetHTTPSProxies) Patch

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

Patch applies the patch and returns the patched regionTargetHTTPSProxy.

func (*FakeRegionTargetHTTPSProxies) Update

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

func (*FakeRegionTargetHTTPSProxies) UpdateStatus

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

func (*FakeRegionTargetHTTPSProxies) Watch

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

type FakeRegionURLMaps

type FakeRegionURLMaps struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRegionURLMaps implements RegionURLMapInterface

func (*FakeRegionURLMaps) Create

func (c *FakeRegionURLMaps) Create(ctx context.Context, regionURLMap *v1alpha1.RegionURLMap, opts v1.CreateOptions) (result *v1alpha1.RegionURLMap, err error)

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

func (*FakeRegionURLMaps) Delete

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

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

func (*FakeRegionURLMaps) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRegionURLMaps) Get

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

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

func (*FakeRegionURLMaps) List

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

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

func (*FakeRegionURLMaps) Patch

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

Patch applies the patch and returns the patched regionURLMap.

func (*FakeRegionURLMaps) Update

func (c *FakeRegionURLMaps) Update(ctx context.Context, regionURLMap *v1alpha1.RegionURLMap, opts v1.UpdateOptions) (result *v1alpha1.RegionURLMap, err error)

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

func (*FakeRegionURLMaps) UpdateStatus

func (c *FakeRegionURLMaps) UpdateStatus(ctx context.Context, regionURLMap *v1alpha1.RegionURLMap, opts v1.UpdateOptions) (*v1alpha1.RegionURLMap, error)

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

func (*FakeRegionURLMaps) Watch

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

type FakeReservations

type FakeReservations struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeReservations implements ReservationInterface

func (*FakeReservations) Create

func (c *FakeReservations) Create(ctx context.Context, reservation *v1alpha1.Reservation, opts v1.CreateOptions) (result *v1alpha1.Reservation, err error)

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

func (*FakeReservations) Delete

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

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

func (*FakeReservations) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeReservations) Get

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

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

func (*FakeReservations) List

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

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

func (*FakeReservations) Patch

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

Patch applies the patch and returns the patched reservation.

func (*FakeReservations) Update

func (c *FakeReservations) Update(ctx context.Context, reservation *v1alpha1.Reservation, opts v1.UpdateOptions) (result *v1alpha1.Reservation, err error)

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

func (*FakeReservations) UpdateStatus

func (c *FakeReservations) UpdateStatus(ctx context.Context, reservation *v1alpha1.Reservation, opts v1.UpdateOptions) (*v1alpha1.Reservation, error)

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

func (*FakeReservations) Watch

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

type FakeResourcePolicies

type FakeResourcePolicies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeResourcePolicies implements ResourcePolicyInterface

func (*FakeResourcePolicies) Create

func (c *FakeResourcePolicies) Create(ctx context.Context, resourcePolicy *v1alpha1.ResourcePolicy, opts v1.CreateOptions) (result *v1alpha1.ResourcePolicy, err error)

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

func (*FakeResourcePolicies) Delete

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

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

func (*FakeResourcePolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeResourcePolicies) Get

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

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

func (*FakeResourcePolicies) List

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

func (*FakeResourcePolicies) Patch

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

Patch applies the patch and returns the patched resourcePolicy.

func (*FakeResourcePolicies) Update

func (c *FakeResourcePolicies) Update(ctx context.Context, resourcePolicy *v1alpha1.ResourcePolicy, opts v1.UpdateOptions) (result *v1alpha1.ResourcePolicy, err error)

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

func (*FakeResourcePolicies) UpdateStatus

func (c *FakeResourcePolicies) UpdateStatus(ctx context.Context, resourcePolicy *v1alpha1.ResourcePolicy, opts v1.UpdateOptions) (*v1alpha1.ResourcePolicy, error)

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

func (*FakeResourcePolicies) Watch

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

type FakeRouterInterfaces

type FakeRouterInterfaces struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRouterInterfaces implements RouterInterfaceInterface

func (*FakeRouterInterfaces) Create

func (c *FakeRouterInterfaces) Create(ctx context.Context, routerInterface *v1alpha1.RouterInterface, opts v1.CreateOptions) (result *v1alpha1.RouterInterface, err error)

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

func (*FakeRouterInterfaces) Delete

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

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

func (*FakeRouterInterfaces) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRouterInterfaces) Get

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

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

func (*FakeRouterInterfaces) List

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

func (*FakeRouterInterfaces) Patch

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

Patch applies the patch and returns the patched routerInterface.

func (*FakeRouterInterfaces) Update

func (c *FakeRouterInterfaces) Update(ctx context.Context, routerInterface *v1alpha1.RouterInterface, opts v1.UpdateOptions) (result *v1alpha1.RouterInterface, err error)

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

func (*FakeRouterInterfaces) UpdateStatus

func (c *FakeRouterInterfaces) UpdateStatus(ctx context.Context, routerInterface *v1alpha1.RouterInterface, opts v1.UpdateOptions) (*v1alpha1.RouterInterface, error)

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

func (*FakeRouterInterfaces) Watch

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

type FakeRouterNATs

type FakeRouterNATs struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRouterNATs implements RouterNATInterface

func (*FakeRouterNATs) Create

func (c *FakeRouterNATs) Create(ctx context.Context, routerNAT *v1alpha1.RouterNAT, opts v1.CreateOptions) (result *v1alpha1.RouterNAT, err error)

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

func (*FakeRouterNATs) Delete

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

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

func (*FakeRouterNATs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRouterNATs) Get

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

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

func (*FakeRouterNATs) List

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

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

func (*FakeRouterNATs) Patch

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

Patch applies the patch and returns the patched routerNAT.

func (*FakeRouterNATs) Update

func (c *FakeRouterNATs) Update(ctx context.Context, routerNAT *v1alpha1.RouterNAT, opts v1.UpdateOptions) (result *v1alpha1.RouterNAT, err error)

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

func (*FakeRouterNATs) UpdateStatus

func (c *FakeRouterNATs) UpdateStatus(ctx context.Context, routerNAT *v1alpha1.RouterNAT, opts v1.UpdateOptions) (*v1alpha1.RouterNAT, error)

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

func (*FakeRouterNATs) Watch

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

type FakeRouterPeers

type FakeRouterPeers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRouterPeers implements RouterPeerInterface

func (*FakeRouterPeers) Create

func (c *FakeRouterPeers) Create(ctx context.Context, routerPeer *v1alpha1.RouterPeer, opts v1.CreateOptions) (result *v1alpha1.RouterPeer, err error)

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

func (*FakeRouterPeers) Delete

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

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

func (*FakeRouterPeers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRouterPeers) Get

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

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

func (*FakeRouterPeers) List

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

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

func (*FakeRouterPeers) Patch

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

Patch applies the patch and returns the patched routerPeer.

func (*FakeRouterPeers) Update

func (c *FakeRouterPeers) Update(ctx context.Context, routerPeer *v1alpha1.RouterPeer, opts v1.UpdateOptions) (result *v1alpha1.RouterPeer, err error)

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

func (*FakeRouterPeers) UpdateStatus

func (c *FakeRouterPeers) UpdateStatus(ctx context.Context, routerPeer *v1alpha1.RouterPeer, opts v1.UpdateOptions) (*v1alpha1.RouterPeer, error)

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

func (*FakeRouterPeers) Watch

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

type FakeRouters

type FakeRouters struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRouters implements RouterInterface

func (*FakeRouters) Create

func (c *FakeRouters) Create(ctx context.Context, router *v1alpha1.Router, opts v1.CreateOptions) (result *v1alpha1.Router, err error)

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

func (*FakeRouters) Delete

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

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

func (*FakeRouters) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRouters) Get

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

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

func (*FakeRouters) List

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

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

func (*FakeRouters) Patch

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

Patch applies the patch and returns the patched router.

func (*FakeRouters) Update

func (c *FakeRouters) Update(ctx context.Context, router *v1alpha1.Router, opts v1.UpdateOptions) (result *v1alpha1.Router, err error)

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

func (*FakeRouters) UpdateStatus

func (c *FakeRouters) UpdateStatus(ctx context.Context, router *v1alpha1.Router, opts v1.UpdateOptions) (*v1alpha1.Router, error)

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

func (*FakeRouters) Watch

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

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

type FakeRoutes

type FakeRoutes struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeRoutes implements RouteInterface

func (*FakeRoutes) Create

func (c *FakeRoutes) Create(ctx context.Context, route *v1alpha1.Route, opts v1.CreateOptions) (result *v1alpha1.Route, err error)

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

func (*FakeRoutes) Delete

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

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

func (*FakeRoutes) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRoutes) Get

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

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

func (*FakeRoutes) List

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

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

func (*FakeRoutes) Patch

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

Patch applies the patch and returns the patched route.

func (*FakeRoutes) Update

func (c *FakeRoutes) Update(ctx context.Context, route *v1alpha1.Route, opts v1.UpdateOptions) (result *v1alpha1.Route, err error)

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

func (*FakeRoutes) UpdateStatus

func (c *FakeRoutes) UpdateStatus(ctx context.Context, route *v1alpha1.Route, opts v1.UpdateOptions) (*v1alpha1.Route, error)

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

func (*FakeRoutes) Watch

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

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

type FakeSecurityPolicies

type FakeSecurityPolicies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSecurityPolicies implements SecurityPolicyInterface

func (*FakeSecurityPolicies) Create

func (c *FakeSecurityPolicies) Create(ctx context.Context, securityPolicy *v1alpha1.SecurityPolicy, opts v1.CreateOptions) (result *v1alpha1.SecurityPolicy, err error)

Create takes the representation of a securityPolicy and creates it. Returns the server's representation of the securityPolicy, and an error, if there is any.

func (*FakeSecurityPolicies) Delete

func (c *FakeSecurityPolicies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the securityPolicy and deletes it. Returns an error if one occurs.

func (*FakeSecurityPolicies) DeleteCollection

func (c *FakeSecurityPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSecurityPolicies) Get

func (c *FakeSecurityPolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SecurityPolicy, err error)

Get takes name of the securityPolicy, and returns the corresponding securityPolicy object, and an error if there is any.

func (*FakeSecurityPolicies) List

List takes label and field selectors, and returns the list of SecurityPolicies that match those selectors.

func (*FakeSecurityPolicies) Patch

func (c *FakeSecurityPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SecurityPolicy, err error)

Patch applies the patch and returns the patched securityPolicy.

func (*FakeSecurityPolicies) Update

func (c *FakeSecurityPolicies) Update(ctx context.Context, securityPolicy *v1alpha1.SecurityPolicy, opts v1.UpdateOptions) (result *v1alpha1.SecurityPolicy, err error)

Update takes the representation of a securityPolicy and updates it. Returns the server's representation of the securityPolicy, and an error, if there is any.

func (*FakeSecurityPolicies) UpdateStatus

func (c *FakeSecurityPolicies) UpdateStatus(ctx context.Context, securityPolicy *v1alpha1.SecurityPolicy, opts v1.UpdateOptions) (*v1alpha1.SecurityPolicy, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSecurityPolicies) Watch

Watch returns a watch.Interface that watches the requested securityPolicies.

type FakeServiceAttachments added in v0.4.0

type FakeServiceAttachments struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeServiceAttachments implements ServiceAttachmentInterface

func (*FakeServiceAttachments) Create added in v0.4.0

func (c *FakeServiceAttachments) Create(ctx context.Context, serviceAttachment *v1alpha1.ServiceAttachment, opts v1.CreateOptions) (result *v1alpha1.ServiceAttachment, err error)

Create takes the representation of a serviceAttachment and creates it. Returns the server's representation of the serviceAttachment, and an error, if there is any.

func (*FakeServiceAttachments) Delete added in v0.4.0

func (c *FakeServiceAttachments) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the serviceAttachment and deletes it. Returns an error if one occurs.

func (*FakeServiceAttachments) DeleteCollection added in v0.4.0

func (c *FakeServiceAttachments) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeServiceAttachments) Get added in v0.4.0

func (c *FakeServiceAttachments) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ServiceAttachment, err error)

Get takes name of the serviceAttachment, and returns the corresponding serviceAttachment object, and an error if there is any.

func (*FakeServiceAttachments) List added in v0.4.0

List takes label and field selectors, and returns the list of ServiceAttachments that match those selectors.

func (*FakeServiceAttachments) Patch added in v0.4.0

func (c *FakeServiceAttachments) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ServiceAttachment, err error)

Patch applies the patch and returns the patched serviceAttachment.

func (*FakeServiceAttachments) Update added in v0.4.0

func (c *FakeServiceAttachments) Update(ctx context.Context, serviceAttachment *v1alpha1.ServiceAttachment, opts v1.UpdateOptions) (result *v1alpha1.ServiceAttachment, err error)

Update takes the representation of a serviceAttachment and updates it. Returns the server's representation of the serviceAttachment, and an error, if there is any.

func (*FakeServiceAttachments) UpdateStatus added in v0.4.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeServiceAttachments) Watch added in v0.4.0

Watch returns a watch.Interface that watches the requested serviceAttachments.

type FakeSharedVpcHostProjects

type FakeSharedVpcHostProjects struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSharedVpcHostProjects implements SharedVpcHostProjectInterface

func (*FakeSharedVpcHostProjects) Create

func (c *FakeSharedVpcHostProjects) Create(ctx context.Context, sharedVpcHostProject *v1alpha1.SharedVpcHostProject, opts v1.CreateOptions) (result *v1alpha1.SharedVpcHostProject, err error)

Create takes the representation of a sharedVpcHostProject and creates it. Returns the server's representation of the sharedVpcHostProject, and an error, if there is any.

func (*FakeSharedVpcHostProjects) Delete

Delete takes name of the sharedVpcHostProject and deletes it. Returns an error if one occurs.

func (*FakeSharedVpcHostProjects) DeleteCollection

func (c *FakeSharedVpcHostProjects) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSharedVpcHostProjects) Get

Get takes name of the sharedVpcHostProject, and returns the corresponding sharedVpcHostProject object, and an error if there is any.

func (*FakeSharedVpcHostProjects) List

List takes label and field selectors, and returns the list of SharedVpcHostProjects that match those selectors.

func (*FakeSharedVpcHostProjects) Patch

func (c *FakeSharedVpcHostProjects) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SharedVpcHostProject, err error)

Patch applies the patch and returns the patched sharedVpcHostProject.

func (*FakeSharedVpcHostProjects) Update

func (c *FakeSharedVpcHostProjects) Update(ctx context.Context, sharedVpcHostProject *v1alpha1.SharedVpcHostProject, opts v1.UpdateOptions) (result *v1alpha1.SharedVpcHostProject, err error)

Update takes the representation of a sharedVpcHostProject and updates it. Returns the server's representation of the sharedVpcHostProject, and an error, if there is any.

func (*FakeSharedVpcHostProjects) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSharedVpcHostProjects) Watch

Watch returns a watch.Interface that watches the requested sharedVpcHostProjects.

type FakeSharedVpcServiceProjects

type FakeSharedVpcServiceProjects struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSharedVpcServiceProjects implements SharedVpcServiceProjectInterface

func (*FakeSharedVpcServiceProjects) Create

Create takes the representation of a sharedVpcServiceProject and creates it. Returns the server's representation of the sharedVpcServiceProject, and an error, if there is any.

func (*FakeSharedVpcServiceProjects) Delete

Delete takes name of the sharedVpcServiceProject and deletes it. Returns an error if one occurs.

func (*FakeSharedVpcServiceProjects) DeleteCollection

func (c *FakeSharedVpcServiceProjects) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSharedVpcServiceProjects) Get

Get takes name of the sharedVpcServiceProject, and returns the corresponding sharedVpcServiceProject object, and an error if there is any.

func (*FakeSharedVpcServiceProjects) List

List takes label and field selectors, and returns the list of SharedVpcServiceProjects that match those selectors.

func (*FakeSharedVpcServiceProjects) Patch

func (c *FakeSharedVpcServiceProjects) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SharedVpcServiceProject, err error)

Patch applies the patch and returns the patched sharedVpcServiceProject.

func (*FakeSharedVpcServiceProjects) Update

Update takes the representation of a sharedVpcServiceProject and updates it. Returns the server's representation of the sharedVpcServiceProject, and an error, if there is any.

func (*FakeSharedVpcServiceProjects) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSharedVpcServiceProjects) Watch

Watch returns a watch.Interface that watches the requested sharedVpcServiceProjects.

type FakeSnapshots

type FakeSnapshots struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSnapshots implements SnapshotInterface

func (*FakeSnapshots) Create

func (c *FakeSnapshots) Create(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.CreateOptions) (result *v1alpha1.Snapshot, err error)

Create takes the representation of a snapshot and creates it. Returns the server's representation of the snapshot, and an error, if there is any.

func (*FakeSnapshots) Delete

func (c *FakeSnapshots) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the snapshot and deletes it. Returns an error if one occurs.

func (*FakeSnapshots) DeleteCollection

func (c *FakeSnapshots) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSnapshots) Get

func (c *FakeSnapshots) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Snapshot, err error)

Get takes name of the snapshot, and returns the corresponding snapshot object, and an error if there is any.

func (*FakeSnapshots) List

func (c *FakeSnapshots) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.SnapshotList, err error)

List takes label and field selectors, and returns the list of Snapshots that match those selectors.

func (*FakeSnapshots) Patch

func (c *FakeSnapshots) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Snapshot, err error)

Patch applies the patch and returns the patched snapshot.

func (*FakeSnapshots) Update

func (c *FakeSnapshots) Update(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.UpdateOptions) (result *v1alpha1.Snapshot, err error)

Update takes the representation of a snapshot and updates it. Returns the server's representation of the snapshot, and an error, if there is any.

func (*FakeSnapshots) UpdateStatus

func (c *FakeSnapshots) UpdateStatus(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.UpdateOptions) (*v1alpha1.Snapshot, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSnapshots) Watch

Watch returns a watch.Interface that watches the requested snapshots.

type FakeSslCertificates

type FakeSslCertificates struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSslCertificates implements SslCertificateInterface

func (*FakeSslCertificates) Create

func (c *FakeSslCertificates) Create(ctx context.Context, sslCertificate *v1alpha1.SslCertificate, opts v1.CreateOptions) (result *v1alpha1.SslCertificate, err error)

Create takes the representation of a sslCertificate and creates it. Returns the server's representation of the sslCertificate, and an error, if there is any.

func (*FakeSslCertificates) Delete

func (c *FakeSslCertificates) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the sslCertificate and deletes it. Returns an error if one occurs.

func (*FakeSslCertificates) DeleteCollection

func (c *FakeSslCertificates) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSslCertificates) Get

func (c *FakeSslCertificates) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SslCertificate, err error)

Get takes name of the sslCertificate, and returns the corresponding sslCertificate object, and an error if there is any.

func (*FakeSslCertificates) List

List takes label and field selectors, and returns the list of SslCertificates that match those selectors.

func (*FakeSslCertificates) Patch

func (c *FakeSslCertificates) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SslCertificate, err error)

Patch applies the patch and returns the patched sslCertificate.

func (*FakeSslCertificates) Update

func (c *FakeSslCertificates) Update(ctx context.Context, sslCertificate *v1alpha1.SslCertificate, opts v1.UpdateOptions) (result *v1alpha1.SslCertificate, err error)

Update takes the representation of a sslCertificate and updates it. Returns the server's representation of the sslCertificate, and an error, if there is any.

func (*FakeSslCertificates) UpdateStatus

func (c *FakeSslCertificates) UpdateStatus(ctx context.Context, sslCertificate *v1alpha1.SslCertificate, opts v1.UpdateOptions) (*v1alpha1.SslCertificate, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSslCertificates) Watch

Watch returns a watch.Interface that watches the requested sslCertificates.

type FakeSslPolicies

type FakeSslPolicies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSslPolicies implements SslPolicyInterface

func (*FakeSslPolicies) Create

func (c *FakeSslPolicies) Create(ctx context.Context, sslPolicy *v1alpha1.SslPolicy, opts v1.CreateOptions) (result *v1alpha1.SslPolicy, err error)

Create takes the representation of a sslPolicy and creates it. Returns the server's representation of the sslPolicy, and an error, if there is any.

func (*FakeSslPolicies) Delete

func (c *FakeSslPolicies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the sslPolicy and deletes it. Returns an error if one occurs.

func (*FakeSslPolicies) DeleteCollection

func (c *FakeSslPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSslPolicies) Get

func (c *FakeSslPolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SslPolicy, err error)

Get takes name of the sslPolicy, and returns the corresponding sslPolicy object, and an error if there is any.

func (*FakeSslPolicies) List

func (c *FakeSslPolicies) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.SslPolicyList, err error)

List takes label and field selectors, and returns the list of SslPolicies that match those selectors.

func (*FakeSslPolicies) Patch

func (c *FakeSslPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SslPolicy, err error)

Patch applies the patch and returns the patched sslPolicy.

func (*FakeSslPolicies) Update

func (c *FakeSslPolicies) Update(ctx context.Context, sslPolicy *v1alpha1.SslPolicy, opts v1.UpdateOptions) (result *v1alpha1.SslPolicy, err error)

Update takes the representation of a sslPolicy and updates it. Returns the server's representation of the sslPolicy, and an error, if there is any.

func (*FakeSslPolicies) UpdateStatus

func (c *FakeSslPolicies) UpdateStatus(ctx context.Context, sslPolicy *v1alpha1.SslPolicy, opts v1.UpdateOptions) (*v1alpha1.SslPolicy, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSslPolicies) Watch

Watch returns a watch.Interface that watches the requested sslPolicies.

type FakeSubnetworkIamBindings

type FakeSubnetworkIamBindings struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSubnetworkIamBindings implements SubnetworkIamBindingInterface

func (*FakeSubnetworkIamBindings) Create

func (c *FakeSubnetworkIamBindings) Create(ctx context.Context, subnetworkIamBinding *v1alpha1.SubnetworkIamBinding, opts v1.CreateOptions) (result *v1alpha1.SubnetworkIamBinding, err error)

Create takes the representation of a subnetworkIamBinding and creates it. Returns the server's representation of the subnetworkIamBinding, and an error, if there is any.

func (*FakeSubnetworkIamBindings) Delete

Delete takes name of the subnetworkIamBinding and deletes it. Returns an error if one occurs.

func (*FakeSubnetworkIamBindings) DeleteCollection

func (c *FakeSubnetworkIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSubnetworkIamBindings) Get

Get takes name of the subnetworkIamBinding, and returns the corresponding subnetworkIamBinding object, and an error if there is any.

func (*FakeSubnetworkIamBindings) List

List takes label and field selectors, and returns the list of SubnetworkIamBindings that match those selectors.

func (*FakeSubnetworkIamBindings) Patch

func (c *FakeSubnetworkIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SubnetworkIamBinding, err error)

Patch applies the patch and returns the patched subnetworkIamBinding.

func (*FakeSubnetworkIamBindings) Update

func (c *FakeSubnetworkIamBindings) Update(ctx context.Context, subnetworkIamBinding *v1alpha1.SubnetworkIamBinding, opts v1.UpdateOptions) (result *v1alpha1.SubnetworkIamBinding, err error)

Update takes the representation of a subnetworkIamBinding and updates it. Returns the server's representation of the subnetworkIamBinding, and an error, if there is any.

func (*FakeSubnetworkIamBindings) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSubnetworkIamBindings) Watch

Watch returns a watch.Interface that watches the requested subnetworkIamBindings.

type FakeSubnetworkIamMembers

type FakeSubnetworkIamMembers struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSubnetworkIamMembers implements SubnetworkIamMemberInterface

func (*FakeSubnetworkIamMembers) Create

func (c *FakeSubnetworkIamMembers) Create(ctx context.Context, subnetworkIamMember *v1alpha1.SubnetworkIamMember, opts v1.CreateOptions) (result *v1alpha1.SubnetworkIamMember, err error)

Create takes the representation of a subnetworkIamMember and creates it. Returns the server's representation of the subnetworkIamMember, and an error, if there is any.

func (*FakeSubnetworkIamMembers) Delete

Delete takes name of the subnetworkIamMember and deletes it. Returns an error if one occurs.

func (*FakeSubnetworkIamMembers) DeleteCollection

func (c *FakeSubnetworkIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSubnetworkIamMembers) Get

func (c *FakeSubnetworkIamMembers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SubnetworkIamMember, err error)

Get takes name of the subnetworkIamMember, and returns the corresponding subnetworkIamMember object, and an error if there is any.

func (*FakeSubnetworkIamMembers) List

List takes label and field selectors, and returns the list of SubnetworkIamMembers that match those selectors.

func (*FakeSubnetworkIamMembers) Patch

func (c *FakeSubnetworkIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SubnetworkIamMember, err error)

Patch applies the patch and returns the patched subnetworkIamMember.

func (*FakeSubnetworkIamMembers) Update

func (c *FakeSubnetworkIamMembers) Update(ctx context.Context, subnetworkIamMember *v1alpha1.SubnetworkIamMember, opts v1.UpdateOptions) (result *v1alpha1.SubnetworkIamMember, err error)

Update takes the representation of a subnetworkIamMember and updates it. Returns the server's representation of the subnetworkIamMember, and an error, if there is any.

func (*FakeSubnetworkIamMembers) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSubnetworkIamMembers) Watch

Watch returns a watch.Interface that watches the requested subnetworkIamMembers.

type FakeSubnetworkIamPolicies

type FakeSubnetworkIamPolicies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSubnetworkIamPolicies implements SubnetworkIamPolicyInterface

func (*FakeSubnetworkIamPolicies) Create

func (c *FakeSubnetworkIamPolicies) Create(ctx context.Context, subnetworkIamPolicy *v1alpha1.SubnetworkIamPolicy, opts v1.CreateOptions) (result *v1alpha1.SubnetworkIamPolicy, err error)

Create takes the representation of a subnetworkIamPolicy and creates it. Returns the server's representation of the subnetworkIamPolicy, and an error, if there is any.

func (*FakeSubnetworkIamPolicies) Delete

Delete takes name of the subnetworkIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeSubnetworkIamPolicies) DeleteCollection

func (c *FakeSubnetworkIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSubnetworkIamPolicies) Get

Get takes name of the subnetworkIamPolicy, and returns the corresponding subnetworkIamPolicy object, and an error if there is any.

func (*FakeSubnetworkIamPolicies) List

List takes label and field selectors, and returns the list of SubnetworkIamPolicies that match those selectors.

func (*FakeSubnetworkIamPolicies) Patch

func (c *FakeSubnetworkIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SubnetworkIamPolicy, err error)

Patch applies the patch and returns the patched subnetworkIamPolicy.

func (*FakeSubnetworkIamPolicies) Update

func (c *FakeSubnetworkIamPolicies) Update(ctx context.Context, subnetworkIamPolicy *v1alpha1.SubnetworkIamPolicy, opts v1.UpdateOptions) (result *v1alpha1.SubnetworkIamPolicy, err error)

Update takes the representation of a subnetworkIamPolicy and updates it. Returns the server's representation of the subnetworkIamPolicy, and an error, if there is any.

func (*FakeSubnetworkIamPolicies) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSubnetworkIamPolicies) Watch

Watch returns a watch.Interface that watches the requested subnetworkIamPolicies.

type FakeSubnetworks

type FakeSubnetworks struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeSubnetworks implements SubnetworkInterface

func (*FakeSubnetworks) Create

func (c *FakeSubnetworks) Create(ctx context.Context, subnetwork *v1alpha1.Subnetwork, opts v1.CreateOptions) (result *v1alpha1.Subnetwork, err error)

Create takes the representation of a subnetwork and creates it. Returns the server's representation of the subnetwork, and an error, if there is any.

func (*FakeSubnetworks) Delete

func (c *FakeSubnetworks) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the subnetwork and deletes it. Returns an error if one occurs.

func (*FakeSubnetworks) DeleteCollection

func (c *FakeSubnetworks) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSubnetworks) Get

func (c *FakeSubnetworks) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Subnetwork, err error)

Get takes name of the subnetwork, and returns the corresponding subnetwork object, and an error if there is any.

func (*FakeSubnetworks) List

func (c *FakeSubnetworks) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.SubnetworkList, err error)

List takes label and field selectors, and returns the list of Subnetworks that match those selectors.

func (*FakeSubnetworks) Patch

func (c *FakeSubnetworks) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Subnetwork, err error)

Patch applies the patch and returns the patched subnetwork.

func (*FakeSubnetworks) Update

func (c *FakeSubnetworks) Update(ctx context.Context, subnetwork *v1alpha1.Subnetwork, opts v1.UpdateOptions) (result *v1alpha1.Subnetwork, err error)

Update takes the representation of a subnetwork and updates it. Returns the server's representation of the subnetwork, and an error, if there is any.

func (*FakeSubnetworks) UpdateStatus

func (c *FakeSubnetworks) UpdateStatus(ctx context.Context, subnetwork *v1alpha1.Subnetwork, opts v1.UpdateOptions) (*v1alpha1.Subnetwork, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSubnetworks) Watch

Watch returns a watch.Interface that watches the requested subnetworks.

type FakeTargetGrpcProxies

type FakeTargetGrpcProxies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeTargetGrpcProxies implements TargetGrpcProxyInterface

func (*FakeTargetGrpcProxies) Create

func (c *FakeTargetGrpcProxies) Create(ctx context.Context, targetGrpcProxy *v1alpha1.TargetGrpcProxy, opts v1.CreateOptions) (result *v1alpha1.TargetGrpcProxy, err error)

Create takes the representation of a targetGrpcProxy and creates it. Returns the server's representation of the targetGrpcProxy, and an error, if there is any.

func (*FakeTargetGrpcProxies) Delete

func (c *FakeTargetGrpcProxies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the targetGrpcProxy and deletes it. Returns an error if one occurs.

func (*FakeTargetGrpcProxies) DeleteCollection

func (c *FakeTargetGrpcProxies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTargetGrpcProxies) Get

func (c *FakeTargetGrpcProxies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.TargetGrpcProxy, err error)

Get takes name of the targetGrpcProxy, and returns the corresponding targetGrpcProxy object, and an error if there is any.

func (*FakeTargetGrpcProxies) List

List takes label and field selectors, and returns the list of TargetGrpcProxies that match those selectors.

func (*FakeTargetGrpcProxies) Patch

func (c *FakeTargetGrpcProxies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TargetGrpcProxy, err error)

Patch applies the patch and returns the patched targetGrpcProxy.

func (*FakeTargetGrpcProxies) Update

func (c *FakeTargetGrpcProxies) Update(ctx context.Context, targetGrpcProxy *v1alpha1.TargetGrpcProxy, opts v1.UpdateOptions) (result *v1alpha1.TargetGrpcProxy, err error)

Update takes the representation of a targetGrpcProxy and updates it. Returns the server's representation of the targetGrpcProxy, and an error, if there is any.

func (*FakeTargetGrpcProxies) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTargetGrpcProxies) Watch

Watch returns a watch.Interface that watches the requested targetGrpcProxies.

type FakeTargetHTTPProxies

type FakeTargetHTTPProxies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeTargetHTTPProxies implements TargetHTTPProxyInterface

func (*FakeTargetHTTPProxies) Create

func (c *FakeTargetHTTPProxies) Create(ctx context.Context, targetHTTPProxy *v1alpha1.TargetHTTPProxy, opts v1.CreateOptions) (result *v1alpha1.TargetHTTPProxy, err error)

Create takes the representation of a targetHTTPProxy and creates it. Returns the server's representation of the targetHTTPProxy, and an error, if there is any.

func (*FakeTargetHTTPProxies) Delete

func (c *FakeTargetHTTPProxies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the targetHTTPProxy and deletes it. Returns an error if one occurs.

func (*FakeTargetHTTPProxies) DeleteCollection

func (c *FakeTargetHTTPProxies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTargetHTTPProxies) Get

func (c *FakeTargetHTTPProxies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.TargetHTTPProxy, err error)

Get takes name of the targetHTTPProxy, and returns the corresponding targetHTTPProxy object, and an error if there is any.

func (*FakeTargetHTTPProxies) List

List takes label and field selectors, and returns the list of TargetHTTPProxies that match those selectors.

func (*FakeTargetHTTPProxies) Patch

func (c *FakeTargetHTTPProxies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TargetHTTPProxy, err error)

Patch applies the patch and returns the patched targetHTTPProxy.

func (*FakeTargetHTTPProxies) Update

func (c *FakeTargetHTTPProxies) Update(ctx context.Context, targetHTTPProxy *v1alpha1.TargetHTTPProxy, opts v1.UpdateOptions) (result *v1alpha1.TargetHTTPProxy, err error)

Update takes the representation of a targetHTTPProxy and updates it. Returns the server's representation of the targetHTTPProxy, and an error, if there is any.

func (*FakeTargetHTTPProxies) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTargetHTTPProxies) Watch

Watch returns a watch.Interface that watches the requested targetHTTPProxies.

type FakeTargetHTTPSProxies

type FakeTargetHTTPSProxies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeTargetHTTPSProxies implements TargetHTTPSProxyInterface

func (*FakeTargetHTTPSProxies) Create

func (c *FakeTargetHTTPSProxies) Create(ctx context.Context, targetHTTPSProxy *v1alpha1.TargetHTTPSProxy, opts v1.CreateOptions) (result *v1alpha1.TargetHTTPSProxy, err error)

Create takes the representation of a targetHTTPSProxy and creates it. Returns the server's representation of the targetHTTPSProxy, and an error, if there is any.

func (*FakeTargetHTTPSProxies) Delete

func (c *FakeTargetHTTPSProxies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the targetHTTPSProxy and deletes it. Returns an error if one occurs.

func (*FakeTargetHTTPSProxies) DeleteCollection

func (c *FakeTargetHTTPSProxies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTargetHTTPSProxies) Get

func (c *FakeTargetHTTPSProxies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.TargetHTTPSProxy, err error)

Get takes name of the targetHTTPSProxy, and returns the corresponding targetHTTPSProxy object, and an error if there is any.

func (*FakeTargetHTTPSProxies) List

List takes label and field selectors, and returns the list of TargetHTTPSProxies that match those selectors.

func (*FakeTargetHTTPSProxies) Patch

func (c *FakeTargetHTTPSProxies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TargetHTTPSProxy, err error)

Patch applies the patch and returns the patched targetHTTPSProxy.

func (*FakeTargetHTTPSProxies) Update

func (c *FakeTargetHTTPSProxies) Update(ctx context.Context, targetHTTPSProxy *v1alpha1.TargetHTTPSProxy, opts v1.UpdateOptions) (result *v1alpha1.TargetHTTPSProxy, err error)

Update takes the representation of a targetHTTPSProxy and updates it. Returns the server's representation of the targetHTTPSProxy, and an error, if there is any.

func (*FakeTargetHTTPSProxies) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTargetHTTPSProxies) Watch

Watch returns a watch.Interface that watches the requested targetHTTPSProxies.

type FakeTargetInstances

type FakeTargetInstances struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeTargetInstances implements TargetInstanceInterface

func (*FakeTargetInstances) Create

func (c *FakeTargetInstances) Create(ctx context.Context, targetInstance *v1alpha1.TargetInstance, opts v1.CreateOptions) (result *v1alpha1.TargetInstance, err error)

Create takes the representation of a targetInstance and creates it. Returns the server's representation of the targetInstance, and an error, if there is any.

func (*FakeTargetInstances) Delete

func (c *FakeTargetInstances) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the targetInstance and deletes it. Returns an error if one occurs.

func (*FakeTargetInstances) DeleteCollection

func (c *FakeTargetInstances) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTargetInstances) Get

func (c *FakeTargetInstances) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.TargetInstance, err error)

Get takes name of the targetInstance, and returns the corresponding targetInstance object, and an error if there is any.

func (*FakeTargetInstances) List

List takes label and field selectors, and returns the list of TargetInstances that match those selectors.

func (*FakeTargetInstances) Patch

func (c *FakeTargetInstances) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TargetInstance, err error)

Patch applies the patch and returns the patched targetInstance.

func (*FakeTargetInstances) Update

func (c *FakeTargetInstances) Update(ctx context.Context, targetInstance *v1alpha1.TargetInstance, opts v1.UpdateOptions) (result *v1alpha1.TargetInstance, err error)

Update takes the representation of a targetInstance and updates it. Returns the server's representation of the targetInstance, and an error, if there is any.

func (*FakeTargetInstances) UpdateStatus

func (c *FakeTargetInstances) UpdateStatus(ctx context.Context, targetInstance *v1alpha1.TargetInstance, opts v1.UpdateOptions) (*v1alpha1.TargetInstance, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTargetInstances) Watch

Watch returns a watch.Interface that watches the requested targetInstances.

type FakeTargetPools

type FakeTargetPools struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeTargetPools implements TargetPoolInterface

func (*FakeTargetPools) Create

func (c *FakeTargetPools) Create(ctx context.Context, targetPool *v1alpha1.TargetPool, opts v1.CreateOptions) (result *v1alpha1.TargetPool, err error)

Create takes the representation of a targetPool and creates it. Returns the server's representation of the targetPool, and an error, if there is any.

func (*FakeTargetPools) Delete

func (c *FakeTargetPools) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the targetPool and deletes it. Returns an error if one occurs.

func (*FakeTargetPools) DeleteCollection

func (c *FakeTargetPools) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTargetPools) Get

func (c *FakeTargetPools) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.TargetPool, err error)

Get takes name of the targetPool, and returns the corresponding targetPool object, and an error if there is any.

func (*FakeTargetPools) List

func (c *FakeTargetPools) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.TargetPoolList, err error)

List takes label and field selectors, and returns the list of TargetPools that match those selectors.

func (*FakeTargetPools) Patch

func (c *FakeTargetPools) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TargetPool, err error)

Patch applies the patch and returns the patched targetPool.

func (*FakeTargetPools) Update

func (c *FakeTargetPools) Update(ctx context.Context, targetPool *v1alpha1.TargetPool, opts v1.UpdateOptions) (result *v1alpha1.TargetPool, err error)

Update takes the representation of a targetPool and updates it. Returns the server's representation of the targetPool, and an error, if there is any.

func (*FakeTargetPools) UpdateStatus

func (c *FakeTargetPools) UpdateStatus(ctx context.Context, targetPool *v1alpha1.TargetPool, opts v1.UpdateOptions) (*v1alpha1.TargetPool, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTargetPools) Watch

Watch returns a watch.Interface that watches the requested targetPools.

type FakeTargetSslProxies

type FakeTargetSslProxies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeTargetSslProxies implements TargetSslProxyInterface

func (*FakeTargetSslProxies) Create

func (c *FakeTargetSslProxies) Create(ctx context.Context, targetSslProxy *v1alpha1.TargetSslProxy, opts v1.CreateOptions) (result *v1alpha1.TargetSslProxy, err error)

Create takes the representation of a targetSslProxy and creates it. Returns the server's representation of the targetSslProxy, and an error, if there is any.

func (*FakeTargetSslProxies) Delete

func (c *FakeTargetSslProxies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the targetSslProxy and deletes it. Returns an error if one occurs.

func (*FakeTargetSslProxies) DeleteCollection

func (c *FakeTargetSslProxies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTargetSslProxies) Get

func (c *FakeTargetSslProxies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.TargetSslProxy, err error)

Get takes name of the targetSslProxy, and returns the corresponding targetSslProxy object, and an error if there is any.

func (*FakeTargetSslProxies) List

List takes label and field selectors, and returns the list of TargetSslProxies that match those selectors.

func (*FakeTargetSslProxies) Patch

func (c *FakeTargetSslProxies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TargetSslProxy, err error)

Patch applies the patch and returns the patched targetSslProxy.

func (*FakeTargetSslProxies) Update

func (c *FakeTargetSslProxies) Update(ctx context.Context, targetSslProxy *v1alpha1.TargetSslProxy, opts v1.UpdateOptions) (result *v1alpha1.TargetSslProxy, err error)

Update takes the representation of a targetSslProxy and updates it. Returns the server's representation of the targetSslProxy, and an error, if there is any.

func (*FakeTargetSslProxies) UpdateStatus

func (c *FakeTargetSslProxies) UpdateStatus(ctx context.Context, targetSslProxy *v1alpha1.TargetSslProxy, opts v1.UpdateOptions) (*v1alpha1.TargetSslProxy, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTargetSslProxies) Watch

Watch returns a watch.Interface that watches the requested targetSslProxies.

type FakeTargetTcpProxies

type FakeTargetTcpProxies struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeTargetTcpProxies implements TargetTcpProxyInterface

func (*FakeTargetTcpProxies) Create

func (c *FakeTargetTcpProxies) Create(ctx context.Context, targetTcpProxy *v1alpha1.TargetTcpProxy, opts v1.CreateOptions) (result *v1alpha1.TargetTcpProxy, err error)

Create takes the representation of a targetTcpProxy and creates it. Returns the server's representation of the targetTcpProxy, and an error, if there is any.

func (*FakeTargetTcpProxies) Delete

func (c *FakeTargetTcpProxies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the targetTcpProxy and deletes it. Returns an error if one occurs.

func (*FakeTargetTcpProxies) DeleteCollection

func (c *FakeTargetTcpProxies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTargetTcpProxies) Get

func (c *FakeTargetTcpProxies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.TargetTcpProxy, err error)

Get takes name of the targetTcpProxy, and returns the corresponding targetTcpProxy object, and an error if there is any.

func (*FakeTargetTcpProxies) List

List takes label and field selectors, and returns the list of TargetTcpProxies that match those selectors.

func (*FakeTargetTcpProxies) Patch

func (c *FakeTargetTcpProxies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TargetTcpProxy, err error)

Patch applies the patch and returns the patched targetTcpProxy.

func (*FakeTargetTcpProxies) Update

func (c *FakeTargetTcpProxies) Update(ctx context.Context, targetTcpProxy *v1alpha1.TargetTcpProxy, opts v1.UpdateOptions) (result *v1alpha1.TargetTcpProxy, err error)

Update takes the representation of a targetTcpProxy and updates it. Returns the server's representation of the targetTcpProxy, and an error, if there is any.

func (*FakeTargetTcpProxies) UpdateStatus

func (c *FakeTargetTcpProxies) UpdateStatus(ctx context.Context, targetTcpProxy *v1alpha1.TargetTcpProxy, opts v1.UpdateOptions) (*v1alpha1.TargetTcpProxy, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTargetTcpProxies) Watch

Watch returns a watch.Interface that watches the requested targetTcpProxies.

type FakeUrlMaps

type FakeUrlMaps struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeUrlMaps implements UrlMapInterface

func (*FakeUrlMaps) Create

func (c *FakeUrlMaps) Create(ctx context.Context, urlMap *v1alpha1.UrlMap, opts v1.CreateOptions) (result *v1alpha1.UrlMap, err error)

Create takes the representation of a urlMap and creates it. Returns the server's representation of the urlMap, and an error, if there is any.

func (*FakeUrlMaps) Delete

func (c *FakeUrlMaps) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the urlMap and deletes it. Returns an error if one occurs.

func (*FakeUrlMaps) DeleteCollection

func (c *FakeUrlMaps) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeUrlMaps) Get

func (c *FakeUrlMaps) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.UrlMap, err error)

Get takes name of the urlMap, and returns the corresponding urlMap object, and an error if there is any.

func (*FakeUrlMaps) List

func (c *FakeUrlMaps) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.UrlMapList, err error)

List takes label and field selectors, and returns the list of UrlMaps that match those selectors.

func (*FakeUrlMaps) Patch

func (c *FakeUrlMaps) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.UrlMap, err error)

Patch applies the patch and returns the patched urlMap.

func (*FakeUrlMaps) Update

func (c *FakeUrlMaps) Update(ctx context.Context, urlMap *v1alpha1.UrlMap, opts v1.UpdateOptions) (result *v1alpha1.UrlMap, err error)

Update takes the representation of a urlMap and updates it. Returns the server's representation of the urlMap, and an error, if there is any.

func (*FakeUrlMaps) UpdateStatus

func (c *FakeUrlMaps) UpdateStatus(ctx context.Context, urlMap *v1alpha1.UrlMap, opts v1.UpdateOptions) (*v1alpha1.UrlMap, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeUrlMaps) Watch

func (c *FakeUrlMaps) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested urlMaps.

type FakeVpnGateways

type FakeVpnGateways struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeVpnGateways implements VpnGatewayInterface

func (*FakeVpnGateways) Create

func (c *FakeVpnGateways) Create(ctx context.Context, vpnGateway *v1alpha1.VpnGateway, opts v1.CreateOptions) (result *v1alpha1.VpnGateway, err error)

Create takes the representation of a vpnGateway and creates it. Returns the server's representation of the vpnGateway, and an error, if there is any.

func (*FakeVpnGateways) Delete

func (c *FakeVpnGateways) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the vpnGateway and deletes it. Returns an error if one occurs.

func (*FakeVpnGateways) DeleteCollection

func (c *FakeVpnGateways) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeVpnGateways) Get

func (c *FakeVpnGateways) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.VpnGateway, err error)

Get takes name of the vpnGateway, and returns the corresponding vpnGateway object, and an error if there is any.

func (*FakeVpnGateways) List

func (c *FakeVpnGateways) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.VpnGatewayList, err error)

List takes label and field selectors, and returns the list of VpnGateways that match those selectors.

func (*FakeVpnGateways) Patch

func (c *FakeVpnGateways) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VpnGateway, err error)

Patch applies the patch and returns the patched vpnGateway.

func (*FakeVpnGateways) Update

func (c *FakeVpnGateways) Update(ctx context.Context, vpnGateway *v1alpha1.VpnGateway, opts v1.UpdateOptions) (result *v1alpha1.VpnGateway, err error)

Update takes the representation of a vpnGateway and updates it. Returns the server's representation of the vpnGateway, and an error, if there is any.

func (*FakeVpnGateways) UpdateStatus

func (c *FakeVpnGateways) UpdateStatus(ctx context.Context, vpnGateway *v1alpha1.VpnGateway, opts v1.UpdateOptions) (*v1alpha1.VpnGateway, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeVpnGateways) Watch

Watch returns a watch.Interface that watches the requested vpnGateways.

type FakeVpnTunnels

type FakeVpnTunnels struct {
	Fake *FakeComputeV1alpha1
	// contains filtered or unexported fields
}

FakeVpnTunnels implements VpnTunnelInterface

func (*FakeVpnTunnels) Create

func (c *FakeVpnTunnels) Create(ctx context.Context, vpnTunnel *v1alpha1.VpnTunnel, opts v1.CreateOptions) (result *v1alpha1.VpnTunnel, err error)

Create takes the representation of a vpnTunnel and creates it. Returns the server's representation of the vpnTunnel, and an error, if there is any.

func (*FakeVpnTunnels) Delete

func (c *FakeVpnTunnels) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the vpnTunnel and deletes it. Returns an error if one occurs.

func (*FakeVpnTunnels) DeleteCollection

func (c *FakeVpnTunnels) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeVpnTunnels) Get

func (c *FakeVpnTunnels) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.VpnTunnel, err error)

Get takes name of the vpnTunnel, and returns the corresponding vpnTunnel object, and an error if there is any.

func (*FakeVpnTunnels) List

func (c *FakeVpnTunnels) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.VpnTunnelList, err error)

List takes label and field selectors, and returns the list of VpnTunnels that match those selectors.

func (*FakeVpnTunnels) Patch

func (c *FakeVpnTunnels) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VpnTunnel, err error)

Patch applies the patch and returns the patched vpnTunnel.

func (*FakeVpnTunnels) Update

func (c *FakeVpnTunnels) Update(ctx context.Context, vpnTunnel *v1alpha1.VpnTunnel, opts v1.UpdateOptions) (result *v1alpha1.VpnTunnel, err error)

Update takes the representation of a vpnTunnel and updates it. Returns the server's representation of the vpnTunnel, and an error, if there is any.

func (*FakeVpnTunnels) UpdateStatus

func (c *FakeVpnTunnels) UpdateStatus(ctx context.Context, vpnTunnel *v1alpha1.VpnTunnel, opts v1.UpdateOptions) (*v1alpha1.VpnTunnel, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeVpnTunnels) Watch

Watch returns a watch.Interface that watches the requested vpnTunnels.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL