Documentation ¶ Index ¶ type REST func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. 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, error) NewREST returns a RESTStorage object that will work against pod disruption budgets. Source Files ¶ View all Source files storage.go Click to show internal directories. Click to hide internal directories.