fake

package
v0.0.0-...-b5015ec Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 10 Imported by: 1

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 FakeFederatedApplications

type FakeFederatedApplications struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedApplications implements FederatedApplicationInterface

func (*FakeFederatedApplications) Create

func (c *FakeFederatedApplications) Create(ctx context.Context, federatedApplication *v1beta1.FederatedApplication, opts v1.CreateOptions) (result *v1beta1.FederatedApplication, err error)

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

func (*FakeFederatedApplications) Delete

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

func (*FakeFederatedApplications) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedApplications) Get

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

func (*FakeFederatedApplications) List

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

func (*FakeFederatedApplications) Patch

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

Patch applies the patch and returns the patched federatedApplication.

func (*FakeFederatedApplications) Update

func (c *FakeFederatedApplications) Update(ctx context.Context, federatedApplication *v1beta1.FederatedApplication, opts v1.UpdateOptions) (result *v1beta1.FederatedApplication, err error)

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

func (*FakeFederatedApplications) UpdateStatus

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

func (*FakeFederatedApplications) Watch

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

type FakeFederatedClusterRoleBindings

type FakeFederatedClusterRoleBindings struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedClusterRoleBindings implements FederatedClusterRoleBindingInterface

func (*FakeFederatedClusterRoleBindings) Create

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

func (*FakeFederatedClusterRoleBindings) Delete

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

func (*FakeFederatedClusterRoleBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedClusterRoleBindings) Get

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

func (*FakeFederatedClusterRoleBindings) List

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

func (*FakeFederatedClusterRoleBindings) Patch

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

Patch applies the patch and returns the patched federatedClusterRoleBinding.

func (*FakeFederatedClusterRoleBindings) Update

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

func (*FakeFederatedClusterRoleBindings) UpdateStatus

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

func (*FakeFederatedClusterRoleBindings) Watch

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

type FakeFederatedClusterRoles

type FakeFederatedClusterRoles struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedClusterRoles implements FederatedClusterRoleInterface

func (*FakeFederatedClusterRoles) Create

func (c *FakeFederatedClusterRoles) Create(ctx context.Context, federatedClusterRole *v1beta1.FederatedClusterRole, opts v1.CreateOptions) (result *v1beta1.FederatedClusterRole, err error)

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

func (*FakeFederatedClusterRoles) Delete

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

func (*FakeFederatedClusterRoles) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedClusterRoles) Get

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

func (*FakeFederatedClusterRoles) List

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

func (*FakeFederatedClusterRoles) Patch

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

Patch applies the patch and returns the patched federatedClusterRole.

func (*FakeFederatedClusterRoles) Update

func (c *FakeFederatedClusterRoles) Update(ctx context.Context, federatedClusterRole *v1beta1.FederatedClusterRole, opts v1.UpdateOptions) (result *v1beta1.FederatedClusterRole, err error)

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

func (*FakeFederatedClusterRoles) UpdateStatus

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

func (*FakeFederatedClusterRoles) Watch

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

type FakeFederatedConfigMaps

type FakeFederatedConfigMaps struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedConfigMaps implements FederatedConfigMapInterface

func (*FakeFederatedConfigMaps) Create

func (c *FakeFederatedConfigMaps) Create(ctx context.Context, federatedConfigMap *v1beta1.FederatedConfigMap, opts v1.CreateOptions) (result *v1beta1.FederatedConfigMap, err error)

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

func (*FakeFederatedConfigMaps) Delete

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

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

func (*FakeFederatedConfigMaps) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedConfigMaps) Get

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

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

func (*FakeFederatedConfigMaps) List

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

func (*FakeFederatedConfigMaps) Patch

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

Patch applies the patch and returns the patched federatedConfigMap.

func (*FakeFederatedConfigMaps) Update

func (c *FakeFederatedConfigMaps) Update(ctx context.Context, federatedConfigMap *v1beta1.FederatedConfigMap, opts v1.UpdateOptions) (result *v1beta1.FederatedConfigMap, err error)

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

