Documentation ¶
Index ¶
- type IPPoolLister
- type IPPoolListerExpansion
- type IPPoolNamespaceLister
- type IPPoolNamespaceListerExpansion
- type VirtualMachineLister
- type VirtualMachineListerExpansion
- type VirtualMachineMigrationLister
- type VirtualMachineMigrationListerExpansion
- type VirtualMachineMigrationNamespaceLister
- type VirtualMachineMigrationNamespaceListerExpansion
- type VirtualMachineNamespaceLister
- type VirtualMachineNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPPoolLister ¶ added in v0.11.0
type IPPoolLister interface { // List lists all IPPools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.IPPool, err error) // IPPools returns an object that can list and get IPPools. IPPools(namespace string) IPPoolNamespaceLister IPPoolListerExpansion }
IPPoolLister helps list IPPools. All objects returned here must be treated as read-only.
func NewIPPoolLister ¶ added in v0.11.0
func NewIPPoolLister(indexer cache.Indexer) IPPoolLister
NewIPPoolLister returns a new IPPoolLister.
type IPPoolListerExpansion ¶ added in v0.11.0
type IPPoolListerExpansion interface{}
IPPoolListerExpansion allows custom methods to be added to IPPoolLister.
type IPPoolNamespaceLister ¶ added in v0.11.0
type IPPoolNamespaceLister interface { // List lists all IPPools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.IPPool, err error) // Get retrieves the IPPool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.IPPool, error) IPPoolNamespaceListerExpansion }
IPPoolNamespaceLister helps list and get IPPools. All objects returned here must be treated as read-only.
type IPPoolNamespaceListerExpansion ¶ added in v0.11.0
type IPPoolNamespaceListerExpansion interface{}
IPPoolNamespaceListerExpansion allows custom methods to be added to IPPoolNamespaceLister.
type VirtualMachineLister ¶
type VirtualMachineLister interface { // List lists all VirtualMachines in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VirtualMachine, err error) // VirtualMachines returns an object that can list and get VirtualMachines. VirtualMachines(namespace string) VirtualMachineNamespaceLister VirtualMachineListerExpansion }
VirtualMachineLister helps list VirtualMachines. All objects returned here must be treated as read-only.
func NewVirtualMachineLister ¶
func NewVirtualMachineLister(indexer cache.Indexer) VirtualMachineLister
NewVirtualMachineLister returns a new VirtualMachineLister.
type VirtualMachineListerExpansion ¶
type VirtualMachineListerExpansion interface{}
VirtualMachineListerExpansion allows custom methods to be added to VirtualMachineLister.
type VirtualMachineMigrationLister ¶
type VirtualMachineMigrationLister interface { // List lists all VirtualMachineMigrations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VirtualMachineMigration, err error) // VirtualMachineMigrations returns an object that can list and get VirtualMachineMigrations. VirtualMachineMigrations(namespace string) VirtualMachineMigrationNamespaceLister VirtualMachineMigrationListerExpansion }
VirtualMachineMigrationLister helps list VirtualMachineMigrations. All objects returned here must be treated as read-only.
func NewVirtualMachineMigrationLister ¶
func NewVirtualMachineMigrationLister(indexer cache.Indexer) VirtualMachineMigrationLister
NewVirtualMachineMigrationLister returns a new VirtualMachineMigrationLister.
type VirtualMachineMigrationListerExpansion ¶
type VirtualMachineMigrationListerExpansion interface{}
VirtualMachineMigrationListerExpansion allows custom methods to be added to VirtualMachineMigrationLister.
type VirtualMachineMigrationNamespaceLister ¶
type VirtualMachineMigrationNamespaceLister interface { // List lists all VirtualMachineMigrations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VirtualMachineMigration, err error) // Get retrieves the VirtualMachineMigration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.VirtualMachineMigration, error) VirtualMachineMigrationNamespaceListerExpansion }
VirtualMachineMigrationNamespaceLister helps list and get VirtualMachineMigrations. All objects returned here must be treated as read-only.
type VirtualMachineMigrationNamespaceListerExpansion ¶
type VirtualMachineMigrationNamespaceListerExpansion interface{}
VirtualMachineMigrationNamespaceListerExpansion allows custom methods to be added to VirtualMachineMigrationNamespaceLister.
type VirtualMachineNamespaceLister ¶
type VirtualMachineNamespaceLister interface { // List lists all VirtualMachines in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VirtualMachine, err error) // Get retrieves the VirtualMachine from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.VirtualMachine, error) VirtualMachineNamespaceListerExpansion }
VirtualMachineNamespaceLister helps list and get VirtualMachines. All objects returned here must be treated as read-only.
type VirtualMachineNamespaceListerExpansion ¶
type VirtualMachineNamespaceListerExpansion interface{}
VirtualMachineNamespaceListerExpansion allows custom methods to be added to VirtualMachineNamespaceLister.