fake

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 9 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 FakeComputeAddresses

type FakeComputeAddresses struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeAddresses implements ComputeAddressInterface

func (*FakeComputeAddresses) Create

func (c *FakeComputeAddresses) Create(ctx context.Context, computeAddress *v1beta1.ComputeAddress, opts v1.CreateOptions) (result *v1beta1.ComputeAddress, err error)

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

func (*FakeComputeAddresses) Delete

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

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

func (*FakeComputeAddresses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeAddresses) Get

func (c *FakeComputeAddresses) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeAddress, err error)

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

func (*FakeComputeAddresses) List

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

func (*FakeComputeAddresses) Patch

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

Patch applies the patch and returns the patched computeAddress.

func (*FakeComputeAddresses) Update

func (c *FakeComputeAddresses) Update(ctx context.Context, computeAddress *v1beta1.ComputeAddress, opts v1.UpdateOptions) (result *v1beta1.ComputeAddress, err error)

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

func (*FakeComputeAddresses) UpdateStatus

func (c *FakeComputeAddresses) UpdateStatus(ctx context.Context, computeAddress *v1beta1.ComputeAddress, opts v1.UpdateOptions) (*v1beta1.ComputeAddress, error)

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

func (*FakeComputeAddresses) Watch

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

type FakeComputeBackendBuckets

type FakeComputeBackendBuckets struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeBackendBuckets implements ComputeBackendBucketInterface

func (*FakeComputeBackendBuckets) Create

func (c *FakeComputeBackendBuckets) Create(ctx context.Context, computeBackendBucket *v1beta1.ComputeBackendBucket, opts v1.CreateOptions) (result *v1beta1.ComputeBackendBucket, err error)

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

func (*FakeComputeBackendBuckets) Delete

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

func (*FakeComputeBackendBuckets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeBackendBuckets) Get

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

func (*FakeComputeBackendBuckets) List

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

func (*FakeComputeBackendBuckets) Patch

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

Patch applies the patch and returns the patched computeBackendBucket.

func (*FakeComputeBackendBuckets) Update

func (c *FakeComputeBackendBuckets) Update(ctx context.Context, computeBackendBucket *v1beta1.ComputeBackendBucket, opts v1.UpdateOptions) (result *v1beta1.ComputeBackendBucket, err error)

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

func (*FakeComputeBackendBuckets) UpdateStatus

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

func (*FakeComputeBackendBuckets) Watch

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

type FakeComputeBackendServices

type FakeComputeBackendServices struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeBackendServices implements ComputeBackendServiceInterface

func (*FakeComputeBackendServices) Create

func (c *FakeComputeBackendServices) Create(ctx context.Context, computeBackendService *v1beta1.ComputeBackendService, opts v1.CreateOptions) (result *v1beta1.ComputeBackendService, err error)

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

func (*FakeComputeBackendServices) Delete

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

func (*FakeComputeBackendServices) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeBackendServices) Get

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

func (*FakeComputeBackendServices) List

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

func (*FakeComputeBackendServices) Patch

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

Patch applies the patch and returns the patched computeBackendService.

func (*FakeComputeBackendServices) Update

func (c *FakeComputeBackendServices) Update(ctx context.Context, computeBackendService *v1beta1.ComputeBackendService, opts v1.UpdateOptions) (result *v1beta1.ComputeBackendService, err error)

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

func (*FakeComputeBackendServices) UpdateStatus

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

func (*FakeComputeBackendServices) Watch

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

type FakeComputeDisks

type FakeComputeDisks struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeDisks implements ComputeDiskInterface

func (*FakeComputeDisks) Create

func (c *FakeComputeDisks) Create(ctx context.Context, computeDisk *v1beta1.ComputeDisk, opts v1.CreateOptions) (result *v1beta1.ComputeDisk, err error)

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

func (*FakeComputeDisks) Delete

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

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

func (*FakeComputeDisks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeDisks) Get

func (c *FakeComputeDisks) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeDisk, err error)

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

func (*FakeComputeDisks) List

func (c *FakeComputeDisks) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.ComputeDiskList, err error)

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

func (*FakeComputeDisks) Patch

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

Patch applies the patch and returns the patched computeDisk.

func (*FakeComputeDisks) Update

func (c *FakeComputeDisks) Update(ctx context.Context, computeDisk *v1beta1.ComputeDisk, opts v1.UpdateOptions) (result *v1beta1.ComputeDisk, err error)

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

func (*FakeComputeDisks) UpdateStatus

func (c *FakeComputeDisks) UpdateStatus(ctx context.Context, computeDisk *v1beta1.ComputeDisk, opts v1.UpdateOptions) (*v1beta1.ComputeDisk, error)

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

func (*FakeComputeDisks) Watch

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

type FakeComputeExternalVPNGateways

type FakeComputeExternalVPNGateways struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeExternalVPNGateways implements ComputeExternalVPNGatewayInterface

func (*FakeComputeExternalVPNGateways) Create

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

func (*FakeComputeExternalVPNGateways) Delete

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

func (*FakeComputeExternalVPNGateways) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeExternalVPNGateways) Get

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

func (*FakeComputeExternalVPNGateways) List

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

func (*FakeComputeExternalVPNGateways) Patch

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

Patch applies the patch and returns the patched computeExternalVPNGateway.

func (*FakeComputeExternalVPNGateways) Update

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

func (*FakeComputeExternalVPNGateways) UpdateStatus

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

func (*FakeComputeExternalVPNGateways) Watch

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

type FakeComputeFirewallPolicies

type FakeComputeFirewallPolicies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeFirewallPolicies implements ComputeFirewallPolicyInterface

func (*FakeComputeFirewallPolicies) Create

func (c *FakeComputeFirewallPolicies) Create(ctx context.Context, computeFirewallPolicy *v1beta1.ComputeFirewallPolicy, opts v1.CreateOptions) (result *v1beta1.ComputeFirewallPolicy, err error)

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

func (*FakeComputeFirewallPolicies) Delete

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

func (*FakeComputeFirewallPolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeFirewallPolicies) Get

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

func (*FakeComputeFirewallPolicies) List

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

func (*FakeComputeFirewallPolicies) Patch

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

Patch applies the patch and returns the patched computeFirewallPolicy.

func (*FakeComputeFirewallPolicies) Update

func (c *FakeComputeFirewallPolicies) Update(ctx context.Context, computeFirewallPolicy *v1beta1.ComputeFirewallPolicy, opts v1.UpdateOptions) (result *v1beta1.ComputeFirewallPolicy, err error)

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

func (*FakeComputeFirewallPolicies) UpdateStatus

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

func (*FakeComputeFirewallPolicies) Watch

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

type FakeComputeFirewallPolicyAssociations

type FakeComputeFirewallPolicyAssociations struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeFirewallPolicyAssociations implements ComputeFirewallPolicyAssociationInterface

func (*FakeComputeFirewallPolicyAssociations) Create

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

func (*FakeComputeFirewallPolicyAssociations) Delete

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

func (*FakeComputeFirewallPolicyAssociations) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeFirewallPolicyAssociations) Get

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

func (*FakeComputeFirewallPolicyAssociations) List

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

func (*FakeComputeFirewallPolicyAssociations) Patch

Patch applies the patch and returns the patched computeFirewallPolicyAssociation.

func (*FakeComputeFirewallPolicyAssociations) Update

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

func (*FakeComputeFirewallPolicyAssociations) UpdateStatus

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

func (*FakeComputeFirewallPolicyAssociations) Watch

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

type FakeComputeFirewallPolicyRules

type FakeComputeFirewallPolicyRules struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeFirewallPolicyRules implements ComputeFirewallPolicyRuleInterface

func (*FakeComputeFirewallPolicyRules) Create

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

func (*FakeComputeFirewallPolicyRules) Delete

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

func (*FakeComputeFirewallPolicyRules) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeFirewallPolicyRules) Get

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

func (*FakeComputeFirewallPolicyRules) List

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

func (*FakeComputeFirewallPolicyRules) Patch

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

Patch applies the patch and returns the patched computeFirewallPolicyRule.

func (*FakeComputeFirewallPolicyRules) Update

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

func (*FakeComputeFirewallPolicyRules) UpdateStatus

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

func (*FakeComputeFirewallPolicyRules) Watch

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

type FakeComputeFirewalls

type FakeComputeFirewalls struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeFirewalls implements ComputeFirewallInterface

func (*FakeComputeFirewalls) Create

func (c *FakeComputeFirewalls) Create(ctx context.Context, computeFirewall *v1beta1.ComputeFirewall, opts v1.CreateOptions) (result *v1beta1.ComputeFirewall, err error)

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

func (*FakeComputeFirewalls) Delete

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

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

func (*FakeComputeFirewalls) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeFirewalls) Get

