package storage

import "k8s.io/kubernetes/pkg/registry/admissionregistration/validatingwebhookconfiguration/storage"

Index

Types

type REST

type REST struct {
	*genericregistry.Store
}

rest implements a RESTStorage for pod disruption budgets against etcd

func NewREST

func NewREST(optsGetter generic.RESTOptionsGetter) *REST

NewREST returns a RESTStorage object that will work against pod disruption budgets.

Source Files

storage.go

Version
v1.13.10-beta.0
Published
Aug 5, 2019
Platform
windows/amd64
Imports
5 packages
Last checked
9 minutes ago

Tools for package owners.