fake

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2017 License: Apache-2.0 Imports: 12 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 FakeComponentStatuses

type FakeComponentStatuses struct {
	Fake *FakeCore
}

FakeComponentStatuses implements ComponentStatusInterface

func (*FakeComponentStatuses) Create

func (c *FakeComponentStatuses) Create(componentStatus *core.ComponentStatus) (result *core.ComponentStatus, err error)

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

func (*FakeComponentStatuses) Delete

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

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

func (*FakeComponentStatuses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeComponentStatuses) Get

func (c *FakeComponentStatuses) Get(name string, options v1.GetOptions) (result *core.ComponentStatus, err error)

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

func (*FakeComponentStatuses) List

func (c *FakeComponentStatuses) List(opts v1.ListOptions) (result *core.ComponentStatusList, err error)

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

func (*FakeComponentStatuses) Patch

func (c *FakeComponentStatuses) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.ComponentStatus, err error)

Patch applies the patch and returns the patched componentStatus.

func (*FakeComponentStatuses) Update

func (c *FakeComponentStatuses) Update(componentStatus *core.ComponentStatus) (result *core.ComponentStatus, err error)

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

func (*FakeComponentStatuses) Watch

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

type FakeConfigMaps

type FakeConfigMaps struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeConfigMaps implements ConfigMapInterface

func (*FakeConfigMaps) Create

func (c *FakeConfigMaps) Create(configMap *core.ConfigMap) (result *core.ConfigMap, err error)

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

func (*FakeConfigMaps) Delete

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

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

func (*FakeConfigMaps) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeConfigMaps) Get

func (c *FakeConfigMaps) Get(name string, options v1.GetOptions) (result *core.ConfigMap, err error)

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

func (*FakeConfigMaps) List

func (c *FakeConfigMaps) List(opts v1.ListOptions) (result *core.ConfigMapList, err error)

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

func (*FakeConfigMaps) Patch

func (c *FakeConfigMaps) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.ConfigMap, err error)

Patch applies the patch and returns the patched configMap.

func (*FakeConfigMaps) Update

func (c *FakeConfigMaps) Update(configMap *core.ConfigMap) (result *core.ConfigMap, err error)

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

func (*FakeConfigMaps) Watch

func (c *FakeConfigMaps) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeCore

type FakeCore struct {
	*testing.Fake
}

func (*FakeCore) ComponentStatuses

func (c *FakeCore) ComponentStatuses() internalversion.ComponentStatusInterface

func (*FakeCore) ConfigMaps

func (c *FakeCore) ConfigMaps(namespace string) internalversion.ConfigMapInterface

func (*FakeCore) Endpoints

func (c *FakeCore) Endpoints(namespace string) internalversion.EndpointsInterface

func (*FakeCore) Events

func (c *FakeCore) Events(namespace string) internalversion.EventInterface

func (*FakeCore) LimitRanges

func (c *FakeCore) LimitRanges(namespace string) internalversion.LimitRangeInterface

func (*FakeCore) Namespaces

func (*FakeCore) Nodes

func (*FakeCore) PersistentVolumeClaims

func (c *FakeCore) PersistentVolumeClaims(namespace string) internalversion.PersistentVolumeClaimInterface

func (*FakeCore) PersistentVolumes

func (c *FakeCore) PersistentVolumes() internalversion.PersistentVolumeInterface

func (*FakeCore) PodTemplates

func (c *FakeCore) PodTemplates(namespace string) internalversion.PodTemplateInterface

func (*FakeCore) Pods

func (c *FakeCore) Pods(namespace string) internalversion.PodInterface

func (*FakeCore) RESTClient

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

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

func (*FakeCore) ReplicationControllers

func (c *FakeCore) ReplicationControllers(namespace string) internalversion.ReplicationControllerInterface

func (*FakeCore) ResourceQuotas

func (c *FakeCore) ResourceQuotas(namespace string) internalversion.ResourceQuotaInterface

func (*FakeCore) Secrets

func (c *FakeCore) Secrets(namespace string) internalversion.SecretInterface

func (*FakeCore) ServiceAccounts

func (c *FakeCore) ServiceAccounts(namespace string) internalversion.ServiceAccountInterface

func (*FakeCore) Services

func (c *FakeCore) Services(namespace string) internalversion.ServiceInterface

type FakeEndpoints

type FakeEndpoints struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeEndpoints implements EndpointsInterface