func (c *FakeComputeFirewalls) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeFirewall, err error)

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

func (*FakeComputeFirewalls) List

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

func (*FakeComputeFirewalls) Patch

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

Patch applies the patch and returns the patched computeFirewall.

func (*FakeComputeFirewalls) Update

func (c *FakeComputeFirewalls) Update(ctx context.Context, computeFirewall *v1beta1.ComputeFirewall, opts v1.UpdateOptions) (result *v1beta1.ComputeFirewall, err error)

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

func (*FakeComputeFirewalls) UpdateStatus

func (c *FakeComputeFirewalls) UpdateStatus(ctx context.Context, computeFirewall *v1beta1.ComputeFirewall, opts v1.UpdateOptions) (*v1beta1.ComputeFirewall, error)

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

func (*FakeComputeFirewalls) Watch

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

type FakeComputeForwardingRules

type FakeComputeForwardingRules struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeForwardingRules implements ComputeForwardingRuleInterface

func (*FakeComputeForwardingRules) Create

func (c *FakeComputeForwardingRules) Create(ctx context.Context, computeForwardingRule *v1beta1.ComputeForwardingRule, opts v1.CreateOptions) (result *v1beta1.ComputeForwardingRule, err error)

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

func (*FakeComputeForwardingRules) Delete

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

func (*FakeComputeForwardingRules) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeForwardingRules) Get

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

func (*FakeComputeForwardingRules) List

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

func (*FakeComputeForwardingRules) Patch

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

Patch applies the patch and returns the patched computeForwardingRule.

func (*FakeComputeForwardingRules) Update

func (c *FakeComputeForwardingRules) Update(ctx context.Context, computeForwardingRule *v1beta1.ComputeForwardingRule, opts v1.UpdateOptions) (result *v1beta1.ComputeForwardingRule, err error)

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

func (*FakeComputeForwardingRules) UpdateStatus

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

func (*FakeComputeForwardingRules) Watch

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

type FakeComputeHTTPHealthChecks

type FakeComputeHTTPHealthChecks struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeHTTPHealthChecks implements ComputeHTTPHealthCheckInterface

func (*FakeComputeHTTPHealthChecks) Create

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

func (*FakeComputeHTTPHealthChecks) Delete

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

func (*FakeComputeHTTPHealthChecks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeHTTPHealthChecks) Get

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

func (*FakeComputeHTTPHealthChecks) List

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

func (*FakeComputeHTTPHealthChecks) Patch

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

Patch applies the patch and returns the patched computeHTTPHealthCheck.

func (*FakeComputeHTTPHealthChecks) Update

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

func (*FakeComputeHTTPHealthChecks) UpdateStatus

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

func (*FakeComputeHTTPHealthChecks) Watch

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

type FakeComputeHTTPSHealthChecks

type FakeComputeHTTPSHealthChecks struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeHTTPSHealthChecks implements ComputeHTTPSHealthCheckInterface

func (*FakeComputeHTTPSHealthChecks) Create

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

func (*FakeComputeHTTPSHealthChecks) Delete

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

func (*FakeComputeHTTPSHealthChecks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeHTTPSHealthChecks) Get

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

func (*FakeComputeHTTPSHealthChecks) List

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

func (*FakeComputeHTTPSHealthChecks) Patch

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

Patch applies the patch and returns the patched computeHTTPSHealthCheck.

func (*FakeComputeHTTPSHealthChecks) Update

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

func (*FakeComputeHTTPSHealthChecks) UpdateStatus

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

func (*FakeComputeHTTPSHealthChecks) Watch

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

type FakeComputeHealthChecks

type FakeComputeHealthChecks struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeHealthChecks implements ComputeHealthCheckInterface

func (*FakeComputeHealthChecks) Create

func (c *FakeComputeHealthChecks) Create(ctx context.Context, computeHealthCheck *v1beta1.ComputeHealthCheck, opts v1.CreateOptions) (result *v1beta1.ComputeHealthCheck, err error)

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

func (*FakeComputeHealthChecks) Delete

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

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

func (*FakeComputeHealthChecks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeHealthChecks) Get

func (c *FakeComputeHealthChecks) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeHealthCheck, err error)

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

func (*FakeComputeHealthChecks) List

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

func (*FakeComputeHealthChecks) Patch

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

Patch applies the patch and returns the patched computeHealthCheck.

func (*FakeComputeHealthChecks) Update

func (c *FakeComputeHealthChecks) Update(ctx context.Context, computeHealthCheck *v1beta1.ComputeHealthCheck, opts v1.UpdateOptions) (result *v1beta1.ComputeHealthCheck, err error)

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

func (*FakeComputeHealthChecks) UpdateStatus

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

func (*FakeComputeHealthChecks) Watch

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

type FakeComputeImages

type FakeComputeImages struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeImages implements ComputeImageInterface

func (*FakeComputeImages) Create

func (c *FakeComputeImages) Create(ctx context.Context, computeImage *v1beta1.ComputeImage, opts v1.CreateOptions) (result *v1beta1.ComputeImage, err error)

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

func (*FakeComputeImages) Delete

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

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

func (*FakeComputeImages) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeImages) Get

func (c *FakeComputeImages) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeImage, err error)

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

func (*FakeComputeImages) List

func (c *FakeComputeImages) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.ComputeImageList, err error)

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

func (*FakeComputeImages) Patch

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

Patch applies the patch and returns the patched computeImage.

func (*FakeComputeImages) Update

func (c *FakeComputeImages) Update(ctx context.Context, computeImage *v1beta1.ComputeImage, opts v1.UpdateOptions) (result *v1beta1.ComputeImage, err error)

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

func (*FakeComputeImages) UpdateStatus

func (c *FakeComputeImages) UpdateStatus(ctx context.Context, computeImage *v1beta1.ComputeImage, opts v1.UpdateOptions) (*v1beta1.ComputeImage, error)

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

func (*FakeComputeImages) Watch

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

type FakeComputeInstanceGroupManagers

type FakeComputeInstanceGroupManagers struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeInstanceGroupManagers implements ComputeInstanceGroupManagerInterface

func (*FakeComputeInstanceGroupManagers) Create

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

func (*FakeComputeInstanceGroupManagers) Delete

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

func (*FakeComputeInstanceGroupManagers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceGroupManagers) Get

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

func (*FakeComputeInstanceGroupManagers) List

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

func (*FakeComputeInstanceGroupManagers) Patch

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

Patch applies the patch and returns the patched computeInstanceGroupManager.

func (*FakeComputeInstanceGroupManagers) Update

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

func (*FakeComputeInstanceGroupManagers) UpdateStatus

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

func (*FakeComputeInstanceGroupManagers) Watch

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

type FakeComputeInstanceGroups

type FakeComputeInstanceGroups struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeInstanceGroups implements ComputeInstanceGroupInterface

func (*FakeComputeInstanceGroups) Create

func (c *FakeComputeInstanceGroups) Create(ctx context.Context, computeInstanceGroup *v1beta1.ComputeInstanceGroup, opts v1.CreateOptions) (result *v1beta1.ComputeInstanceGroup, err error)

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

func (*FakeComputeInstanceGroups) Delete

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

func (*FakeComputeInstanceGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceGroups) Get

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

func (*FakeComputeInstanceGroups) List

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

func (*FakeComputeInstanceGroups) Patch

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

Patch applies the patch and returns the patched computeInstanceGroup.

func (*FakeComputeInstanceGroups) Update

func (c *FakeComputeInstanceGroups) Update(ctx context.Context, computeInstanceGroup *v1beta1.ComputeInstanceGroup, opts v1.UpdateOptions) (result *v1beta1.ComputeInstanceGroup, err error)

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

func (*FakeComputeInstanceGroups) UpdateStatus

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

func (*FakeComputeInstanceGroups) Watch

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

type FakeComputeInstanceTemplates

type FakeComputeInstanceTemplates struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeInstanceTemplates implements ComputeInstanceTemplateInterface

func (*FakeComputeInstanceTemplates) Create

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

func (*FakeComputeInstanceTemplates) Delete

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

func (*FakeComputeInstanceTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceTemplates) Get

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

func (*FakeComputeInstanceTemplates) List

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

func (*FakeComputeInstanceTemplates) Patch

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

Patch applies the patch and returns the patched computeInstanceTemplate.

func (*FakeComputeInstanceTemplates) Update

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

func (*FakeComputeInstanceTemplates) UpdateStatus

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

func (*FakeComputeInstanceTemplates) Watch

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

type FakeComputeInstances

type FakeComputeInstances struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeInstances implements ComputeInstanceInterface

func (*FakeComputeInstances) Create

func (c *FakeComputeInstances) Create(ctx context.Context, computeInstance *v1beta1.ComputeInstance, opts v1.CreateOptions) (result *v1beta1.ComputeInstance, err error)

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