func (*FakeFederatedConfigMaps) UpdateStatus

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

func (*FakeFederatedConfigMaps) Watch

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

type FakeFederatedDeployments

type FakeFederatedDeployments struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedDeployments implements FederatedDeploymentInterface

func (*FakeFederatedDeployments) Create

func (c *FakeFederatedDeployments) Create(ctx context.Context, federatedDeployment *v1beta1.FederatedDeployment, opts v1.CreateOptions) (result *v1beta1.FederatedDeployment, err error)

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

func (*FakeFederatedDeployments) Delete

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

func (*FakeFederatedDeployments) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedDeployments) Get

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

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

func (*FakeFederatedDeployments) List

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

func (*FakeFederatedDeployments) Patch

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

Patch applies the patch and returns the patched federatedDeployment.

func (*FakeFederatedDeployments) Update

func (c *FakeFederatedDeployments) Update(ctx context.Context, federatedDeployment *v1beta1.FederatedDeployment, opts v1.UpdateOptions) (result *v1beta1.FederatedDeployment, err error)

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

func (*FakeFederatedDeployments) UpdateStatus

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

func (*FakeFederatedDeployments) Watch

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

type FakeFederatedGroupBindings

type FakeFederatedGroupBindings struct {
	Fake *FakeTypesV1beta1
}

FakeFederatedGroupBindings implements FederatedGroupBindingInterface

func (*FakeFederatedGroupBindings) Create

func (c *FakeFederatedGroupBindings) Create(ctx context.Context, federatedGroupBinding *v1beta1.FederatedGroupBinding, opts v1.CreateOptions) (result *v1beta1.FederatedGroupBinding, err error)

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

func (*FakeFederatedGroupBindings) Delete

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

func (*FakeFederatedGroupBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedGroupBindings) Get

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

func (*FakeFederatedGroupBindings) List

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

func (*FakeFederatedGroupBindings) Patch

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

Patch applies the patch and returns the patched federatedGroupBinding.

func (*FakeFederatedGroupBindings) Update

func (c *FakeFederatedGroupBindings) Update(ctx context.Context, federatedGroupBinding *v1beta1.FederatedGroupBinding, opts v1.UpdateOptions) (result *v1beta1.FederatedGroupBinding, err error)

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

func (*FakeFederatedGroupBindings) UpdateStatus

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

func (*FakeFederatedGroupBindings) Watch

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

type FakeFederatedGroups

type FakeFederatedGroups struct {
	Fake *FakeTypesV1beta1
}

FakeFederatedGroups implements FederatedGroupInterface

func (*FakeFederatedGroups) Create

func (c *FakeFederatedGroups) Create(ctx context.Context, federatedGroup *v1beta1.FederatedGroup, opts v1.CreateOptions) (result *v1beta1.FederatedGroup, err error)

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

func (*FakeFederatedGroups) Delete

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

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

func (*FakeFederatedGroups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedGroups) Get

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

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

func (*FakeFederatedGroups) List

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

func (*FakeFederatedGroups) Patch

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

Patch applies the patch and returns the patched federatedGroup.

func (*FakeFederatedGroups) Update

func (c *FakeFederatedGroups) Update(ctx context.Context, federatedGroup *v1beta1.FederatedGroup, opts v1.UpdateOptions) (result *v1beta1.FederatedGroup, err error)

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

func (*FakeFederatedGroups) UpdateStatus

func (c *FakeFederatedGroups) UpdateStatus(ctx context.Context, federatedGroup *v1beta1.FederatedGroup, opts v1.UpdateOptions) (*v1beta1.FederatedGroup, error)

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

func (*FakeFederatedGroups) Watch

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

type FakeFederatedIngresses

type FakeFederatedIngresses struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedIngresses implements FederatedIngressInterface

func (*FakeFederatedIngresses) Create

func (c *FakeFederatedIngresses) Create(ctx context.Context, federatedIngress *v1beta1.FederatedIngress, opts v1.CreateOptions) (result *v1beta1.FederatedIngress, err error)

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