func (*FakeEndpoints) Create

func (c *FakeEndpoints) Create(endpoints *core.Endpoints) (result *core.Endpoints, err error)

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

func (*FakeEndpoints) Delete

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

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

func (*FakeEndpoints) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeEndpoints) Get

func (c *FakeEndpoints) Get(name string, options v1.GetOptions) (result *core.Endpoints, err error)

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

func (*FakeEndpoints) List

func (c *FakeEndpoints) List(opts v1.ListOptions) (result *core.EndpointsList, err error)

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

func (*FakeEndpoints) Patch

func (c *FakeEndpoints) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.Endpoints, err error)

Patch applies the patch and returns the patched endpoints.

func (*FakeEndpoints) Update

func (c *FakeEndpoints) Update(endpoints *core.Endpoints) (result *core.Endpoints, err error)

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

func (*FakeEndpoints) Watch

func (c *FakeEndpoints) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeEvents

type FakeEvents struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeEvents implements EventInterface

func (*FakeEvents) Create

func (c *FakeEvents) Create(event *core.Event) (result *core.Event, err error)

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

func (*FakeEvents) CreateWithEventNamespace

func (c *FakeEvents) CreateWithEventNamespace(event *api.Event) (*api.Event, error)

func (*FakeEvents) Delete

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

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

func (*FakeEvents) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeEvents) Get

func (c *FakeEvents) Get(name string, options v1.GetOptions) (result *core.Event, err error)

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

func (*FakeEvents) GetFieldSelector

func (c *FakeEvents) GetFieldSelector(involvedObjectName, involvedObjectNamespace, involvedObjectKind, involvedObjectUID *string) fields.Selector

func (*FakeEvents) List

func (c *FakeEvents) List(opts v1.ListOptions) (result *core.EventList, err error)

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

func (*FakeEvents) Patch

func (c *FakeEvents) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.Event, err error)

Patch applies the patch and returns the patched event.

func (*FakeEvents) PatchWithEventNamespace

func (c *FakeEvents) PatchWithEventNamespace(event *api.Event, data []byte) (*api.Event, error)

PatchWithEventNamespace patches an existing event. Returns the copy of the event the server returns, or an error.

func (*FakeEvents) Search

func (c *FakeEvents) Search(scheme *runtime.Scheme, objOrRef runtime.Object) (*api.EventList, error)

Search returns a list of events matching the specified object.

func (*FakeEvents) Update

func (c *FakeEvents) Update(event *core.Event) (result *core.Event, err error)

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

func (*FakeEvents) UpdateWithEventNamespace

func (c *FakeEvents) UpdateWithEventNamespace(event *api.Event) (*api.Event, error)

Update replaces an existing event. Returns the copy of the event the server returns, or an error.

func (*FakeEvents) Watch

func (c *FakeEvents) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeLimitRanges

type FakeLimitRanges struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeLimitRanges implements LimitRangeInterface

func (*FakeLimitRanges) Create

func (c *FakeLimitRanges) Create(limitRange *core.LimitRange) (result *core.LimitRange, err error)

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

func (*FakeLimitRanges) Delete

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

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

func (*FakeLimitRanges) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeLimitRanges) Get

func (c *FakeLimitRanges) Get(name string, options v1.GetOptions) (result *core.LimitRange, err error)

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

func (*FakeLimitRanges) List

func (c *FakeLimitRanges) List(opts v1.ListOptions) (result *core.LimitRangeList, err error)

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

func (*FakeLimitRanges) Patch

func (c *FakeLimitRanges) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.LimitRange, err error)

Patch applies the patch and returns the patched limitRange.

func (*FakeLimitRanges) Update

func (c *FakeLimitRanges) Update(limitRange *core.LimitRange) (result *core.LimitRange, err error)

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

func (*FakeLimitRanges) Watch

func (c *FakeLimitRanges) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeNamespaces

type FakeNamespaces struct {
	Fake *FakeCore
}

FakeNamespaces implements NamespaceInterface

func (*FakeNamespaces) Create

func (c *FakeNamespaces) Create(namespace *core.Namespace) (result *core.Namespace, err error)

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

func (*FakeNamespaces) Delete

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

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

func (*FakeNamespaces) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNamespaces) Finalize

func (c *FakeNamespaces) Finalize(namespace *api.Namespace) (*api.Namespace, error)

func (*FakeNamespaces) Get

