internalversion

package
v1.10.6-lite6 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2018 License: 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 EvictionExpansion

type EvictionExpansion interface {
	Evict(eviction *policy.Eviction) error
}

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

type EvictionInterface

type EvictionInterface interface {
	EvictionExpansion
}

EvictionInterface has methods to work with Eviction resources.

type EvictionsGetter

type EvictionsGetter interface {
	Evictions(namespace string) EvictionInterface
}

EvictionsGetter has a method to return a EvictionInterface. A group's client should implement this interface.

type PodDisruptionBudgetExpansion

type PodDisruptionBudgetExpansion interface{}

type PodDisruptionBudgetInterface

type PodDisruptionBudgetInterface interface {
	Create(*policy.PodDisruptionBudget) (*policy.PodDisruptionBudget, error)
	Update(*policy.PodDisruptionBudget) (*policy.PodDisruptionBudget, error)
	UpdateStatus(*policy.PodDisruptionBudget) (*policy.PodDisruptionBudget, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*policy.PodDisruptionBudget, error)
	List(opts v1.ListOptions) (*policy.PodDisruptionBudgetList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *policy.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 {
	// contains filtered or unexported fields
}

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

func New

func New(c rest.Interface) *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) Evictions

func (c *PolicyClient) Evictions(namespace string) EvictionInterface

func (*PolicyClient) PodDisruptionBudgets

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

func (*PolicyClient) RESTClient

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

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

type PolicyInterface

type PolicyInterface interface {
	RESTClient() rest.Interface
	EvictionsGetter
	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