package storage

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

Index

Types

type REST

type REST struct {
	*genericregistry.Store
}

REST implements a RESTStorage for mutatingWebhookConfiguration against etcd

func NewREST

func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, error)

NewREST returns a RESTStorage object that will work against mutatingWebhookConfiguration.

func (*REST) Categories

func (r *REST) Categories() []string

Categories implements the CategoriesProvider interface. Returns a list of categories a resource is part of.

Source Files

storage.go

Version
v1.22.13
Published
Aug 17, 2022
Platform
js/wasm
Imports
9 packages
Last checked
7 minutes ago

Tools for package owners.