func (c *FakeNamespaces) Get(name string, options v1.GetOptions) (result *core.Namespace, err error)

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

func (*FakeNamespaces) List

func (c *FakeNamespaces) List(opts v1.ListOptions) (result *core.NamespaceList, err error)

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

func (*FakeNamespaces) Patch

func (c *FakeNamespaces) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.Namespace, err error)

Patch applies the patch and returns the patched namespace.

func (*FakeNamespaces) Update

func (c *FakeNamespaces) Update(namespace *core.Namespace) (result *core.Namespace, err error)

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

func (*FakeNamespaces) UpdateStatus

func (c *FakeNamespaces) UpdateStatus(namespace *core.Namespace) (*core.Namespace, error)

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

func (*FakeNamespaces) Watch

func (c *FakeNamespaces) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeNodes

type FakeNodes struct {
	Fake *FakeCore
}

FakeNodes implements NodeInterface

func (*FakeNodes) Create

func (c *FakeNodes) Create(node *core.Node) (result *core.Node, err error)

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

func (*FakeNodes) Delete

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

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

func (*FakeNodes) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeNodes) Get

func (c *FakeNodes) Get(name string, options v1.GetOptions) (result *core.Node, err error)

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

func (*FakeNodes) List

func (c *FakeNodes) List(opts v1.ListOptions) (result *core.NodeList, err error)

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

func (*FakeNodes) Patch

func (c *FakeNodes) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.Node, err error)

Patch applies the patch and returns the patched node.

func (*FakeNodes) PatchStatus

func (c *FakeNodes) PatchStatus(nodeName string, data []byte) (*api.Node, error)

func (*FakeNodes) Update

func (c *FakeNodes) Update(node *core.Node) (result *core.Node, err error)

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

func (*FakeNodes) UpdateStatus

func (c *FakeNodes) UpdateStatus(node *core.Node) (*core.Node, error)

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

func (*FakeNodes) Watch

func (c *FakeNodes) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakePersistentVolumeClaims

type FakePersistentVolumeClaims struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakePersistentVolumeClaims implements PersistentVolumeClaimInterface

func (*FakePersistentVolumeClaims) Create

func (c *FakePersistentVolumeClaims) Create(persistentVolumeClaim *core.PersistentVolumeClaim) (result *core.PersistentVolumeClaim, err error)

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

func (*FakePersistentVolumeClaims) Delete

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

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

func (*FakePersistentVolumeClaims) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePersistentVolumeClaims) Get

func (c *FakePersistentVolumeClaims) Get(name string, options v1.GetOptions) (result *core.PersistentVolumeClaim, err error)

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

func (*FakePersistentVolumeClaims) List

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

func (*FakePersistentVolumeClaims) Patch

func (c *FakePersistentVolumeClaims) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.PersistentVolumeClaim, err error)

Patch applies the patch and returns the patched persistentVolumeClaim.

func (*FakePersistentVolumeClaims) Update

func (c *FakePersistentVolumeClaims) Update(persistentVolumeClaim *core.PersistentVolumeClaim) (result *core.PersistentVolumeClaim, err error)

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

func (*FakePersistentVolumeClaims) UpdateStatus

func (c *FakePersistentVolumeClaims) UpdateStatus(persistentVolumeClaim *core.PersistentVolumeClaim) (*core.PersistentVolumeClaim, error)

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

func (*FakePersistentVolumeClaims) Watch

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

type FakePersistentVolumes

type FakePersistentVolumes struct {
	Fake *FakeCore
}

FakePersistentVolumes implements PersistentVolumeInterface

func (*FakePersistentVolumes) Create

func (c *FakePersistentVolumes) Create(persistentVolume *core.PersistentVolume) (result *core.PersistentVolume, err error)

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

func (*FakePersistentVolumes) Delete

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

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

func (*FakePersistentVolumes) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePersistentVolumes) Get

func (c *FakePersistentVolumes) Get(name string, options v1.GetOptions) (result *core.PersistentVolume, err error)

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

func (*FakePersistentVolumes) List

func (c *FakePersistentVolumes) List(opts v1.ListOptions) (result *core.PersistentVolumeList, err error)

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

func (*FakePersistentVolumes) Patch

func (c *FakePersistentVolumes) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.PersistentVolume, err error)

Patch applies the patch and returns the patched persistentVolume.

func (*FakePersistentVolumes) Update

