Documentation
¶
Index ¶
- type AddonsLister
- type AddonsListerExpansion
- type AddonsNamespaceLister
- type AddonsNamespaceListerExpansion
- type AlbCertLister
- type AlbCertListerExpansion
- type AlbCertNamespaceLister
- type AlbCertNamespaceListerExpansion
- type AlbLister
- type AlbListerExpansion
- type AlbNamespaceLister
- type AlbNamespaceListerExpansion
- type ApiKeyResetLister
- type ApiKeyResetListerExpansion
- type ApiKeyResetNamespaceLister
- type ApiKeyResetNamespaceListerExpansion
- type BindServiceLister
- type BindServiceListerExpansion
- type BindServiceNamespaceLister
- type BindServiceNamespaceListerExpansion
- type ClusterFeatureLister
- type ClusterFeatureListerExpansion
- type ClusterFeatureNamespaceLister
- type ClusterFeatureNamespaceListerExpansion
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type VpcAlbLister
- type VpcAlbListerExpansion
- type VpcAlbNamespaceLister
- type VpcAlbNamespaceListerExpansion
- type VpcClusterLister
- type VpcClusterListerExpansion
- type VpcClusterNamespaceLister
- type VpcClusterNamespaceListerExpansion
- type VpcWorkerPoolLister
- type VpcWorkerPoolListerExpansion
- type VpcWorkerPoolNamespaceLister
- type VpcWorkerPoolNamespaceListerExpansion
- type WorkerPoolLister
- type WorkerPoolListerExpansion
- type WorkerPoolNamespaceLister
- type WorkerPoolNamespaceListerExpansion
- type WorkerPoolZoneAttachmentLister
- type WorkerPoolZoneAttachmentListerExpansion
- type WorkerPoolZoneAttachmentNamespaceLister
- type WorkerPoolZoneAttachmentNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddonsLister ¶
type AddonsLister interface { // List lists all Addonses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Addons, err error) // Addonses returns an object that can list and get Addonses. Addonses(namespace string) AddonsNamespaceLister AddonsListerExpansion }
AddonsLister helps list Addonses. All objects returned here must be treated as read-only.
func NewAddonsLister ¶
func NewAddonsLister(indexer cache.Indexer) AddonsLister
NewAddonsLister returns a new AddonsLister.
type AddonsListerExpansion ¶
type AddonsListerExpansion interface{}
AddonsListerExpansion allows custom methods to be added to AddonsLister.
type AddonsNamespaceLister ¶
type AddonsNamespaceLister interface { // List lists all Addonses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Addons, err error) // Get retrieves the Addons from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Addons, error) AddonsNamespaceListerExpansion }
AddonsNamespaceLister helps list and get Addonses. All objects returned here must be treated as read-only.
type AddonsNamespaceListerExpansion ¶
type AddonsNamespaceListerExpansion interface{}
AddonsNamespaceListerExpansion allows custom methods to be added to AddonsNamespaceLister.
type AlbCertLister ¶
type AlbCertLister interface { // List lists all AlbCerts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AlbCert, err error) // AlbCerts returns an object that can list and get AlbCerts. AlbCerts(namespace string) AlbCertNamespaceLister AlbCertListerExpansion }
AlbCertLister helps list AlbCerts. All objects returned here must be treated as read-only.
func NewAlbCertLister ¶
func NewAlbCertLister(indexer cache.Indexer) AlbCertLister
NewAlbCertLister returns a new AlbCertLister.
type AlbCertListerExpansion ¶
type AlbCertListerExpansion interface{}
AlbCertListerExpansion allows custom methods to be added to AlbCertLister.
type AlbCertNamespaceLister ¶
type AlbCertNamespaceLister interface { // List lists all AlbCerts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AlbCert, err error) // Get retrieves the AlbCert from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AlbCert, error) AlbCertNamespaceListerExpansion }
AlbCertNamespaceLister helps list and get AlbCerts. All objects returned here must be treated as read-only.
type AlbCertNamespaceListerExpansion ¶
type AlbCertNamespaceListerExpansion interface{}
AlbCertNamespaceListerExpansion allows custom methods to be added to AlbCertNamespaceLister.
type AlbLister ¶
type AlbLister interface { // List lists all Albs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Alb, err error) // Albs returns an object that can list and get Albs. Albs(namespace string) AlbNamespaceLister AlbListerExpansion }
AlbLister helps list Albs. All objects returned here must be treated as read-only.
func NewAlbLister ¶
NewAlbLister returns a new AlbLister.
type AlbListerExpansion ¶
type AlbListerExpansion interface{}
AlbListerExpansion allows custom methods to be added to AlbLister.
type AlbNamespaceLister ¶
type AlbNamespaceLister interface { // List lists all Albs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Alb, err error) // Get retrieves the Alb from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Alb, error) AlbNamespaceListerExpansion }
AlbNamespaceLister helps list and get Albs. All objects returned here must be treated as read-only.
type AlbNamespaceListerExpansion ¶
type AlbNamespaceListerExpansion interface{}
AlbNamespaceListerExpansion allows custom methods to be added to AlbNamespaceLister.
type ApiKeyResetLister ¶
type ApiKeyResetLister interface { // List lists all ApiKeyResets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ApiKeyReset, err error) // ApiKeyResets returns an object that can list and get ApiKeyResets. ApiKeyResets(namespace string) ApiKeyResetNamespaceLister ApiKeyResetListerExpansion }
ApiKeyResetLister helps list ApiKeyResets. All objects returned here must be treated as read-only.
func NewApiKeyResetLister ¶
func NewApiKeyResetLister(indexer cache.Indexer) ApiKeyResetLister
NewApiKeyResetLister returns a new ApiKeyResetLister.
type ApiKeyResetListerExpansion ¶
type ApiKeyResetListerExpansion interface{}
ApiKeyResetListerExpansion allows custom methods to be added to ApiKeyResetLister.
type ApiKeyResetNamespaceLister ¶
type ApiKeyResetNamespaceLister interface { // List lists all ApiKeyResets in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ApiKeyReset, err error) // Get retrieves the ApiKeyReset from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ApiKeyReset, error) ApiKeyResetNamespaceListerExpansion }
ApiKeyResetNamespaceLister helps list and get ApiKeyResets. All objects returned here must be treated as read-only.
type ApiKeyResetNamespaceListerExpansion ¶
type ApiKeyResetNamespaceListerExpansion interface{}
ApiKeyResetNamespaceListerExpansion allows custom methods to be added to ApiKeyResetNamespaceLister.
type BindServiceLister ¶
type BindServiceLister interface { // List lists all BindServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BindService, err error) // BindServices returns an object that can list and get BindServices. BindServices(namespace string) BindServiceNamespaceLister BindServiceListerExpansion }
BindServiceLister helps list BindServices. All objects returned here must be treated as read-only.
func NewBindServiceLister ¶
func NewBindServiceLister(indexer cache.Indexer) BindServiceLister
NewBindServiceLister returns a new BindServiceLister.
type BindServiceListerExpansion ¶
type BindServiceListerExpansion interface{}
BindServiceListerExpansion allows custom methods to be added to BindServiceLister.
type BindServiceNamespaceLister ¶
type BindServiceNamespaceLister interface { // List lists all BindServices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BindService, err error) // Get retrieves the BindService from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BindService, error) BindServiceNamespaceListerExpansion }
BindServiceNamespaceLister helps list and get BindServices. All objects returned here must be treated as read-only.
type BindServiceNamespaceListerExpansion ¶
type BindServiceNamespaceListerExpansion interface{}
BindServiceNamespaceListerExpansion allows custom methods to be added to BindServiceNamespaceLister.
type ClusterFeatureLister ¶
type ClusterFeatureLister interface { // List lists all ClusterFeatures in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterFeature, err error) // ClusterFeatures returns an object that can list and get ClusterFeatures. ClusterFeatures(namespace string) ClusterFeatureNamespaceLister ClusterFeatureListerExpansion }
ClusterFeatureLister helps list ClusterFeatures. All objects returned here must be treated as read-only.
func NewClusterFeatureLister ¶
func NewClusterFeatureLister(indexer cache.Indexer) ClusterFeatureLister
NewClusterFeatureLister returns a new ClusterFeatureLister.
type ClusterFeatureListerExpansion ¶
type ClusterFeatureListerExpansion interface{}
ClusterFeatureListerExpansion allows custom methods to be added to ClusterFeatureLister.
type ClusterFeatureNamespaceLister ¶
type ClusterFeatureNamespaceLister interface { // List lists all ClusterFeatures in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterFeature, err error) // Get retrieves the ClusterFeature from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterFeature, error) ClusterFeatureNamespaceListerExpansion }
ClusterFeatureNamespaceLister helps list and get ClusterFeatures. All objects returned here must be treated as read-only.
type ClusterFeatureNamespaceListerExpansion ¶
type ClusterFeatureNamespaceListerExpansion interface{}
ClusterFeatureNamespaceListerExpansion allows custom methods to be added to ClusterFeatureNamespaceLister.
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 VpcAlbLister ¶
type VpcAlbLister interface { // List lists all VpcAlbs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VpcAlb, err error) // VpcAlbs returns an object that can list and get VpcAlbs. VpcAlbs(namespace string) VpcAlbNamespaceLister VpcAlbListerExpansion }
VpcAlbLister helps list VpcAlbs. All objects returned here must be treated as read-only.
func NewVpcAlbLister ¶
func NewVpcAlbLister(indexer cache.Indexer) VpcAlbLister
NewVpcAlbLister returns a new VpcAlbLister.
type VpcAlbListerExpansion ¶
type VpcAlbListerExpansion interface{}
VpcAlbListerExpansion allows custom methods to be added to VpcAlbLister.
type VpcAlbNamespaceLister ¶
type VpcAlbNamespaceLister interface { // List lists all VpcAlbs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VpcAlb, err error) // Get retrieves the VpcAlb from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VpcAlb, error) VpcAlbNamespaceListerExpansion }
VpcAlbNamespaceLister helps list and get VpcAlbs. All objects returned here must be treated as read-only.
type VpcAlbNamespaceListerExpansion ¶
type VpcAlbNamespaceListerExpansion interface{}
VpcAlbNamespaceListerExpansion allows custom methods to be added to VpcAlbNamespaceLister.
type VpcClusterLister ¶
type VpcClusterLister interface { // List lists all VpcClusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VpcCluster, err error) // VpcClusters returns an object that can list and get VpcClusters. VpcClusters(namespace string) VpcClusterNamespaceLister VpcClusterListerExpansion }
VpcClusterLister helps list VpcClusters. All objects returned here must be treated as read-only.
func NewVpcClusterLister ¶
func NewVpcClusterLister(indexer cache.Indexer) VpcClusterLister
NewVpcClusterLister returns a new VpcClusterLister.
type VpcClusterListerExpansion ¶
type VpcClusterListerExpansion interface{}
VpcClusterListerExpansion allows custom methods to be added to VpcClusterLister.
type VpcClusterNamespaceLister ¶
type VpcClusterNamespaceLister interface { // List lists all VpcClusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VpcCluster, err error) // Get retrieves the VpcCluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VpcCluster, error) VpcClusterNamespaceListerExpansion }
VpcClusterNamespaceLister helps list and get VpcClusters. All objects returned here must be treated as read-only.
type VpcClusterNamespaceListerExpansion ¶
type VpcClusterNamespaceListerExpansion interface{}
VpcClusterNamespaceListerExpansion allows custom methods to be added to VpcClusterNamespaceLister.
type VpcWorkerPoolLister ¶
type VpcWorkerPoolLister interface { // List lists all VpcWorkerPools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VpcWorkerPool, err error) // VpcWorkerPools returns an object that can list and get VpcWorkerPools. VpcWorkerPools(namespace string) VpcWorkerPoolNamespaceLister VpcWorkerPoolListerExpansion }
VpcWorkerPoolLister helps list VpcWorkerPools. All objects returned here must be treated as read-only.
func NewVpcWorkerPoolLister ¶
func NewVpcWorkerPoolLister(indexer cache.Indexer) VpcWorkerPoolLister
NewVpcWorkerPoolLister returns a new VpcWorkerPoolLister.
type VpcWorkerPoolListerExpansion ¶
type VpcWorkerPoolListerExpansion interface{}
VpcWorkerPoolListerExpansion allows custom methods to be added to VpcWorkerPoolLister.
type VpcWorkerPoolNamespaceLister ¶
type VpcWorkerPoolNamespaceLister interface { // List lists all VpcWorkerPools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VpcWorkerPool, err error) // Get retrieves the VpcWorkerPool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VpcWorkerPool, error) VpcWorkerPoolNamespaceListerExpansion }
VpcWorkerPoolNamespaceLister helps list and get VpcWorkerPools. All objects returned here must be treated as read-only.
type VpcWorkerPoolNamespaceListerExpansion ¶
type VpcWorkerPoolNamespaceListerExpansion interface{}
VpcWorkerPoolNamespaceListerExpansion allows custom methods to be added to VpcWorkerPoolNamespaceLister.
type WorkerPoolLister ¶
type WorkerPoolLister interface { // List lists all WorkerPools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkerPool, err error) // WorkerPools returns an object that can list and get WorkerPools. WorkerPools(namespace string) WorkerPoolNamespaceLister WorkerPoolListerExpansion }
WorkerPoolLister helps list WorkerPools. All objects returned here must be treated as read-only.
func NewWorkerPoolLister ¶
func NewWorkerPoolLister(indexer cache.Indexer) WorkerPoolLister
NewWorkerPoolLister returns a new WorkerPoolLister.
type WorkerPoolListerExpansion ¶
type WorkerPoolListerExpansion interface{}
WorkerPoolListerExpansion allows custom methods to be added to WorkerPoolLister.
type WorkerPoolNamespaceLister ¶
type WorkerPoolNamespaceLister interface { // List lists all WorkerPools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkerPool, err error) // Get retrieves the WorkerPool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkerPool, error) WorkerPoolNamespaceListerExpansion }
WorkerPoolNamespaceLister helps list and get WorkerPools. All objects returned here must be treated as read-only.
type WorkerPoolNamespaceListerExpansion ¶
type WorkerPoolNamespaceListerExpansion interface{}
WorkerPoolNamespaceListerExpansion allows custom methods to be added to WorkerPoolNamespaceLister.
type WorkerPoolZoneAttachmentLister ¶
type WorkerPoolZoneAttachmentLister interface { // List lists all WorkerPoolZoneAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkerPoolZoneAttachment, err error) // WorkerPoolZoneAttachments returns an object that can list and get WorkerPoolZoneAttachments. WorkerPoolZoneAttachments(namespace string) WorkerPoolZoneAttachmentNamespaceLister WorkerPoolZoneAttachmentListerExpansion }
WorkerPoolZoneAttachmentLister helps list WorkerPoolZoneAttachments. All objects returned here must be treated as read-only.
func NewWorkerPoolZoneAttachmentLister ¶
func NewWorkerPoolZoneAttachmentLister(indexer cache.Indexer) WorkerPoolZoneAttachmentLister
NewWorkerPoolZoneAttachmentLister returns a new WorkerPoolZoneAttachmentLister.
type WorkerPoolZoneAttachmentListerExpansion ¶
type WorkerPoolZoneAttachmentListerExpansion interface{}
WorkerPoolZoneAttachmentListerExpansion allows custom methods to be added to WorkerPoolZoneAttachmentLister.
type WorkerPoolZoneAttachmentNamespaceLister ¶
type WorkerPoolZoneAttachmentNamespaceLister interface { // List lists all WorkerPoolZoneAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WorkerPoolZoneAttachment, err error) // Get retrieves the WorkerPoolZoneAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WorkerPoolZoneAttachment, error) WorkerPoolZoneAttachmentNamespaceListerExpansion }
WorkerPoolZoneAttachmentNamespaceLister helps list and get WorkerPoolZoneAttachments. All objects returned here must be treated as read-only.
type WorkerPoolZoneAttachmentNamespaceListerExpansion ¶
type WorkerPoolZoneAttachmentNamespaceListerExpansion interface{}
WorkerPoolZoneAttachmentNamespaceListerExpansion allows custom methods to be added to WorkerPoolZoneAttachmentNamespaceLister.