fake

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2016 License: Apache-2.0, Apache-2.0 Imports: 6 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 FakeDaemonSets

type FakeDaemonSets struct {
	Fake *FakeExtensions
	// contains filtered or unexported fields
}

FakeDaemonSets implements DaemonSetInterface

func (*FakeDaemonSets) Create

func (c *FakeDaemonSets) Create(daemonSet *v1beta1.DaemonSet) (result *v1beta1.DaemonSet, err error)

func (*FakeDaemonSets) Delete

func (c *FakeDaemonSets) Delete(name string, options *api.DeleteOptions) error

func (*FakeDaemonSets) DeleteCollection

func (c *FakeDaemonSets) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeDaemonSets) Get

func (c *FakeDaemonSets) Get(name string) (result *v1beta1.DaemonSet, err error)

func (*FakeDaemonSets) List

func (c *FakeDaemonSets) List(opts api.ListOptions) (result *v1beta1.DaemonSetList, err error)

func (*FakeDaemonSets) Update

func (c *FakeDaemonSets) Update(daemonSet *v1beta1.DaemonSet) (result *v1beta1.DaemonSet, err error)

func (*FakeDaemonSets) UpdateStatus

func (c *FakeDaemonSets) UpdateStatus(daemonSet *v1beta1.DaemonSet) (*v1beta1.DaemonSet, error)

func (*FakeDaemonSets) Watch

func (c *FakeDaemonSets) Watch(opts api.ListOptions) (watch.Interface, error)

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

type FakeDeployments

type FakeDeployments struct {
	Fake *FakeExtensions
	// contains filtered or unexported fields
}

FakeDeployments implements DeploymentInterface

func (*FakeDeployments) Create

func (c *FakeDeployments) Create(deployment *v1beta1.Deployment) (result *v1beta1.Deployment, err error)

func (*FakeDeployments) Delete

func (c *FakeDeployments) Delete(name string, options *api.DeleteOptions) error

func (*FakeDeployments) DeleteCollection

func (c *FakeDeployments) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeDeployments) Get

func (c *FakeDeployments) Get(name string) (result *v1beta1.Deployment, err error)

func (*FakeDeployments) List

func (c *FakeDeployments) List(opts api.ListOptions) (result *v1beta1.DeploymentList, err error)

func (*FakeDeployments) Rollback

func (c *FakeDeployments) Rollback(deploymentRollback *v1beta1.DeploymentRollback) error

func (*FakeDeployments) Update

func (c *FakeDeployments) Update(deployment *v1beta1.Deployment) (result *v1beta1.Deployment, err error)

func (*FakeDeployments) UpdateStatus

func (c *FakeDeployments) UpdateStatus(deployment *v1beta1.Deployment) (*v1beta1.Deployment, error)

func (*FakeDeployments) Watch

func (c *FakeDeployments) Watch(opts api.ListOptions) (watch.Interface, error)

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

type FakeExtensions

type FakeExtensions struct {
	*core.Fake
}

func (*FakeExtensions) DaemonSets

func (c *FakeExtensions) DaemonSets(namespace string) v1beta1.DaemonSetInterface

func (*FakeExtensions) Deployments

func (c *FakeExtensions) Deployments(namespace string) v1beta1.DeploymentInterface

func (*FakeExtensions) HorizontalPodAutoscalers

func (c *FakeExtensions) HorizontalPodAutoscalers(namespace string) v1beta1.HorizontalPodAutoscalerInterface

func (*FakeExtensions) Ingresses

func (c *FakeExtensions) Ingresses(namespace string) v1beta1.IngressInterface

func (*FakeExtensions) Jobs

func (c *FakeExtensions) Jobs(namespace string) v1beta1.JobInterface

func (*FakeExtensions) ReplicaSets

func (c *FakeExtensions) ReplicaSets(namespace string) v1beta1.ReplicaSetInterface

func (*FakeExtensions) Scales

func (c *FakeExtensions) Scales(namespace string) v1beta1.ScaleInterface

func (*FakeExtensions) ThirdPartyResources

func (c *FakeExtensions) ThirdPartyResources(namespace string) v1beta1.ThirdPartyResourceInterface

type FakeHorizontalPodAutoscalers

type FakeHorizontalPodAutoscalers struct {
	Fake *FakeExtensions
	// contains filtered or unexported fields
}

FakeHorizontalPodAutoscalers implements HorizontalPodAutoscalerInterface

func (*FakeHorizontalPodAutoscalers) Create

func (c *FakeHorizontalPodAutoscalers) Create(horizontalPodAutoscaler *v1beta1.HorizontalPodAutoscaler) (result *v1beta1.HorizontalPodAutoscaler, err error)

func (*FakeHorizontalPodAutoscalers) Delete

func (c *FakeHorizontalPodAutoscalers) Delete(name string, options *api.DeleteOptions) error

func (*FakeHorizontalPodAutoscalers) DeleteCollection

func (c *FakeHorizontalPodAutoscalers) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeHorizontalPodAutoscalers) Get

func (*FakeHorizontalPodAutoscalers) List

func (*FakeHorizontalPodAutoscalers) Update

func (c *FakeHorizontalPodAutoscalers) Update(horizontalPodAutoscaler *v1beta1.HorizontalPodAutoscaler) (result *v1beta1.HorizontalPodAutoscaler, err error)

func (*FakeHorizontalPodAutoscalers) UpdateStatus

func (*FakeHorizontalPodAutoscalers) Watch

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

