Documentation ¶
Index ¶
Constants ¶
View Source
const GroupName = "core"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RESTStorageProvider ¶
type RESTStorageProvider struct { ServiceAccountIssuer serviceaccount.TokenGenerator ServiceAccountMaxExpiration time.Duration }
func NewRESTStorageProvider ¶ added in v0.4.9
func NewRESTStorageProvider(serviceAccouuntIssuer serviceaccount.TokenGenerator, serviceAccountMaxExpiration time.Duration, ) *RESTStorageProvider
func (RESTStorageProvider) GroupName ¶
func (p RESTStorageProvider) GroupName() string
func (RESTStorageProvider) NewRESTStorage ¶
func (p RESTStorageProvider) NewRESTStorage( restOptionsGetter generic.RESTOptionsGetter, ) (genericapiserver.APIGroupInfo, error)
Click to show internal directories.
Click to hide internal directories.