fake

package
v3.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2020 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 FakeFederatedApplications

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

FakeFederatedApplications implements FederatedApplicationInterface

func (*FakeFederatedApplications) Create

func (c *FakeFederatedApplications) Create(federatedApplication *v1beta1.FederatedApplication) (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

func (c *FakeFederatedApplications) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFederatedApplications) DeleteCollection

func (c *FakeFederatedApplications) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedApplications) Get

func (c *FakeFederatedApplications) Get(name string, options v1.GetOptions) (result *v1beta1.FederatedApplication, err error)

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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedApplication, err error)

Patch applies the patch and returns the patched federatedApplication.

func (*FakeFederatedApplications) Update

func (c *FakeFederatedApplications) Update(federatedApplication *v1beta1.FederatedApplication) (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

func (c *FakeFederatedApplications) UpdateStatus(federatedApplication *v1beta1.FederatedApplication) (*v1beta1.FederatedApplication, error)

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

func (c *FakeFederatedClusterRoleBindings) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFederatedClusterRoleBindings) DeleteCollection

func (c *FakeFederatedClusterRoleBindings) DeleteCollection(options *v1.DeleteOptions, listOptions 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(name string, pt types.PatchType, data []byte, 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(federatedClusterRole *v1beta1.FederatedClusterRole) (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

func (c *FakeFederatedClusterRoles) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFederatedClusterRoles) DeleteCollection

func (c *FakeFederatedClusterRoles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedClusterRoles) Get

func (c *FakeFederatedClusterRoles) Get(name string, options v1.GetOptions) (result *v1beta1.FederatedClusterRole, err error)

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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedClusterRole, err error)

Patch applies the patch and returns the patched federatedClusterRole.

func (*FakeFederatedClusterRoles) Update

func (c *FakeFederatedClusterRoles) Update(federatedClusterRole *v1beta1.FederatedClusterRole) (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

func (c *FakeFederatedClusterRoles) UpdateStatus(federatedClusterRole *v1beta1.FederatedClusterRole) (*v1beta1.FederatedClusterRole, error)

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(federatedConfigMap *v1beta1.FederatedConfigMap) (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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedConfigMaps) Get

func (c *FakeFederatedConfigMaps) Get(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedConfigMap, err error)

Patch applies the patch and returns the patched federatedConfigMap.

func (*FakeFederatedConfigMaps) Update

func (c *FakeFederatedConfigMaps) Update(federatedConfigMap *v1beta1.FederatedConfigMap) (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

func (c *FakeFederatedConfigMaps) UpdateStatus(federatedConfigMap *v1beta1.FederatedConfigMap) (*v1beta1.FederatedConfigMap, error)

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(federatedDeployment *v1beta1.FederatedDeployment) (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

func (c *FakeFederatedDeployments) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFederatedDeployments) DeleteCollection

func (c *FakeFederatedDeployments) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedDeployments) Get

func (c *FakeFederatedDeployments) Get(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedDeployment, err error)

Patch applies the patch and returns the patched federatedDeployment.

func (*FakeFederatedDeployments) Update

func (c *FakeFederatedDeployments) Update(federatedDeployment *v1beta1.FederatedDeployment) (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

func (c *FakeFederatedDeployments) UpdateStatus(federatedDeployment *v1beta1.FederatedDeployment) (*v1beta1.FederatedDeployment, error)

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 FakeFederatedIngresses

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

FakeFederatedIngresses implements FederatedIngressInterface

func (*FakeFederatedIngresses) Create

func (c *FakeFederatedIngresses) Create(federatedIngress *v1beta1.FederatedIngress) (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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedIngresses) Get

func (c *FakeFederatedIngresses) Get(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedIngress, err error)

Patch applies the patch and returns the patched federatedIngress.

func (*FakeFederatedIngresses) Update

func (c *FakeFederatedIngresses) Update(federatedIngress *v1beta1.FederatedIngress) (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(federatedIngress *v1beta1.FederatedIngress) (*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(federatedJob *v1beta1.FederatedJob) (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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedJobs) Get

func (c *FakeFederatedJobs) Get(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(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedJob, err error)

Patch applies the patch and returns the patched federatedJob.

func (*FakeFederatedJobs) Update

func (c *FakeFederatedJobs) Update(federatedJob *v1beta1.FederatedJob) (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(federatedJob *v1beta1.FederatedJob) (*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(federatedLimitRange *v1beta1.FederatedLimitRange) (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

func (c *FakeFederatedLimitRanges) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFederatedLimitRanges) DeleteCollection

func (c *FakeFederatedLimitRanges) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedLimitRanges) Get

func (c *FakeFederatedLimitRanges) Get(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedLimitRange, err error)

Patch applies the patch and returns the patched federatedLimitRange.

func (*FakeFederatedLimitRanges) Update

func (c *FakeFederatedLimitRanges) Update(federatedLimitRange *v1beta1.FederatedLimitRange) (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

func (c *FakeFederatedLimitRanges) UpdateStatus(federatedLimitRange *v1beta1.FederatedLimitRange) (*v1beta1.FederatedLimitRange, error)

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(federatedNamespace *v1beta1.FederatedNamespace) (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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedNamespaces) Get

func (c *FakeFederatedNamespaces) Get(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedNamespace, err error)

Patch applies the patch and returns the patched federatedNamespace.

func (*FakeFederatedNamespaces) Update

func (c *FakeFederatedNamespaces) Update(federatedNamespace *v1beta1.FederatedNamespace) (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

func (c *FakeFederatedNamespaces) UpdateStatus(federatedNamespace *v1beta1.FederatedNamespace) (*v1beta1.FederatedNamespace, error)

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(options *v1.DeleteOptions, listOptions 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(name string, pt types.PatchType, data []byte, 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 FakeFederatedResourceQuotas

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

FakeFederatedResourceQuotas implements FederatedResourceQuotaInterface

func (*FakeFederatedResourceQuotas) Create

func (c *FakeFederatedResourceQuotas) Create(federatedResourceQuota *v1beta1.FederatedResourceQuota) (result *v1beta1.FederatedResourceQuota, err error)

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

func (*FakeFederatedResourceQuotas) Delete

func (c *FakeFederatedResourceQuotas) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFederatedResourceQuotas) DeleteCollection

func (c *FakeFederatedResourceQuotas) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedResourceQuotas) Get

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

func (*FakeFederatedResourceQuotas) List

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

func (*FakeFederatedResourceQuotas) Patch

func (c *FakeFederatedResourceQuotas) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedResourceQuota, err error)

Patch applies the patch and returns the patched federatedResourceQuota.

func (*FakeFederatedResourceQuotas) Update

func (c *FakeFederatedResourceQuotas) Update(federatedResourceQuota *v1beta1.FederatedResourceQuota) (result *v1beta1.FederatedResourceQuota, err error)

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

func (*FakeFederatedResourceQuotas) UpdateStatus

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

func (*FakeFederatedResourceQuotas) Watch

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

type FakeFederatedSecrets

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

FakeFederatedSecrets implements FederatedSecretInterface

func (*FakeFederatedSecrets) Create

func (c *FakeFederatedSecrets) Create(federatedSecret *v1beta1.FederatedSecret) (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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedSecrets) Get

func (c *FakeFederatedSecrets) Get(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

func (c *FakeFederatedSecrets) List(opts v1.ListOptions) (result *v1beta1.FederatedSecretList, err error)

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

func (*FakeFederatedSecrets) Patch

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

Patch applies the patch and returns the patched federatedSecret.

func (*FakeFederatedSecrets) Update

func (c *FakeFederatedSecrets) Update(federatedSecret *v1beta1.FederatedSecret) (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(federatedSecret *v1beta1.FederatedSecret) (*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(federatedService *v1beta1.FederatedService) (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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedServices) Get

func (c *FakeFederatedServices) Get(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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedService, err error)

Patch applies the patch and returns the patched federatedService.

func (*FakeFederatedServices) Update

func (c *FakeFederatedServices) Update(federatedService *v1beta1.FederatedService) (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(federatedService *v1beta1.FederatedService) (*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(federatedStatefulSet *v1beta1.FederatedStatefulSet) (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

func (c *FakeFederatedStatefulSets) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFederatedStatefulSets) DeleteCollection

func (c *FakeFederatedStatefulSets) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedStatefulSets) Get

func (c *FakeFederatedStatefulSets) Get(name string, options v1.GetOptions) (result *v1beta1.FederatedStatefulSet, err error)

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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedStatefulSet, err error)

Patch applies the patch and returns the patched federatedStatefulSet.

func (*FakeFederatedStatefulSets) Update

func (c *FakeFederatedStatefulSets) Update(federatedStatefulSet *v1beta1.FederatedStatefulSet) (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

func (c *FakeFederatedStatefulSets) UpdateStatus(federatedStatefulSet *v1beta1.FederatedStatefulSet) (*v1beta1.FederatedStatefulSet, error)

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 FakeFederatedUsers

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

FakeFederatedUsers implements FederatedUserInterface

func (*FakeFederatedUsers) Create

func (c *FakeFederatedUsers) Create(federatedUser *v1beta1.FederatedUser) (result *v1beta1.FederatedUser, err error)

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

func (*FakeFederatedUsers) Delete

func (c *FakeFederatedUsers) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFederatedUsers) DeleteCollection

func (c *FakeFederatedUsers) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedUsers) Get

func (c *FakeFederatedUsers) Get(name string, options v1.GetOptions) (result *v1beta1.FederatedUser, err error)

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

func (*FakeFederatedUsers) List

func (c *FakeFederatedUsers) List(opts v1.ListOptions) (result *v1beta1.FederatedUserList, err error)

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

func (*FakeFederatedUsers) Patch

func (c *FakeFederatedUsers) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedUser, err error)

Patch applies the patch and returns the patched federatedUser.

func (*FakeFederatedUsers) Update

func (c *FakeFederatedUsers) Update(federatedUser *v1beta1.FederatedUser) (result *v1beta1.FederatedUser, err error)

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

func (*FakeFederatedUsers) UpdateStatus

func (c *FakeFederatedUsers) UpdateStatus(federatedUser *v1beta1.FederatedUser) (*v1beta1.FederatedUser, error)

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

func (*FakeFederatedUsers) Watch

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

type FakeFederatedWorkspaces

type FakeFederatedWorkspaces struct {
	Fake *FakeTypesV1beta1
}

FakeFederatedWorkspaces implements FederatedWorkspaceInterface

func (*FakeFederatedWorkspaces) Create

func (c *FakeFederatedWorkspaces) Create(federatedWorkspace *v1beta1.FederatedWorkspace) (result *v1beta1.FederatedWorkspace, err error)

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

func (*FakeFederatedWorkspaces) Delete

func (c *FakeFederatedWorkspaces) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFederatedWorkspaces) DeleteCollection

func (c *FakeFederatedWorkspaces) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedWorkspaces) Get

func (c *FakeFederatedWorkspaces) Get(name string, options v1.GetOptions) (result *v1beta1.FederatedWorkspace, err error)

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

func (*FakeFederatedWorkspaces) List

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

func (*FakeFederatedWorkspaces) Patch

func (c *FakeFederatedWorkspaces) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.FederatedWorkspace, err error)

Patch applies the patch and returns the patched federatedWorkspace.

func (*FakeFederatedWorkspaces) Update

func (c *FakeFederatedWorkspaces) Update(federatedWorkspace *v1beta1.FederatedWorkspace) (result *v1beta1.FederatedWorkspace, err error)

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

func (*FakeFederatedWorkspaces) UpdateStatus

func (c *FakeFederatedWorkspaces) UpdateStatus(federatedWorkspace *v1beta1.FederatedWorkspace) (*v1beta1.FederatedWorkspace, error)

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

func (*FakeFederatedWorkspaces) Watch

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

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) 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) FederatedResourceQuotas

func (c *FakeTypesV1beta1) FederatedResourceQuotas(namespace string) v1beta1.FederatedResourceQuotaInterface

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) FederatedUsers

func (c *FakeTypesV1beta1) FederatedUsers(namespace string) v1beta1.FederatedUserInterface

func (*FakeTypesV1beta1) FederatedWorkspaces

func (c *FakeTypesV1beta1) FederatedWorkspaces() v1beta1.FederatedWorkspaceInterface

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