Documentation ¶
Index ¶
- type BackupPolicyTemplateLister
- type BackupPolicyTemplateListerExpansion
- type ClusterDefinitionLister
- type ClusterDefinitionListerExpansion
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type ClusterVersionLister
- type ClusterVersionListerExpansion
- type ComponentClassDefinitionLister
- type ComponentClassDefinitionListerExpansion
- type ComponentResourceConstraintLister
- type ComponentResourceConstraintListerExpansion
- type ConfigConstraintLister
- type ConfigConstraintListerExpansion
- type OpsRequestLister
- type OpsRequestListerExpansion
- type OpsRequestNamespaceLister
- type OpsRequestNamespaceListerExpansion
- type ServiceDescriptorLister
- type ServiceDescriptorListerExpansion
- type ServiceDescriptorNamespaceLister
- type ServiceDescriptorNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupPolicyTemplateLister ¶
type BackupPolicyTemplateLister interface { // List lists all BackupPolicyTemplates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BackupPolicyTemplate, err error) // Get retrieves the BackupPolicyTemplate from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BackupPolicyTemplate, error) BackupPolicyTemplateListerExpansion }
BackupPolicyTemplateLister helps list BackupPolicyTemplates. All objects returned here must be treated as read-only.
func NewBackupPolicyTemplateLister ¶
func NewBackupPolicyTemplateLister(indexer cache.Indexer) BackupPolicyTemplateLister
NewBackupPolicyTemplateLister returns a new BackupPolicyTemplateLister.
type BackupPolicyTemplateListerExpansion ¶
type BackupPolicyTemplateListerExpansion interface{}
BackupPolicyTemplateListerExpansion allows custom methods to be added to BackupPolicyTemplateLister.
type ClusterDefinitionLister ¶
type ClusterDefinitionLister interface { // List lists all ClusterDefinitions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterDefinition, err error) // Get retrieves the ClusterDefinition from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterDefinition, error) ClusterDefinitionListerExpansion }
ClusterDefinitionLister helps list ClusterDefinitions. All objects returned here must be treated as read-only.
func NewClusterDefinitionLister ¶
func NewClusterDefinitionLister(indexer cache.Indexer) ClusterDefinitionLister
NewClusterDefinitionLister returns a new ClusterDefinitionLister.
type ClusterDefinitionListerExpansion ¶
type ClusterDefinitionListerExpansion interface{}
ClusterDefinitionListerExpansion allows custom methods to be added to ClusterDefinitionLister.
type ClusterLister ¶
type ClusterLister interface { // List lists all Clusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error) // Clusters returns an object that can list and get Clusters. Clusters(namespace string) ClusterNamespaceLister ClusterListerExpansion }
ClusterLister helps list Clusters. All objects returned here must be treated as read-only.
func NewClusterLister ¶
func NewClusterLister(indexer cache.Indexer) ClusterLister
NewClusterLister returns a new ClusterLister.
type ClusterListerExpansion ¶
type ClusterListerExpansion interface{}
ClusterListerExpansion allows custom methods to be added to ClusterLister.
type ClusterNamespaceLister ¶
type ClusterNamespaceLister interface { // List lists all Clusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error) // Get retrieves the Cluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Cluster, error) ClusterNamespaceListerExpansion }
ClusterNamespaceLister helps list and get Clusters. All objects returned here must be treated as read-only.
type ClusterNamespaceListerExpansion ¶
type ClusterNamespaceListerExpansion interface{}
ClusterNamespaceListerExpansion allows custom methods to be added to ClusterNamespaceLister.
type ClusterVersionLister ¶
type ClusterVersionLister interface { // List lists all ClusterVersions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterVersion, err error) // Get retrieves the ClusterVersion from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterVersion, error) ClusterVersionListerExpansion }
ClusterVersionLister helps list ClusterVersions. All objects returned here must be treated as read-only.
func NewClusterVersionLister ¶
func NewClusterVersionLister(indexer cache.Indexer) ClusterVersionLister
NewClusterVersionLister returns a new ClusterVersionLister.
type ClusterVersionListerExpansion ¶
type ClusterVersionListerExpansion interface{}
ClusterVersionListerExpansion allows custom methods to be added to ClusterVersionLister.
type ComponentClassDefinitionLister ¶
type ComponentClassDefinitionLister interface { // List lists all ComponentClassDefinitions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ComponentClassDefinition, err error) // Get retrieves the ComponentClassDefinition from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ComponentClassDefinition, error) ComponentClassDefinitionListerExpansion }
ComponentClassDefinitionLister helps list ComponentClassDefinitions. All objects returned here must be treated as read-only.
func NewComponentClassDefinitionLister ¶
func NewComponentClassDefinitionLister(indexer cache.Indexer) ComponentClassDefinitionLister
NewComponentClassDefinitionLister returns a new ComponentClassDefinitionLister.
type ComponentClassDefinitionListerExpansion ¶
type ComponentClassDefinitionListerExpansion interface{}
ComponentClassDefinitionListerExpansion allows custom methods to be added to ComponentClassDefinitionLister.
type ComponentResourceConstraintLister ¶
type ComponentResourceConstraintLister interface { // List lists all ComponentResourceConstraints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ComponentResourceConstraint, err error) // Get retrieves the ComponentResourceConstraint from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ComponentResourceConstraint, error) ComponentResourceConstraintListerExpansion }
ComponentResourceConstraintLister helps list ComponentResourceConstraints. All objects returned here must be treated as read-only.
func NewComponentResourceConstraintLister ¶
func NewComponentResourceConstraintLister(indexer cache.Indexer) ComponentResourceConstraintLister
NewComponentResourceConstraintLister returns a new ComponentResourceConstraintLister.
type ComponentResourceConstraintListerExpansion ¶
type ComponentResourceConstraintListerExpansion interface{}
ComponentResourceConstraintListerExpansion allows custom methods to be added to ComponentResourceConstraintLister.
type ConfigConstraintLister ¶
type ConfigConstraintLister interface { // List lists all ConfigConstraints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigConstraint, err error) // Get retrieves the ConfigConstraint from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConfigConstraint, error) ConfigConstraintListerExpansion }
ConfigConstraintLister helps list ConfigConstraints. All objects returned here must be treated as read-only.
func NewConfigConstraintLister ¶
func NewConfigConstraintLister(indexer cache.Indexer) ConfigConstraintLister
NewConfigConstraintLister returns a new ConfigConstraintLister.
type ConfigConstraintListerExpansion ¶
type ConfigConstraintListerExpansion interface{}
ConfigConstraintListerExpansion allows custom methods to be added to ConfigConstraintLister.
type OpsRequestLister ¶
type OpsRequestLister interface { // List lists all OpsRequests in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpsRequest, err error) // OpsRequests returns an object that can list and get OpsRequests. OpsRequests(namespace string) OpsRequestNamespaceLister OpsRequestListerExpansion }
OpsRequestLister helps list OpsRequests. All objects returned here must be treated as read-only.
func NewOpsRequestLister ¶
func NewOpsRequestLister(indexer cache.Indexer) OpsRequestLister
NewOpsRequestLister returns a new OpsRequestLister.
type OpsRequestListerExpansion ¶
type OpsRequestListerExpansion interface{}
OpsRequestListerExpansion allows custom methods to be added to OpsRequestLister.
type OpsRequestNamespaceLister ¶
type OpsRequestNamespaceLister interface { // List lists all OpsRequests in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpsRequest, err error) // Get retrieves the OpsRequest from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OpsRequest, error) OpsRequestNamespaceListerExpansion }
OpsRequestNamespaceLister helps list and get OpsRequests. All objects returned here must be treated as read-only.
type OpsRequestNamespaceListerExpansion ¶
type OpsRequestNamespaceListerExpansion interface{}
OpsRequestNamespaceListerExpansion allows custom methods to be added to OpsRequestNamespaceLister.
type ServiceDescriptorLister ¶ added in v0.7.0
type ServiceDescriptorLister interface { // List lists all ServiceDescriptors in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceDescriptor, err error) // ServiceDescriptors returns an object that can list and get ServiceDescriptors. ServiceDescriptors(namespace string) ServiceDescriptorNamespaceLister ServiceDescriptorListerExpansion }
ServiceDescriptorLister helps list ServiceDescriptors. All objects returned here must be treated as read-only.
func NewServiceDescriptorLister ¶ added in v0.7.0
func NewServiceDescriptorLister(indexer cache.Indexer) ServiceDescriptorLister
NewServiceDescriptorLister returns a new ServiceDescriptorLister.
type ServiceDescriptorListerExpansion ¶ added in v0.7.0
type ServiceDescriptorListerExpansion interface{}
ServiceDescriptorListerExpansion allows custom methods to be added to ServiceDescriptorLister.
type ServiceDescriptorNamespaceLister ¶ added in v0.7.0
type ServiceDescriptorNamespaceLister interface { // List lists all ServiceDescriptors in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceDescriptor, err error) // Get retrieves the ServiceDescriptor from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServiceDescriptor, error) ServiceDescriptorNamespaceListerExpansion }
ServiceDescriptorNamespaceLister helps list and get ServiceDescriptors. All objects returned here must be treated as read-only.
type ServiceDescriptorNamespaceListerExpansion ¶ added in v0.7.0
type ServiceDescriptorNamespaceListerExpansion interface{}
ServiceDescriptorNamespaceListerExpansion allows custom methods to be added to ServiceDescriptorNamespaceLister.