fake

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2018 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 FakeCoreV1alpha1

type FakeCoreV1alpha1 struct {
	*testing.Fake
}

func (*FakeCoreV1alpha1) FederatedClusters

func (c *FakeCoreV1alpha1) FederatedClusters(namespace string) v1alpha1.FederatedClusterInterface

func (*FakeCoreV1alpha1) FederatedConfigMapOverrides

func (c *FakeCoreV1alpha1) FederatedConfigMapOverrides(namespace string) v1alpha1.FederatedConfigMapOverrideInterface

func (*FakeCoreV1alpha1) FederatedConfigMapPlacements

func (c *FakeCoreV1alpha1) FederatedConfigMapPlacements(namespace string) v1alpha1.FederatedConfigMapPlacementInterface

func (*FakeCoreV1alpha1) FederatedConfigMaps

func (c *FakeCoreV1alpha1) FederatedConfigMaps(namespace string) v1alpha1.FederatedConfigMapInterface

func (*FakeCoreV1alpha1) FederatedDeploymentOverrides

func (c *FakeCoreV1alpha1) FederatedDeploymentOverrides(namespace string) v1alpha1.FederatedDeploymentOverrideInterface

func (*FakeCoreV1alpha1) FederatedDeploymentPlacements

func (c *FakeCoreV1alpha1) FederatedDeploymentPlacements(namespace string) v1alpha1.FederatedDeploymentPlacementInterface

func (*FakeCoreV1alpha1) FederatedDeployments

func (c *FakeCoreV1alpha1) FederatedDeployments(namespace string) v1alpha1.FederatedDeploymentInterface

func (*FakeCoreV1alpha1) FederatedJobOverrides

func (c *FakeCoreV1alpha1) FederatedJobOverrides(namespace string) v1alpha1.FederatedJobOverrideInterface

func (*FakeCoreV1alpha1) FederatedJobPlacements

func (c *FakeCoreV1alpha1) FederatedJobPlacements(namespace string) v1alpha1.FederatedJobPlacementInterface

func (*FakeCoreV1alpha1) FederatedJobs

func (c *FakeCoreV1alpha1) FederatedJobs(namespace string) v1alpha1.FederatedJobInterface

func (*FakeCoreV1alpha1) FederatedNamespacePlacements

func (c *FakeCoreV1alpha1) FederatedNamespacePlacements() v1alpha1.FederatedNamespacePlacementInterface

func (*FakeCoreV1alpha1) FederatedReplicaSetOverrides

func (c *FakeCoreV1alpha1) FederatedReplicaSetOverrides(namespace string) v1alpha1.FederatedReplicaSetOverrideInterface

func (*FakeCoreV1alpha1) FederatedReplicaSetPlacements

func (c *FakeCoreV1alpha1) FederatedReplicaSetPlacements(namespace string) v1alpha1.FederatedReplicaSetPlacementInterface

func (*FakeCoreV1alpha1) FederatedReplicaSets

func (c *FakeCoreV1alpha1) FederatedReplicaSets(namespace string) v1alpha1.FederatedReplicaSetInterface

func (*FakeCoreV1alpha1) FederatedSecretOverrides

func (c *FakeCoreV1alpha1) FederatedSecretOverrides(namespace string) v1alpha1.FederatedSecretOverrideInterface

func (*FakeCoreV1alpha1) FederatedSecretPlacements

func (c *FakeCoreV1alpha1) FederatedSecretPlacements(namespace string) v1alpha1.FederatedSecretPlacementInterface

func (*FakeCoreV1alpha1) FederatedSecrets

func (c *FakeCoreV1alpha1) FederatedSecrets(namespace string) v1alpha1.FederatedSecretInterface

func (*FakeCoreV1alpha1) FederatedServicePlacements

func (c *FakeCoreV1alpha1) FederatedServicePlacements(namespace string) v1alpha1.FederatedServicePlacementInterface

func (*FakeCoreV1alpha1) FederatedServices

func (c *FakeCoreV1alpha1) FederatedServices(namespace string) v1alpha1.FederatedServiceInterface

func (*FakeCoreV1alpha1) FederatedTypeConfigs

