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
}
REST implements a RESTStorage for ClusterOpenIDConnectPresets against etcd.
func NewREST ¶
func NewREST(optsGetter generic.RESTOptionsGetter) *REST
NewREST returns a RESTStorage object that will work against ClusterOpenIDConnectPresets.
func (*REST) Categories ¶
Categories implements the CategoriesProvider interface. Returns a list of categories a resource is part of.
func (*REST) ShortNames ¶
ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
type Storage ¶
type Storage struct {
ClusterOpenIDConnectPreset *REST
}
Storage implements the storage for ClusterOpenIDConnectPresets and their status subresource.
func NewStorage ¶
func NewStorage(optsGetter generic.RESTOptionsGetter) Storage
NewStorage creates a new ClusterOpenIDConnectPreset object.
Click to show internal directories.
Click to hide internal directories.