Documentation ¶
Index ¶
- type ClusterInstanceLister
- type ClusterInstanceListerExpansion
- type ClusterInstanceNamespaceLister
- type ClusterInstanceNamespaceListerExpansion
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type ClusterParameterGroupLister
- type ClusterParameterGroupListerExpansion
- type ClusterParameterGroupNamespaceLister
- type ClusterParameterGroupNamespaceListerExpansion
- type ClusterSnapshotLister
- type ClusterSnapshotListerExpansion
- type ClusterSnapshotNamespaceLister
- type ClusterSnapshotNamespaceListerExpansion
- type GlobalClusterLister
- type GlobalClusterListerExpansion
- type GlobalClusterNamespaceLister
- type GlobalClusterNamespaceListerExpansion
- type SubnetGroupLister
- type SubnetGroupListerExpansion
- type SubnetGroupNamespaceLister
- type SubnetGroupNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterInstanceLister ¶
type ClusterInstanceLister interface { // List lists all ClusterInstances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterInstance, err error) // ClusterInstances returns an object that can list and get ClusterInstances. ClusterInstances(namespace string) ClusterInstanceNamespaceLister ClusterInstanceListerExpansion }
ClusterInstanceLister helps list ClusterInstances. All objects returned here must be treated as read-only.
func NewClusterInstanceLister ¶
func NewClusterInstanceLister(indexer cache.Indexer) ClusterInstanceLister
NewClusterInstanceLister returns a new ClusterInstanceLister.
type ClusterInstanceListerExpansion ¶
type ClusterInstanceListerExpansion interface{}
ClusterInstanceListerExpansion allows custom methods to be added to ClusterInstanceLister.
type ClusterInstanceNamespaceLister ¶
type ClusterInstanceNamespaceLister interface { // List lists all ClusterInstances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterInstance, err error) // Get retrieves the ClusterInstance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterInstance, error) ClusterInstanceNamespaceListerExpansion }
ClusterInstanceNamespaceLister helps list and get ClusterInstances. All objects returned here must be treated as read-only.
type ClusterInstanceNamespaceListerExpansion ¶
type ClusterInstanceNamespaceListerExpansion interface{}
ClusterInstanceNamespaceListerExpansion allows custom methods to be added to ClusterInstanceNamespaceLister.
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 ClusterParameterGroupLister ¶
type ClusterParameterGroupLister interface { // List lists all ClusterParameterGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterParameterGroup, err error) // ClusterParameterGroups returns an object that can list and get ClusterParameterGroups. ClusterParameterGroups(namespace string) ClusterParameterGroupNamespaceLister ClusterParameterGroupListerExpansion }
ClusterParameterGroupLister helps list ClusterParameterGroups. All objects returned here must be treated as read-only.
func NewClusterParameterGroupLister ¶
func NewClusterParameterGroupLister(indexer cache.Indexer) ClusterParameterGroupLister
NewClusterParameterGroupLister returns a new ClusterParameterGroupLister.
type ClusterParameterGroupListerExpansion ¶
type ClusterParameterGroupListerExpansion interface{}
ClusterParameterGroupListerExpansion allows custom methods to be added to ClusterParameterGroupLister.
type ClusterParameterGroupNamespaceLister ¶
type ClusterParameterGroupNamespaceLister interface { // List lists all ClusterParameterGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterParameterGroup, err error) // Get retrieves the ClusterParameterGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterParameterGroup, error) ClusterParameterGroupNamespaceListerExpansion }
ClusterParameterGroupNamespaceLister helps list and get ClusterParameterGroups. All objects returned here must be treated as read-only.
type ClusterParameterGroupNamespaceListerExpansion ¶
type ClusterParameterGroupNamespaceListerExpansion interface{}
ClusterParameterGroupNamespaceListerExpansion allows custom methods to be added to ClusterParameterGroupNamespaceLister.
type ClusterSnapshotLister ¶
type ClusterSnapshotLister interface { // List lists all ClusterSnapshots in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterSnapshot, err error) // ClusterSnapshots returns an object that can list and get ClusterSnapshots. ClusterSnapshots(namespace string) ClusterSnapshotNamespaceLister ClusterSnapshotListerExpansion }
ClusterSnapshotLister helps list ClusterSnapshots. All objects returned here must be treated as read-only.
func NewClusterSnapshotLister ¶
func NewClusterSnapshotLister(indexer cache.Indexer) ClusterSnapshotLister
NewClusterSnapshotLister returns a new ClusterSnapshotLister.
type ClusterSnapshotListerExpansion ¶
type ClusterSnapshotListerExpansion interface{}
ClusterSnapshotListerExpansion allows custom methods to be added to ClusterSnapshotLister.
type ClusterSnapshotNamespaceLister ¶
type ClusterSnapshotNamespaceLister interface { // List lists all ClusterSnapshots in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterSnapshot, err error) // Get retrieves the ClusterSnapshot from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterSnapshot, error) ClusterSnapshotNamespaceListerExpansion }
ClusterSnapshotNamespaceLister helps list and get ClusterSnapshots. All objects returned here must be treated as read-only.
type ClusterSnapshotNamespaceListerExpansion ¶
type ClusterSnapshotNamespaceListerExpansion interface{}
ClusterSnapshotNamespaceListerExpansion allows custom methods to be added to ClusterSnapshotNamespaceLister.
type GlobalClusterLister ¶ added in v0.5.0
type GlobalClusterLister interface { // List lists all GlobalClusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GlobalCluster, err error) // GlobalClusters returns an object that can list and get GlobalClusters. GlobalClusters(namespace string) GlobalClusterNamespaceLister GlobalClusterListerExpansion }
GlobalClusterLister helps list GlobalClusters. All objects returned here must be treated as read-only.
func NewGlobalClusterLister ¶ added in v0.5.0
func NewGlobalClusterLister(indexer cache.Indexer) GlobalClusterLister
NewGlobalClusterLister returns a new GlobalClusterLister.
type GlobalClusterListerExpansion ¶ added in v0.5.0
type GlobalClusterListerExpansion interface{}
GlobalClusterListerExpansion allows custom methods to be added to GlobalClusterLister.
type GlobalClusterNamespaceLister ¶ added in v0.5.0
type GlobalClusterNamespaceLister interface { // List lists all GlobalClusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GlobalCluster, err error) // Get retrieves the GlobalCluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GlobalCluster, error) GlobalClusterNamespaceListerExpansion }
GlobalClusterNamespaceLister helps list and get GlobalClusters. All objects returned here must be treated as read-only.
type GlobalClusterNamespaceListerExpansion ¶ added in v0.5.0
type GlobalClusterNamespaceListerExpansion interface{}
GlobalClusterNamespaceListerExpansion allows custom methods to be added to GlobalClusterNamespaceLister.
type SubnetGroupLister ¶
type SubnetGroupLister interface { // List lists all SubnetGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubnetGroup, err error) // SubnetGroups returns an object that can list and get SubnetGroups. SubnetGroups(namespace string) SubnetGroupNamespaceLister SubnetGroupListerExpansion }
SubnetGroupLister helps list SubnetGroups. All objects returned here must be treated as read-only.
func NewSubnetGroupLister ¶
func NewSubnetGroupLister(indexer cache.Indexer) SubnetGroupLister
NewSubnetGroupLister returns a new SubnetGroupLister.
type SubnetGroupListerExpansion ¶
type SubnetGroupListerExpansion interface{}
SubnetGroupListerExpansion allows custom methods to be added to SubnetGroupLister.
type SubnetGroupNamespaceLister ¶
type SubnetGroupNamespaceLister interface { // List lists all SubnetGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubnetGroup, err error) // Get retrieves the SubnetGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SubnetGroup, error) SubnetGroupNamespaceListerExpansion }
SubnetGroupNamespaceLister helps list and get SubnetGroups. All objects returned here must be treated as read-only.
type SubnetGroupNamespaceListerExpansion ¶
type SubnetGroupNamespaceListerExpansion interface{}
SubnetGroupNamespaceListerExpansion allows custom methods to be added to SubnetGroupNamespaceLister.