package fake

import "k8s.io/client-go/1.4/kubernetes/typed/extensions/v1beta1/fake"

Package fake has the automatically generated clients.

Index

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

func (c *FakeDaemonSets) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.DaemonSet, err error)

Patch applies the patch and returns the patched daemonSet.

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

func (c *FakeDeployments) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.Deployment, err error)

Patch applies the patch and returns the patched deployment.

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 {
	*testing.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) GetRESTClient

func (c *FakeExtensions) GetRESTClient() *rest.RESTClient

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

func (*FakeExtensions) Ingresses

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

func (*FakeExtensions) Jobs

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

func (*FakeExtensions) PodSecurityPolicies

func (c *FakeExtensions) PodSecurityPolicies() v1beta1.PodSecurityPolicyInterface

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() v1beta1.ThirdPartyResourceInterface

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

func (c *FakeIngresses) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.Ingress, err error)

Patch applies the patch and returns the patched ingress.

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

func (c *FakeJobs) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.Job, err error)

Patch applies the patch and returns the patched job.

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 FakePodSecurityPolicies

type FakePodSecurityPolicies struct {
	Fake *FakeExtensions
}

FakePodSecurityPolicies implements PodSecurityPolicyInterface

func (*FakePodSecurityPolicies) Create

func (c *FakePodSecurityPolicies) Create(podSecurityPolicy *v1beta1.PodSecurityPolicy) (result *v1beta1.PodSecurityPolicy, err error)

func (*FakePodSecurityPolicies) Delete

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

func (*FakePodSecurityPolicies) DeleteCollection

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

func (*FakePodSecurityPolicies) Get

func (c *FakePodSecurityPolicies) Get(name string) (result *v1beta1.PodSecurityPolicy, err error)

func (*FakePodSecurityPolicies) List

func (*FakePodSecurityPolicies) Patch

func (c *FakePodSecurityPolicies) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.PodSecurityPolicy, err error)

Patch applies the patch and returns the patched podSecurityPolicy.

func (*FakePodSecurityPolicies) Update

func (c *FakePodSecurityPolicies) Update(podSecurityPolicy *v1beta1.PodSecurityPolicy) (result *v1beta1.PodSecurityPolicy, err error)

func (*FakePodSecurityPolicies) Watch

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

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

func (c *FakeReplicaSets) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.ReplicaSet, err error)

Patch applies the patch and returns the patched replicaSet.

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
}

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

func (c *FakeThirdPartyResources) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.ThirdPartyResource, err error)

Patch applies the patch and returns the patched thirdPartyResource.

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.

Source Files

doc.go fake_daemonset.go fake_deployment.go fake_deployment_expansion.go fake_extensions_client.go fake_ingress.go fake_job.go fake_podsecuritypolicy.go fake_replicaset.go fake_scale.go fake_scale_expansion.go fake_thirdpartyresource.go

Version
v1.4.0
Published
Oct 17, 2016
Platform
linux/amd64
Imports
8 packages
Last checked
27 minutes ago

Tools for package owners.