package storage
import "k8s.io/kubernetes/pkg/registry/scheduling/priorityclass/storage"
Index ¶
Types ¶
type REST ¶
type REST struct { *genericregistry.Store }
REST implements a RESTStorage for priority classes against etcd
func NewREST ¶
func NewREST(optsGetter generic.RESTOptionsGetter) *REST
NewREST returns a RESTStorage object that will work against priority classes.
func (*REST) Delete ¶
func (r *REST) Delete(ctx context.Context, name string, options *metav1.DeleteOptions) (runtime.Object, bool, error)
Delete ensures that system priority classes are not deleted.
func (*REST) ShortNames ¶
ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
Source Files ¶
storage.go
- Version
- v1.13.11
- Published
- Sep 13, 2019
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 5 minutes ago –
Tools for package owners.