Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlueChiSystemLister ¶
type BlueChiSystemLister interface { // List lists all BlueChiSystems in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BlueChiSystem, err error) // BlueChiSystems returns an object that can list and get BlueChiSystems. BlueChiSystems(namespace string) BlueChiSystemNamespaceLister BlueChiSystemListerExpansion }
BlueChiSystemLister helps list BlueChiSystems. All objects returned here must be treated as read-only.
func NewBlueChiSystemLister ¶
func NewBlueChiSystemLister(indexer cache.Indexer) BlueChiSystemLister
NewBlueChiSystemLister returns a new BlueChiSystemLister.
type BlueChiSystemListerExpansion ¶
type BlueChiSystemListerExpansion interface{}
BlueChiSystemListerExpansion allows custom methods to be added to BlueChiSystemLister.
type BlueChiSystemNamespaceLister ¶
type BlueChiSystemNamespaceLister interface { // List lists all BlueChiSystems in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BlueChiSystem, err error) // Get retrieves the BlueChiSystem from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BlueChiSystem, error) BlueChiSystemNamespaceListerExpansion }
BlueChiSystemNamespaceLister helps list and get BlueChiSystems. All objects returned here must be treated as read-only.
type BlueChiSystemNamespaceListerExpansion ¶
type BlueChiSystemNamespaceListerExpansion interface{}
BlueChiSystemNamespaceListerExpansion allows custom methods to be added to BlueChiSystemNamespaceLister.
Click to show internal directories.
Click to hide internal directories.