package v1beta1

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

This package has the automatically generated typed clients.

Index

Types

type DaemonSetExpansion

type DaemonSetExpansion interface{}

type DaemonSetInterface

type DaemonSetInterface interface {
	Create(*v1beta1.DaemonSet) (*v1beta1.DaemonSet, error)
	Update(*v1beta1.DaemonSet) (*v1beta1.DaemonSet, error)
	UpdateStatus(*v1beta1.DaemonSet) (*v1beta1.DaemonSet, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*v1beta1.DaemonSet, error)
	List(opts api.ListOptions) (*v1beta1.DaemonSetList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.DaemonSet, err error)
	DaemonSetExpansion
}

DaemonSetInterface has methods to work with DaemonSet resources.

type DaemonSetsGetter

type DaemonSetsGetter interface {
	DaemonSets(namespace string) DaemonSetInterface
}

DaemonSetsGetter has a method to return a DaemonSetInterface. A group's client should implement this interface.

type DeploymentExpansion

type DeploymentExpansion interface {
	Rollback(*v1beta1.DeploymentRollback) error
}

The DeploymentExpansion interface allows manually adding extra methods to the DeploymentInterface.

type DeploymentInterface

type DeploymentInterface interface {
	Create(*v1beta1.Deployment) (*v1beta1.Deployment, error)
	Update(*v1beta1.Deployment) (*v1beta1.Deployment, error)
	UpdateStatus(*v1beta1.Deployment) (*v1beta1.Deployment, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*v1beta1.Deployment, error)
	List(opts api.ListOptions) (*v1beta1.DeploymentList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.Deployment, err error)
	DeploymentExpansion
}

DeploymentInterface has methods to work with Deployment resources.

type DeploymentsGetter

type DeploymentsGetter interface {
	Deployments(namespace string) DeploymentInterface
}

DeploymentsGetter has a method to return a DeploymentInterface. A group's client should implement this interface.

type ExtensionsClient

type ExtensionsClient struct {
	*rest.RESTClient
}

ExtensionsClient is used to interact with features provided by the Extensions group.

func New

New creates a new ExtensionsClient for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*ExtensionsClient, error)

NewForConfig creates a new ExtensionsClient for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ExtensionsClient

NewForConfigOrDie creates a new ExtensionsClient for the given config and panics if there is an error in the config.

func (*ExtensionsClient) DaemonSets

func (c *ExtensionsClient) DaemonSets(namespace string) DaemonSetInterface

func (*ExtensionsClient) Deployments

func (c *ExtensionsClient) Deployments(namespace string) DeploymentInterface

func (*ExtensionsClient) GetRESTClient

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

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

func (*ExtensionsClient) Ingresses

func (c *ExtensionsClient) Ingresses(namespace string) IngressInterface

func (*ExtensionsClient) Jobs

func (c *ExtensionsClient) Jobs(namespace string) JobInterface

func (*ExtensionsClient) PodSecurityPolicies

func (c *ExtensionsClient) PodSecurityPolicies() PodSecurityPolicyInterface

func (*ExtensionsClient) ReplicaSets

func (c *ExtensionsClient) ReplicaSets(namespace string) ReplicaSetInterface

func (*ExtensionsClient) Scales

func (c *ExtensionsClient) Scales(namespace string) ScaleInterface

func (*ExtensionsClient) ThirdPartyResources

func (c *ExtensionsClient) ThirdPartyResources() ThirdPartyResourceInterface

type ExtensionsInterface

type IngressExpansion

type IngressExpansion interface{}

type IngressInterface

type IngressInterface interface {
	Create(*v1beta1.Ingress) (*v1beta1.Ingress, error)
	Update(*v1beta1.Ingress) (*v1beta1.Ingress, error)
	UpdateStatus(*v1beta1.Ingress) (*v1beta1.Ingress, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*v1beta1.Ingress, error)
	List(opts api.ListOptions) (*v1beta1.IngressList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.Ingress, err error)
	IngressExpansion
}

IngressInterface has methods to work with Ingress resources.

type IngressesGetter

type IngressesGetter interface {
	Ingresses(namespace string) IngressInterface
}

IngressesGetter has a method to return a IngressInterface. A group's client should implement this interface.

type JobExpansion

type JobExpansion interface{}

type JobInterface

