Documentation ¶
Index ¶
- type BundleDeploymentLister
- type BundleDeploymentListerExpansion
- type BundleDeploymentNamespaceLister
- type BundleDeploymentNamespaceListerExpansion
- type BundleLister
- type BundleListerExpansion
- type BundleNamespaceLister
- type BundleNamespaceListerExpansion
- type ClusterGroupLister
- type ClusterGroupListerExpansion
- type ClusterGroupNamespaceLister
- type ClusterGroupNamespaceListerExpansion
- type ClusterGroupTokenLister
- type ClusterGroupTokenListerExpansion
- type ClusterGroupTokenNamespaceLister
- type ClusterGroupTokenNamespaceListerExpansion
- type ClusterLister
- type ClusterListerExpansion
- type ClusterNamespaceLister
- type ClusterNamespaceListerExpansion
- type ClusterRegistrationRequestLister
- type ClusterRegistrationRequestListerExpansion
- type ClusterRegistrationRequestNamespaceLister
- type ClusterRegistrationRequestNamespaceListerExpansion
- type ContentLister
- type ContentListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleDeploymentLister ¶
type BundleDeploymentLister interface { // List lists all BundleDeployments in the indexer. List(selector labels.Selector) (ret []*v1alpha1.BundleDeployment, err error) // BundleDeployments returns an object that can list and get BundleDeployments. BundleDeployments(namespace string) BundleDeploymentNamespaceLister BundleDeploymentListerExpansion }
BundleDeploymentLister helps list BundleDeployments.
func NewBundleDeploymentLister ¶
func NewBundleDeploymentLister(indexer cache.Indexer) BundleDeploymentLister
NewBundleDeploymentLister returns a new BundleDeploymentLister.
type BundleDeploymentListerExpansion ¶
type BundleDeploymentListerExpansion interface{}
BundleDeploymentListerExpansion allows custom methods to be added to BundleDeploymentLister.
type BundleDeploymentNamespaceLister ¶
type BundleDeploymentNamespaceLister interface { // List lists all BundleDeployments in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.BundleDeployment, err error) // Get retrieves the BundleDeployment from the indexer for a given namespace and name. Get(name string) (*v1alpha1.BundleDeployment, error) BundleDeploymentNamespaceListerExpansion }
BundleDeploymentNamespaceLister helps list and get BundleDeployments.
type BundleDeploymentNamespaceListerExpansion ¶
type BundleDeploymentNamespaceListerExpansion interface{}
BundleDeploymentNamespaceListerExpansion allows custom methods to be added to BundleDeploymentNamespaceLister.
type BundleLister ¶
type BundleLister interface { // List lists all Bundles in the indexer. List(selector labels.Selector) (ret []*v1alpha1.Bundle, err error) // Bundles returns an object that can list and get Bundles. Bundles(namespace string) BundleNamespaceLister BundleListerExpansion }
BundleLister helps list Bundles.
func NewBundleLister ¶
func NewBundleLister(indexer cache.Indexer) BundleLister
NewBundleLister returns a new BundleLister.
type BundleListerExpansion ¶
type BundleListerExpansion interface{}
BundleListerExpansion allows custom methods to be added to BundleLister.
type BundleNamespaceLister ¶
type BundleNamespaceLister interface { // List lists all Bundles in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.Bundle, err error) // Get retrieves the Bundle from the indexer for a given namespace and name. Get(name string) (*v1alpha1.Bundle, error) BundleNamespaceListerExpansion }
BundleNamespaceLister helps list and get Bundles.
type BundleNamespaceListerExpansion ¶
type BundleNamespaceListerExpansion interface{}
BundleNamespaceListerExpansion allows custom methods to be added to BundleNamespaceLister.
type ClusterGroupLister ¶
type ClusterGroupLister interface { // List lists all ClusterGroups in the indexer. List(selector labels.Selector) (ret []*v1alpha1.ClusterGroup, err error) // ClusterGroups returns an object that can list and get ClusterGroups. ClusterGroups(namespace string) ClusterGroupNamespaceLister ClusterGroupListerExpansion }
ClusterGroupLister helps list ClusterGroups.
func NewClusterGroupLister ¶
func NewClusterGroupLister(indexer cache.Indexer) ClusterGroupLister
NewClusterGroupLister returns a new ClusterGroupLister.
type ClusterGroupListerExpansion ¶
type ClusterGroupListerExpansion interface{}
ClusterGroupListerExpansion allows custom methods to be added to ClusterGroupLister.
type ClusterGroupNamespaceLister ¶
type ClusterGroupNamespaceLister interface { // List lists all ClusterGroups in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.ClusterGroup, err error) // Get retrieves the ClusterGroup from the indexer for a given namespace and name. Get(name string) (*v1alpha1.ClusterGroup, error) ClusterGroupNamespaceListerExpansion }
ClusterGroupNamespaceLister helps list and get ClusterGroups.
type ClusterGroupNamespaceListerExpansion ¶
type ClusterGroupNamespaceListerExpansion interface{}
ClusterGroupNamespaceListerExpansion allows custom methods to be added to ClusterGroupNamespaceLister.
type ClusterGroupTokenLister ¶
type ClusterGroupTokenLister interface { // List lists all ClusterGroupTokens in the indexer. List(selector labels.Selector) (ret []*v1alpha1.ClusterGroupToken, err error) // ClusterGroupTokens returns an object that can list and get ClusterGroupTokens. ClusterGroupTokens(namespace string) ClusterGroupTokenNamespaceLister ClusterGroupTokenListerExpansion }
ClusterGroupTokenLister helps list ClusterGroupTokens.
func NewClusterGroupTokenLister ¶
func NewClusterGroupTokenLister(indexer cache.Indexer) ClusterGroupTokenLister
NewClusterGroupTokenLister returns a new ClusterGroupTokenLister.
type ClusterGroupTokenListerExpansion ¶
type ClusterGroupTokenListerExpansion interface{}
ClusterGroupTokenListerExpansion allows custom methods to be added to ClusterGroupTokenLister.
type ClusterGroupTokenNamespaceLister ¶
type ClusterGroupTokenNamespaceLister interface { // List lists all ClusterGroupTokens in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.ClusterGroupToken, err error) // Get retrieves the ClusterGroupToken from the indexer for a given namespace and name. Get(name string) (*v1alpha1.ClusterGroupToken, error) ClusterGroupTokenNamespaceListerExpansion }
ClusterGroupTokenNamespaceLister helps list and get ClusterGroupTokens.
type ClusterGroupTokenNamespaceListerExpansion ¶
type ClusterGroupTokenNamespaceListerExpansion interface{}
ClusterGroupTokenNamespaceListerExpansion allows custom methods to be added to ClusterGroupTokenNamespaceLister.
type ClusterLister ¶
type ClusterLister interface { // List lists all Clusters in the indexer. 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.
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. List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error) // Get retrieves the Cluster from the indexer for a given namespace and name. Get(name string) (*v1alpha1.Cluster, error) ClusterNamespaceListerExpansion }
ClusterNamespaceLister helps list and get Clusters.
type ClusterNamespaceListerExpansion ¶
type ClusterNamespaceListerExpansion interface{}
ClusterNamespaceListerExpansion allows custom methods to be added to ClusterNamespaceLister.
type ClusterRegistrationRequestLister ¶
type ClusterRegistrationRequestLister interface { // List lists all ClusterRegistrationRequests in the indexer. List(selector labels.Selector) (ret []*v1alpha1.ClusterRegistrationRequest, err error) // ClusterRegistrationRequests returns an object that can list and get ClusterRegistrationRequests. ClusterRegistrationRequests(namespace string) ClusterRegistrationRequestNamespaceLister ClusterRegistrationRequestListerExpansion }
ClusterRegistrationRequestLister helps list ClusterRegistrationRequests.
func NewClusterRegistrationRequestLister ¶
func NewClusterRegistrationRequestLister(indexer cache.Indexer) ClusterRegistrationRequestLister
NewClusterRegistrationRequestLister returns a new ClusterRegistrationRequestLister.
type ClusterRegistrationRequestListerExpansion ¶
type ClusterRegistrationRequestListerExpansion interface{}
ClusterRegistrationRequestListerExpansion allows custom methods to be added to ClusterRegistrationRequestLister.
type ClusterRegistrationRequestNamespaceLister ¶
type ClusterRegistrationRequestNamespaceLister interface { // List lists all ClusterRegistrationRequests in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.ClusterRegistrationRequest, err error) // Get retrieves the ClusterRegistrationRequest from the indexer for a given namespace and name. Get(name string) (*v1alpha1.ClusterRegistrationRequest, error) ClusterRegistrationRequestNamespaceListerExpansion }
ClusterRegistrationRequestNamespaceLister helps list and get ClusterRegistrationRequests.
type ClusterRegistrationRequestNamespaceListerExpansion ¶
type ClusterRegistrationRequestNamespaceListerExpansion interface{}
ClusterRegistrationRequestNamespaceListerExpansion allows custom methods to be added to ClusterRegistrationRequestNamespaceLister.
type ContentLister ¶
type ContentLister interface { // List lists all Contents in the indexer. List(selector labels.Selector) (ret []*v1alpha1.Content, err error) // Get retrieves the Content from the index for a given name. Get(name string) (*v1alpha1.Content, error) ContentListerExpansion }
ContentLister helps list Contents.
func NewContentLister ¶
func NewContentLister(indexer cache.Indexer) ContentLister
NewContentLister returns a new ContentLister.
type ContentListerExpansion ¶
type ContentListerExpansion interface{}
ContentListerExpansion allows custom methods to be added to ContentLister.