func (*FakeComputeInstances) Delete

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

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

func (*FakeComputeInstances) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstances) Get

func (c *FakeComputeInstances) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeInstance, err error)

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

func (*FakeComputeInstances) List

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

func (*FakeComputeInstances) Patch

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

Patch applies the patch and returns the patched computeInstance.

func (*FakeComputeInstances) Update

func (c *FakeComputeInstances) Update(ctx context.Context, computeInstance *v1beta1.ComputeInstance, opts v1.UpdateOptions) (result *v1beta1.ComputeInstance, err error)

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

func (*FakeComputeInstances) UpdateStatus

func (c *FakeComputeInstances) UpdateStatus(ctx context.Context, computeInstance *v1beta1.ComputeInstance, opts v1.UpdateOptions) (*v1beta1.ComputeInstance, error)

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

func (*FakeComputeInstances) Watch

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

type FakeComputeInterconnectAttachments

type FakeComputeInterconnectAttachments struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeInterconnectAttachments implements ComputeInterconnectAttachmentInterface

func (*FakeComputeInterconnectAttachments) Create

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

func (*FakeComputeInterconnectAttachments) Delete

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

func (*FakeComputeInterconnectAttachments) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInterconnectAttachments) Get

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

func (*FakeComputeInterconnectAttachments) List

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

func (*FakeComputeInterconnectAttachments) Patch

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

Patch applies the patch and returns the patched computeInterconnectAttachment.

func (*FakeComputeInterconnectAttachments) Update

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

func (*FakeComputeInterconnectAttachments) UpdateStatus

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

func (*FakeComputeInterconnectAttachments) Watch

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

type FakeComputeNetworkEndpointGroups

type FakeComputeNetworkEndpointGroups struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeNetworkEndpointGroups implements ComputeNetworkEndpointGroupInterface

func (*FakeComputeNetworkEndpointGroups) Create

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

func (*FakeComputeNetworkEndpointGroups) Delete

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

func (*FakeComputeNetworkEndpointGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNetworkEndpointGroups) Get

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

func (*FakeComputeNetworkEndpointGroups) List

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

func (*FakeComputeNetworkEndpointGroups) Patch

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

Patch applies the patch and returns the patched computeNetworkEndpointGroup.

func (*FakeComputeNetworkEndpointGroups) Update

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

func (*FakeComputeNetworkEndpointGroups) UpdateStatus

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

func (*FakeComputeNetworkEndpointGroups) Watch

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

type FakeComputeNetworkFirewallPolicies added in v1.113.0

type FakeComputeNetworkFirewallPolicies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeNetworkFirewallPolicies implements ComputeNetworkFirewallPolicyInterface

func (*FakeComputeNetworkFirewallPolicies) Create added in v1.113.0

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

func (*FakeComputeNetworkFirewallPolicies) Delete added in v1.113.0

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

func (*FakeComputeNetworkFirewallPolicies) DeleteCollection added in v1.113.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNetworkFirewallPolicies) Get added in v1.113.0

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

func (*FakeComputeNetworkFirewallPolicies) List added in v1.113.0

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

func (*FakeComputeNetworkFirewallPolicies) Patch added in v1.113.0

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

Patch applies the patch and returns the patched computeNetworkFirewallPolicy.

func (*FakeComputeNetworkFirewallPolicies) Update added in v1.113.0

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

func (*FakeComputeNetworkFirewallPolicies) UpdateStatus added in v1.113.0

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

func (*FakeComputeNetworkFirewallPolicies) Watch added in v1.113.0

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

type FakeComputeNetworkFirewallPolicyAssociations added in v1.114.0

type FakeComputeNetworkFirewallPolicyAssociations struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeNetworkFirewallPolicyAssociations implements ComputeNetworkFirewallPolicyAssociationInterface

func (*FakeComputeNetworkFirewallPolicyAssociations) Create added in v1.114.0

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

func (*FakeComputeNetworkFirewallPolicyAssociations) Delete added in v1.114.0

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

func (*FakeComputeNetworkFirewallPolicyAssociations) DeleteCollection added in v1.114.0

DeleteCollection deletes a collection of objects.

func (*FakeComputeNetworkFirewallPolicyAssociations) Get added in v1.114.0

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

func (*FakeComputeNetworkFirewallPolicyAssociations) List added in v1.114.0

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

func (*FakeComputeNetworkFirewallPolicyAssociations) Patch added in v1.114.0

Patch applies the patch and returns the patched computeNetworkFirewallPolicyAssociation.

func (*FakeComputeNetworkFirewallPolicyAssociations) Update added in v1.114.0

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

func (*FakeComputeNetworkFirewallPolicyAssociations) UpdateStatus added in v1.114.0

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

func (*FakeComputeNetworkFirewallPolicyAssociations) Watch added in v1.114.0

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

type FakeComputeNetworkPeerings

type FakeComputeNetworkPeerings struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeNetworkPeerings implements ComputeNetworkPeeringInterface

func (*FakeComputeNetworkPeerings) Create

func (c *FakeComputeNetworkPeerings) Create(ctx context.Context, computeNetworkPeering *v1beta1.ComputeNetworkPeering, opts v1.CreateOptions) (result *v1beta1.ComputeNetworkPeering, err error)

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

func (*FakeComputeNetworkPeerings) Delete

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

func (*FakeComputeNetworkPeerings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNetworkPeerings) Get

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

func (*FakeComputeNetworkPeerings) List

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

func (*FakeComputeNetworkPeerings) Patch

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

Patch applies the patch and returns the patched computeNetworkPeering.

func (*FakeComputeNetworkPeerings) Update

func (c *FakeComputeNetworkPeerings) Update(ctx context.Context, computeNetworkPeering *v1beta1.ComputeNetworkPeering, opts v1.UpdateOptions) (result *v1beta1.ComputeNetworkPeering, err error)

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

func (*FakeComputeNetworkPeerings) UpdateStatus

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

func (*FakeComputeNetworkPeerings) Watch

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

type FakeComputeNetworks

type FakeComputeNetworks struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeNetworks implements ComputeNetworkInterface

func (*FakeComputeNetworks) Create

func (c *FakeComputeNetworks) Create(ctx context.Context, computeNetwork *v1beta1.ComputeNetwork, opts v1.CreateOptions) (result *v1beta1.ComputeNetwork, err error)

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

func (*FakeComputeNetworks) Delete

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

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

func (*FakeComputeNetworks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNetworks) Get

func (c *FakeComputeNetworks) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeNetwork, err error)

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

func (*FakeComputeNetworks) List

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

func (*FakeComputeNetworks) Patch

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

Patch applies the patch and returns the patched computeNetwork.

func (*FakeComputeNetworks) Update

func (c *FakeComputeNetworks) Update(ctx context.Context, computeNetwork *v1beta1.ComputeNetwork, opts v1.UpdateOptions) (result *v1beta1.ComputeNetwork, err error)

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

func (*FakeComputeNetworks) UpdateStatus

func (c *FakeComputeNetworks) UpdateStatus(ctx context.Context, computeNetwork *v1beta1.ComputeNetwork, opts v1.UpdateOptions) (*v1beta1.ComputeNetwork, error)

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

func (*FakeComputeNetworks) Watch

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

type FakeComputeNodeGroups

type FakeComputeNodeGroups struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeNodeGroups implements ComputeNodeGroupInterface

func (*FakeComputeNodeGroups) Create

func (c *FakeComputeNodeGroups) Create(ctx context.Context, computeNodeGroup *v1beta1.ComputeNodeGroup, opts v1.CreateOptions) (result *v1beta1.ComputeNodeGroup, err error)

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

func (*FakeComputeNodeGroups) Delete

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

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

func (*FakeComputeNodeGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNodeGroups) Get

func (c *FakeComputeNodeGroups) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeNodeGroup, err error)

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

func (*FakeComputeNodeGroups) List

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

func (*FakeComputeNodeGroups) Patch

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

Patch applies the patch and returns the patched computeNodeGroup.

func (*FakeComputeNodeGroups) Update

func (c *FakeComputeNodeGroups) Update(ctx context.Context, computeNodeGroup *v1beta1.ComputeNodeGroup, opts v1.UpdateOptions) (result *v1beta1.ComputeNodeGroup, err error)

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

func (*FakeComputeNodeGroups) UpdateStatus

func (c *FakeComputeNodeGroups) UpdateStatus(ctx context.Context, computeNodeGroup *v1beta1.ComputeNodeGroup, opts v1.UpdateOptions) (*v1beta1.ComputeNodeGroup, error)

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

func (*FakeComputeNodeGroups) Watch

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

type FakeComputeNodeTemplates

