Documentation ¶
Index ¶
- type AvailableStorage
- type Storage
- func (r *Storage) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error)
- func (r *Storage) Destroy()
- func (r *Storage) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
- func (r *Storage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
- func (r *Storage) List(ctx context.Context, options *metainternalversion.ListOptions) (runtime.Object, error)
- func (r *Storage) NamespaceScoped() bool
- func (r *Storage) New() runtime.Object
- func (r *Storage) NewList() runtime.Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableStorage ¶ added in v0.0.3
type AvailableStorage struct {
// contains filtered or unexported fields
}
func NewAvailableStorage ¶ added in v0.0.3
func NewAvailableStorage(kc client.Client, disco discovery.ServerResourcesInterface) *AvailableStorage
func (*AvailableStorage) Destroy ¶ added in v0.0.7
func (r *AvailableStorage) Destroy()
func (*AvailableStorage) Get ¶ added in v0.0.3
func (r *AvailableStorage) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
func (*AvailableStorage) GroupVersionKind ¶ added in v0.0.3
func (r *AvailableStorage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
func (*AvailableStorage) New ¶ added in v0.0.3
func (r *AvailableStorage) New() runtime.Object
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage(kc client.Client, disco discovery.ServerResourcesInterface) *Storage
func (*Storage) ConvertToTable ¶
func (*Storage) GroupVersionKind ¶
func (r *Storage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
func (*Storage) List ¶
func (r *Storage) List(ctx context.Context, options *metainternalversion.ListOptions) (runtime.Object, error)
func (*Storage) NamespaceScoped ¶
Click to show internal directories.
Click to hide internal directories.