Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterWorkspaceLister ¶ added in v0.6.0
type ClusterWorkspaceLister interface { // List lists all ClusterWorkspaces in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterWorkspace, err error) // ListWithContext lists all ClusterWorkspaces in the indexer. // Objects returned here must be treated as read-only. ListWithContext(ctx context.Context, selector labels.Selector) (ret []*v1alpha1.ClusterWorkspace, err error) // Get retrieves the ClusterWorkspace from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterWorkspace, error) // GetWithContext retrieves the ClusterWorkspace from the index for a given name. // Objects returned here must be treated as read-only. GetWithContext(ctx context.Context, name string) (*v1alpha1.ClusterWorkspace, error) ClusterWorkspaceListerExpansion }
ClusterWorkspaceLister helps list ClusterWorkspaces. All objects returned here must be treated as read-only.
func NewClusterWorkspaceLister ¶ added in v0.6.0
func NewClusterWorkspaceLister(indexer cache.Indexer) ClusterWorkspaceLister
NewClusterWorkspaceLister returns a new ClusterWorkspaceLister.
type ClusterWorkspaceListerExpansion ¶ added in v0.6.0
type ClusterWorkspaceListerExpansion interface{}
ClusterWorkspaceListerExpansion allows custom methods to be added to ClusterWorkspaceLister.
type ClusterWorkspaceTypeLister ¶ added in v0.6.0
type ClusterWorkspaceTypeLister interface { // List lists all ClusterWorkspaceTypes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterWorkspaceType, err error) // ListWithContext lists all ClusterWorkspaceTypes in the indexer. // Objects returned here must be treated as read-only. ListWithContext(ctx context.Context, selector labels.Selector) (ret []*v1alpha1.ClusterWorkspaceType, err error) // Get retrieves the ClusterWorkspaceType from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterWorkspaceType, error) // GetWithContext retrieves the ClusterWorkspaceType from the index for a given name. // Objects returned here must be treated as read-only. GetWithContext(ctx context.Context, name string) (*v1alpha1.ClusterWorkspaceType, error) ClusterWorkspaceTypeListerExpansion }
ClusterWorkspaceTypeLister helps list ClusterWorkspaceTypes. All objects returned here must be treated as read-only.
func NewClusterWorkspaceTypeLister ¶ added in v0.6.0
func NewClusterWorkspaceTypeLister(indexer cache.Indexer) ClusterWorkspaceTypeLister
NewClusterWorkspaceTypeLister returns a new ClusterWorkspaceTypeLister.
type ClusterWorkspaceTypeListerExpansion ¶ added in v0.6.0
type ClusterWorkspaceTypeListerExpansion interface{}
ClusterWorkspaceTypeListerExpansion allows custom methods to be added to ClusterWorkspaceTypeLister.
type WorkspaceShardLister ¶
type WorkspaceShardLister interface { // List lists all WorkspaceShards in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkspaceShard, err error) // ListWithContext lists all WorkspaceShards in the indexer. // Objects returned here must be treated as read-only. ListWithContext(ctx context.Context, selector labels.Selector) (ret []*v1alpha1.WorkspaceShard, err error) // Get retrieves the WorkspaceShard from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkspaceShard, error) // GetWithContext retrieves the WorkspaceShard from the index for a given name. // Objects returned here must be treated as read-only. GetWithContext(ctx context.Context, name string) (*v1alpha1.WorkspaceShard, error) WorkspaceShardListerExpansion }
WorkspaceShardLister helps list WorkspaceShards. All objects returned here must be treated as read-only.
func NewWorkspaceShardLister ¶
func NewWorkspaceShardLister(indexer cache.Indexer) WorkspaceShardLister
NewWorkspaceShardLister returns a new WorkspaceShardLister.
type WorkspaceShardListerExpansion ¶
type WorkspaceShardListerExpansion interface{}
WorkspaceShardListerExpansion allows custom methods to be added to WorkspaceShardLister.