func (c *FakeCoreV1alpha1) FederatedTypeConfigs() v1alpha1.FederatedTypeConfigInterface

func (*FakeCoreV1alpha1) PropagatedVersions

func (c *FakeCoreV1alpha1) PropagatedVersions(namespace string) v1alpha1.PropagatedVersionInterface

func (*FakeCoreV1alpha1) RESTClient

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

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

type FakeFederatedClusters

type FakeFederatedClusters struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedClusters implements FederatedClusterInterface

func (*FakeFederatedClusters) Create

func (c *FakeFederatedClusters) Create(federatedCluster *v1alpha1.FederatedCluster) (result *v1alpha1.FederatedCluster, err error)

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

func (*FakeFederatedClusters) Delete

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

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

func (*FakeFederatedClusters) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedClusters) Get

func (c *FakeFederatedClusters) Get(name string, options v1.GetOptions) (result *v1alpha1.FederatedCluster, err error)

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

func (*FakeFederatedClusters) List

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

func (*FakeFederatedClusters) Patch

func (c *FakeFederatedClusters) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedCluster, err error)

Patch applies the patch and returns the patched federatedCluster.

func (*FakeFederatedClusters) Update

func (c *FakeFederatedClusters) Update(federatedCluster *v1alpha1.FederatedCluster) (result *v1alpha1.FederatedCluster, err error)

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

func (*FakeFederatedClusters) UpdateStatus

func (c *FakeFederatedClusters) UpdateStatus(federatedCluster *v1alpha1.FederatedCluster) (*v1alpha1.FederatedCluster, error)

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

func (*FakeFederatedClusters) Watch

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

type FakeFederatedConfigMapOverrides

type FakeFederatedConfigMapOverrides struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedConfigMapOverrides implements FederatedConfigMapOverrideInterface

func (*FakeFederatedConfigMapOverrides) Create

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

func (*FakeFederatedConfigMapOverrides) Delete

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

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

func (*FakeFederatedConfigMapOverrides) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedConfigMapOverrides) Get

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

func (*FakeFederatedConfigMapOverrides) List

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

func (*FakeFederatedConfigMapOverrides) Patch

func (c *FakeFederatedConfigMapOverrides) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedConfigMapOverride, err error)

Patch applies the patch and returns the patched federatedConfigMapOverride.

func (*FakeFederatedConfigMapOverrides) Update

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

func (*FakeFederatedConfigMapOverrides) UpdateStatus

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

func (*FakeFederatedConfigMapOverrides) Watch

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

type FakeFederatedConfigMapPlacements

type FakeFederatedConfigMapPlacements struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedConfigMapPlacements implements FederatedConfigMapPlacementInterface

func (*FakeFederatedConfigMapPlacements) Create

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

func (*FakeFederatedConfigMapPlacements) Delete

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

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

func (*FakeFederatedConfigMapPlacements) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedConfigMapPlacements) Get

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

func (*FakeFederatedConfigMapPlacements) List

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

func (*FakeFederatedConfigMapPlacements) Patch

func (c *FakeFederatedConfigMapPlacements) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedConfigMapPlacement, err error)

Patch applies the patch and returns the patched federatedConfigMapPlacement.

func (*FakeFederatedConfigMapPlacements) Update

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

func (*FakeFederatedConfigMapPlacements) UpdateStatus

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

func (*FakeFederatedConfigMapPlacements) Watch

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

type FakeFederatedConfigMaps

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

FakeFederatedConfigMaps implements FederatedConfigMapInterface

func (*FakeFederatedConfigMaps) Create

func (c *FakeFederatedConfigMaps) Create(federatedConfigMap *v1alpha1.FederatedConfigMap) (result *v1alpha1.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 *v1alpha1.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 *v1alpha1.FederatedConfigMap, err error)

Patch applies the patch and returns the patched federatedConfigMap.

func (*FakeFederatedConfigMaps) Update

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

type FakeFederatedDeploymentOverrides struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedDeploymentOverrides implements FederatedDeploymentOverrideInterface

func (*FakeFederatedDeploymentOverrides) Create

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

func (*FakeFederatedDeploymentOverrides) Delete

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

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

func (*FakeFederatedDeploymentOverrides) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedDeploymentOverrides) Get

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

func (*FakeFederatedDeploymentOverrides) List

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

func (*FakeFederatedDeploymentOverrides) Patch

func (c *FakeFederatedDeploymentOverrides) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedDeploymentOverride, err error)

Patch applies the patch and returns the patched federatedDeploymentOverride.

func (*FakeFederatedDeploymentOverrides) Update

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

func (*FakeFederatedDeploymentOverrides) UpdateStatus

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

func (*FakeFederatedDeploymentOverrides) Watch

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

type FakeFederatedDeploymentPlacements

type FakeFederatedDeploymentPlacements struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedDeploymentPlacements implements FederatedDeploymentPlacementInterface

func (*FakeFederatedDeploymentPlacements) Create

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

func (*FakeFederatedDeploymentPlacements) Delete

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

func (*FakeFederatedDeploymentPlacements) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedDeploymentPlacements) Get

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

func (*FakeFederatedDeploymentPlacements) List

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

func (*FakeFederatedDeploymentPlacements) Patch

func (c *FakeFederatedDeploymentPlacements) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedDeploymentPlacement, err error)

Patch applies the patch and returns the patched federatedDeploymentPlacement.

func (*FakeFederatedDeploymentPlacements) Update

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

func (*FakeFederatedDeploymentPlacements) UpdateStatus

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

func (*FakeFederatedDeploymentPlacements) Watch

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

type FakeFederatedDeployments

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

FakeFederatedDeployments implements FederatedDeploymentInterface

func (*FakeFederatedDeployments) Create

func (c *FakeFederatedDeployments) Create(federatedDeployment *v1alpha1.FederatedDeployment) (result *v1alpha1.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 *v1alpha1.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 *v1alpha1.FederatedDeployment, err error)

Patch applies the patch and returns the patched federatedDeployment.

func (*FakeFederatedDeployments) Update

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

type FakeFederatedJobOverrides struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedJobOverrides implements FederatedJobOverrideInterface

func (*FakeFederatedJobOverrides) Create

func (c *FakeFederatedJobOverrides) Create(federatedJobOverride *v1alpha1.FederatedJobOverride) (result *v1alpha1.FederatedJobOverride, err error)

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

func (*FakeFederatedJobOverrides) Delete

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

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

func (*FakeFederatedJobOverrides) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedJobOverrides) Get

func (c *FakeFederatedJobOverrides) Get(name string, options v1.GetOptions) (result *v1alpha1.FederatedJobOverride, err error)

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

func (*FakeFederatedJobOverrides) List

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

func (*FakeFederatedJobOverrides) Patch

func (c *FakeFederatedJobOverrides) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedJobOverride, err error)

Patch applies the patch and returns the patched federatedJobOverride.

func (*FakeFederatedJobOverrides) Update

func (c *FakeFederatedJobOverrides) Update(federatedJobOverride *v1alpha1.FederatedJobOverride) (result *v1alpha1.FederatedJobOverride, err error)

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

func (*FakeFederatedJobOverrides) UpdateStatus

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

func (*FakeFederatedJobOverrides) Watch

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

type FakeFederatedJobPlacements

type FakeFederatedJobPlacements struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedJobPlacements implements FederatedJobPlacementInterface

func (*FakeFederatedJobPlacements) Create

func (c *FakeFederatedJobPlacements) Create(federatedJobPlacement *v1alpha1.FederatedJobPlacement) (result *v1alpha1.FederatedJobPlacement, err error)

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

func (*FakeFederatedJobPlacements) Delete

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

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

func (*FakeFederatedJobPlacements) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedJobPlacements) Get

func (c *FakeFederatedJobPlacements) Get(name string, options v1.GetOptions) (result *v1alpha1.FederatedJobPlacement, err error)

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

func (*FakeFederatedJobPlacements) List

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

func (*FakeFederatedJobPlacements) Patch

func (c *FakeFederatedJobPlacements) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedJobPlacement, err error)

Patch applies the patch and returns the patched federatedJobPlacement.

func (*FakeFederatedJobPlacements) Update

