 Documentation
      ¶
      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 authenticator.Audiences, max time.Duration, 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 ¶ added in v1.10.0
type TokenREST struct {
	// contains filtered or unexported fields
}
    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.