Documentation ¶
Index ¶
- type AssignmentDedicatedHostLister
- type AssignmentDedicatedHostListerExpansion
- type AssignmentDedicatedHostNamespaceLister
- type AssignmentDedicatedHostNamespaceListerExpansion
- type AssignmentVirtualMachineLister
- type AssignmentVirtualMachineListerExpansion
- type AssignmentVirtualMachineNamespaceLister
- type AssignmentVirtualMachineNamespaceListerExpansion
- type AssignmentVirtualMachineScaleSetLister
- type AssignmentVirtualMachineScaleSetListerExpansion
- type AssignmentVirtualMachineScaleSetNamespaceLister
- type AssignmentVirtualMachineScaleSetNamespaceListerExpansion
- type ConfigurationLister
- type ConfigurationListerExpansion
- type ConfigurationNamespaceLister
- type ConfigurationNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignmentDedicatedHostLister ¶
type AssignmentDedicatedHostLister interface { // List lists all AssignmentDedicatedHosts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AssignmentDedicatedHost, err error) // AssignmentDedicatedHosts returns an object that can list and get AssignmentDedicatedHosts. AssignmentDedicatedHosts(namespace string) AssignmentDedicatedHostNamespaceLister AssignmentDedicatedHostListerExpansion }
AssignmentDedicatedHostLister helps list AssignmentDedicatedHosts. All objects returned here must be treated as read-only.
func NewAssignmentDedicatedHostLister ¶
func NewAssignmentDedicatedHostLister(indexer cache.Indexer) AssignmentDedicatedHostLister
NewAssignmentDedicatedHostLister returns a new AssignmentDedicatedHostLister.
type AssignmentDedicatedHostListerExpansion ¶
type AssignmentDedicatedHostListerExpansion interface{}
AssignmentDedicatedHostListerExpansion allows custom methods to be added to AssignmentDedicatedHostLister.
type AssignmentDedicatedHostNamespaceLister ¶
type AssignmentDedicatedHostNamespaceLister interface { // List lists all AssignmentDedicatedHosts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AssignmentDedicatedHost, err error) // Get retrieves the AssignmentDedicatedHost from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AssignmentDedicatedHost, error) AssignmentDedicatedHostNamespaceListerExpansion }
AssignmentDedicatedHostNamespaceLister helps list and get AssignmentDedicatedHosts. All objects returned here must be treated as read-only.
type AssignmentDedicatedHostNamespaceListerExpansion ¶
type AssignmentDedicatedHostNamespaceListerExpansion interface{}
AssignmentDedicatedHostNamespaceListerExpansion allows custom methods to be added to AssignmentDedicatedHostNamespaceLister.
type AssignmentVirtualMachineLister ¶
type AssignmentVirtualMachineLister interface { // List lists all AssignmentVirtualMachines in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AssignmentVirtualMachine, err error) // AssignmentVirtualMachines returns an object that can list and get AssignmentVirtualMachines. AssignmentVirtualMachines(namespace string) AssignmentVirtualMachineNamespaceLister AssignmentVirtualMachineListerExpansion }
AssignmentVirtualMachineLister helps list AssignmentVirtualMachines. All objects returned here must be treated as read-only.
func NewAssignmentVirtualMachineLister ¶
func NewAssignmentVirtualMachineLister(indexer cache.Indexer) AssignmentVirtualMachineLister
NewAssignmentVirtualMachineLister returns a new AssignmentVirtualMachineLister.
type AssignmentVirtualMachineListerExpansion ¶
type AssignmentVirtualMachineListerExpansion interface{}
AssignmentVirtualMachineListerExpansion allows custom methods to be added to AssignmentVirtualMachineLister.
type AssignmentVirtualMachineNamespaceLister ¶
type AssignmentVirtualMachineNamespaceLister interface { // List lists all AssignmentVirtualMachines in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AssignmentVirtualMachine, err error) // Get retrieves the AssignmentVirtualMachine from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AssignmentVirtualMachine, error) AssignmentVirtualMachineNamespaceListerExpansion }
AssignmentVirtualMachineNamespaceLister helps list and get AssignmentVirtualMachines. All objects returned here must be treated as read-only.
type AssignmentVirtualMachineNamespaceListerExpansion ¶
type AssignmentVirtualMachineNamespaceListerExpansion interface{}
AssignmentVirtualMachineNamespaceListerExpansion allows custom methods to be added to AssignmentVirtualMachineNamespaceLister.
type AssignmentVirtualMachineScaleSetLister ¶ added in v0.5.0
type AssignmentVirtualMachineScaleSetLister interface { // List lists all AssignmentVirtualMachineScaleSets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AssignmentVirtualMachineScaleSet, err error) // AssignmentVirtualMachineScaleSets returns an object that can list and get AssignmentVirtualMachineScaleSets. AssignmentVirtualMachineScaleSets(namespace string) AssignmentVirtualMachineScaleSetNamespaceLister AssignmentVirtualMachineScaleSetListerExpansion }
AssignmentVirtualMachineScaleSetLister helps list AssignmentVirtualMachineScaleSets. All objects returned here must be treated as read-only.
func NewAssignmentVirtualMachineScaleSetLister ¶ added in v0.5.0
func NewAssignmentVirtualMachineScaleSetLister(indexer cache.Indexer) AssignmentVirtualMachineScaleSetLister
NewAssignmentVirtualMachineScaleSetLister returns a new AssignmentVirtualMachineScaleSetLister.
type AssignmentVirtualMachineScaleSetListerExpansion ¶ added in v0.5.0
type AssignmentVirtualMachineScaleSetListerExpansion interface{}
AssignmentVirtualMachineScaleSetListerExpansion allows custom methods to be added to AssignmentVirtualMachineScaleSetLister.
type AssignmentVirtualMachineScaleSetNamespaceLister ¶ added in v0.5.0
type AssignmentVirtualMachineScaleSetNamespaceLister interface { // List lists all AssignmentVirtualMachineScaleSets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AssignmentVirtualMachineScaleSet, err error) // Get retrieves the AssignmentVirtualMachineScaleSet from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AssignmentVirtualMachineScaleSet, error) AssignmentVirtualMachineScaleSetNamespaceListerExpansion }
AssignmentVirtualMachineScaleSetNamespaceLister helps list and get AssignmentVirtualMachineScaleSets. All objects returned here must be treated as read-only.
type AssignmentVirtualMachineScaleSetNamespaceListerExpansion ¶ added in v0.5.0
type AssignmentVirtualMachineScaleSetNamespaceListerExpansion interface{}
AssignmentVirtualMachineScaleSetNamespaceListerExpansion allows custom methods to be added to AssignmentVirtualMachineScaleSetNamespaceLister.
type ConfigurationLister ¶
type ConfigurationLister interface { // List lists all Configurations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Configuration, err error) // Configurations returns an object that can list and get Configurations. Configurations(namespace string) ConfigurationNamespaceLister ConfigurationListerExpansion }
ConfigurationLister helps list Configurations. All objects returned here must be treated as read-only.
func NewConfigurationLister ¶
func NewConfigurationLister(indexer cache.Indexer) ConfigurationLister
NewConfigurationLister returns a new ConfigurationLister.
type ConfigurationListerExpansion ¶
type ConfigurationListerExpansion interface{}
ConfigurationListerExpansion allows custom methods to be added to ConfigurationLister.
type ConfigurationNamespaceLister ¶
type ConfigurationNamespaceLister interface { // List lists all Configurations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Configuration, err error) // Get retrieves the Configuration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Configuration, error) ConfigurationNamespaceListerExpansion }
ConfigurationNamespaceLister helps list and get Configurations. All objects returned here must be treated as read-only.
type ConfigurationNamespaceListerExpansion ¶
type ConfigurationNamespaceListerExpansion interface{}
ConfigurationNamespaceListerExpansion allows custom methods to be added to ConfigurationNamespaceLister.