v1beta1

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2016 License: Apache-2.0, Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package unversioned has the automatically generated clients for unversioned resources.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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)
	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)
	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 {
	*restclient.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 *restclient.Config) (*ExtensionsClient, error)

NewForConfig creates a new ExtensionsClient for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *restclient.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) HorizontalPodAutoscalers

func (c *ExtensionsClient) HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerInterface

func (*ExtensionsClient) Ingresses

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

func (*ExtensionsClient) Jobs

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

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(namespace string) ThirdPartyResourceInterface

type HorizontalPodAutoscalerExpansion

type HorizontalPodAutoscalerExpansion interface{}

type HorizontalPodAutoscalerInterface

HorizontalPodAutoscalerInterface has methods to work with HorizontalPodAutoscaler resources.

type HorizontalPodAutoscalersGetter

type HorizontalPodAutoscalersGetter interface {
	HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerInterface
}

HorizontalPodAutoscalersGetter has a method to return a HorizontalPodAutoscalerInterface. A group's client should implement this interface.

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)
	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)
	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 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)
	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)
	ThirdPartyResourceExpansion
}

ThirdPartyResourceInterface has methods to work with ThirdPartyResource resources.

type ThirdPartyResourcesGetter

type ThirdPartyResourcesGetter interface {
	ThirdPartyResources(namespace string) ThirdPartyResourceInterface
}

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

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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