Documentation ¶
Index ¶
- type AutoSnapshotPolicyAttachmentLister
- type AutoSnapshotPolicyAttachmentListerExpansion
- type AutoSnapshotPolicyAttachmentNamespaceLister
- type AutoSnapshotPolicyAttachmentNamespaceListerExpansion
- type AutoSnapshotPolicyLister
- type AutoSnapshotPolicyListerExpansion
- type AutoSnapshotPolicyNamespaceLister
- type AutoSnapshotPolicyNamespaceListerExpansion
- type CommandLister
- type CommandListerExpansion
- type CommandNamespaceLister
- type CommandNamespaceListerExpansion
- type DedicatedHostClusterLister
- type DedicatedHostClusterListerExpansion
- type DedicatedHostClusterNamespaceLister
- type DedicatedHostClusterNamespaceListerExpansion
- type DedicatedHostLister
- type DedicatedHostListerExpansion
- type DedicatedHostNamespaceLister
- type DedicatedHostNamespaceListerExpansion
- type DeploymentSetLister
- type DeploymentSetListerExpansion
- type DeploymentSetNamespaceLister
- type DeploymentSetNamespaceListerExpansion
- type DiskAttachmentLister
- type DiskAttachmentListerExpansion
- type DiskAttachmentNamespaceLister
- type DiskAttachmentNamespaceListerExpansion
- type DiskLister
- type DiskListerExpansion
- type DiskNamespaceLister
- type DiskNamespaceListerExpansion
- type HpcClusterLister
- type HpcClusterListerExpansion
- type HpcClusterNamespaceLister
- type HpcClusterNamespaceListerExpansion
- type ImageComponentLister
- type ImageComponentListerExpansion
- type ImageComponentNamespaceLister
- type ImageComponentNamespaceListerExpansion
- type KeyPairAttachmentLister
- type KeyPairAttachmentListerExpansion
- type KeyPairAttachmentNamespaceLister
- type KeyPairAttachmentNamespaceListerExpansion
- type KeyPairLister
- type KeyPairListerExpansion
- type KeyPairNamespaceLister
- type KeyPairNamespaceListerExpansion
- type LaunchTemplateLister
- type LaunchTemplateListerExpansion
- type LaunchTemplateNamespaceLister
- type LaunchTemplateNamespaceListerExpansion
- type NetworkInterfaceAttachmentLister
- type NetworkInterfaceAttachmentListerExpansion
- type NetworkInterfaceAttachmentNamespaceLister
- type NetworkInterfaceAttachmentNamespaceListerExpansion
- type NetworkInterfaceLister
- type NetworkInterfaceListerExpansion
- type NetworkInterfaceNamespaceLister
- type NetworkInterfaceNamespaceListerExpansion
- type PrefixListLister
- type PrefixListListerExpansion
- type PrefixListNamespaceLister
- type PrefixListNamespaceListerExpansion
- type SessionManagerStatusLister
- type SessionManagerStatusListerExpansion
- type SessionManagerStatusNamespaceLister
- type SessionManagerStatusNamespaceListerExpansion
- type SnapshotLister
- type SnapshotListerExpansion
- type SnapshotNamespaceLister
- type SnapshotNamespaceListerExpansion
- type StorageCapacityUnitLister
- type StorageCapacityUnitListerExpansion
- type StorageCapacityUnitNamespaceLister
- type StorageCapacityUnitNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoSnapshotPolicyAttachmentLister ¶
type AutoSnapshotPolicyAttachmentLister interface { // List lists all AutoSnapshotPolicyAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoSnapshotPolicyAttachment, err error) // AutoSnapshotPolicyAttachments returns an object that can list and get AutoSnapshotPolicyAttachments. AutoSnapshotPolicyAttachments(namespace string) AutoSnapshotPolicyAttachmentNamespaceLister AutoSnapshotPolicyAttachmentListerExpansion }
AutoSnapshotPolicyAttachmentLister helps list AutoSnapshotPolicyAttachments. All objects returned here must be treated as read-only.
func NewAutoSnapshotPolicyAttachmentLister ¶
func NewAutoSnapshotPolicyAttachmentLister(indexer cache.Indexer) AutoSnapshotPolicyAttachmentLister
NewAutoSnapshotPolicyAttachmentLister returns a new AutoSnapshotPolicyAttachmentLister.
type AutoSnapshotPolicyAttachmentListerExpansion ¶
type AutoSnapshotPolicyAttachmentListerExpansion interface{}
AutoSnapshotPolicyAttachmentListerExpansion allows custom methods to be added to AutoSnapshotPolicyAttachmentLister.
type AutoSnapshotPolicyAttachmentNamespaceLister ¶
type AutoSnapshotPolicyAttachmentNamespaceLister interface { // List lists all AutoSnapshotPolicyAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoSnapshotPolicyAttachment, err error) // Get retrieves the AutoSnapshotPolicyAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AutoSnapshotPolicyAttachment, error) AutoSnapshotPolicyAttachmentNamespaceListerExpansion }
AutoSnapshotPolicyAttachmentNamespaceLister helps list and get AutoSnapshotPolicyAttachments. All objects returned here must be treated as read-only.
type AutoSnapshotPolicyAttachmentNamespaceListerExpansion ¶
type AutoSnapshotPolicyAttachmentNamespaceListerExpansion interface{}
AutoSnapshotPolicyAttachmentNamespaceListerExpansion allows custom methods to be added to AutoSnapshotPolicyAttachmentNamespaceLister.
type AutoSnapshotPolicyLister ¶
type AutoSnapshotPolicyLister interface { // List lists all AutoSnapshotPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoSnapshotPolicy, err error) // AutoSnapshotPolicies returns an object that can list and get AutoSnapshotPolicies. AutoSnapshotPolicies(namespace string) AutoSnapshotPolicyNamespaceLister AutoSnapshotPolicyListerExpansion }
AutoSnapshotPolicyLister helps list AutoSnapshotPolicies. All objects returned here must be treated as read-only.
func NewAutoSnapshotPolicyLister ¶
func NewAutoSnapshotPolicyLister(indexer cache.Indexer) AutoSnapshotPolicyLister
NewAutoSnapshotPolicyLister returns a new AutoSnapshotPolicyLister.
type AutoSnapshotPolicyListerExpansion ¶
type AutoSnapshotPolicyListerExpansion interface{}
AutoSnapshotPolicyListerExpansion allows custom methods to be added to AutoSnapshotPolicyLister.
type AutoSnapshotPolicyNamespaceLister ¶
type AutoSnapshotPolicyNamespaceLister interface { // List lists all AutoSnapshotPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AutoSnapshotPolicy, err error) // Get retrieves the AutoSnapshotPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AutoSnapshotPolicy, error) AutoSnapshotPolicyNamespaceListerExpansion }
AutoSnapshotPolicyNamespaceLister helps list and get AutoSnapshotPolicies. All objects returned here must be treated as read-only.
type AutoSnapshotPolicyNamespaceListerExpansion ¶
type AutoSnapshotPolicyNamespaceListerExpansion interface{}
AutoSnapshotPolicyNamespaceListerExpansion allows custom methods to be added to AutoSnapshotPolicyNamespaceLister.
type CommandLister ¶
type CommandLister interface { // List lists all Commands in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Command, err error) // Commands returns an object that can list and get Commands. Commands(namespace string) CommandNamespaceLister CommandListerExpansion }
CommandLister helps list Commands. All objects returned here must be treated as read-only.
func NewCommandLister ¶
func NewCommandLister(indexer cache.Indexer) CommandLister
NewCommandLister returns a new CommandLister.
type CommandListerExpansion ¶
type CommandListerExpansion interface{}
CommandListerExpansion allows custom methods to be added to CommandLister.
type CommandNamespaceLister ¶
type CommandNamespaceLister interface { // List lists all Commands in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Command, err error) // Get retrieves the Command from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Command, error) CommandNamespaceListerExpansion }
CommandNamespaceLister helps list and get Commands. All objects returned here must be treated as read-only.
type CommandNamespaceListerExpansion ¶
type CommandNamespaceListerExpansion interface{}
CommandNamespaceListerExpansion allows custom methods to be added to CommandNamespaceLister.
type DedicatedHostClusterLister ¶ added in v0.5.0
type DedicatedHostClusterLister interface { // List lists all DedicatedHostClusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DedicatedHostCluster, err error) // DedicatedHostClusters returns an object that can list and get DedicatedHostClusters. DedicatedHostClusters(namespace string) DedicatedHostClusterNamespaceLister DedicatedHostClusterListerExpansion }
DedicatedHostClusterLister helps list DedicatedHostClusters. All objects returned here must be treated as read-only.
func NewDedicatedHostClusterLister ¶ added in v0.5.0
func NewDedicatedHostClusterLister(indexer cache.Indexer) DedicatedHostClusterLister
NewDedicatedHostClusterLister returns a new DedicatedHostClusterLister.
type DedicatedHostClusterListerExpansion ¶ added in v0.5.0
type DedicatedHostClusterListerExpansion interface{}
DedicatedHostClusterListerExpansion allows custom methods to be added to DedicatedHostClusterLister.
type DedicatedHostClusterNamespaceLister ¶ added in v0.5.0
type DedicatedHostClusterNamespaceLister interface { // List lists all DedicatedHostClusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DedicatedHostCluster, err error) // Get retrieves the DedicatedHostCluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DedicatedHostCluster, error) DedicatedHostClusterNamespaceListerExpansion }
DedicatedHostClusterNamespaceLister helps list and get DedicatedHostClusters. All objects returned here must be treated as read-only.
type DedicatedHostClusterNamespaceListerExpansion ¶ added in v0.5.0
type DedicatedHostClusterNamespaceListerExpansion interface{}
DedicatedHostClusterNamespaceListerExpansion allows custom methods to be added to DedicatedHostClusterNamespaceLister.
type DedicatedHostLister ¶
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 ¶
func NewDedicatedHostLister(indexer cache.Indexer) DedicatedHostLister
NewDedicatedHostLister returns a new DedicatedHostLister.
type DedicatedHostListerExpansion ¶
type DedicatedHostListerExpansion interface{}
DedicatedHostListerExpansion allows custom methods to be added to DedicatedHostLister.
type DedicatedHostNamespaceLister ¶
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 ¶
type DedicatedHostNamespaceListerExpansion interface{}
DedicatedHostNamespaceListerExpansion allows custom methods to be added to DedicatedHostNamespaceLister.
type DeploymentSetLister ¶ added in v0.4.0
type DeploymentSetLister interface { // List lists all DeploymentSets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DeploymentSet, err error) // DeploymentSets returns an object that can list and get DeploymentSets. DeploymentSets(namespace string) DeploymentSetNamespaceLister DeploymentSetListerExpansion }
DeploymentSetLister helps list DeploymentSets. All objects returned here must be treated as read-only.
func NewDeploymentSetLister ¶ added in v0.4.0
func NewDeploymentSetLister(indexer cache.Indexer) DeploymentSetLister
NewDeploymentSetLister returns a new DeploymentSetLister.
type DeploymentSetListerExpansion ¶ added in v0.4.0
type DeploymentSetListerExpansion interface{}
DeploymentSetListerExpansion allows custom methods to be added to DeploymentSetLister.
type DeploymentSetNamespaceLister ¶ added in v0.4.0
type DeploymentSetNamespaceLister interface { // List lists all DeploymentSets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DeploymentSet, err error) // Get retrieves the DeploymentSet from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DeploymentSet, error) DeploymentSetNamespaceListerExpansion }
DeploymentSetNamespaceLister helps list and get DeploymentSets. All objects returned here must be treated as read-only.
type DeploymentSetNamespaceListerExpansion ¶ added in v0.4.0
type DeploymentSetNamespaceListerExpansion interface{}
DeploymentSetNamespaceListerExpansion allows custom methods to be added to DeploymentSetNamespaceLister.
type DiskAttachmentLister ¶
type DiskAttachmentLister interface { // List lists all DiskAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DiskAttachment, err error) // DiskAttachments returns an object that can list and get DiskAttachments. DiskAttachments(namespace string) DiskAttachmentNamespaceLister DiskAttachmentListerExpansion }
DiskAttachmentLister helps list DiskAttachments. All objects returned here must be treated as read-only.
func NewDiskAttachmentLister ¶
func NewDiskAttachmentLister(indexer cache.Indexer) DiskAttachmentLister
NewDiskAttachmentLister returns a new DiskAttachmentLister.
type DiskAttachmentListerExpansion ¶
type DiskAttachmentListerExpansion interface{}
DiskAttachmentListerExpansion allows custom methods to be added to DiskAttachmentLister.
type DiskAttachmentNamespaceLister ¶
type DiskAttachmentNamespaceLister interface { // List lists all DiskAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DiskAttachment, err error) // Get retrieves the DiskAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DiskAttachment, error) DiskAttachmentNamespaceListerExpansion }
DiskAttachmentNamespaceLister helps list and get DiskAttachments. All objects returned here must be treated as read-only.
type DiskAttachmentNamespaceListerExpansion ¶
type DiskAttachmentNamespaceListerExpansion interface{}
DiskAttachmentNamespaceListerExpansion allows custom methods to be added to DiskAttachmentNamespaceLister.
type DiskLister ¶
type DiskLister interface { // List lists all Disks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Disk, err error) // Disks returns an object that can list and get Disks. Disks(namespace string) DiskNamespaceLister DiskListerExpansion }
DiskLister helps list Disks. All objects returned here must be treated as read-only.
func NewDiskLister ¶
func NewDiskLister(indexer cache.Indexer) DiskLister
NewDiskLister returns a new DiskLister.
type DiskListerExpansion ¶
type DiskListerExpansion interface{}
DiskListerExpansion allows custom methods to be added to DiskLister.
type DiskNamespaceLister ¶
type DiskNamespaceLister interface { // List lists all Disks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Disk, err error) // Get retrieves the Disk from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Disk, error) DiskNamespaceListerExpansion }
DiskNamespaceLister helps list and get Disks. All objects returned here must be treated as read-only.
type DiskNamespaceListerExpansion ¶
type DiskNamespaceListerExpansion interface{}
DiskNamespaceListerExpansion allows custom methods to be added to DiskNamespaceLister.
type HpcClusterLister ¶
type HpcClusterLister interface { // List lists all HpcClusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.HpcCluster, err error) // HpcClusters returns an object that can list and get HpcClusters. HpcClusters(namespace string) HpcClusterNamespaceLister HpcClusterListerExpansion }
HpcClusterLister helps list HpcClusters. All objects returned here must be treated as read-only.
func NewHpcClusterLister ¶
func NewHpcClusterLister(indexer cache.Indexer) HpcClusterLister
NewHpcClusterLister returns a new HpcClusterLister.
type HpcClusterListerExpansion ¶
type HpcClusterListerExpansion interface{}
HpcClusterListerExpansion allows custom methods to be added to HpcClusterLister.
type HpcClusterNamespaceLister ¶
type HpcClusterNamespaceLister interface { // List lists all HpcClusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.HpcCluster, err error) // Get retrieves the HpcCluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.HpcCluster, error) HpcClusterNamespaceListerExpansion }
HpcClusterNamespaceLister helps list and get HpcClusters. All objects returned here must be treated as read-only.
type HpcClusterNamespaceListerExpansion ¶
type HpcClusterNamespaceListerExpansion interface{}
HpcClusterNamespaceListerExpansion allows custom methods to be added to HpcClusterNamespaceLister.
type ImageComponentLister ¶ added in v0.5.0
type ImageComponentLister interface { // List lists all ImageComponents in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ImageComponent, err error) // ImageComponents returns an object that can list and get ImageComponents. ImageComponents(namespace string) ImageComponentNamespaceLister ImageComponentListerExpansion }
ImageComponentLister helps list ImageComponents. All objects returned here must be treated as read-only.
func NewImageComponentLister ¶ added in v0.5.0
func NewImageComponentLister(indexer cache.Indexer) ImageComponentLister
NewImageComponentLister returns a new ImageComponentLister.
type ImageComponentListerExpansion ¶ added in v0.5.0
type ImageComponentListerExpansion interface{}
ImageComponentListerExpansion allows custom methods to be added to ImageComponentLister.
type ImageComponentNamespaceLister ¶ added in v0.5.0
type ImageComponentNamespaceLister interface { // List lists all ImageComponents in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ImageComponent, err error) // Get retrieves the ImageComponent from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ImageComponent, error) ImageComponentNamespaceListerExpansion }
ImageComponentNamespaceLister helps list and get ImageComponents. All objects returned here must be treated as read-only.
type ImageComponentNamespaceListerExpansion ¶ added in v0.5.0
type ImageComponentNamespaceListerExpansion interface{}
ImageComponentNamespaceListerExpansion allows custom methods to be added to ImageComponentNamespaceLister.
type KeyPairAttachmentLister ¶
type KeyPairAttachmentLister interface { // List lists all KeyPairAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyPairAttachment, err error) // KeyPairAttachments returns an object that can list and get KeyPairAttachments. KeyPairAttachments(namespace string) KeyPairAttachmentNamespaceLister KeyPairAttachmentListerExpansion }
KeyPairAttachmentLister helps list KeyPairAttachments. All objects returned here must be treated as read-only.
func NewKeyPairAttachmentLister ¶
func NewKeyPairAttachmentLister(indexer cache.Indexer) KeyPairAttachmentLister
NewKeyPairAttachmentLister returns a new KeyPairAttachmentLister.
type KeyPairAttachmentListerExpansion ¶
type KeyPairAttachmentListerExpansion interface{}
KeyPairAttachmentListerExpansion allows custom methods to be added to KeyPairAttachmentLister.
type KeyPairAttachmentNamespaceLister ¶
type KeyPairAttachmentNamespaceLister interface { // List lists all KeyPairAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyPairAttachment, err error) // Get retrieves the KeyPairAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeyPairAttachment, error) KeyPairAttachmentNamespaceListerExpansion }
KeyPairAttachmentNamespaceLister helps list and get KeyPairAttachments. All objects returned here must be treated as read-only.
type KeyPairAttachmentNamespaceListerExpansion ¶
type KeyPairAttachmentNamespaceListerExpansion interface{}
KeyPairAttachmentNamespaceListerExpansion allows custom methods to be added to KeyPairAttachmentNamespaceLister.
type KeyPairLister ¶
type KeyPairLister interface { // List lists all KeyPairs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyPair, err error) // KeyPairs returns an object that can list and get KeyPairs. KeyPairs(namespace string) KeyPairNamespaceLister KeyPairListerExpansion }
KeyPairLister helps list KeyPairs. All objects returned here must be treated as read-only.
func NewKeyPairLister ¶
func NewKeyPairLister(indexer cache.Indexer) KeyPairLister
NewKeyPairLister returns a new KeyPairLister.
type KeyPairListerExpansion ¶
type KeyPairListerExpansion interface{}
KeyPairListerExpansion allows custom methods to be added to KeyPairLister.
type KeyPairNamespaceLister ¶
type KeyPairNamespaceLister interface { // List lists all KeyPairs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KeyPair, err error) // Get retrieves the KeyPair from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KeyPair, error) KeyPairNamespaceListerExpansion }
KeyPairNamespaceLister helps list and get KeyPairs. All objects returned here must be treated as read-only.
type KeyPairNamespaceListerExpansion ¶
type KeyPairNamespaceListerExpansion interface{}
KeyPairNamespaceListerExpansion allows custom methods to be added to KeyPairNamespaceLister.
type LaunchTemplateLister ¶
type LaunchTemplateLister interface { // List lists all LaunchTemplates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LaunchTemplate, err error) // LaunchTemplates returns an object that can list and get LaunchTemplates. LaunchTemplates(namespace string) LaunchTemplateNamespaceLister LaunchTemplateListerExpansion }
LaunchTemplateLister helps list LaunchTemplates. All objects returned here must be treated as read-only.
func NewLaunchTemplateLister ¶
func NewLaunchTemplateLister(indexer cache.Indexer) LaunchTemplateLister
NewLaunchTemplateLister returns a new LaunchTemplateLister.
type LaunchTemplateListerExpansion ¶
type LaunchTemplateListerExpansion interface{}
LaunchTemplateListerExpansion allows custom methods to be added to LaunchTemplateLister.
type LaunchTemplateNamespaceLister ¶
type LaunchTemplateNamespaceLister interface { // List lists all LaunchTemplates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LaunchTemplate, err error) // Get retrieves the LaunchTemplate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LaunchTemplate, error) LaunchTemplateNamespaceListerExpansion }
LaunchTemplateNamespaceLister helps list and get LaunchTemplates. All objects returned here must be treated as read-only.
type LaunchTemplateNamespaceListerExpansion ¶
type LaunchTemplateNamespaceListerExpansion interface{}
LaunchTemplateNamespaceListerExpansion allows custom methods to be added to LaunchTemplateNamespaceLister.
type NetworkInterfaceAttachmentLister ¶
type NetworkInterfaceAttachmentLister interface { // List lists all NetworkInterfaceAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NetworkInterfaceAttachment, err error) // NetworkInterfaceAttachments returns an object that can list and get NetworkInterfaceAttachments. NetworkInterfaceAttachments(namespace string) NetworkInterfaceAttachmentNamespaceLister NetworkInterfaceAttachmentListerExpansion }
NetworkInterfaceAttachmentLister helps list NetworkInterfaceAttachments. All objects returned here must be treated as read-only.
func NewNetworkInterfaceAttachmentLister ¶
func NewNetworkInterfaceAttachmentLister(indexer cache.Indexer) NetworkInterfaceAttachmentLister
NewNetworkInterfaceAttachmentLister returns a new NetworkInterfaceAttachmentLister.
type NetworkInterfaceAttachmentListerExpansion ¶
type NetworkInterfaceAttachmentListerExpansion interface{}
NetworkInterfaceAttachmentListerExpansion allows custom methods to be added to NetworkInterfaceAttachmentLister.
type NetworkInterfaceAttachmentNamespaceLister ¶
type NetworkInterfaceAttachmentNamespaceLister interface { // List lists all NetworkInterfaceAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NetworkInterfaceAttachment, err error) // Get retrieves the NetworkInterfaceAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NetworkInterfaceAttachment, error) NetworkInterfaceAttachmentNamespaceListerExpansion }
NetworkInterfaceAttachmentNamespaceLister helps list and get NetworkInterfaceAttachments. All objects returned here must be treated as read-only.
type NetworkInterfaceAttachmentNamespaceListerExpansion ¶
type NetworkInterfaceAttachmentNamespaceListerExpansion interface{}
NetworkInterfaceAttachmentNamespaceListerExpansion allows custom methods to be added to NetworkInterfaceAttachmentNamespaceLister.
type NetworkInterfaceLister ¶
type NetworkInterfaceLister interface { // List lists all NetworkInterfaces in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NetworkInterface, err error) // NetworkInterfaces returns an object that can list and get NetworkInterfaces. NetworkInterfaces(namespace string) NetworkInterfaceNamespaceLister NetworkInterfaceListerExpansion }
NetworkInterfaceLister helps list NetworkInterfaces. All objects returned here must be treated as read-only.
func NewNetworkInterfaceLister ¶
func NewNetworkInterfaceLister(indexer cache.Indexer) NetworkInterfaceLister
NewNetworkInterfaceLister returns a new NetworkInterfaceLister.
type NetworkInterfaceListerExpansion ¶
type NetworkInterfaceListerExpansion interface{}
NetworkInterfaceListerExpansion allows custom methods to be added to NetworkInterfaceLister.
type NetworkInterfaceNamespaceLister ¶
type NetworkInterfaceNamespaceLister interface { // List lists all NetworkInterfaces in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NetworkInterface, err error) // Get retrieves the NetworkInterface from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NetworkInterface, error) NetworkInterfaceNamespaceListerExpansion }
NetworkInterfaceNamespaceLister helps list and get NetworkInterfaces. All objects returned here must be treated as read-only.
type NetworkInterfaceNamespaceListerExpansion ¶
type NetworkInterfaceNamespaceListerExpansion interface{}
NetworkInterfaceNamespaceListerExpansion allows custom methods to be added to NetworkInterfaceNamespaceLister.
type PrefixListLister ¶ added in v0.5.0
type PrefixListLister interface { // List lists all PrefixLists in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrefixList, err error) // PrefixLists returns an object that can list and get PrefixLists. PrefixLists(namespace string) PrefixListNamespaceLister PrefixListListerExpansion }
PrefixListLister helps list PrefixLists. All objects returned here must be treated as read-only.
func NewPrefixListLister ¶ added in v0.5.0
func NewPrefixListLister(indexer cache.Indexer) PrefixListLister
NewPrefixListLister returns a new PrefixListLister.
type PrefixListListerExpansion ¶ added in v0.5.0
type PrefixListListerExpansion interface{}
PrefixListListerExpansion allows custom methods to be added to PrefixListLister.
type PrefixListNamespaceLister ¶ added in v0.5.0
type PrefixListNamespaceLister interface { // List lists all PrefixLists in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrefixList, err error) // Get retrieves the PrefixList from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PrefixList, error) PrefixListNamespaceListerExpansion }
PrefixListNamespaceLister helps list and get PrefixLists. All objects returned here must be treated as read-only.
type PrefixListNamespaceListerExpansion ¶ added in v0.5.0
type PrefixListNamespaceListerExpansion interface{}
PrefixListNamespaceListerExpansion allows custom methods to be added to PrefixListNamespaceLister.
type SessionManagerStatusLister ¶ added in v0.5.0
type SessionManagerStatusLister interface { // List lists all SessionManagerStatuses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SessionManagerStatus, err error) // SessionManagerStatuses returns an object that can list and get SessionManagerStatuses. SessionManagerStatuses(namespace string) SessionManagerStatusNamespaceLister SessionManagerStatusListerExpansion }
SessionManagerStatusLister helps list SessionManagerStatuses. All objects returned here must be treated as read-only.
func NewSessionManagerStatusLister ¶ added in v0.5.0
func NewSessionManagerStatusLister(indexer cache.Indexer) SessionManagerStatusLister
NewSessionManagerStatusLister returns a new SessionManagerStatusLister.
type SessionManagerStatusListerExpansion ¶ added in v0.5.0
type SessionManagerStatusListerExpansion interface{}
SessionManagerStatusListerExpansion allows custom methods to be added to SessionManagerStatusLister.
type SessionManagerStatusNamespaceLister ¶ added in v0.5.0
type SessionManagerStatusNamespaceLister interface { // List lists all SessionManagerStatuses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SessionManagerStatus, err error) // Get retrieves the SessionManagerStatus from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SessionManagerStatus, error) SessionManagerStatusNamespaceListerExpansion }
SessionManagerStatusNamespaceLister helps list and get SessionManagerStatuses. All objects returned here must be treated as read-only.
type SessionManagerStatusNamespaceListerExpansion ¶ added in v0.5.0
type SessionManagerStatusNamespaceListerExpansion interface{}
SessionManagerStatusNamespaceListerExpansion allows custom methods to be added to SessionManagerStatusNamespaceLister.
type SnapshotLister ¶
type SnapshotLister interface { // List lists all Snapshots in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Snapshot, err error) // Snapshots returns an object that can list and get Snapshots. Snapshots(namespace string) SnapshotNamespaceLister SnapshotListerExpansion }
SnapshotLister helps list Snapshots. All objects returned here must be treated as read-only.
func NewSnapshotLister ¶
func NewSnapshotLister(indexer cache.Indexer) SnapshotLister
NewSnapshotLister returns a new SnapshotLister.
type SnapshotListerExpansion ¶
type SnapshotListerExpansion interface{}
SnapshotListerExpansion allows custom methods to be added to SnapshotLister.
type SnapshotNamespaceLister ¶
type SnapshotNamespaceLister interface { // List lists all Snapshots in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Snapshot, err error) // Get retrieves the Snapshot from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Snapshot, error) SnapshotNamespaceListerExpansion }
SnapshotNamespaceLister helps list and get Snapshots. All objects returned here must be treated as read-only.
type SnapshotNamespaceListerExpansion ¶
type SnapshotNamespaceListerExpansion interface{}
SnapshotNamespaceListerExpansion allows custom methods to be added to SnapshotNamespaceLister.
type StorageCapacityUnitLister ¶ added in v0.5.0
type StorageCapacityUnitLister interface { // List lists all StorageCapacityUnits in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StorageCapacityUnit, err error) // StorageCapacityUnits returns an object that can list and get StorageCapacityUnits. StorageCapacityUnits(namespace string) StorageCapacityUnitNamespaceLister StorageCapacityUnitListerExpansion }
StorageCapacityUnitLister helps list StorageCapacityUnits. All objects returned here must be treated as read-only.
func NewStorageCapacityUnitLister ¶ added in v0.5.0
func NewStorageCapacityUnitLister(indexer cache.Indexer) StorageCapacityUnitLister
NewStorageCapacityUnitLister returns a new StorageCapacityUnitLister.
type StorageCapacityUnitListerExpansion ¶ added in v0.5.0
type StorageCapacityUnitListerExpansion interface{}
StorageCapacityUnitListerExpansion allows custom methods to be added to StorageCapacityUnitLister.
type StorageCapacityUnitNamespaceLister ¶ added in v0.5.0
type StorageCapacityUnitNamespaceLister interface { // List lists all StorageCapacityUnits in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StorageCapacityUnit, err error) // Get retrieves the StorageCapacityUnit from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.StorageCapacityUnit, error) StorageCapacityUnitNamespaceListerExpansion }
StorageCapacityUnitNamespaceLister helps list and get StorageCapacityUnits. All objects returned here must be treated as read-only.
type StorageCapacityUnitNamespaceListerExpansion ¶ added in v0.5.0
type StorageCapacityUnitNamespaceListerExpansion interface{}
StorageCapacityUnitNamespaceListerExpansion allows custom methods to be added to StorageCapacityUnitNamespaceLister.
Source Files ¶
- autosnapshotpolicy.go
- autosnapshotpolicyattachment.go
- command.go
- dedicatedhost.go
- dedicatedhostcluster.go
- deploymentset.go
- disk.go
- diskattachment.go
- expansion_generated.go
- hpccluster.go
- imagecomponent.go
- keypair.go
- keypairattachment.go
- launchtemplate.go
- networkinterface.go
- networkinterfaceattachment.go
- prefixlist.go
- sessionmanagerstatus.go
- snapshot.go
- storagecapacityunit.go