usermenu

package
v0.0.41 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

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.DiscoveryInterface, 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 (*AvailableStorage) New

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.DiscoveryInterface, ns string) *Storage

func (*Storage) ConvertToTable

func (r *Storage) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error)

func (*Storage) Create

func (r *Storage) Create(ctx context.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (runtime.Object, error)

func (*Storage) Delete added in v0.0.3

func (r *Storage) Delete(ctx context.Context, name string, deleteValidation rest.ValidateObjectFunc, options *metav1.DeleteOptions) (runtime.Object, bool, error)

func (*Storage) Destroy added in v0.0.7

func (r *Storage) Destroy()

func (*Storage) Get

func (r *Storage) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error)

func (*Storage) GetSingularName added in v0.0.41

func (r *Storage) GetSingularName() string

func (*Storage) GroupVersionKind

func (r *Storage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind

func (*Storage) List

func (*Storage) NamespaceScoped

func (r *Storage) NamespaceScoped() bool

func (*Storage) New

func (r *Storage) New() runtime.Object

func (*Storage) NewList

func (r *Storage) NewList() runtime.Object

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL