package v1alpha1

import "k8s.io/client-go/1.4/kubernetes/typed/policy/v1alpha1"

This package has the automatically generated typed clients.

Index

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
}

Source Files

doc.go generated_expansion.go poddisruptionbudget.go policy_client.go

Directories

PathSynopsis
1.4/kubernetes/typed/policy/v1alpha1/fakePackage fake has the automatically generated clients.
Version
v1.4.0
Published
Oct 17, 2016
Platform
linux/amd64
Imports
6 packages
Last checked
1 hour ago

Tools for package owners.