func (c *FakePersistentVolumes) Update(persistentVolume *core.PersistentVolume) (result *core.PersistentVolume, err error)

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

func (*FakePersistentVolumes) UpdateStatus

func (c *FakePersistentVolumes) UpdateStatus(persistentVolume *core.PersistentVolume) (*core.PersistentVolume, error)

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

func (*FakePersistentVolumes) Watch

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

type FakePodTemplates

type FakePodTemplates struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakePodTemplates implements PodTemplateInterface

func (*FakePodTemplates) Create

func (c *FakePodTemplates) Create(podTemplate *core.PodTemplate) (result *core.PodTemplate, err error)

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

func (*FakePodTemplates) Delete

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

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

func (*FakePodTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePodTemplates) Get

func (c *FakePodTemplates) Get(name string, options v1.GetOptions) (result *core.PodTemplate, err error)

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

func (*FakePodTemplates) List

func (c *FakePodTemplates) List(opts v1.ListOptions) (result *core.PodTemplateList, err error)

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

func (*FakePodTemplates) Patch

func (c *FakePodTemplates) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.PodTemplate, err error)

Patch applies the patch and returns the patched podTemplate.

func (*FakePodTemplates) Update

func (c *FakePodTemplates) Update(podTemplate *core.PodTemplate) (result *core.PodTemplate, err error)

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

func (*FakePodTemplates) Watch

func (c *FakePodTemplates) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakePods

type FakePods struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakePods implements PodInterface

func (*FakePods) Bind

func (c *FakePods) Bind(binding *api.Binding) error

func (*FakePods) Create

func (c *FakePods) Create(pod *core.Pod) (result *core.Pod, err error)

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

func (*FakePods) Delete

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

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

func (*FakePods) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePods) Get

func (c *FakePods) Get(name string, options v1.GetOptions) (result *core.Pod, err error)

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

func (*FakePods) GetLogs

func (c *FakePods) GetLogs(name string, opts *api.PodLogOptions) *restclient.Request

func (*FakePods) List

func (c *FakePods) List(opts v1.ListOptions) (result *core.PodList, err error)

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

func (*FakePods) Patch

func (c *FakePods) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.Pod, err error)

Patch applies the patch and returns the patched pod.

func (*FakePods) Update

func (c *FakePods) Update(pod *core.Pod) (result *core.Pod, err error)

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

func (*FakePods) UpdateStatus

func (c *FakePods) UpdateStatus(pod *core.Pod) (*core.Pod, error)

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

func (*FakePods) Watch

func (c *FakePods) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeReplicationControllers

type FakeReplicationControllers struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeReplicationControllers implements ReplicationControllerInterface

func (*FakeReplicationControllers) Create

func (c *FakeReplicationControllers) Create(replicationController *core.ReplicationController) (result *core.ReplicationController, err error)

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

func (*FakeReplicationControllers) Delete

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

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

func (*FakeReplicationControllers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeReplicationControllers) Get

func (c *FakeReplicationControllers) Get(name string, options v1.GetOptions) (result *core.ReplicationController, err error)

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

func (*FakeReplicationControllers) GetScale added in v1.8.0

func (c *FakeReplicationControllers) GetScale(replicationControllerName string, options v1.GetOptions) (result *autoscaling.Scale, err error)

GetScale takes name of the replicationController, and returns the corresponding scale object, and an error if there is any.

func (*FakeReplicationControllers) List

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

func (*FakeReplicationControllers) Patch

func (c *FakeReplicationControllers) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.ReplicationController, err error)

Patch applies the patch and returns the patched replicationController.

func (*FakeReplicationControllers) Update

func (c *FakeReplicationControllers) Update(replicationController *core.ReplicationController) (result *core.ReplicationController, err error)

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

func (*FakeReplicationControllers) UpdateScale added in v1.8.0

func (c *FakeReplicationControllers) UpdateScale(replicationControllerName string, scale *autoscaling.Scale) (result *autoscaling.Scale, err error)

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

func (*FakeReplicationControllers) UpdateStatus

func (c *FakeReplicationControllers) UpdateStatus(replicationController *core.ReplicationController) (*core.ReplicationController, error)

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

func (*FakeReplicationControllers) Watch

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

type FakeResourceQuotas

type FakeResourceQuotas struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeResourceQuotas implements ResourceQuotaInterface

func (*FakeResourceQuotas) Create