func (*FakeFederatedIngresses) Delete

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

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

func (*FakeFederatedIngresses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedIngresses) Get

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

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

func (*FakeFederatedIngresses) List

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

func (*FakeFederatedIngresses) Patch

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

Patch applies the patch and returns the patched federatedIngress.

func (*FakeFederatedIngresses) Update

func (c *FakeFederatedIngresses) Update(ctx context.Context, federatedIngress *v1beta1.FederatedIngress, opts v1.UpdateOptions) (result *v1beta1.FederatedIngress, err error)

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

func (*FakeFederatedIngresses) UpdateStatus

func (c *FakeFederatedIngresses) UpdateStatus(ctx context.Context, federatedIngress *v1beta1.FederatedIngress, opts v1.UpdateOptions) (*v1beta1.FederatedIngress, error)

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

func (*FakeFederatedIngresses) Watch

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

type FakeFederatedJobs

type FakeFederatedJobs struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedJobs implements FederatedJobInterface

func (*FakeFederatedJobs) Create

func (c *FakeFederatedJobs) Create(ctx context.Context, federatedJob *v1beta1.FederatedJob, opts v1.CreateOptions) (result *v1beta1.FederatedJob, err error)

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

func (*FakeFederatedJobs) Delete

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

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

func (*FakeFederatedJobs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedJobs) Get

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

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

func (*FakeFederatedJobs) List

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

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

func (*FakeFederatedJobs) Patch

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

Patch applies the patch and returns the patched federatedJob.

func (*FakeFederatedJobs) Update

func (c *FakeFederatedJobs) Update(ctx context.Context, federatedJob *v1beta1.FederatedJob, opts v1.UpdateOptions) (result *v1beta1.FederatedJob, err error)

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

func (*FakeFederatedJobs) UpdateStatus

func (c *FakeFederatedJobs) UpdateStatus(ctx context.Context, federatedJob *v1beta1.FederatedJob, opts v1.UpdateOptions) (*v1beta1.FederatedJob, error)

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

func (*FakeFederatedJobs) Watch

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

type FakeFederatedLimitRanges

type FakeFederatedLimitRanges struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedLimitRanges implements FederatedLimitRangeInterface

func (*FakeFederatedLimitRanges) Create

func (c *FakeFederatedLimitRanges) Create(ctx context.Context, federatedLimitRange *v1beta1.FederatedLimitRange, opts v1.CreateOptions) (result *v1beta1.FederatedLimitRange, err error)

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

func (*FakeFederatedLimitRanges) Delete

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

func (*FakeFederatedLimitRanges) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedLimitRanges) Get

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

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

func (*FakeFederatedLimitRanges) List

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

func (*FakeFederatedLimitRanges) Patch

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

Patch applies the patch and returns the patched federatedLimitRange.

func (*FakeFederatedLimitRanges) Update

func (c *FakeFederatedLimitRanges) Update(ctx context.Context, federatedLimitRange *v1beta1.FederatedLimitRange, opts v1.UpdateOptions) (result *v1beta1.FederatedLimitRange, err error)

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

func (*FakeFederatedLimitRanges) UpdateStatus

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

func (*FakeFederatedLimitRanges) Watch

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

type FakeFederatedNamespaces

type FakeFederatedNamespaces struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedNamespaces implements FederatedNamespaceInterface

func (*FakeFederatedNamespaces) Create

func (c *FakeFederatedNamespaces) Create(ctx context.Context, federatedNamespace *v1beta1.FederatedNamespace, opts v1.CreateOptions) (result *v1beta1.FederatedNamespace, err error)

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

func (*FakeFederatedNamespaces) Delete

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

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

func (*FakeFederatedNamespaces) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedNamespaces) Get

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

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

func (*FakeFederatedNamespaces) List

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

func (*FakeFederatedNamespaces) Patch

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

Patch applies the patch and returns the patched federatedNamespace.

