package storage
import "k8s.io/kubernetes/pkg/registry/core/serviceaccount/storage"
Index ¶
- type REST
- func NewREST(optsGetter generic.RESTOptionsGetter, issuer token.TokenGenerator, auds []string, podStorage, secretStorage *genericregistry.Store) *REST
- func (r *REST) ShortNames() []string
- type TokenREST
- func (r *TokenREST) Create(ctx genericapirequest.Context, name string, obj runtime.Object, createValidation rest.ValidateObjectFunc, includeUninitialized bool) (runtime.Object, error)
- func (r *TokenREST) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind
- func (r *TokenREST) New() runtime.Object
Types ¶
type REST ¶
type REST struct { *genericregistry.Store Token *TokenREST }
func NewREST ¶
func NewREST(optsGetter generic.RESTOptionsGetter, issuer token.TokenGenerator, auds []string, podStorage, secretStorage *genericregistry.Store) *REST
NewREST returns a RESTStorage object that will work against service accounts.
func (*REST) ShortNames ¶
ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
type TokenREST ¶
type TokenREST struct {
// contains filtered or unexported fields
}
func (*TokenREST) Create ¶
func (r *TokenREST) Create(ctx genericapirequest.Context, name string, obj runtime.Object, createValidation rest.ValidateObjectFunc, includeUninitialized bool) (runtime.Object, error)
func (*TokenREST) GroupVersionKind ¶
func (r *TokenREST) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind
func (*TokenREST) New ¶
Source Files ¶
storage.go token.go
- Version
- v1.10.4
- Published
- Jun 4, 2018
- Platform
- linux/amd64
- Imports
- 18 packages
- Last checked
- 1 minute ago –
Tools for package owners.