func (c *FakeFederatedJobPlacements) Update(federatedJobPlacement *v1alpha1.FederatedJobPlacement) (result *v1alpha1.FederatedJobPlacement, err error)

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

func (*FakeFederatedJobPlacements) UpdateStatus

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

func (*FakeFederatedJobPlacements) Watch

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

type FakeFederatedJobs

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

FakeFederatedJobs implements FederatedJobInterface

func (*FakeFederatedJobs) Create

func (c *FakeFederatedJobs) Create(federatedJob *v1alpha1.FederatedJob) (result *v1alpha1.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 *v1alpha1.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 *v1alpha1.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 *v1alpha1.FederatedJob, err error)

Patch applies the patch and returns the patched federatedJob.

func (*FakeFederatedJobs) Update

func (c *FakeFederatedJobs) Update(federatedJob *v1alpha1.FederatedJob) (result *v1alpha1.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 *v1alpha1.FederatedJob) (*v1alpha1.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 FakeFederatedNamespacePlacements

type FakeFederatedNamespacePlacements struct {
	Fake *FakeCoreV1alpha1
}

FakeFederatedNamespacePlacements implements FederatedNamespacePlacementInterface

func (*FakeFederatedNamespacePlacements) Create

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

func (*FakeFederatedNamespacePlacements) Delete

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

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

func (*FakeFederatedNamespacePlacements) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedNamespacePlacements) Get

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

func (*FakeFederatedNamespacePlacements) List

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

func (*FakeFederatedNamespacePlacements) Patch

func (c *FakeFederatedNamespacePlacements) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedNamespacePlacement, err error)

Patch applies the patch and returns the patched federatedNamespacePlacement.

func (*FakeFederatedNamespacePlacements) Update

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

func (*FakeFederatedNamespacePlacements) UpdateStatus

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

func (*FakeFederatedNamespacePlacements) Watch

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

type FakeFederatedReplicaSetOverrides

type FakeFederatedReplicaSetOverrides struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedReplicaSetOverrides implements FederatedReplicaSetOverrideInterface

func (*FakeFederatedReplicaSetOverrides) Create

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

func (*FakeFederatedReplicaSetOverrides) Delete

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

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

func (*FakeFederatedReplicaSetOverrides) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedReplicaSetOverrides) Get

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

func (*FakeFederatedReplicaSetOverrides) List

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

func (*FakeFederatedReplicaSetOverrides) Patch

func (c *FakeFederatedReplicaSetOverrides) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedReplicaSetOverride, err error)

Patch applies the patch and returns the patched federatedReplicaSetOverride.

func (*FakeFederatedReplicaSetOverrides) Update

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

func (*FakeFederatedReplicaSetOverrides) UpdateStatus

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

func (*FakeFederatedReplicaSetOverrides) Watch

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

type FakeFederatedReplicaSetPlacements

type FakeFederatedReplicaSetPlacements struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedReplicaSetPlacements implements FederatedReplicaSetPlacementInterface

func (*FakeFederatedReplicaSetPlacements) Create

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

func (*FakeFederatedReplicaSetPlacements) Delete

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

func (*FakeFederatedReplicaSetPlacements) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedReplicaSetPlacements) Get

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

func (*FakeFederatedReplicaSetPlacements) List

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

func (*FakeFederatedReplicaSetPlacements) Patch

func (c *FakeFederatedReplicaSetPlacements) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedReplicaSetPlacement, err error)

Patch applies the patch and returns the patched federatedReplicaSetPlacement.

func (*FakeFederatedReplicaSetPlacements) Update

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

func (*FakeFederatedReplicaSetPlacements) UpdateStatus

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

func (*FakeFederatedReplicaSetPlacements) Watch

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

type FakeFederatedReplicaSets

type FakeFederatedReplicaSets struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedReplicaSets implements FederatedReplicaSetInterface

func (*FakeFederatedReplicaSets) Create

func (c *FakeFederatedReplicaSets) Create(federatedReplicaSet *v1alpha1.FederatedReplicaSet) (result *v1alpha1.FederatedReplicaSet, err error)

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

func (*FakeFederatedReplicaSets) Delete

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

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