func (*FakeFederatedNamespaces) Update

func (c *FakeFederatedNamespaces) Update(ctx context.Context, federatedNamespace *v1beta1.FederatedNamespace, opts v1.UpdateOptions) (result *v1beta1.FederatedNamespace, err error)

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

func (*FakeFederatedNamespaces) UpdateStatus

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

func (*FakeFederatedNamespaces) Watch

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

type FakeFederatedPersistentVolumeClaims

type FakeFederatedPersistentVolumeClaims struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedPersistentVolumeClaims implements FederatedPersistentVolumeClaimInterface

func (*FakeFederatedPersistentVolumeClaims) Create

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

func (*FakeFederatedPersistentVolumeClaims) Delete

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

func (*FakeFederatedPersistentVolumeClaims) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedPersistentVolumeClaims) Get

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

func (*FakeFederatedPersistentVolumeClaims) List

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

func (*FakeFederatedPersistentVolumeClaims) Patch

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

Patch applies the patch and returns the patched federatedPersistentVolumeClaim.

func (*FakeFederatedPersistentVolumeClaims) Update

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

func (*FakeFederatedPersistentVolumeClaims) UpdateStatus

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

func (*FakeFederatedPersistentVolumeClaims) Watch

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

type FakeFederatedSecrets

type FakeFederatedSecrets struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedSecrets implements FederatedSecretInterface

func (*FakeFederatedSecrets) Create

func (c *FakeFederatedSecrets) Create(ctx context.Context, federatedSecret *v1beta1.FederatedSecret, opts v1.CreateOptions) (result *v1beta1.FederatedSecret, err error)

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

func (*FakeFederatedSecrets) Delete

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

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

func (*FakeFederatedSecrets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedSecrets) Get

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

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

func (*FakeFederatedSecrets) List

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

func (*FakeFederatedSecrets) Patch

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

Patch applies the patch and returns the patched federatedSecret.

func (*FakeFederatedSecrets) Update

func (c *FakeFederatedSecrets) Update(ctx context.Context, federatedSecret *v1beta1.FederatedSecret, opts v1.UpdateOptions) (result *v1beta1.FederatedSecret, err error)

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

func (*FakeFederatedSecrets) UpdateStatus

func (c *FakeFederatedSecrets) UpdateStatus(ctx context.Context, federatedSecret *v1beta1.FederatedSecret, opts v1.UpdateOptions) (*v1beta1.FederatedSecret, error)

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

func (*FakeFederatedSecrets) Watch

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

type FakeFederatedServices

type FakeFederatedServices struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedServices implements FederatedServiceInterface

func (*FakeFederatedServices) Create

func (c *FakeFederatedServices) Create(ctx context.Context, federatedService *v1beta1.FederatedService, opts v1.CreateOptions) (result *v1beta1.FederatedService, err error)

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

func (*FakeFederatedServices) Delete

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

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

func (*FakeFederatedServices) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedServices) Get

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

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

func (*FakeFederatedServices) List

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

func (*FakeFederatedServices) Patch

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

Patch applies the patch and returns the patched federatedService.

func (*FakeFederatedServices) Update

func (c *FakeFederatedServices) Update(ctx context.Context, federatedService *v1beta1.FederatedService, opts v1.UpdateOptions) (result *v1beta1.FederatedService, err error)

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

func (*FakeFederatedServices) UpdateStatus

func (c *FakeFederatedServices) UpdateStatus(ctx context.Context, federatedService *v1beta1.FederatedService, opts v1.UpdateOptions) (*v1beta1.FederatedService, error)

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

func (*FakeFederatedServices) Watch

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

type FakeFederatedStatefulSets

type FakeFederatedStatefulSets struct {
	Fake *FakeTypesV1beta1
	// contains filtered or unexported fields
}

FakeFederatedStatefulSets implements FederatedStatefulSetInterface

func (*FakeFederatedStatefulSets) Create