type FakeComputeNodeTemplates struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeNodeTemplates implements ComputeNodeTemplateInterface

func (*FakeComputeNodeTemplates) Create

func (c *FakeComputeNodeTemplates) Create(ctx context.Context, computeNodeTemplate *v1beta1.ComputeNodeTemplate, opts v1.CreateOptions) (result *v1beta1.ComputeNodeTemplate, err error)

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

func (*FakeComputeNodeTemplates) Delete

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

func (*FakeComputeNodeTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNodeTemplates) Get

func (c *FakeComputeNodeTemplates) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeNodeTemplate, err error)

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

func (*FakeComputeNodeTemplates) List

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

func (*FakeComputeNodeTemplates) Patch

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

Patch applies the patch and returns the patched computeNodeTemplate.

func (*FakeComputeNodeTemplates) Update

func (c *FakeComputeNodeTemplates) Update(ctx context.Context, computeNodeTemplate *v1beta1.ComputeNodeTemplate, opts v1.UpdateOptions) (result *v1beta1.ComputeNodeTemplate, err error)

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

func (*FakeComputeNodeTemplates) UpdateStatus

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

func (*FakeComputeNodeTemplates) Watch

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

type FakeComputePacketMirrorings

type FakeComputePacketMirrorings struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputePacketMirrorings implements ComputePacketMirroringInterface

func (*FakeComputePacketMirrorings) Create

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

func (*FakeComputePacketMirrorings) Delete

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

func (*FakeComputePacketMirrorings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputePacketMirrorings) Get

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

func (*FakeComputePacketMirrorings) List

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

func (*FakeComputePacketMirrorings) Patch

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

Patch applies the patch and returns the patched computePacketMirroring.

func (*FakeComputePacketMirrorings) Update

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

func (*FakeComputePacketMirrorings) UpdateStatus

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

func (*FakeComputePacketMirrorings) Watch

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

type FakeComputeProjectMetadatas

type FakeComputeProjectMetadatas struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeProjectMetadatas implements ComputeProjectMetadataInterface

func (*FakeComputeProjectMetadatas) Create

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

func (*FakeComputeProjectMetadatas) Delete

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

func (*FakeComputeProjectMetadatas) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeProjectMetadatas) Get

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

func (*FakeComputeProjectMetadatas) List

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

func (*FakeComputeProjectMetadatas) Patch

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

Patch applies the patch and returns the patched computeProjectMetadata.

func (*FakeComputeProjectMetadatas) Update

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

func (*FakeComputeProjectMetadatas) UpdateStatus

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

func (*FakeComputeProjectMetadatas) Watch

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

type FakeComputeRegionNetworkEndpointGroups added in v1.86.0

type FakeComputeRegionNetworkEndpointGroups struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeRegionNetworkEndpointGroups implements ComputeRegionNetworkEndpointGroupInterface

func (*FakeComputeRegionNetworkEndpointGroups) Create added in v1.86.0

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

func (*FakeComputeRegionNetworkEndpointGroups) Delete added in v1.86.0

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

func (*FakeComputeRegionNetworkEndpointGroups) DeleteCollection added in v1.86.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRegionNetworkEndpointGroups) Get added in v1.86.0

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

func (*FakeComputeRegionNetworkEndpointGroups) List added in v1.86.0

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

func (*FakeComputeRegionNetworkEndpointGroups) Patch added in v1.86.0

Patch applies the patch and returns the patched computeRegionNetworkEndpointGroup.

func (*FakeComputeRegionNetworkEndpointGroups) Update added in v1.86.0

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

func (*FakeComputeRegionNetworkEndpointGroups) UpdateStatus added in v1.86.0

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

func (*FakeComputeRegionNetworkEndpointGroups) Watch added in v1.86.0

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

type FakeComputeReservations

type FakeComputeReservations struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeReservations implements ComputeReservationInterface

func (*FakeComputeReservations) Create

func (c *FakeComputeReservations) Create(ctx context.Context, computeReservation *v1beta1.ComputeReservation, opts v1.CreateOptions) (result *v1beta1.ComputeReservation, err error)

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

func (*FakeComputeReservations) Delete

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

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

func (*FakeComputeReservations) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeReservations) Get

func (c *FakeComputeReservations) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeReservation, err error)

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

func (*FakeComputeReservations) List

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

func (*FakeComputeReservations) Patch

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

Patch applies the patch and returns the patched computeReservation.

func (*FakeComputeReservations) Update

func (c *FakeComputeReservations) Update(ctx context.Context, computeReservation *v1beta1.ComputeReservation, opts v1.UpdateOptions) (result *v1beta1.ComputeReservation, err error)

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

func (*FakeComputeReservations) UpdateStatus

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

func (*FakeComputeReservations) Watch

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

type FakeComputeResourcePolicies

type FakeComputeResourcePolicies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeResourcePolicies implements ComputeResourcePolicyInterface

func (*FakeComputeResourcePolicies) Create

func (c *FakeComputeResourcePolicies) Create(ctx context.Context, computeResourcePolicy *v1beta1.ComputeResourcePolicy, opts v1.CreateOptions) (result *v1beta1.ComputeResourcePolicy, err error)

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

func (*FakeComputeResourcePolicies) Delete

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

func (*FakeComputeResourcePolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeResourcePolicies) Get

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

func (*FakeComputeResourcePolicies) List

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

func (*FakeComputeResourcePolicies) Patch

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

Patch applies the patch and returns the patched computeResourcePolicy.

func (*FakeComputeResourcePolicies) Update

func (c *FakeComputeResourcePolicies) Update(ctx context.Context, computeResourcePolicy *v1beta1.ComputeResourcePolicy, opts v1.UpdateOptions) (result *v1beta1.ComputeResourcePolicy, err error)

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

func (*FakeComputeResourcePolicies) UpdateStatus

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

func (*FakeComputeResourcePolicies) Watch

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

type FakeComputeRouterInterfaces

type FakeComputeRouterInterfaces struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeRouterInterfaces implements ComputeRouterInterfaceInterface

func (*FakeComputeRouterInterfaces) Create

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

func (*FakeComputeRouterInterfaces) Delete

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

func (*FakeComputeRouterInterfaces) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRouterInterfaces) Get

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

func (*FakeComputeRouterInterfaces) List

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

func (*FakeComputeRouterInterfaces) Patch

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

Patch applies the patch and returns the patched computeRouterInterface.

func (*FakeComputeRouterInterfaces) Update

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

func (*FakeComputeRouterInterfaces) UpdateStatus

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

func (*FakeComputeRouterInterfaces) Watch

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

type FakeComputeRouterNATs

type FakeComputeRouterNATs struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeRouterNATs implements ComputeRouterNATInterface

func (*FakeComputeRouterNATs) Create

func (c *FakeComputeRouterNATs) Create(ctx context.Context, computeRouterNAT *v1beta1.ComputeRouterNAT, opts v1.CreateOptions) (result *v1beta1.ComputeRouterNAT, err error)

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

func (*FakeComputeRouterNATs) Delete

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

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

func (*FakeComputeRouterNATs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRouterNATs) Get

func (c *FakeComputeRouterNATs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeRouterNAT, err error)

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

func (*FakeComputeRouterNATs) List

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

func (*FakeComputeRouterNATs) Patch

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

Patch applies the patch and returns the patched computeRouterNAT.

func (*FakeComputeRouterNATs) Update

func (c *FakeComputeRouterNATs) Update(ctx context.Context, computeRouterNAT *v1beta1.ComputeRouterNAT, opts v1.UpdateOptions) (result *v1beta1.ComputeRouterNAT, err error)

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

func (*FakeComputeRouterNATs) UpdateStatus

func (c *FakeComputeRouterNATs) UpdateStatus(ctx context.Context, computeRouterNAT *v1beta1.ComputeRouterNAT, opts v1.UpdateOptions) (*v1beta1.ComputeRouterNAT, error)

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

func (*FakeComputeRouterNATs) Watch

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

type FakeComputeRouterPeers

type FakeComputeRouterPeers struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeRouterPeers implements ComputeRouterPeerInterface

func (*FakeComputeRouterPeers) Create

func (c *FakeComputeRouterPeers) Create(ctx context.Context, computeRouterPeer *v1beta1.ComputeRouterPeer, opts v1.CreateOptions) (result *v1beta1.ComputeRouterPeer, err error)

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

func (*FakeComputeRouterPeers) Delete

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

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

func (*FakeComputeRouterPeers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRouterPeers) Get

func (c *FakeComputeRouterPeers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeRouterPeer, err error)

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

func (*FakeComputeRouterPeers) List

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

func (*FakeComputeRouterPeers) Patch

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

Patch applies the patch and returns the patched computeRouterPeer.

func (*FakeComputeRouterPeers) Update

