Documentation ¶
Index ¶
- type ClusterDefinitionLister
- type ClusterDefinitionListerExpansion
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type ComponentDefinitionLister
- type ComponentDefinitionListerExpansion
- type ComponentLister
- type ComponentListerExpansion
- type ComponentNamespaceLister
- type ComponentNamespaceListerExpansion
- type ComponentVersionLister
- type ComponentVersionListerExpansion
- type ConfigConstraintLister
- type ConfigConstraintListerExpansion
- 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 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 ComponentDefinitionLister ¶ added in v0.8.0
type ComponentDefinitionLister interface { // List lists all ComponentDefinitions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ComponentDefinition, err error) // Get retrieves the ComponentDefinition from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ComponentDefinition, error) ComponentDefinitionListerExpansion }
ComponentDefinitionLister helps list ComponentDefinitions. All objects returned here must be treated as read-only.
func NewComponentDefinitionLister ¶ added in v0.8.0
func NewComponentDefinitionLister(indexer cache.Indexer) ComponentDefinitionLister
NewComponentDefinitionLister returns a new ComponentDefinitionLister.
type ComponentDefinitionListerExpansion ¶ added in v0.8.0
type ComponentDefinitionListerExpansion interface{}
ComponentDefinitionListerExpansion allows custom methods to be added to ComponentDefinitionLister.
type ComponentLister ¶ added in v0.8.0
type ComponentLister interface { // List lists all Components in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Component, err error) // Components returns an object that can list and get Components. Components(namespace string) ComponentNamespaceLister ComponentListerExpansion }
ComponentLister helps list Components. All objects returned here must be treated as read-only.
func NewComponentLister ¶ added in v0.8.0
func NewComponentLister(indexer cache.Indexer) ComponentLister
NewComponentLister returns a new ComponentLister.
type ComponentListerExpansion ¶ added in v0.8.0
type ComponentListerExpansion interface{}
ComponentListerExpansion allows custom methods to be added to ComponentLister.
type ComponentNamespaceLister ¶ added in v0.8.0
type ComponentNamespaceLister interface { // List lists all Components in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Component, err error) // Get retrieves the Component from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Component, error) ComponentNamespaceListerExpansion }
ComponentNamespaceLister helps list and get Components. All objects returned here must be treated as read-only.
type ComponentNamespaceListerExpansion ¶ added in v0.8.0
type ComponentNamespaceListerExpansion interface{}
ComponentNamespaceListerExpansion allows custom methods to be added to ComponentNamespaceLister.
type ComponentVersionLister ¶ added in v0.9.0
type ComponentVersionLister interface { // List lists all ComponentVersions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ComponentVersion, err error) // Get retrieves the ComponentVersion from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ComponentVersion, error) ComponentVersionListerExpansion }
ComponentVersionLister helps list ComponentVersions. All objects returned here must be treated as read-only.
func NewComponentVersionLister ¶ added in v0.9.0
func NewComponentVersionLister(indexer cache.Indexer) ComponentVersionLister
NewComponentVersionLister returns a new ComponentVersionLister.
type ComponentVersionListerExpansion ¶ added in v0.9.0
type ComponentVersionListerExpansion interface{}
ComponentVersionListerExpansion allows custom methods to be added to ComponentVersionLister.
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 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.