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) Create(ctx context.Context, obj runtime.Object, ...) (runtime.Object, error)
- func (r *Storage) Delete(ctx context.Context, name string, deleteValidation rest.ValidateObjectFunc, ...) (runtime.Object, bool, 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 *internalversion.ListOptions) (runtime.Object, error)
- func (r *Storage) NamespaceScoped() bool
- func (r *Storage) New() runtime.Object
- func (r *Storage) NewList() runtime.Object
- func (r *Storage) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableStorage ¶
type AvailableStorage struct {
// contains filtered or unexported fields
}
func NewAvailableStorage ¶
func NewAvailableStorage(kc client.Client, disco discovery.ServerResourcesInterface, ns string) *AvailableStorage
func (*AvailableStorage) Destroy ¶ added in v0.0.7
func (r *AvailableStorage) Destroy()
func (*AvailableStorage) Get ¶
func (r *AvailableStorage) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
func (*AvailableStorage) GroupVersionKind ¶
func (r *AvailableStorage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
func (*AvailableStorage) New ¶
func (r *AvailableStorage) New() runtime.Object
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
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 *internalversion.ListOptions) (runtime.Object, error)
func (*Storage) NamespaceScoped ¶
func (*Storage) Update ¶
func (r *Storage) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc, forceAllowCreate bool, options *metav1.UpdateOptions) (runtime.Object, bool, error)
Click to show internal directories.
Click to hide internal directories.