func (c *FakeComputeRouterPeers) Update(ctx context.Context, computeRouterPeer *v1beta1.ComputeRouterPeer, opts v1.UpdateOptions) (result *v1beta1.ComputeRouterPeer, err error)

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

func (*FakeComputeRouterPeers) UpdateStatus

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

func (*FakeComputeRouterPeers) Watch

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

type FakeComputeRouters

type FakeComputeRouters struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeRouters implements ComputeRouterInterface

func (*FakeComputeRouters) Create

func (c *FakeComputeRouters) Create(ctx context.Context, computeRouter *v1beta1.ComputeRouter, opts v1.CreateOptions) (result *v1beta1.ComputeRouter, err error)

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

func (*FakeComputeRouters) Delete

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

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

func (*FakeComputeRouters) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRouters) Get

func (c *FakeComputeRouters) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeRouter, err error)

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

func (*FakeComputeRouters) List

func (c *FakeComputeRouters) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.ComputeRouterList, err error)

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

func (*FakeComputeRouters) Patch

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

Patch applies the patch and returns the patched computeRouter.

func (*FakeComputeRouters) Update

func (c *FakeComputeRouters) Update(ctx context.Context, computeRouter *v1beta1.ComputeRouter, opts v1.UpdateOptions) (result *v1beta1.ComputeRouter, err error)

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

func (*FakeComputeRouters) UpdateStatus

func (c *FakeComputeRouters) UpdateStatus(ctx context.Context, computeRouter *v1beta1.ComputeRouter, opts v1.UpdateOptions) (*v1beta1.ComputeRouter, error)

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

func (*FakeComputeRouters) Watch

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

type FakeComputeRoutes

type FakeComputeRoutes struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeRoutes implements ComputeRouteInterface

func (*FakeComputeRoutes) Create

func (c *FakeComputeRoutes) Create(ctx context.Context, computeRoute *v1beta1.ComputeRoute, opts v1.CreateOptions) (result *v1beta1.ComputeRoute, err error)

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

func (*FakeComputeRoutes) Delete

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

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

func (*FakeComputeRoutes) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRoutes) Get

func (c *FakeComputeRoutes) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeRoute, err error)

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

func (*FakeComputeRoutes) List

func (c *FakeComputeRoutes) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.ComputeRouteList, err error)

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

func (*FakeComputeRoutes) Patch

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

Patch applies the patch and returns the patched computeRoute.

func (*FakeComputeRoutes) Update

func (c *FakeComputeRoutes) Update(ctx context.Context, computeRoute *v1beta1.ComputeRoute, opts v1.UpdateOptions) (result *v1beta1.ComputeRoute, err error)

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

func (*FakeComputeRoutes) UpdateStatus

func (c *FakeComputeRoutes) UpdateStatus(ctx context.Context, computeRoute *v1beta1.ComputeRoute, opts v1.UpdateOptions) (*v1beta1.ComputeRoute, error)

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

func (*FakeComputeRoutes) Watch

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

type FakeComputeSSLCertificates

type FakeComputeSSLCertificates struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeSSLCertificates implements ComputeSSLCertificateInterface

func (*FakeComputeSSLCertificates) Create

func (c *FakeComputeSSLCertificates) Create(ctx context.Context, computeSSLCertificate *v1beta1.ComputeSSLCertificate, opts v1.CreateOptions) (result *v1beta1.ComputeSSLCertificate, err error)

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

func (*FakeComputeSSLCertificates) Delete

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

func (*FakeComputeSSLCertificates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSSLCertificates) Get

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

func (*FakeComputeSSLCertificates) List

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

func (*FakeComputeSSLCertificates) Patch

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

Patch applies the patch and returns the patched computeSSLCertificate.

func (*FakeComputeSSLCertificates) Update

func (c *FakeComputeSSLCertificates) Update(ctx context.Context, computeSSLCertificate *v1beta1.ComputeSSLCertificate, opts v1.UpdateOptions) (result *v1beta1.ComputeSSLCertificate, err error)

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

func (*FakeComputeSSLCertificates) UpdateStatus

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

func (*FakeComputeSSLCertificates) Watch

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

type FakeComputeSSLPolicies

type FakeComputeSSLPolicies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeSSLPolicies implements ComputeSSLPolicyInterface

func (*FakeComputeSSLPolicies) Create

func (c *FakeComputeSSLPolicies) Create(ctx context.Context, computeSSLPolicy *v1beta1.ComputeSSLPolicy, opts v1.CreateOptions) (result *v1beta1.ComputeSSLPolicy, err error)

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

func (*FakeComputeSSLPolicies) Delete

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

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

func (*FakeComputeSSLPolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSSLPolicies) Get

func (c *FakeComputeSSLPolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeSSLPolicy, err error)

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

func (*FakeComputeSSLPolicies) List

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

func (*FakeComputeSSLPolicies) Patch

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

Patch applies the patch and returns the patched computeSSLPolicy.

func (*FakeComputeSSLPolicies) Update

func (c *FakeComputeSSLPolicies) Update(ctx context.Context, computeSSLPolicy *v1beta1.ComputeSSLPolicy, opts v1.UpdateOptions) (result *v1beta1.ComputeSSLPolicy, err error)

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

func (*FakeComputeSSLPolicies) UpdateStatus

func (c *FakeComputeSSLPolicies) UpdateStatus(ctx context.Context, computeSSLPolicy *v1beta1.ComputeSSLPolicy, opts v1.UpdateOptions) (*v1beta1.ComputeSSLPolicy, error)

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

func (*FakeComputeSSLPolicies) Watch

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

type FakeComputeSecurityPolicies

type FakeComputeSecurityPolicies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeSecurityPolicies implements ComputeSecurityPolicyInterface

func (*FakeComputeSecurityPolicies) Create

func (c *FakeComputeSecurityPolicies) Create(ctx context.Context, computeSecurityPolicy *v1beta1.ComputeSecurityPolicy, opts v1.CreateOptions) (result *v1beta1.ComputeSecurityPolicy, err error)

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

func (*FakeComputeSecurityPolicies) Delete

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

func (*FakeComputeSecurityPolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSecurityPolicies) Get

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

func (*FakeComputeSecurityPolicies) List

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

func (*FakeComputeSecurityPolicies) Patch

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

Patch applies the patch and returns the patched computeSecurityPolicy.

func (*FakeComputeSecurityPolicies) Update

func (c *FakeComputeSecurityPolicies) Update(ctx context.Context, computeSecurityPolicy *v1beta1.ComputeSecurityPolicy, opts v1.UpdateOptions) (result *v1beta1.ComputeSecurityPolicy, err error)

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

func (*FakeComputeSecurityPolicies) UpdateStatus

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

func (*FakeComputeSecurityPolicies) Watch

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

type FakeComputeServiceAttachments

type FakeComputeServiceAttachments struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeServiceAttachments implements ComputeServiceAttachmentInterface

func (*FakeComputeServiceAttachments) Create

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

func (*FakeComputeServiceAttachments) Delete

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

func (*FakeComputeServiceAttachments) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeServiceAttachments) Get

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

func (*FakeComputeServiceAttachments) List

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

func (*FakeComputeServiceAttachments) Patch

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

Patch applies the patch and returns the patched computeServiceAttachment.

func (*FakeComputeServiceAttachments) Update

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

func (*FakeComputeServiceAttachments) UpdateStatus

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

func (*FakeComputeServiceAttachments) Watch

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

type FakeComputeSharedVPCHostProjects

type FakeComputeSharedVPCHostProjects struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeSharedVPCHostProjects implements ComputeSharedVPCHostProjectInterface

func (*FakeComputeSharedVPCHostProjects) Create

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

func (*FakeComputeSharedVPCHostProjects) Delete

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

func (*FakeComputeSharedVPCHostProjects) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSharedVPCHostProjects) Get

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

func (*FakeComputeSharedVPCHostProjects) List

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

func (*FakeComputeSharedVPCHostProjects) Patch

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

Patch applies the patch and returns the patched computeSharedVPCHostProject.

func (*FakeComputeSharedVPCHostProjects) Update

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

func (*FakeComputeSharedVPCHostProjects) UpdateStatus

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

func (*FakeComputeSharedVPCHostProjects) Watch

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

type FakeComputeSharedVPCServiceProjects

type FakeComputeSharedVPCServiceProjects struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeSharedVPCServiceProjects implements ComputeSharedVPCServiceProjectInterface

func (*FakeComputeSharedVPCServiceProjects) Create

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

func (*FakeComputeSharedVPCServiceProjects) Delete

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

func (*FakeComputeSharedVPCServiceProjects) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSharedVPCServiceProjects) Get

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

func (*FakeComputeSharedVPCServiceProjects) List

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

func (*FakeComputeSharedVPCServiceProjects) Patch

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

