Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 ¶
func (r *REST) ShortNames() []string
ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
type TokenREST ¶ added in v1.10.0
type TokenREST struct {
// contains filtered or unexported fields
}
func (*TokenREST) Create ¶ added in v1.10.0
func (r *TokenREST) Create(ctx context.Context, name string, obj runtime.Object, createValidation rest.ValidateObjectFunc, includeUninitialized bool) (runtime.Object, error)
func (*TokenREST) GroupVersionKind ¶ added in v1.10.0
func (r *TokenREST) GroupVersionKind(schema.GroupVersion) schema.GroupVersionKind
Click to show internal directories.
Click to hide internal directories.