func (*FakeFederatedReplicaSets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedReplicaSets) Get

func (c *FakeFederatedReplicaSets) Get(name string, options v1.GetOptions) (result *v1alpha1.FederatedReplicaSet, err error)

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

func (*FakeFederatedReplicaSets) List

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

func (*FakeFederatedReplicaSets) Patch

func (c *FakeFederatedReplicaSets) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedReplicaSet, err error)

Patch applies the patch and returns the patched federatedReplicaSet.

func (*FakeFederatedReplicaSets) Update

func (c *FakeFederatedReplicaSets) Update(federatedReplicaSet *v1alpha1.FederatedReplicaSet) (result *v1alpha1.FederatedReplicaSet, err error)

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

func (*FakeFederatedReplicaSets) UpdateStatus

func (c *FakeFederatedReplicaSets) UpdateStatus(federatedReplicaSet *v1alpha1.FederatedReplicaSet) (*v1alpha1.FederatedReplicaSet, error)

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

func (*FakeFederatedReplicaSets) Watch

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

type FakeFederatedSecretOverrides

type FakeFederatedSecretOverrides struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedSecretOverrides implements FederatedSecretOverrideInterface

func (*FakeFederatedSecretOverrides) Create

func (c *FakeFederatedSecretOverrides) Create(federatedSecretOverride *v1alpha1.FederatedSecretOverride) (result *v1alpha1.FederatedSecretOverride, err error)

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

func (*FakeFederatedSecretOverrides) Delete

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

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

func (*FakeFederatedSecretOverrides) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedSecretOverrides) Get

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

func (*FakeFederatedSecretOverrides) List

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

func (*FakeFederatedSecretOverrides) Patch

func (c *FakeFederatedSecretOverrides) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedSecretOverride, err error)

Patch applies the patch and returns the patched federatedSecretOverride.

func (*FakeFederatedSecretOverrides) Update

func (c *FakeFederatedSecretOverrides) Update(federatedSecretOverride *v1alpha1.FederatedSecretOverride) (result *v1alpha1.FederatedSecretOverride, err error)

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

func (*FakeFederatedSecretOverrides) UpdateStatus

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

func (*FakeFederatedSecretOverrides) Watch

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

type FakeFederatedSecretPlacements

type FakeFederatedSecretPlacements struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedSecretPlacements implements FederatedSecretPlacementInterface

func (*FakeFederatedSecretPlacements) Create

func (c *FakeFederatedSecretPlacements) Create(federatedSecretPlacement *v1alpha1.FederatedSecretPlacement) (result *v1alpha1.FederatedSecretPlacement, err error)

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

func (*FakeFederatedSecretPlacements) Delete

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

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

func (*FakeFederatedSecretPlacements) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedSecretPlacements) Get

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

func (*FakeFederatedSecretPlacements) List

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

func (*FakeFederatedSecretPlacements) Patch

func (c *FakeFederatedSecretPlacements) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedSecretPlacement, err error)

Patch applies the patch and returns the patched federatedSecretPlacement.

func (*FakeFederatedSecretPlacements) Update

func (c *FakeFederatedSecretPlacements) Update(federatedSecretPlacement *v1alpha1.FederatedSecretPlacement) (result *v1alpha1.FederatedSecretPlacement, err error)

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

func (*FakeFederatedSecretPlacements) UpdateStatus

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

func (*FakeFederatedSecretPlacements) Watch

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

type FakeFederatedSecrets

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

FakeFederatedSecrets implements FederatedSecretInterface

func (*FakeFederatedSecrets) Create

func (c *FakeFederatedSecrets) Create(federatedSecret *v1alpha1.FederatedSecret) (result *v1alpha1.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 *v1alpha1.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(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedSecret, err error)

Patch applies the patch and returns the patched federatedSecret.

func (*FakeFederatedSecrets) Update

func (c *FakeFederatedSecrets) Update(federatedSecret *v1alpha1.FederatedSecret) (result *v1alpha1.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 *v1alpha1.FederatedSecret) (*v1alpha1.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 FakeFederatedServicePlacements

type FakeFederatedServicePlacements struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedServicePlacements implements FederatedServicePlacementInterface

func (*FakeFederatedServicePlacements) Create

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

func (*FakeFederatedServicePlacements) Delete

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

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

func (*FakeFederatedServicePlacements) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedServicePlacements) Get

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

func (*FakeFederatedServicePlacements) List

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

func (*FakeFederatedServicePlacements) Patch

func (c *FakeFederatedServicePlacements) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedServicePlacement, err error)

