kubernetesk8s.io/kubernetes/pkg/registry/core/event/storage Index | Files

package storage

import "k8s.io/kubernetes/pkg/registry/core/event/storage"

Index

Types

type REST

type REST struct {
	*genericregistry.Store
}

func NewREST

func NewREST(optsGetter generic.RESTOptionsGetter, ttl uint64) *REST

NewREST returns a RESTStorage object that will work against events.

func (*REST) ShortNames

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

ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.

Source Files

storage.go

Version
v1.9.0-alpha.1
Published
Sep 22, 2017
Platform
js/wasm
Imports
6 packages
Last checked
9 minutes ago

Tools for package owners.