Documentation ¶
Index ¶
- type DedicatedHostAccountLister
- type DedicatedHostAccountListerExpansion
- type DedicatedHostAccountNamespaceLister
- type DedicatedHostAccountNamespaceListerExpansion
- type DedicatedHostGroupLister
- type DedicatedHostGroupListerExpansion
- type DedicatedHostGroupNamespaceLister
- type DedicatedHostGroupNamespaceListerExpansion
- type DedicatedHostLister
- type DedicatedHostListerExpansion
- type DedicatedHostNamespaceLister
- type DedicatedHostNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DedicatedHostAccountLister ¶ added in v0.5.0
type DedicatedHostAccountLister interface { // List lists all DedicatedHostAccounts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DedicatedHostAccount, err error) // DedicatedHostAccounts returns an object that can list and get DedicatedHostAccounts. DedicatedHostAccounts(namespace string) DedicatedHostAccountNamespaceLister DedicatedHostAccountListerExpansion }
DedicatedHostAccountLister helps list DedicatedHostAccounts. All objects returned here must be treated as read-only.
func NewDedicatedHostAccountLister ¶ added in v0.5.0
func NewDedicatedHostAccountLister(indexer cache.Indexer) DedicatedHostAccountLister
NewDedicatedHostAccountLister returns a new DedicatedHostAccountLister.
type DedicatedHostAccountListerExpansion ¶ added in v0.5.0
type DedicatedHostAccountListerExpansion interface{}
DedicatedHostAccountListerExpansion allows custom methods to be added to DedicatedHostAccountLister.
type DedicatedHostAccountNamespaceLister ¶ added in v0.5.0
type DedicatedHostAccountNamespaceLister interface { // List lists all DedicatedHostAccounts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DedicatedHostAccount, err error) // Get retrieves the DedicatedHostAccount from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DedicatedHostAccount, error) DedicatedHostAccountNamespaceListerExpansion }
DedicatedHostAccountNamespaceLister helps list and get DedicatedHostAccounts. All objects returned here must be treated as read-only.
type DedicatedHostAccountNamespaceListerExpansion ¶ added in v0.5.0
type DedicatedHostAccountNamespaceListerExpansion interface{}
DedicatedHostAccountNamespaceListerExpansion allows custom methods to be added to DedicatedHostAccountNamespaceLister.
type DedicatedHostGroupLister ¶
type DedicatedHostGroupLister interface { // List lists all DedicatedHostGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DedicatedHostGroup, err error) // DedicatedHostGroups returns an object that can list and get DedicatedHostGroups. DedicatedHostGroups(namespace string) DedicatedHostGroupNamespaceLister DedicatedHostGroupListerExpansion }
DedicatedHostGroupLister helps list DedicatedHostGroups. All objects returned here must be treated as read-only.
func NewDedicatedHostGroupLister ¶
func NewDedicatedHostGroupLister(indexer cache.Indexer) DedicatedHostGroupLister
NewDedicatedHostGroupLister returns a new DedicatedHostGroupLister.
type DedicatedHostGroupListerExpansion ¶
type DedicatedHostGroupListerExpansion interface{}
DedicatedHostGroupListerExpansion allows custom methods to be added to DedicatedHostGroupLister.
type DedicatedHostGroupNamespaceLister ¶
type DedicatedHostGroupNamespaceLister interface { // List lists all DedicatedHostGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DedicatedHostGroup, err error) // Get retrieves the DedicatedHostGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DedicatedHostGroup, error) DedicatedHostGroupNamespaceListerExpansion }
DedicatedHostGroupNamespaceLister helps list and get DedicatedHostGroups. All objects returned here must be treated as read-only.
type DedicatedHostGroupNamespaceListerExpansion ¶
type DedicatedHostGroupNamespaceListerExpansion interface{}
DedicatedHostGroupNamespaceListerExpansion allows custom methods to be added to DedicatedHostGroupNamespaceLister.
type DedicatedHostLister ¶ added in v0.5.0
type DedicatedHostLister interface { // List lists all DedicatedHosts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DedicatedHost, err error) // DedicatedHosts returns an object that can list and get DedicatedHosts. DedicatedHosts(namespace string) DedicatedHostNamespaceLister DedicatedHostListerExpansion }
DedicatedHostLister helps list DedicatedHosts. All objects returned here must be treated as read-only.
func NewDedicatedHostLister ¶ added in v0.5.0
func NewDedicatedHostLister(indexer cache.Indexer) DedicatedHostLister
NewDedicatedHostLister returns a new DedicatedHostLister.
type DedicatedHostListerExpansion ¶ added in v0.5.0
type DedicatedHostListerExpansion interface{}
DedicatedHostListerExpansion allows custom methods to be added to DedicatedHostLister.
type DedicatedHostNamespaceLister ¶ added in v0.5.0
type DedicatedHostNamespaceLister interface { // List lists all DedicatedHosts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DedicatedHost, err error) // Get retrieves the DedicatedHost from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DedicatedHost, error) DedicatedHostNamespaceListerExpansion }
DedicatedHostNamespaceLister helps list and get DedicatedHosts. All objects returned here must be treated as read-only.
type DedicatedHostNamespaceListerExpansion ¶ added in v0.5.0
type DedicatedHostNamespaceListerExpansion interface{}
DedicatedHostNamespaceListerExpansion allows custom methods to be added to DedicatedHostNamespaceLister.