Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnterpriseInstanceLister ¶
type EnterpriseInstanceLister interface { // List lists all EnterpriseInstances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnterpriseInstance, err error) // EnterpriseInstances returns an object that can list and get EnterpriseInstances. EnterpriseInstances(namespace string) EnterpriseInstanceNamespaceLister EnterpriseInstanceListerExpansion }
EnterpriseInstanceLister helps list EnterpriseInstances. All objects returned here must be treated as read-only.
func NewEnterpriseInstanceLister ¶
func NewEnterpriseInstanceLister(indexer cache.Indexer) EnterpriseInstanceLister
NewEnterpriseInstanceLister returns a new EnterpriseInstanceLister.
type EnterpriseInstanceListerExpansion ¶
type EnterpriseInstanceListerExpansion interface{}
EnterpriseInstanceListerExpansion allows custom methods to be added to EnterpriseInstanceLister.
type EnterpriseInstanceNamespaceLister ¶
type EnterpriseInstanceNamespaceLister interface { // List lists all EnterpriseInstances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnterpriseInstance, err error) // Get retrieves the EnterpriseInstance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EnterpriseInstance, error) EnterpriseInstanceNamespaceListerExpansion }
EnterpriseInstanceNamespaceLister helps list and get EnterpriseInstances. All objects returned here must be treated as read-only.
type EnterpriseInstanceNamespaceListerExpansion ¶
type EnterpriseInstanceNamespaceListerExpansion interface{}
EnterpriseInstanceNamespaceListerExpansion allows custom methods to be added to EnterpriseInstanceNamespaceLister.
type EnterpriseUserLister ¶
type EnterpriseUserLister interface { // List lists all EnterpriseUsers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnterpriseUser, err error) // EnterpriseUsers returns an object that can list and get EnterpriseUsers. EnterpriseUsers(namespace string) EnterpriseUserNamespaceLister EnterpriseUserListerExpansion }
EnterpriseUserLister helps list EnterpriseUsers. All objects returned here must be treated as read-only.
func NewEnterpriseUserLister ¶
func NewEnterpriseUserLister(indexer cache.Indexer) EnterpriseUserLister
NewEnterpriseUserLister returns a new EnterpriseUserLister.
type EnterpriseUserListerExpansion ¶
type EnterpriseUserListerExpansion interface{}
EnterpriseUserListerExpansion allows custom methods to be added to EnterpriseUserLister.
type EnterpriseUserNamespaceLister ¶
type EnterpriseUserNamespaceLister interface { // List lists all EnterpriseUsers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EnterpriseUser, err error) // Get retrieves the EnterpriseUser from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EnterpriseUser, error) EnterpriseUserNamespaceListerExpansion }
EnterpriseUserNamespaceLister helps list and get EnterpriseUsers. All objects returned here must be treated as read-only.
type EnterpriseUserNamespaceListerExpansion ¶
type EnterpriseUserNamespaceListerExpansion interface{}
EnterpriseUserNamespaceListerExpansion allows custom methods to be added to EnterpriseUserNamespaceLister.