v1beta1

package
v0.0.0-...-d88c8b5 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EvictionLister

type EvictionLister interface {
	// List lists all Evictions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.Eviction, err error)
	// Evictions returns an object that can list and get Evictions.
	Evictions(namespace string) EvictionNamespaceLister
	EvictionListerExpansion
}

EvictionLister helps list Evictions. All objects returned here must be treated as read-only.

func NewEvictionLister

func NewEvictionLister(indexer cache.Indexer) EvictionLister

NewEvictionLister returns a new EvictionLister.

type EvictionListerExpansion

type EvictionListerExpansion interface{}

EvictionListerExpansion allows custom methods to be added to EvictionLister.

type EvictionNamespaceLister

type EvictionNamespaceLister interface {
	// List lists all Evictions in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.Eviction, err error)
	// Get retrieves the Eviction from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.Eviction, error)
	EvictionNamespaceListerExpansion
}

EvictionNamespaceLister helps list and get Evictions. All objects returned here must be treated as read-only.

type EvictionNamespaceListerExpansion

type EvictionNamespaceListerExpansion interface{}

EvictionNamespaceListerExpansion allows custom methods to be added to EvictionNamespaceLister.

type PodDisruptionBudgetLister

type PodDisruptionBudgetLister interface {
	// List lists all PodDisruptionBudgets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.PodDisruptionBudget, err error)
	// PodDisruptionBudgets returns an object that can list and get PodDisruptionBudgets.
	PodDisruptionBudgets(namespace string) PodDisruptionBudgetNamespaceLister
	PodDisruptionBudgetListerExpansion
}

PodDisruptionBudgetLister helps list PodDisruptionBudgets. All objects returned here must be treated as read-only.

func NewPodDisruptionBudgetLister

func NewPodDisruptionBudgetLister(indexer cache.Indexer) PodDisruptionBudgetLister

NewPodDisruptionBudgetLister returns a new PodDisruptionBudgetLister.

type PodDisruptionBudgetListerExpansion

type PodDisruptionBudgetListerExpansion interface {
	GetPodPodDisruptionBudgets(pod *v1.Pod) ([]*policy.PodDisruptionBudget, error)
}

PodDisruptionBudgetListerExpansion allows custom methods to be added to PodDisruptionBudgetLister.

type PodDisruptionBudgetNamespaceLister

type PodDisruptionBudgetNamespaceLister interface {
	// List lists all PodDisruptionBudgets in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.PodDisruptionBudget, err error)
	// Get retrieves the PodDisruptionBudget from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.PodDisruptionBudget, error)
	PodDisruptionBudgetNamespaceListerExpansion
}

PodDisruptionBudgetNamespaceLister helps list and get PodDisruptionBudgets. All objects returned here must be treated as read-only.

type PodDisruptionBudgetNamespaceListerExpansion

type PodDisruptionBudgetNamespaceListerExpansion interface{}

PodDisruptionBudgetNamespaceListerExpansion allows custom methods to be added to PodDisruptionBudgetNamespaceLister.

type PodSecurityPolicyLister

type PodSecurityPolicyLister interface {
	// List lists all PodSecurityPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.PodSecurityPolicy, err error)
	// Get retrieves the PodSecurityPolicy from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.PodSecurityPolicy, error)
	PodSecurityPolicyListerExpansion
}

PodSecurityPolicyLister helps list PodSecurityPolicies. All objects returned here must be treated as read-only.

func NewPodSecurityPolicyLister

func NewPodSecurityPolicyLister(indexer cache.Indexer) PodSecurityPolicyLister

NewPodSecurityPolicyLister returns a new PodSecurityPolicyLister.

type PodSecurityPolicyListerExpansion

type PodSecurityPolicyListerExpansion interface{}

PodSecurityPolicyListerExpansion allows custom methods to be added to PodSecurityPolicyLister.

Jump to

Keyboard shortcuts

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