fake

package
v0.0.0-...-774bb41 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeCceV2alpha1

type FakeCceV2alpha1 struct {
	*testing.Fake
}

func (*FakeCceV2alpha1) ClusterPodSubnetTopologySpreads

func (c *FakeCceV2alpha1) ClusterPodSubnetTopologySpreads() v2alpha1.ClusterPodSubnetTopologySpreadInterface

func (*FakeCceV2alpha1) NetResourceConfigSets

func (c *FakeCceV2alpha1) NetResourceConfigSets() v2alpha1.NetResourceConfigSetInterface

func (*FakeCceV2alpha1) RESTClient

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

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

func (*FakeCceV2alpha1) SecurityGroups

func (c *FakeCceV2alpha1) SecurityGroups() v2alpha1.SecurityGroupInterface

type FakeClusterPodSubnetTopologySpreads

type FakeClusterPodSubnetTopologySpreads struct {
	Fake *FakeCceV2alpha1
}

FakeClusterPodSubnetTopologySpreads implements ClusterPodSubnetTopologySpreadInterface

func (*FakeClusterPodSubnetTopologySpreads) Create

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

func (*FakeClusterPodSubnetTopologySpreads) Delete

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

func (*FakeClusterPodSubnetTopologySpreads) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterPodSubnetTopologySpreads) Get

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

func (*FakeClusterPodSubnetTopologySpreads) List

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

func (*FakeClusterPodSubnetTopologySpreads) Patch

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

Patch applies the patch and returns the patched clusterPodSubnetTopologySpread.

func (*FakeClusterPodSubnetTopologySpreads) Update

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

func (*FakeClusterPodSubnetTopologySpreads) UpdateStatus

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

func (*FakeClusterPodSubnetTopologySpreads) Watch

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

type FakeNetResourceConfigSets

type FakeNetResourceConfigSets struct {
	Fake *FakeCceV2alpha1
}

FakeNetResourceConfigSets implements NetResourceConfigSetInterface

func (*FakeNetResourceConfigSets) Create

func (c *FakeNetResourceConfigSets) Create(ctx context.Context, netResourceConfigSet *v2alpha1.NetResourceConfigSet, opts v1.CreateOptions) (result *v2alpha1.NetResourceConfigSet, err error)

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

func (*FakeNetResourceConfigSets) Delete

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

func (*FakeNetResourceConfigSets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNetResourceConfigSets) Get

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

func (*FakeNetResourceConfigSets) List

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

func (*FakeNetResourceConfigSets) Patch

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

Patch applies the patch and returns the patched netResourceConfigSet.

func (*FakeNetResourceConfigSets) Update

func (c *FakeNetResourceConfigSets) Update(ctx context.Context, netResourceConfigSet *v2alpha1.NetResourceConfigSet, opts v1.UpdateOptions) (result *v2alpha1.NetResourceConfigSet, err error)

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

func (*FakeNetResourceConfigSets) UpdateStatus

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

func (*FakeNetResourceConfigSets) Watch

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

type FakeSecurityGroups

type FakeSecurityGroups struct {
	Fake *FakeCceV2alpha1
}

FakeSecurityGroups implements SecurityGroupInterface

func (*FakeSecurityGroups) Create

func (c *FakeSecurityGroups) Create(ctx context.Context, securityGroup *v2alpha1.SecurityGroup, opts v1.CreateOptions) (result *v2alpha1.SecurityGroup, err error)

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

func (*FakeSecurityGroups) Delete

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

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

func (*FakeSecurityGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeSecurityGroups) Get

func (c *FakeSecurityGroups) Get(ctx context.Context, name string, options v1.GetOptions) (result *v2alpha1.SecurityGroup, err error)

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

func (*FakeSecurityGroups) List

func (c *FakeSecurityGroups) List(ctx context.Context, opts v1.ListOptions) (result *v2alpha1.SecurityGroupList, err error)

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

func (*FakeSecurityGroups) Patch

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

Patch applies the patch and returns the patched securityGroup.

func (*FakeSecurityGroups) Update

func (c *FakeSecurityGroups) Update(ctx context.Context, securityGroup *v2alpha1.SecurityGroup, opts v1.UpdateOptions) (result *v2alpha1.SecurityGroup, err error)

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

func (*FakeSecurityGroups) UpdateStatus

func (c *FakeSecurityGroups) UpdateStatus(ctx context.Context, securityGroup *v2alpha1.SecurityGroup, opts v1.UpdateOptions) (*v2alpha1.SecurityGroup, error)

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

func (*FakeSecurityGroups) Watch

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

Jump to

Keyboard shortcuts

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