Patch applies the patch and returns the patched federatedServicePlacement.

func (*FakeFederatedServicePlacements) Update

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

func (*FakeFederatedServicePlacements) UpdateStatus

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

func (*FakeFederatedServicePlacements) Watch

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

type FakeFederatedServices

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

FakeFederatedServices implements FederatedServiceInterface

func (*FakeFederatedServices) Create

func (c *FakeFederatedServices) Create(federatedService *v1alpha1.FederatedService) (result *v1alpha1.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 *v1alpha1.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 *v1alpha1.FederatedService, err error)

Patch applies the patch and returns the patched federatedService.

func (*FakeFederatedServices) Update

func (c *FakeFederatedServices) Update(federatedService *v1alpha1.FederatedService) (result *v1alpha1.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 *v1alpha1.FederatedService) (*v1alpha1.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 FakeFederatedTypeConfigs

type FakeFederatedTypeConfigs struct {
	Fake *FakeCoreV1alpha1
}

FakeFederatedTypeConfigs implements FederatedTypeConfigInterface

func (*FakeFederatedTypeConfigs) Create

func (c *FakeFederatedTypeConfigs) Create(federatedTypeConfig *v1alpha1.FederatedTypeConfig) (result *v1alpha1.FederatedTypeConfig, err error)

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

func (*FakeFederatedTypeConfigs) Delete

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

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

func (*FakeFederatedTypeConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFederatedTypeConfigs) Get

func (c *FakeFederatedTypeConfigs) Get(name string, options v1.GetOptions) (result *v1alpha1.FederatedTypeConfig, err error)

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

func (*FakeFederatedTypeConfigs) List

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

func (*FakeFederatedTypeConfigs) Patch

func (c *FakeFederatedTypeConfigs) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.FederatedTypeConfig, err error)

Patch applies the patch and returns the patched federatedTypeConfig.

func (*FakeFederatedTypeConfigs) Update

func (c *FakeFederatedTypeConfigs) Update(federatedTypeConfig *v1alpha1.FederatedTypeConfig) (result *v1alpha1.FederatedTypeConfig, err error)

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

func (*FakeFederatedTypeConfigs) UpdateStatus

func (c *FakeFederatedTypeConfigs) UpdateStatus(federatedTypeConfig *v1alpha1.FederatedTypeConfig) (*v1alpha1.FederatedTypeConfig, error)

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

func (*FakeFederatedTypeConfigs) Watch

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

type FakePropagatedVersions

type FakePropagatedVersions struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakePropagatedVersions implements PropagatedVersionInterface

func (*FakePropagatedVersions) Create

func (c *FakePropagatedVersions) Create(propagatedVersion *v1alpha1.PropagatedVersion) (result *v1alpha1.PropagatedVersion, err error)

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

func (*FakePropagatedVersions) Delete

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

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

func (*FakePropagatedVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePropagatedVersions) Get

func (c *FakePropagatedVersions) Get(name string, options v1.GetOptions) (result *v1alpha1.PropagatedVersion, err error)

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

func (*FakePropagatedVersions) List

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

func (*FakePropagatedVersions) Patch

func (c *FakePropagatedVersions) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.PropagatedVersion, err error)

Patch applies the patch and returns the patched propagatedVersion.

func (*FakePropagatedVersions) Update

func (c *FakePropagatedVersions) Update(propagatedVersion *v1alpha1.PropagatedVersion) (result *v1alpha1.PropagatedVersion, err error)

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

func (*FakePropagatedVersions) UpdateStatus

func (c *FakePropagatedVersions) UpdateStatus(propagatedVersion *v1alpha1.PropagatedVersion) (*v1alpha1.PropagatedVersion, error)

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

func (*FakePropagatedVersions) Watch

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

Jump to

Keyboard shortcuts

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