package v1beta1
import "k8s.io/client-go/informers/policy/v1beta1"
Index ¶
Types ¶
type Interface ¶
type Interface interface { // PodDisruptionBudgets returns a PodDisruptionBudgetInformer. PodDisruptionBudgets() PodDisruptionBudgetInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory) Interface
New returns a new Interface.
type PodDisruptionBudgetInformer ¶
type PodDisruptionBudgetInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.PodDisruptionBudgetLister }
PodDisruptionBudgetInformer provides access to a shared informer and lister for PodDisruptionBudgets.
Source Files ¶
interface.go poddisruptionbudget.go
- Version
- v4.0.0+incompatible
- Published
- Jul 28, 2017
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 10 minutes ago –
Tools for package owners.