func (c *FakeFederatedStatefulSets) Create(ctx context.Context, federatedStatefulSet *v1beta1.FederatedStatefulSet, opts v1.CreateOptions) (result *v1beta1.FederatedStatefulSet, err error)

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

func (*FakeFederatedStatefulSets) Delete

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

func (*FakeFederatedStatefulSets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedStatefulSets) Get

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

func (*FakeFederatedStatefulSets) List

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

func (*FakeFederatedStatefulSets) Patch

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

Patch applies the patch and returns the patched federatedStatefulSet.

func (*FakeFederatedStatefulSets) Update

func (c *FakeFederatedStatefulSets) Update(ctx context.Context, federatedStatefulSet *v1beta1.FederatedStatefulSet, opts v1.UpdateOptions) (result *v1beta1.FederatedStatefulSet, err error)

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

func (*FakeFederatedStatefulSets) UpdateStatus

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

func (*FakeFederatedStatefulSets) Watch

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

type FakeTypesV1beta1

type FakeTypesV1beta1 struct {
	*testing.Fake
}

func (*FakeTypesV1beta1) FederatedApplications

func (c *FakeTypesV1beta1) FederatedApplications(namespace string) v1beta1.FederatedApplicationInterface

func (*FakeTypesV1beta1) FederatedClusterRoleBindings

func (c *FakeTypesV1beta1) FederatedClusterRoleBindings(namespace string) v1beta1.FederatedClusterRoleBindingInterface

func (*FakeTypesV1beta1) FederatedClusterRoles

func (c *FakeTypesV1beta1) FederatedClusterRoles(namespace string) v1beta1.FederatedClusterRoleInterface

func (*FakeTypesV1beta1) FederatedConfigMaps

func (c *FakeTypesV1beta1) FederatedConfigMaps(namespace string) v1beta1.FederatedConfigMapInterface

func (*FakeTypesV1beta1) FederatedDeployments

func (c *FakeTypesV1beta1) FederatedDeployments(namespace string) v1beta1.FederatedDeploymentInterface

func (*FakeTypesV1beta1) FederatedGroupBindings

func (c *FakeTypesV1beta1) FederatedGroupBindings() v1beta1.FederatedGroupBindingInterface

func (*FakeTypesV1beta1) FederatedGroups

func (c *FakeTypesV1beta1) FederatedGroups() v1beta1.FederatedGroupInterface

func (*FakeTypesV1beta1) FederatedIngresses

func (c *FakeTypesV1beta1) FederatedIngresses(namespace string) v1beta1.FederatedIngressInterface

func (*FakeTypesV1beta1) FederatedJobs

func (c *FakeTypesV1beta1) FederatedJobs(namespace string) v1beta1.FederatedJobInterface

func (*FakeTypesV1beta1) FederatedLimitRanges

func (c *FakeTypesV1beta1) FederatedLimitRanges(namespace string) v1beta1.FederatedLimitRangeInterface

func (*FakeTypesV1beta1) FederatedNamespaces

func (c *FakeTypesV1beta1) FederatedNamespaces(namespace string) v1beta1.FederatedNamespaceInterface

func (*FakeTypesV1beta1) FederatedPersistentVolumeClaims

func (c *FakeTypesV1beta1) FederatedPersistentVolumeClaims(namespace string) v1beta1.FederatedPersistentVolumeClaimInterface

func (*FakeTypesV1beta1) FederatedSecrets

func (c *FakeTypesV1beta1) FederatedSecrets(namespace string) v1beta1.FederatedSecretInterface

func (*FakeTypesV1beta1) FederatedServices

func (c *FakeTypesV1beta1) FederatedServices(namespace string) v1beta1.FederatedServiceInterface

func (*FakeTypesV1beta1) FederatedStatefulSets

func (c *FakeTypesV1beta1) FederatedStatefulSets(namespace string) v1beta1.FederatedStatefulSetInterface

func (*FakeTypesV1beta1) RESTClient

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

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

Jump to

Keyboard shortcuts

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