Documentation ¶
Index ¶
- type BasicStorage
- func (s *BasicStorage) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
- func (s *BasicStorage) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind
- func (s *BasicStorage) List(ctx context.Context, options *metainternal.ListOptions) (runtime.Object, error)
- func (s *BasicStorage) NamespaceScoped() bool
- func (s *BasicStorage) New() runtime.Object
- func (s *BasicStorage) NewList() runtime.Object
- type Creater
- type Deleter
- type Watcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicStorage ¶
type BasicStorage struct { GVK schema.GroupVersionKind IsNamespaceScoped bool Creator func() runtime.Unstructured rest.TableConvertor }
func (*BasicStorage) Get ¶
func (s *BasicStorage) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
func (*BasicStorage) GroupVersionKind ¶
func (s *BasicStorage) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind
func (*BasicStorage) List ¶
func (s *BasicStorage) List(ctx context.Context, options *metainternal.ListOptions) (runtime.Object, error)
func (*BasicStorage) NamespaceScoped ¶
func (s *BasicStorage) NamespaceScoped() bool
func (*BasicStorage) New ¶
func (s *BasicStorage) New() runtime.Object
func (*BasicStorage) NewList ¶
func (s *BasicStorage) NewList() runtime.Object
type Creater ¶
type Creater struct {
*BasicStorage
}
Click to show internal directories.
Click to hide internal directories.