type JobInterface interface {
	Create(*v1beta1.Job) (*v1beta1.Job, error)
	Update(*v1beta1.Job) (*v1beta1.Job, error)
	UpdateStatus(*v1beta1.Job) (*v1beta1.Job, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*v1beta1.Job, error)
	List(opts api.ListOptions) (*v1beta1.JobList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.Job, err error)
	JobExpansion
}

JobInterface has methods to work with Job resources.

type JobsGetter

type JobsGetter interface {
	Jobs(namespace string) JobInterface
}

JobsGetter has a method to return a JobInterface. A group's client should implement this interface.

type PodSecurityPoliciesGetter

type PodSecurityPoliciesGetter interface {
	PodSecurityPolicies() PodSecurityPolicyInterface
}

PodSecurityPoliciesGetter has a method to return a PodSecurityPolicyInterface. A group's client should implement this interface.

type PodSecurityPolicyExpansion

type PodSecurityPolicyExpansion interface{}

type PodSecurityPolicyInterface

type PodSecurityPolicyInterface interface {
	Create(*v1beta1.PodSecurityPolicy) (*v1beta1.PodSecurityPolicy, error)
	Update(*v1beta1.PodSecurityPolicy) (*v1beta1.PodSecurityPolicy, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*v1beta1.PodSecurityPolicy, error)
	List(opts api.ListOptions) (*v1beta1.PodSecurityPolicyList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.PodSecurityPolicy, err error)
	PodSecurityPolicyExpansion
}

PodSecurityPolicyInterface has methods to work with PodSecurityPolicy resources.

type ReplicaSetExpansion

type ReplicaSetExpansion interface{}

type ReplicaSetInterface

type ReplicaSetInterface interface {
	Create(*v1beta1.ReplicaSet) (*v1beta1.ReplicaSet, error)
	Update(*v1beta1.ReplicaSet) (*v1beta1.ReplicaSet, error)
	UpdateStatus(*v1beta1.ReplicaSet) (*v1beta1.ReplicaSet, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*v1beta1.ReplicaSet, error)
	List(opts api.ListOptions) (*v1beta1.ReplicaSetList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.ReplicaSet, err error)
	ReplicaSetExpansion
}

ReplicaSetInterface has methods to work with ReplicaSet resources.

type ReplicaSetsGetter

type ReplicaSetsGetter interface {
	ReplicaSets(namespace string) ReplicaSetInterface
}

ReplicaSetsGetter has a method to return a ReplicaSetInterface. A group's client should implement this interface.

type ScaleExpansion

type ScaleExpansion interface {
	Get(kind string, name string) (*v1beta1.Scale, error)
	Update(kind string, scale *v1beta1.Scale) (*v1beta1.Scale, error)
}

The ScaleExpansion interface allows manually adding extra methods to the ScaleInterface.

type ScaleInterface

type ScaleInterface interface {
	ScaleExpansion
}

ScaleInterface has methods to work with Scale resources.

type ScalesGetter

type ScalesGetter interface {
	Scales(namespace string) ScaleInterface
}

ScalesGetter has a method to return a ScaleInterface. A group's client should implement this interface.

type ThirdPartyResourceExpansion

type ThirdPartyResourceExpansion interface{}

type ThirdPartyResourceInterface

type ThirdPartyResourceInterface interface {
	Create(*v1beta1.ThirdPartyResource) (*v1beta1.ThirdPartyResource, error)
	Update(*v1beta1.ThirdPartyResource) (*v1beta1.ThirdPartyResource, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*v1beta1.ThirdPartyResource, error)
	List(opts api.ListOptions) (*v1beta1.ThirdPartyResourceList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.ThirdPartyResource, err error)
	ThirdPartyResourceExpansion
}

ThirdPartyResourceInterface has methods to work with ThirdPartyResource resources.

type ThirdPartyResourcesGetter

type ThirdPartyResourcesGetter interface {
	ThirdPartyResources() ThirdPartyResourceInterface
}

ThirdPartyResourcesGetter has a method to return a ThirdPartyResourceInterface. A group's client should implement this interface.

Source Files

daemonset.go deployment.go deployment_expansion.go doc.go extensions_client.go generated_expansion.go ingress.go job.go podsecuritypolicy.go replicaset.go scale.go scale_expansion.go thirdpartyresource.go

Directories

PathSynopsis
1.4/kubernetes/typed/extensions/v1beta1/fakePackage fake has the automatically generated clients.
Version
v1.4.0
Published
Oct 17, 2016
Platform
linux/amd64
Imports
8 packages
Last checked
36 minutes ago

Tools for package owners.