func (c *FakeResourceQuotas) Create(resourceQuota *core.ResourceQuota) (result *core.ResourceQuota, err error)

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

func (*FakeResourceQuotas) Delete

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

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

func (*FakeResourceQuotas) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeResourceQuotas) Get

func (c *FakeResourceQuotas) Get(name string, options v1.GetOptions) (result *core.ResourceQuota, err error)

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

func (*FakeResourceQuotas) List

func (c *FakeResourceQuotas) List(opts v1.ListOptions) (result *core.ResourceQuotaList, err error)

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

func (*FakeResourceQuotas) Patch

func (c *FakeResourceQuotas) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.ResourceQuota, err error)

Patch applies the patch and returns the patched resourceQuota.

func (*FakeResourceQuotas) Update

func (c *FakeResourceQuotas) Update(resourceQuota *core.ResourceQuota) (result *core.ResourceQuota, err error)

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

func (*FakeResourceQuotas) UpdateStatus

func (c *FakeResourceQuotas) UpdateStatus(resourceQuota *core.ResourceQuota) (*core.ResourceQuota, error)

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

func (*FakeResourceQuotas) Watch

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

type FakeSecrets

type FakeSecrets struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeSecrets implements SecretInterface

func (*FakeSecrets) Create

func (c *FakeSecrets) Create(secret *core.Secret) (result *core.Secret, err error)

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

func (*FakeSecrets) Delete

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

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

func (*FakeSecrets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeSecrets) Get

func (c *FakeSecrets) Get(name string, options v1.GetOptions) (result *core.Secret, err error)

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

func (*FakeSecrets) List

func (c *FakeSecrets) List(opts v1.ListOptions) (result *core.SecretList, err error)

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

func (*FakeSecrets) Patch

func (c *FakeSecrets) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.Secret, err error)

Patch applies the patch and returns the patched secret.

func (*FakeSecrets) Update

func (c *FakeSecrets) Update(secret *core.Secret) (result *core.Secret, err error)

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

func (*FakeSecrets) Watch

func (c *FakeSecrets) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeServiceAccounts

type FakeServiceAccounts struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeServiceAccounts implements ServiceAccountInterface

func (*FakeServiceAccounts) Create

func (c *FakeServiceAccounts) Create(serviceAccount *core.ServiceAccount) (result *core.ServiceAccount, err error)

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

func (*FakeServiceAccounts) Delete

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

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

func (*FakeServiceAccounts) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeServiceAccounts) Get

func (c *FakeServiceAccounts) Get(name string, options v1.GetOptions) (result *core.ServiceAccount, err error)

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

func (*FakeServiceAccounts) List

func (c *FakeServiceAccounts) List(opts v1.ListOptions) (result *core.ServiceAccountList, err error)

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

func (*FakeServiceAccounts) Patch

func (c *FakeServiceAccounts) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.ServiceAccount, err error)

Patch applies the patch and returns the patched serviceAccount.

func (*FakeServiceAccounts) Update

func (c *FakeServiceAccounts) Update(serviceAccount *core.ServiceAccount) (result *core.ServiceAccount, err error)

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

func (*FakeServiceAccounts) Watch

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

type FakeServices

type FakeServices struct {
	Fake *FakeCore
	// contains filtered or unexported fields
}

FakeServices implements ServiceInterface

func (*FakeServices) Create

func (c *FakeServices) Create(service *core.Service) (result *core.Service, err error)

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

func (*FakeServices) Delete

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

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

func (*FakeServices) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeServices) Get

func (c *FakeServices) Get(name string, options v1.GetOptions) (result *core.Service, err error)

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

func (*FakeServices) List

func (c *FakeServices) List(opts v1.ListOptions) (result *core.ServiceList, err error)

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

func (*FakeServices) Patch

func (c *FakeServices) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.Service, err error)

Patch applies the patch and returns the patched service.

func (*FakeServices) ProxyGet

func (c *FakeServices) ProxyGet(scheme, name, port, path string, params map[string]string) restclient.ResponseWrapper

func (*FakeServices) Update

func (c *FakeServices) Update(service *core.Service) (result *core.Service, err error)

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

func (*FakeServices) UpdateStatus

func (c *FakeServices) UpdateStatus(service *core.Service) (*core.Service, error)

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

func (*FakeServices) Watch

func (c *FakeServices) Watch(opts v1.ListOptions) (watch.Interface, error)

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

Jump to

Keyboard shortcuts

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