Documentation
¶
Index ¶
- type ConnectClusterLister
- type ConnectClusterListerExpansion
- type ConnectClusterNamespaceLister
- type ConnectClusterNamespaceListerExpansion
- type ConnectorLister
- type ConnectorListerExpansion
- type ConnectorNamespaceLister
- type ConnectorNamespaceListerExpansion
- type RestProxyLister
- type RestProxyListerExpansion
- type RestProxyNamespaceLister
- type RestProxyNamespaceListerExpansion
- type SchemaRegistryLister
- type SchemaRegistryListerExpansion
- type SchemaRegistryNamespaceLister
- type SchemaRegistryNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectClusterLister ¶
type ConnectClusterLister interface { // List lists all ConnectClusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConnectCluster, err error) // ConnectClusters returns an object that can list and get ConnectClusters. ConnectClusters(namespace string) ConnectClusterNamespaceLister ConnectClusterListerExpansion }
ConnectClusterLister helps list ConnectClusters. All objects returned here must be treated as read-only.
func NewConnectClusterLister ¶
func NewConnectClusterLister(indexer cache.Indexer) ConnectClusterLister
NewConnectClusterLister returns a new ConnectClusterLister.
type ConnectClusterListerExpansion ¶
type ConnectClusterListerExpansion interface{}
ConnectClusterListerExpansion allows custom methods to be added to ConnectClusterLister.
type ConnectClusterNamespaceLister ¶
type ConnectClusterNamespaceLister interface { // List lists all ConnectClusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConnectCluster, err error) // Get retrieves the ConnectCluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConnectCluster, error) ConnectClusterNamespaceListerExpansion }
ConnectClusterNamespaceLister helps list and get ConnectClusters. All objects returned here must be treated as read-only.
type ConnectClusterNamespaceListerExpansion ¶
type ConnectClusterNamespaceListerExpansion interface{}
ConnectClusterNamespaceListerExpansion allows custom methods to be added to ConnectClusterNamespaceLister.
type ConnectorLister ¶
type ConnectorLister interface { // List lists all Connectors in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Connector, err error) // Connectors returns an object that can list and get Connectors. Connectors(namespace string) ConnectorNamespaceLister ConnectorListerExpansion }
ConnectorLister helps list Connectors. All objects returned here must be treated as read-only.
func NewConnectorLister ¶
func NewConnectorLister(indexer cache.Indexer) ConnectorLister
NewConnectorLister returns a new ConnectorLister.
type ConnectorListerExpansion ¶
type ConnectorListerExpansion interface{}
ConnectorListerExpansion allows custom methods to be added to ConnectorLister.
type ConnectorNamespaceLister ¶
type ConnectorNamespaceLister interface { // List lists all Connectors in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Connector, err error) // Get retrieves the Connector from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Connector, error) ConnectorNamespaceListerExpansion }
ConnectorNamespaceLister helps list and get Connectors. All objects returned here must be treated as read-only.
type ConnectorNamespaceListerExpansion ¶
type ConnectorNamespaceListerExpansion interface{}
ConnectorNamespaceListerExpansion allows custom methods to be added to ConnectorNamespaceLister.
type RestProxyLister ¶ added in v0.47.0
type RestProxyLister interface { // List lists all RestProxies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RestProxy, err error) // RestProxies returns an object that can list and get RestProxies. RestProxies(namespace string) RestProxyNamespaceLister RestProxyListerExpansion }
RestProxyLister helps list RestProxies. All objects returned here must be treated as read-only.
func NewRestProxyLister ¶ added in v0.47.0
func NewRestProxyLister(indexer cache.Indexer) RestProxyLister
NewRestProxyLister returns a new RestProxyLister.
type RestProxyListerExpansion ¶ added in v0.47.0
type RestProxyListerExpansion interface{}
RestProxyListerExpansion allows custom methods to be added to RestProxyLister.
type RestProxyNamespaceLister ¶ added in v0.47.0
type RestProxyNamespaceLister interface { // List lists all RestProxies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RestProxy, err error) // Get retrieves the RestProxy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RestProxy, error) RestProxyNamespaceListerExpansion }
RestProxyNamespaceLister helps list and get RestProxies. All objects returned here must be treated as read-only.
type RestProxyNamespaceListerExpansion ¶ added in v0.47.0
type RestProxyNamespaceListerExpansion interface{}
RestProxyNamespaceListerExpansion allows custom methods to be added to RestProxyNamespaceLister.
type SchemaRegistryLister ¶ added in v0.46.0
type SchemaRegistryLister interface { // List lists all SchemaRegistries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SchemaRegistry, err error) // SchemaRegistries returns an object that can list and get SchemaRegistries. SchemaRegistries(namespace string) SchemaRegistryNamespaceLister SchemaRegistryListerExpansion }
SchemaRegistryLister helps list SchemaRegistries. All objects returned here must be treated as read-only.
func NewSchemaRegistryLister ¶ added in v0.46.0
func NewSchemaRegistryLister(indexer cache.Indexer) SchemaRegistryLister
NewSchemaRegistryLister returns a new SchemaRegistryLister.
type SchemaRegistryListerExpansion ¶ added in v0.46.0
type SchemaRegistryListerExpansion interface{}
SchemaRegistryListerExpansion allows custom methods to be added to SchemaRegistryLister.
type SchemaRegistryNamespaceLister ¶ added in v0.46.0
type SchemaRegistryNamespaceLister interface { // List lists all SchemaRegistries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SchemaRegistry, err error) // Get retrieves the SchemaRegistry from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SchemaRegistry, error) SchemaRegistryNamespaceListerExpansion }
SchemaRegistryNamespaceLister helps list and get SchemaRegistries. All objects returned here must be treated as read-only.
type SchemaRegistryNamespaceListerExpansion ¶ added in v0.46.0
type SchemaRegistryNamespaceListerExpansion interface{}
SchemaRegistryNamespaceListerExpansion allows custom methods to be added to SchemaRegistryNamespaceLister.