v1alpha1

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2016 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PodDisruptionBudgetExpansion

type PodDisruptionBudgetExpansion interface{}

type PodDisruptionBudgetInterface

type PodDisruptionBudgetInterface interface {
	Create(*v1alpha1.PodDisruptionBudget) (*v1alpha1.PodDisruptionBudget, error)
	Update(*v1alpha1.PodDisruptionBudget) (*v1alpha1.PodDisruptionBudget, error)
	UpdateStatus(*v1alpha1.PodDisruptionBudget) (*v1alpha1.PodDisruptionBudget, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*v1alpha1.PodDisruptionBudget, error)
	List(opts api.ListOptions) (*v1alpha1.PodDisruptionBudgetList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1alpha1.PodDisruptionBudget, err error)
	PodDisruptionBudgetExpansion
}

PodDisruptionBudgetInterface has methods to work with PodDisruptionBudget resources.

type PodDisruptionBudgetsGetter

type PodDisruptionBudgetsGetter interface {
	PodDisruptionBudgets(namespace string) PodDisruptionBudgetInterface
}

PodDisruptionBudgetsGetter has a method to return a PodDisruptionBudgetInterface. A group's client should implement this interface.

type PolicyClient

type PolicyClient struct {
	*rest.RESTClient
}

PolicyClient is used to interact with features provided by the Policy group.

func New

func New(c *rest.RESTClient) *PolicyClient

New creates a new PolicyClient for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new PolicyClient for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *PolicyClient

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

func (*PolicyClient) GetRESTClient

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

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

func (*PolicyClient) PodDisruptionBudgets

func (c *PolicyClient) PodDisruptionBudgets(namespace string) PodDisruptionBudgetInterface

type PolicyInterface

type PolicyInterface interface {
	GetRESTClient() *rest.RESTClient
	PodDisruptionBudgetsGetter
}

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