Patch applies the patch and returns the patched computeSharedVPCServiceProject.

func (*FakeComputeSharedVPCServiceProjects) Update

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

func (*FakeComputeSharedVPCServiceProjects) UpdateStatus

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

func (*FakeComputeSharedVPCServiceProjects) Watch

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

type FakeComputeSnapshots

type FakeComputeSnapshots struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeSnapshots implements ComputeSnapshotInterface

func (*FakeComputeSnapshots) Create

func (c *FakeComputeSnapshots) Create(ctx context.Context, computeSnapshot *v1beta1.ComputeSnapshot, opts v1.CreateOptions) (result *v1beta1.ComputeSnapshot, err error)

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

func (*FakeComputeSnapshots) Delete

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

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

func (*FakeComputeSnapshots) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSnapshots) Get

func (c *FakeComputeSnapshots) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeSnapshot, err error)

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

func (*FakeComputeSnapshots) List

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

func (*FakeComputeSnapshots) Patch

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

Patch applies the patch and returns the patched computeSnapshot.

func (*FakeComputeSnapshots) Update

func (c *FakeComputeSnapshots) Update(ctx context.Context, computeSnapshot *v1beta1.ComputeSnapshot, opts v1.UpdateOptions) (result *v1beta1.ComputeSnapshot, err error)

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

func (*FakeComputeSnapshots) UpdateStatus

func (c *FakeComputeSnapshots) UpdateStatus(ctx context.Context, computeSnapshot *v1beta1.ComputeSnapshot, opts v1.UpdateOptions) (*v1beta1.ComputeSnapshot, error)

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

func (*FakeComputeSnapshots) Watch

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

type FakeComputeSubnetworks

type FakeComputeSubnetworks struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeSubnetworks implements ComputeSubnetworkInterface

func (*FakeComputeSubnetworks) Create

func (c *FakeComputeSubnetworks) Create(ctx context.Context, computeSubnetwork *v1beta1.ComputeSubnetwork, opts v1.CreateOptions) (result *v1beta1.ComputeSubnetwork, err error)

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

func (*FakeComputeSubnetworks) Delete

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

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

func (*FakeComputeSubnetworks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSubnetworks) Get

func (c *FakeComputeSubnetworks) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeSubnetwork, err error)

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

func (*FakeComputeSubnetworks) List

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

func (*FakeComputeSubnetworks) Patch

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

Patch applies the patch and returns the patched computeSubnetwork.

func (*FakeComputeSubnetworks) Update

func (c *FakeComputeSubnetworks) Update(ctx context.Context, computeSubnetwork *v1beta1.ComputeSubnetwork, opts v1.UpdateOptions) (result *v1beta1.ComputeSubnetwork, err error)

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

func (*FakeComputeSubnetworks) UpdateStatus

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

func (*FakeComputeSubnetworks) Watch

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

type FakeComputeTargetGRPCProxies

type FakeComputeTargetGRPCProxies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeTargetGRPCProxies implements ComputeTargetGRPCProxyInterface

func (*FakeComputeTargetGRPCProxies) Create

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

func (*FakeComputeTargetGRPCProxies) Delete

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

func (*FakeComputeTargetGRPCProxies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetGRPCProxies) Get

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

func (*FakeComputeTargetGRPCProxies) List

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

func (*FakeComputeTargetGRPCProxies) Patch

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

Patch applies the patch and returns the patched computeTargetGRPCProxy.

func (*FakeComputeTargetGRPCProxies) Update

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

func (*FakeComputeTargetGRPCProxies) UpdateStatus

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

func (*FakeComputeTargetGRPCProxies) Watch

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

type FakeComputeTargetHTTPProxies

type FakeComputeTargetHTTPProxies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeTargetHTTPProxies implements ComputeTargetHTTPProxyInterface

func (*FakeComputeTargetHTTPProxies) Create

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

func (*FakeComputeTargetHTTPProxies) Delete

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

func (*FakeComputeTargetHTTPProxies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetHTTPProxies) Get

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

func (*FakeComputeTargetHTTPProxies) List

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

func (*FakeComputeTargetHTTPProxies) Patch

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

Patch applies the patch and returns the patched computeTargetHTTPProxy.

func (*FakeComputeTargetHTTPProxies) Update

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

func (*FakeComputeTargetHTTPProxies) UpdateStatus

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

func (*FakeComputeTargetHTTPProxies) Watch

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

type FakeComputeTargetHTTPSProxies

type FakeComputeTargetHTTPSProxies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeTargetHTTPSProxies implements ComputeTargetHTTPSProxyInterface

func (*FakeComputeTargetHTTPSProxies) Create

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

func (*FakeComputeTargetHTTPSProxies) Delete

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

func (*FakeComputeTargetHTTPSProxies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetHTTPSProxies) Get

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

func (*FakeComputeTargetHTTPSProxies) List

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

func (*FakeComputeTargetHTTPSProxies) Patch

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

Patch applies the patch and returns the patched computeTargetHTTPSProxy.

func (*FakeComputeTargetHTTPSProxies) Update

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

func (*FakeComputeTargetHTTPSProxies) UpdateStatus

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

func (*FakeComputeTargetHTTPSProxies) Watch

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

type FakeComputeTargetInstances

type FakeComputeTargetInstances struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeTargetInstances implements ComputeTargetInstanceInterface

func (*FakeComputeTargetInstances) Create

func (c *FakeComputeTargetInstances) Create(ctx context.Context, computeTargetInstance *v1beta1.ComputeTargetInstance, opts v1.CreateOptions) (result *v1beta1.ComputeTargetInstance, err error)

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

func (*FakeComputeTargetInstances) Delete

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

func (*FakeComputeTargetInstances) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetInstances) Get

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

func (*FakeComputeTargetInstances) List

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

func (*FakeComputeTargetInstances) Patch

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

Patch applies the patch and returns the patched computeTargetInstance.

func (*FakeComputeTargetInstances) Update

func (c *FakeComputeTargetInstances) Update(ctx context.Context, computeTargetInstance *v1beta1.ComputeTargetInstance, opts v1.UpdateOptions) (result *v1beta1.ComputeTargetInstance, err error)

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

func (*FakeComputeTargetInstances) UpdateStatus

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

func (*FakeComputeTargetInstances) Watch

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

type FakeComputeTargetPools

type FakeComputeTargetPools struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeTargetPools implements ComputeTargetPoolInterface

func (*FakeComputeTargetPools) Create

func (c *FakeComputeTargetPools) Create(ctx context.Context, computeTargetPool *v1beta1.ComputeTargetPool, opts v1.CreateOptions) (result *v1beta1.ComputeTargetPool, err error)

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

func (*FakeComputeTargetPools) Delete

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

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

func (*FakeComputeTargetPools) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetPools) Get

func (c *FakeComputeTargetPools) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeTargetPool, err error)

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

func (*FakeComputeTargetPools) List

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

func (*FakeComputeTargetPools) Patch

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

Patch applies the patch and returns the patched computeTargetPool.

func (*FakeComputeTargetPools) Update

func (c *FakeComputeTargetPools) Update(ctx context.Context, computeTargetPool *v1beta1.ComputeTargetPool, opts v1.UpdateOptions) (result *v1beta1.ComputeTargetPool, err error)

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

func (*FakeComputeTargetPools) UpdateStatus

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

func (*FakeComputeTargetPools) Watch

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

type FakeComputeTargetSSLProxies

type FakeComputeTargetSSLProxies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeTargetSSLProxies implements ComputeTargetSSLProxyInterface

func (*FakeComputeTargetSSLProxies) Create

func (c *FakeComputeTargetSSLProxies) Create(ctx context.Context, computeTargetSSLProxy *v1beta1.ComputeTargetSSLProxy, opts v1.CreateOptions) (result *v1beta1.ComputeTargetSSLProxy, err error)

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

func (*FakeComputeTargetSSLProxies) Delete

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

func (*FakeComputeTargetSSLProxies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetSSLProxies) Get

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

func (*FakeComputeTargetSSLProxies) List

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

func (*FakeComputeTargetSSLProxies) Patch

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

Patch applies the patch and returns the patched computeTargetSSLProxy.

func (*FakeComputeTargetSSLProxies) Update

func (c *FakeComputeTargetSSLProxies) Update(ctx context.Context, computeTargetSSLProxy *v1beta1.ComputeTargetSSLProxy, opts v1.UpdateOptions) (result *v1beta1.ComputeTargetSSLProxy, err error)

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

func (*FakeComputeTargetSSLProxies) UpdateStatus

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

func (*FakeComputeTargetSSLProxies) Watch

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

type FakeComputeTargetTCPProxies

type FakeComputeTargetTCPProxies struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeTargetTCPProxies implements ComputeTargetTCPProxyInterface

