v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WorkspaceCustomerManagedKeyLister added in v0.5.0

type WorkspaceCustomerManagedKeyLister interface {
	// List lists all WorkspaceCustomerManagedKeys in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.WorkspaceCustomerManagedKey, err error)
	// WorkspaceCustomerManagedKeys returns an object that can list and get WorkspaceCustomerManagedKeys.
	WorkspaceCustomerManagedKeys(namespace string) WorkspaceCustomerManagedKeyNamespaceLister
	WorkspaceCustomerManagedKeyListerExpansion
}

WorkspaceCustomerManagedKeyLister helps list WorkspaceCustomerManagedKeys. All objects returned here must be treated as read-only.

func NewWorkspaceCustomerManagedKeyLister added in v0.5.0

func NewWorkspaceCustomerManagedKeyLister(indexer cache.Indexer) WorkspaceCustomerManagedKeyLister

NewWorkspaceCustomerManagedKeyLister returns a new WorkspaceCustomerManagedKeyLister.

type WorkspaceCustomerManagedKeyListerExpansion added in v0.5.0

type WorkspaceCustomerManagedKeyListerExpansion interface{}

WorkspaceCustomerManagedKeyListerExpansion allows custom methods to be added to WorkspaceCustomerManagedKeyLister.

type WorkspaceCustomerManagedKeyNamespaceLister added in v0.5.0

type WorkspaceCustomerManagedKeyNamespaceLister interface {
	// List lists all WorkspaceCustomerManagedKeys in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.WorkspaceCustomerManagedKey, err error)
	// Get retrieves the WorkspaceCustomerManagedKey from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.WorkspaceCustomerManagedKey, error)
	WorkspaceCustomerManagedKeyNamespaceListerExpansion
}

WorkspaceCustomerManagedKeyNamespaceLister helps list and get WorkspaceCustomerManagedKeys. All objects returned here must be treated as read-only.

type WorkspaceCustomerManagedKeyNamespaceListerExpansion added in v0.5.0

type WorkspaceCustomerManagedKeyNamespaceListerExpansion interface{}

WorkspaceCustomerManagedKeyNamespaceListerExpansion allows custom methods to be added to WorkspaceCustomerManagedKeyNamespaceLister.

type WorkspaceLister

type WorkspaceLister interface {
	// List lists all Workspaces in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Workspace, err error)
	// Workspaces returns an object that can list and get Workspaces.
	Workspaces(namespace string) WorkspaceNamespaceLister
	WorkspaceListerExpansion
}

WorkspaceLister helps list Workspaces. All objects returned here must be treated as read-only.

func NewWorkspaceLister

func NewWorkspaceLister(indexer cache.Indexer) WorkspaceLister

NewWorkspaceLister returns a new WorkspaceLister.

type WorkspaceListerExpansion

type WorkspaceListerExpansion interface{}

WorkspaceListerExpansion allows custom methods to be added to WorkspaceLister.

type WorkspaceNamespaceLister

type WorkspaceNamespaceLister interface {
	// List lists all Workspaces in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Workspace, err error)
	// Get retrieves the Workspace from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Workspace, error)
	WorkspaceNamespaceListerExpansion
}

WorkspaceNamespaceLister helps list and get Workspaces. All objects returned here must be treated as read-only.

type WorkspaceNamespaceListerExpansion

type WorkspaceNamespaceListerExpansion interface{}

WorkspaceNamespaceListerExpansion allows custom methods to be added to WorkspaceNamespaceLister.

Jump to

Keyboard shortcuts

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