v1alpha1

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudShellLister

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

CloudShellLister helps list CloudShells. All objects returned here must be treated as read-only.

func NewCloudShellLister

func NewCloudShellLister(indexer cache.Indexer) CloudShellLister

NewCloudShellLister returns a new CloudShellLister.

type CloudShellListerExpansion

type CloudShellListerExpansion interface{}

CloudShellListerExpansion allows custom methods to be added to CloudShellLister.

type CloudShellNamespaceLister

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

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

type CloudShellNamespaceListerExpansion

type CloudShellNamespaceListerExpansion interface{}

CloudShellNamespaceListerExpansion allows custom methods to be added to CloudShellNamespaceLister.

Jump to

Keyboard shortcuts

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