func (*FakeComputeTargetTCPProxies) Create

func (c *FakeComputeTargetTCPProxies) Create(ctx context.Context, computeTargetTCPProxy *v1beta1.ComputeTargetTCPProxy, opts v1.CreateOptions) (result *v1beta1.ComputeTargetTCPProxy, err error)

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

func (*FakeComputeTargetTCPProxies) Delete

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

func (*FakeComputeTargetTCPProxies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetTCPProxies) Get

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

func (*FakeComputeTargetTCPProxies) List

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

func (*FakeComputeTargetTCPProxies) Patch

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

Patch applies the patch and returns the patched computeTargetTCPProxy.

func (*FakeComputeTargetTCPProxies) Update

func (c *FakeComputeTargetTCPProxies) Update(ctx context.Context, computeTargetTCPProxy *v1beta1.ComputeTargetTCPProxy, opts v1.UpdateOptions) (result *v1beta1.ComputeTargetTCPProxy, err error)

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

func (*FakeComputeTargetTCPProxies) UpdateStatus

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

func (*FakeComputeTargetTCPProxies) Watch

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

type FakeComputeTargetVPNGateways

type FakeComputeTargetVPNGateways struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeTargetVPNGateways implements ComputeTargetVPNGatewayInterface

func (*FakeComputeTargetVPNGateways) Create

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

func (*FakeComputeTargetVPNGateways) Delete

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

func (*FakeComputeTargetVPNGateways) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetVPNGateways) Get

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

func (*FakeComputeTargetVPNGateways) List

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

func (*FakeComputeTargetVPNGateways) Patch

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

Patch applies the patch and returns the patched computeTargetVPNGateway.

func (*FakeComputeTargetVPNGateways) Update

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

func (*FakeComputeTargetVPNGateways) UpdateStatus

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

func (*FakeComputeTargetVPNGateways) Watch

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

type FakeComputeURLMaps

type FakeComputeURLMaps struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeURLMaps implements ComputeURLMapInterface

func (*FakeComputeURLMaps) Create

func (c *FakeComputeURLMaps) Create(ctx context.Context, computeURLMap *v1beta1.ComputeURLMap, opts v1.CreateOptions) (result *v1beta1.ComputeURLMap, err error)

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

func (*FakeComputeURLMaps) Delete

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

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

func (*FakeComputeURLMaps) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeURLMaps) Get

func (c *FakeComputeURLMaps) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeURLMap, err error)

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

func (*FakeComputeURLMaps) List

func (c *FakeComputeURLMaps) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.ComputeURLMapList, err error)

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

func (*FakeComputeURLMaps) Patch

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

Patch applies the patch and returns the patched computeURLMap.

func (*FakeComputeURLMaps) Update

func (c *FakeComputeURLMaps) Update(ctx context.Context, computeURLMap *v1beta1.ComputeURLMap, opts v1.UpdateOptions) (result *v1beta1.ComputeURLMap, err error)

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

func (*FakeComputeURLMaps) UpdateStatus

func (c *FakeComputeURLMaps) UpdateStatus(ctx context.Context, computeURLMap *v1beta1.ComputeURLMap, opts v1.UpdateOptions) (*v1beta1.ComputeURLMap, error)

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

func (*FakeComputeURLMaps) Watch

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

type FakeComputeV1beta1

type FakeComputeV1beta1 struct {
	*testing.Fake
}

func (*FakeComputeV1beta1) ComputeAddresses

func (c *FakeComputeV1beta1) ComputeAddresses(namespace string) v1beta1.ComputeAddressInterface

func (*FakeComputeV1beta1) ComputeBackendBuckets

func (c *FakeComputeV1beta1) ComputeBackendBuckets(namespace string) v1beta1.ComputeBackendBucketInterface

func (*FakeComputeV1beta1) ComputeBackendServices

func (c *FakeComputeV1beta1) ComputeBackendServices(namespace string) v1beta1.ComputeBackendServiceInterface

func (*FakeComputeV1beta1) ComputeDisks

func (c *FakeComputeV1beta1) ComputeDisks(namespace string) v1beta1.ComputeDiskInterface

func (*FakeComputeV1beta1) ComputeExternalVPNGateways

func (c *FakeComputeV1beta1) ComputeExternalVPNGateways(namespace string) v1beta1.ComputeExternalVPNGatewayInterface

func (*FakeComputeV1beta1) ComputeFirewallPolicies

func (c *FakeComputeV1beta1) ComputeFirewallPolicies(namespace string) v1beta1.ComputeFirewallPolicyInterface

func (*FakeComputeV1beta1) ComputeFirewallPolicyAssociations

func (c *FakeComputeV1beta1) ComputeFirewallPolicyAssociations(namespace string) v1beta1.ComputeFirewallPolicyAssociationInterface

func (*FakeComputeV1beta1) ComputeFirewallPolicyRules

func (c *FakeComputeV1beta1) ComputeFirewallPolicyRules(namespace string) v1beta1.ComputeFirewallPolicyRuleInterface

func (*FakeComputeV1beta1) ComputeFirewalls

func (c *FakeComputeV1beta1) ComputeFirewalls(namespace string) v1beta1.ComputeFirewallInterface

func (*FakeComputeV1beta1) ComputeForwardingRules

func (c *FakeComputeV1beta1) ComputeForwardingRules(namespace string) v1beta1.ComputeForwardingRuleInterface

func (*FakeComputeV1beta1) ComputeHTTPHealthChecks

func (c *FakeComputeV1beta1) ComputeHTTPHealthChecks(namespace string) v1beta1.ComputeHTTPHealthCheckInterface

func (*FakeComputeV1beta1) ComputeHTTPSHealthChecks

func (c *FakeComputeV1beta1) ComputeHTTPSHealthChecks(namespace string) v1beta1.ComputeHTTPSHealthCheckInterface

func (*FakeComputeV1beta1) ComputeHealthChecks

func (c *FakeComputeV1beta1) ComputeHealthChecks(namespace string) v1beta1.ComputeHealthCheckInterface

func (*FakeComputeV1beta1) ComputeImages

func (c *FakeComputeV1beta1) ComputeImages(namespace string) v1beta1.ComputeImageInterface

func (*FakeComputeV1beta1) ComputeInstanceGroupManagers

func (c *FakeComputeV1beta1) ComputeInstanceGroupManagers(namespace string) v1beta1.ComputeInstanceGroupManagerInterface

func (*FakeComputeV1beta1) ComputeInstanceGroups

func (c *FakeComputeV1beta1) ComputeInstanceGroups(namespace string) v1beta1.ComputeInstanceGroupInterface

func (*FakeComputeV1beta1) ComputeInstanceTemplates

func (c *FakeComputeV1beta1) ComputeInstanceTemplates(namespace string) v1beta1.ComputeInstanceTemplateInterface

func (*FakeComputeV1beta1) ComputeInstances

func (c *FakeComputeV1beta1) ComputeInstances(namespace string) v1beta1.ComputeInstanceInterface

func (*FakeComputeV1beta1) ComputeInterconnectAttachments

func (c *FakeComputeV1beta1) ComputeInterconnectAttachments(namespace string) v1beta1.ComputeInterconnectAttachmentInterface

func (*FakeComputeV1beta1) ComputeNetworkEndpointGroups

func (c *FakeComputeV1beta1) ComputeNetworkEndpointGroups(namespace string) v1beta1.ComputeNetworkEndpointGroupInterface

func (*FakeComputeV1beta1) ComputeNetworkFirewallPolicies added in v1.113.0

func (c *FakeComputeV1beta1) ComputeNetworkFirewallPolicies(namespace string) v1beta1.ComputeNetworkFirewallPolicyInterface

func (*FakeComputeV1beta1) ComputeNetworkFirewallPolicyAssociations added in v1.114.0

func (c *FakeComputeV1beta1) ComputeNetworkFirewallPolicyAssociations(namespace string) v1beta1.ComputeNetworkFirewallPolicyAssociationInterface

func (*FakeComputeV1beta1) ComputeNetworkPeerings

func (c *FakeComputeV1beta1) ComputeNetworkPeerings(namespace string) v1beta1.ComputeNetworkPeeringInterface

func (*FakeComputeV1beta1) ComputeNetworks

func (c *FakeComputeV1beta1) ComputeNetworks(namespace string) v1beta1.ComputeNetworkInterface

func (*FakeComputeV1beta1) ComputeNodeGroups

func (c *FakeComputeV1beta1) ComputeNodeGroups(namespace string) v1beta1.ComputeNodeGroupInterface

func (*FakeComputeV1beta1) ComputeNodeTemplates

func (c *FakeComputeV1beta1) ComputeNodeTemplates(namespace string) v1beta1.ComputeNodeTemplateInterface

func (*FakeComputeV1beta1) ComputePacketMirrorings

func (c *FakeComputeV1beta1) ComputePacketMirrorings(namespace string) v1beta1.ComputePacketMirroringInterface

func (*FakeComputeV1beta1) ComputeProjectMetadatas

func (c *FakeComputeV1beta1) ComputeProjectMetadatas(namespace string) v1beta1.ComputeProjectMetadataInterface

func (*FakeComputeV1beta1) ComputeRegionNetworkEndpointGroups added in v1.86.0

func (c *FakeComputeV1beta1) ComputeRegionNetworkEndpointGroups(namespace string) v1beta1.ComputeRegionNetworkEndpointGroupInterface

func (*FakeComputeV1beta1) ComputeReservations

func (c *FakeComputeV1beta1) ComputeReservations(namespace string) v1beta1.ComputeReservationInterface

func (*FakeComputeV1beta1) ComputeResourcePolicies

func (c *FakeComputeV1beta1) ComputeResourcePolicies(namespace string) v1beta1.ComputeResourcePolicyInterface

func (*FakeComputeV1beta1) ComputeRouterInterfaces

func (c *FakeComputeV1beta1) ComputeRouterInterfaces(namespace string) v1beta1.ComputeRouterInterfaceInterface

func (*FakeComputeV1beta1) ComputeRouterNATs

func (c *FakeComputeV1beta1) ComputeRouterNATs(namespace string) v1beta1.ComputeRouterNATInterface

func (*FakeComputeV1beta1) ComputeRouterPeers

func (c *FakeComputeV1beta1) ComputeRouterPeers(namespace string) v1beta1.ComputeRouterPeerInterface

func (*FakeComputeV1beta1) ComputeRouters

func (c *FakeComputeV1beta1) ComputeRouters(namespace string) v1beta1.ComputeRouterInterface

func (*FakeComputeV1beta1) ComputeRoutes

func (c *FakeComputeV1beta1) ComputeRoutes(namespace string) v1beta1.ComputeRouteInterface

func (*FakeComputeV1beta1) ComputeSSLCertificates

func (c *FakeComputeV1beta1) ComputeSSLCertificates(namespace string) v1beta1.ComputeSSLCertificateInterface

func (*FakeComputeV1beta1) ComputeSSLPolicies

func (c *FakeComputeV1beta1) ComputeSSLPolicies(namespace string) v1beta1.ComputeSSLPolicyInterface

func (*FakeComputeV1beta1) ComputeSecurityPolicies

func (c *FakeComputeV1beta1) ComputeSecurityPolicies(namespace string) v1beta1.ComputeSecurityPolicyInterface

func (*FakeComputeV1beta1) ComputeServiceAttachments

func (c *FakeComputeV1beta1) ComputeServiceAttachments(namespace string) v1beta1.ComputeServiceAttachmentInterface

func (*FakeComputeV1beta1) ComputeSharedVPCHostProjects

func (c *FakeComputeV1beta1) ComputeSharedVPCHostProjects(namespace string) v1beta1.ComputeSharedVPCHostProjectInterface

func (*FakeComputeV1beta1) ComputeSharedVPCServiceProjects

func (c *FakeComputeV1beta1) ComputeSharedVPCServiceProjects(namespace string) v1beta1.ComputeSharedVPCServiceProjectInterface

func (*FakeComputeV1beta1) ComputeSnapshots

func (c *FakeComputeV1beta1) ComputeSnapshots(namespace string) v1beta1.ComputeSnapshotInterface

func (*FakeComputeV1beta1) ComputeSubnetworks

func (c *FakeComputeV1beta1) ComputeSubnetworks(namespace string) v1beta1.ComputeSubnetworkInterface

func (*FakeComputeV1beta1) ComputeTargetGRPCProxies

func (c *FakeComputeV1beta1) ComputeTargetGRPCProxies(namespace string) v1beta1.ComputeTargetGRPCProxyInterface

func (*FakeComputeV1beta1) ComputeTargetHTTPProxies

func (c *FakeComputeV1beta1) ComputeTargetHTTPProxies(namespace string) v1beta1.ComputeTargetHTTPProxyInterface

func (*FakeComputeV1beta1) ComputeTargetHTTPSProxies

func (c *FakeComputeV1beta1) ComputeTargetHTTPSProxies(namespace string) v1beta1.ComputeTargetHTTPSProxyInterface

func (*FakeComputeV1beta1) ComputeTargetInstances

func (c *FakeComputeV1beta1) ComputeTargetInstances(namespace string) v1beta1.ComputeTargetInstanceInterface

func (*FakeComputeV1beta1) ComputeTargetPools

func (c *FakeComputeV1beta1) ComputeTargetPools(namespace string) v1beta1.ComputeTargetPoolInterface

func (*FakeComputeV1beta1) ComputeTargetSSLProxies

func (c *FakeComputeV1beta1) ComputeTargetSSLProxies(namespace string) v1beta1.ComputeTargetSSLProxyInterface

func (*FakeComputeV1beta1) ComputeTargetTCPProxies

func (c *FakeComputeV1beta1) ComputeTargetTCPProxies(namespace string) v1beta1.ComputeTargetTCPProxyInterface

func (*FakeComputeV1beta1) ComputeTargetVPNGateways

func (c *FakeComputeV1beta1) ComputeTargetVPNGateways(namespace string) v1beta1.ComputeTargetVPNGatewayInterface

func (*FakeComputeV1beta1) ComputeURLMaps

func (c *FakeComputeV1beta1) ComputeURLMaps(namespace string) v1beta1.ComputeURLMapInterface

func (*FakeComputeV1beta1) ComputeVPNGateways

func (c *FakeComputeV1beta1) ComputeVPNGateways(namespace string) v1beta1.ComputeVPNGatewayInterface

func (*FakeComputeV1beta1) ComputeVPNTunnels

func (c *FakeComputeV1beta1) ComputeVPNTunnels(namespace string) v1beta1.ComputeVPNTunnelInterface

func (*FakeComputeV1beta1) RESTClient

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

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

type FakeComputeVPNGateways

type FakeComputeVPNGateways struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeVPNGateways implements ComputeVPNGatewayInterface

func (*FakeComputeVPNGateways) Create

func (c *FakeComputeVPNGateways) Create(ctx context.Context, computeVPNGateway *v1beta1.ComputeVPNGateway, opts v1.CreateOptions) (result *v1beta1.ComputeVPNGateway, err error)

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

func (*FakeComputeVPNGateways) Delete

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

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

func (*FakeComputeVPNGateways) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeVPNGateways) Get

func (c *FakeComputeVPNGateways) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeVPNGateway, err error)

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

func (*FakeComputeVPNGateways) List

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

func (*FakeComputeVPNGateways) Patch

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

Patch applies the patch and returns the patched computeVPNGateway.

func (*FakeComputeVPNGateways) Update

func (c *FakeComputeVPNGateways) Update(ctx context.Context, computeVPNGateway *v1beta1.ComputeVPNGateway, opts v1.UpdateOptions) (result *v1beta1.ComputeVPNGateway, err error)

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

func (*FakeComputeVPNGateways) UpdateStatus

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

func (*FakeComputeVPNGateways) Watch

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

type FakeComputeVPNTunnels

type FakeComputeVPNTunnels struct {
	Fake *FakeComputeV1beta1
	// contains filtered or unexported fields
}

FakeComputeVPNTunnels implements ComputeVPNTunnelInterface

func (*FakeComputeVPNTunnels) Create

func (c *FakeComputeVPNTunnels) Create(ctx context.Context, computeVPNTunnel *v1beta1.ComputeVPNTunnel, opts v1.CreateOptions) (result *v1beta1.ComputeVPNTunnel, err error)

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

func (*FakeComputeVPNTunnels) Delete

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

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

func (*FakeComputeVPNTunnels) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeVPNTunnels) Get

func (c *FakeComputeVPNTunnels) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.ComputeVPNTunnel, err error)

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

func (*FakeComputeVPNTunnels) List

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

func (*FakeComputeVPNTunnels) Patch

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

Patch applies the patch and returns the patched computeVPNTunnel.

func (*FakeComputeVPNTunnels) Update

func (c *FakeComputeVPNTunnels) Update(ctx context.Context, computeVPNTunnel *v1beta1.ComputeVPNTunnel, opts v1.UpdateOptions) (result *v1beta1.ComputeVPNTunnel, err error)

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

func (*FakeComputeVPNTunnels) UpdateStatus

func (c *FakeComputeVPNTunnels) UpdateStatus(ctx context.Context, computeVPNTunnel *v1beta1.ComputeVPNTunnel, opts v1.UpdateOptions) (*v1beta1.ComputeVPNTunnel, error)

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

func (*FakeComputeVPNTunnels) Watch

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

Source Files

Jump to

Keyboard shortcuts

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