Documentation
¶
Index ¶
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type GlobalReplicationGroupLister
- type GlobalReplicationGroupListerExpansion
- type GlobalReplicationGroupNamespaceLister
- type GlobalReplicationGroupNamespaceListerExpansion
- type ParameterGroupLister
- type ParameterGroupListerExpansion
- type ParameterGroupNamespaceLister
- type ParameterGroupNamespaceListerExpansion
- type ReplicationGroupLister
- type ReplicationGroupListerExpansion
- type ReplicationGroupNamespaceLister
- type ReplicationGroupNamespaceListerExpansion
- type SecurityGroupLister
- type SecurityGroupListerExpansion
- type SecurityGroupNamespaceLister
- type SecurityGroupNamespaceListerExpansion
- 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 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 GlobalReplicationGroupLister ¶
type GlobalReplicationGroupLister interface { // List lists all GlobalReplicationGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GlobalReplicationGroup, err error) // GlobalReplicationGroups returns an object that can list and get GlobalReplicationGroups. GlobalReplicationGroups(namespace string) GlobalReplicationGroupNamespaceLister GlobalReplicationGroupListerExpansion }
GlobalReplicationGroupLister helps list GlobalReplicationGroups. All objects returned here must be treated as read-only.
func NewGlobalReplicationGroupLister ¶
func NewGlobalReplicationGroupLister(indexer cache.Indexer) GlobalReplicationGroupLister
NewGlobalReplicationGroupLister returns a new GlobalReplicationGroupLister.
type GlobalReplicationGroupListerExpansion ¶
type GlobalReplicationGroupListerExpansion interface{}
GlobalReplicationGroupListerExpansion allows custom methods to be added to GlobalReplicationGroupLister.
type GlobalReplicationGroupNamespaceLister ¶
type GlobalReplicationGroupNamespaceLister interface { // List lists all GlobalReplicationGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GlobalReplicationGroup, err error) // Get retrieves the GlobalReplicationGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GlobalReplicationGroup, error) GlobalReplicationGroupNamespaceListerExpansion }
GlobalReplicationGroupNamespaceLister helps list and get GlobalReplicationGroups. All objects returned here must be treated as read-only.
type GlobalReplicationGroupNamespaceListerExpansion ¶
type GlobalReplicationGroupNamespaceListerExpansion interface{}
GlobalReplicationGroupNamespaceListerExpansion allows custom methods to be added to GlobalReplicationGroupNamespaceLister.
type ParameterGroupLister ¶
type ParameterGroupLister interface { // List lists all ParameterGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ParameterGroup, err error) // ParameterGroups returns an object that can list and get ParameterGroups. ParameterGroups(namespace string) ParameterGroupNamespaceLister ParameterGroupListerExpansion }
ParameterGroupLister helps list ParameterGroups. All objects returned here must be treated as read-only.
func NewParameterGroupLister ¶
func NewParameterGroupLister(indexer cache.Indexer) ParameterGroupLister
NewParameterGroupLister returns a new ParameterGroupLister.
type ParameterGroupListerExpansion ¶
type ParameterGroupListerExpansion interface{}
ParameterGroupListerExpansion allows custom methods to be added to ParameterGroupLister.
type ParameterGroupNamespaceLister ¶
type ParameterGroupNamespaceLister interface { // List lists all ParameterGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ParameterGroup, err error) // Get retrieves the ParameterGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ParameterGroup, error) ParameterGroupNamespaceListerExpansion }
ParameterGroupNamespaceLister helps list and get ParameterGroups. All objects returned here must be treated as read-only.
type ParameterGroupNamespaceListerExpansion ¶
type ParameterGroupNamespaceListerExpansion interface{}
ParameterGroupNamespaceListerExpansion allows custom methods to be added to ParameterGroupNamespaceLister.
type ReplicationGroupLister ¶
type ReplicationGroupLister interface { // List lists all ReplicationGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ReplicationGroup, err error) // ReplicationGroups returns an object that can list and get ReplicationGroups. ReplicationGroups(namespace string) ReplicationGroupNamespaceLister ReplicationGroupListerExpansion }
ReplicationGroupLister helps list ReplicationGroups. All objects returned here must be treated as read-only.
func NewReplicationGroupLister ¶
func NewReplicationGroupLister(indexer cache.Indexer) ReplicationGroupLister
NewReplicationGroupLister returns a new ReplicationGroupLister.
type ReplicationGroupListerExpansion ¶
type ReplicationGroupListerExpansion interface{}
ReplicationGroupListerExpansion allows custom methods to be added to ReplicationGroupLister.
type ReplicationGroupNamespaceLister ¶
type ReplicationGroupNamespaceLister interface { // List lists all ReplicationGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ReplicationGroup, err error) // Get retrieves the ReplicationGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ReplicationGroup, error) ReplicationGroupNamespaceListerExpansion }
ReplicationGroupNamespaceLister helps list and get ReplicationGroups. All objects returned here must be treated as read-only.
type ReplicationGroupNamespaceListerExpansion ¶
type ReplicationGroupNamespaceListerExpansion interface{}
ReplicationGroupNamespaceListerExpansion allows custom methods to be added to ReplicationGroupNamespaceLister.
type SecurityGroupLister ¶
type SecurityGroupLister interface { // List lists all SecurityGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecurityGroup, err error) // SecurityGroups returns an object that can list and get SecurityGroups. SecurityGroups(namespace string) SecurityGroupNamespaceLister SecurityGroupListerExpansion }
SecurityGroupLister helps list SecurityGroups. All objects returned here must be treated as read-only.
func NewSecurityGroupLister ¶
func NewSecurityGroupLister(indexer cache.Indexer) SecurityGroupLister
NewSecurityGroupLister returns a new SecurityGroupLister.
type SecurityGroupListerExpansion ¶
type SecurityGroupListerExpansion interface{}
SecurityGroupListerExpansion allows custom methods to be added to SecurityGroupLister.
type SecurityGroupNamespaceLister ¶
type SecurityGroupNamespaceLister interface { // List lists all SecurityGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecurityGroup, err error) // Get retrieves the SecurityGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SecurityGroup, error) SecurityGroupNamespaceListerExpansion }
SecurityGroupNamespaceLister helps list and get SecurityGroups. All objects returned here must be treated as read-only.
type SecurityGroupNamespaceListerExpansion ¶
type SecurityGroupNamespaceListerExpansion interface{}
SecurityGroupNamespaceListerExpansion allows custom methods to be added to SecurityGroupNamespaceLister.
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.