type FakeIngresses

type FakeIngresses struct {
	Fake *FakeExtensions
	// contains filtered or unexported fields
}

FakeIngresses implements IngressInterface

func (*FakeIngresses) Create

func (c *FakeIngresses) Create(ingress *v1beta1.Ingress) (result *v1beta1.Ingress, err error)

func (*FakeIngresses) Delete

func (c *FakeIngresses) Delete(name string, options *api.DeleteOptions) error

func (*FakeIngresses) DeleteCollection

func (c *FakeIngresses) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeIngresses) Get

func (c *FakeIngresses) Get(name string) (result *v1beta1.Ingress, err error)

func (*FakeIngresses) List

func (c *FakeIngresses) List(opts api.ListOptions) (result *v1beta1.IngressList, err error)

func (*FakeIngresses) Update

func (c *FakeIngresses) Update(ingress *v1beta1.Ingress) (result *v1beta1.Ingress, err error)

func (*FakeIngresses) UpdateStatus

func (c *FakeIngresses) UpdateStatus(ingress *v1beta1.Ingress) (*v1beta1.Ingress, error)

func (*FakeIngresses) Watch

func (c *FakeIngresses) Watch(opts api.ListOptions) (watch.Interface, error)

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

type FakeJobs

type FakeJobs struct {
	Fake *FakeExtensions
	// contains filtered or unexported fields
}

FakeJobs implements JobInterface

func (*FakeJobs) Create

func (c *FakeJobs) Create(job *v1beta1.Job) (result *v1beta1.Job, err error)

func (*FakeJobs) Delete

func (c *FakeJobs) Delete(name string, options *api.DeleteOptions) error

func (*FakeJobs) DeleteCollection

func (c *FakeJobs) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeJobs) Get

func (c *FakeJobs) Get(name string) (result *v1beta1.Job, err error)

func (*FakeJobs) List

func (c *FakeJobs) List(opts api.ListOptions) (result *v1beta1.JobList, err error)

func (*FakeJobs) Update

func (c *FakeJobs) Update(job *v1beta1.Job) (result *v1beta1.Job, err error)

func (*FakeJobs) UpdateStatus

func (c *FakeJobs) UpdateStatus(job *v1beta1.Job) (*v1beta1.Job, error)

func (*FakeJobs) Watch

func (c *FakeJobs) Watch(opts api.ListOptions) (watch.Interface, error)

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

type FakeReplicaSets

type FakeReplicaSets struct {
	Fake *FakeExtensions
	// contains filtered or unexported fields
}

FakeReplicaSets implements ReplicaSetInterface

func (*FakeReplicaSets) Create

func (c *FakeReplicaSets) Create(replicaSet *v1beta1.ReplicaSet) (result *v1beta1.ReplicaSet, err error)

func (*FakeReplicaSets) Delete

func (c *FakeReplicaSets) Delete(name string, options *api.DeleteOptions) error

func (*FakeReplicaSets) DeleteCollection

func (c *FakeReplicaSets) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeReplicaSets) Get

func (c *FakeReplicaSets) Get(name string) (result *v1beta1.ReplicaSet, err error)

func (*FakeReplicaSets) List

func (c *FakeReplicaSets) List(opts api.ListOptions) (result *v1beta1.ReplicaSetList, err error)

func (*FakeReplicaSets) Update

func (c *FakeReplicaSets) Update(replicaSet *v1beta1.ReplicaSet) (result *v1beta1.ReplicaSet, err error)

func (*FakeReplicaSets) UpdateStatus

func (c *FakeReplicaSets) UpdateStatus(replicaSet *v1beta1.ReplicaSet) (*v1beta1.ReplicaSet, error)

func (*FakeReplicaSets) Watch

func (c *FakeReplicaSets) Watch(opts api.ListOptions) (watch.Interface, error)

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

type FakeScales

type FakeScales struct {
	Fake *FakeExtensions
	// contains filtered or unexported fields
}

FakeScales implements ScaleInterface

func (*FakeScales) Get

func (c *FakeScales) Get(kind string, name string) (result *v1beta1.Scale, err error)

func (*FakeScales) Update

func (c *FakeScales) Update(kind string, scale *v1beta1.Scale) (result *v1beta1.Scale, err error)

type FakeThirdPartyResources

type FakeThirdPartyResources struct {
	Fake *FakeExtensions
	// contains filtered or unexported fields
}

FakeThirdPartyResources implements ThirdPartyResourceInterface

func (*FakeThirdPartyResources) Create

func (c *FakeThirdPartyResources) Create(thirdPartyResource *v1beta1.ThirdPartyResource) (result *v1beta1.ThirdPartyResource, err error)

func (*FakeThirdPartyResources) Delete

func (c *FakeThirdPartyResources) Delete(name string, options *api.DeleteOptions) error

func (*FakeThirdPartyResources) DeleteCollection

func (c *FakeThirdPartyResources) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error

func (*FakeThirdPartyResources) Get

func (c *FakeThirdPartyResources) Get(name string) (result *v1beta1.ThirdPartyResource, err error)

func (*FakeThirdPartyResources) List

func (*FakeThirdPartyResources) Update

func (c *FakeThirdPartyResources) Update(thirdPartyResource *v1beta1.ThirdPartyResource) (result *v1beta1.ThirdPartyResource, err error)

func (*FakeThirdPartyResources) Watch

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

Jump to

Keyboard shortcuts

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