Documentation ¶
Index ¶
- type ClusterEndpointLister
- type ClusterEndpointListerExpansion
- type ClusterEndpointNamespaceLister
- type ClusterEndpointNamespaceListerExpansion
- 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 EventSubscriptionLister
- type EventSubscriptionListerExpansion
- type EventSubscriptionNamespaceLister
- type EventSubscriptionNamespaceListerExpansion
- type ParameterGroupLister
- type ParameterGroupListerExpansion
- type ParameterGroupNamespaceLister
- type ParameterGroupNamespaceListerExpansion
- 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 ClusterEndpointLister ¶
type ClusterEndpointLister interface { // List lists all ClusterEndpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterEndpoint, err error) // ClusterEndpoints returns an object that can list and get ClusterEndpoints. ClusterEndpoints(namespace string) ClusterEndpointNamespaceLister ClusterEndpointListerExpansion }
ClusterEndpointLister helps list ClusterEndpoints. All objects returned here must be treated as read-only.
func NewClusterEndpointLister ¶
func NewClusterEndpointLister(indexer cache.Indexer) ClusterEndpointLister
NewClusterEndpointLister returns a new ClusterEndpointLister.
type ClusterEndpointListerExpansion ¶
type ClusterEndpointListerExpansion interface{}
ClusterEndpointListerExpansion allows custom methods to be added to ClusterEndpointLister.
type ClusterEndpointNamespaceLister ¶
type ClusterEndpointNamespaceLister interface { // List lists all ClusterEndpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterEndpoint, err error) // Get retrieves the ClusterEndpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterEndpoint, error) ClusterEndpointNamespaceListerExpansion }
ClusterEndpointNamespaceLister helps list and get ClusterEndpoints. All objects returned here must be treated as read-only.
type ClusterEndpointNamespaceListerExpansion ¶
type ClusterEndpointNamespaceListerExpansion interface{}
ClusterEndpointNamespaceListerExpansion allows custom methods to be added to ClusterEndpointNamespaceLister.
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 EventSubscriptionLister ¶
type EventSubscriptionLister interface { // List lists all EventSubscriptions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EventSubscription, err error) // EventSubscriptions returns an object that can list and get EventSubscriptions. EventSubscriptions(namespace string) EventSubscriptionNamespaceLister EventSubscriptionListerExpansion }
EventSubscriptionLister helps list EventSubscriptions. All objects returned here must be treated as read-only.
func NewEventSubscriptionLister ¶
func NewEventSubscriptionLister(indexer cache.Indexer) EventSubscriptionLister
NewEventSubscriptionLister returns a new EventSubscriptionLister.
type EventSubscriptionListerExpansion ¶
type EventSubscriptionListerExpansion interface{}
EventSubscriptionListerExpansion allows custom methods to be added to EventSubscriptionLister.
type EventSubscriptionNamespaceLister ¶
type EventSubscriptionNamespaceLister interface { // List lists all EventSubscriptions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EventSubscription, err error) // Get retrieves the EventSubscription from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EventSubscription, error) EventSubscriptionNamespaceListerExpansion }
EventSubscriptionNamespaceLister helps list and get EventSubscriptions. All objects returned here must be treated as read-only.
type EventSubscriptionNamespaceListerExpansion ¶
type EventSubscriptionNamespaceListerExpansion interface{}
EventSubscriptionNamespaceListerExpansion allows custom methods to be added to EventSubscriptionNamespaceLister.
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 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.