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 ServiceDescriptorLister
- type ServiceDescriptorListerExpansion
- type ServiceDescriptorNamespaceLister
- type ServiceDescriptorNamespaceListerExpansion
- type ShardingDefinitionLister
- type ShardingDefinitionListerExpansion
- type SidecarDefinitionLister
- type SidecarDefinitionListerExpansion
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 []*v1.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) (*v1.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 []*v1.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 []*v1.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) (*v1.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 ¶
type ComponentDefinitionLister interface { // List lists all ComponentDefinitions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.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) (*v1.ComponentDefinition, error) ComponentDefinitionListerExpansion }
ComponentDefinitionLister helps list ComponentDefinitions. All objects returned here must be treated as read-only.
func NewComponentDefinitionLister ¶
func NewComponentDefinitionLister(indexer cache.Indexer) ComponentDefinitionLister
NewComponentDefinitionLister returns a new ComponentDefinitionLister.
type ComponentDefinitionListerExpansion ¶
type ComponentDefinitionListerExpansion interface{}
ComponentDefinitionListerExpansion allows custom methods to be added to ComponentDefinitionLister.
type ComponentLister ¶
type ComponentLister interface { // List lists all Components in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.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 ¶
func NewComponentLister(indexer cache.Indexer) ComponentLister
NewComponentLister returns a new ComponentLister.
type ComponentListerExpansion ¶
type ComponentListerExpansion interface{}
ComponentListerExpansion allows custom methods to be added to ComponentLister.
type ComponentNamespaceLister ¶
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 []*v1.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) (*v1.Component, error) ComponentNamespaceListerExpansion }
ComponentNamespaceLister helps list and get Components. All objects returned here must be treated as read-only.
type ComponentNamespaceListerExpansion ¶
type ComponentNamespaceListerExpansion interface{}
ComponentNamespaceListerExpansion allows custom methods to be added to ComponentNamespaceLister.
type ComponentVersionLister ¶
type ComponentVersionLister interface { // List lists all ComponentVersions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.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) (*v1.ComponentVersion, error) ComponentVersionListerExpansion }
ComponentVersionLister helps list ComponentVersions. All objects returned here must be treated as read-only.
func NewComponentVersionLister ¶
func NewComponentVersionLister(indexer cache.Indexer) ComponentVersionLister
NewComponentVersionLister returns a new ComponentVersionLister.
type ComponentVersionListerExpansion ¶
type ComponentVersionListerExpansion interface{}
ComponentVersionListerExpansion allows custom methods to be added to ComponentVersionLister.
type ServiceDescriptorLister ¶
type ServiceDescriptorLister interface { // List lists all ServiceDescriptors in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.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 ¶
func NewServiceDescriptorLister(indexer cache.Indexer) ServiceDescriptorLister
NewServiceDescriptorLister returns a new ServiceDescriptorLister.
type ServiceDescriptorListerExpansion ¶
type ServiceDescriptorListerExpansion interface{}
ServiceDescriptorListerExpansion allows custom methods to be added to ServiceDescriptorLister.
type ServiceDescriptorNamespaceLister ¶
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 []*v1.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) (*v1.ServiceDescriptor, error) ServiceDescriptorNamespaceListerExpansion }
ServiceDescriptorNamespaceLister helps list and get ServiceDescriptors. All objects returned here must be treated as read-only.
type ServiceDescriptorNamespaceListerExpansion ¶
type ServiceDescriptorNamespaceListerExpansion interface{}
ServiceDescriptorNamespaceListerExpansion allows custom methods to be added to ServiceDescriptorNamespaceLister.
type ShardingDefinitionLister ¶
type ShardingDefinitionLister interface { // List lists all ShardingDefinitions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.ShardingDefinition, err error) // Get retrieves the ShardingDefinition from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1.ShardingDefinition, error) ShardingDefinitionListerExpansion }
ShardingDefinitionLister helps list ShardingDefinitions. All objects returned here must be treated as read-only.
func NewShardingDefinitionLister ¶
func NewShardingDefinitionLister(indexer cache.Indexer) ShardingDefinitionLister
NewShardingDefinitionLister returns a new ShardingDefinitionLister.
type ShardingDefinitionListerExpansion ¶
type ShardingDefinitionListerExpansion interface{}
ShardingDefinitionListerExpansion allows custom methods to be added to ShardingDefinitionLister.
type SidecarDefinitionLister ¶
type SidecarDefinitionLister interface { // List lists all SidecarDefinitions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.SidecarDefinition, err error) // Get retrieves the SidecarDefinition from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1.SidecarDefinition, error) SidecarDefinitionListerExpansion }
SidecarDefinitionLister helps list SidecarDefinitions. All objects returned here must be treated as read-only.
func NewSidecarDefinitionLister ¶
func NewSidecarDefinitionLister(indexer cache.Indexer) SidecarDefinitionLister
NewSidecarDefinitionLister returns a new SidecarDefinitionLister.
type SidecarDefinitionListerExpansion ¶
type SidecarDefinitionListerExpansion interface{}
SidecarDefinitionListerExpansion allows custom methods to be added to SidecarDefinitionLister.