Documentation ¶
Index ¶
- type APIExtensionsV1beta1Lister
- type APIRegistrationV1Lister
- type AppsV1Lister
- type CoreV1Lister
- type NullCatalogSourceNamespaceLister
- type NullClusterServiceVersionNamespaceLister
- type NullConfigMapNamespaceLister
- type NullDeploymentNamespaceLister
- type NullInstallPlanNamespaceLister
- type NullOperatorGroupNamespaceLister
- type NullPodNamespaceLister
- type NullRoleBindingNamespaceLister
- type NullRoleNamespaceLister
- type NullSecretNamespaceLister
- type NullServiceAccountNamespaceLister
- type NullServiceNamespaceLister
- type NullSubscriptionNamespaceLister
- type OperatorLister
- type OperatorsV1Lister
- type OperatorsV1alpha1Lister
- type RbacV1Lister
- type UnionAPIServiceLister
- type UnionCatalogSourceLister
- func (ucl *UnionCatalogSourceLister) CatalogSources(namespace string) listers.CatalogSourceNamespaceLister
- func (ucl *UnionCatalogSourceLister) List(selector labels.Selector) (ret []*v1alpha1.CatalogSource, err error)
- func (ucl *UnionCatalogSourceLister) RegisterCatalogSourceLister(namespace string, lister listers.CatalogSourceLister)
- type UnionClusterRoleBindingLister
- func (ucl *UnionClusterRoleBindingLister) Get(name string) (*v1.ClusterRoleBinding, error)
- func (ucl *UnionClusterRoleBindingLister) List(selector labels.Selector) (ret []*v1.ClusterRoleBinding, err error)
- func (ucl *UnionClusterRoleBindingLister) RegisterClusterRoleBindingLister(lister rbacv1.ClusterRoleBindingLister)
- type UnionClusterRoleLister
- type UnionClusterServiceVersionLister
- func (ucl *UnionClusterServiceVersionLister) ClusterServiceVersions(namespace string) listers.ClusterServiceVersionNamespaceLister
- func (ucl *UnionClusterServiceVersionLister) List(selector labels.Selector) (ret []*v1alpha1.ClusterServiceVersion, err error)
- func (ucl *UnionClusterServiceVersionLister) RegisterClusterServiceVersionLister(namespace string, lister listers.ClusterServiceVersionLister)
- type UnionConfigMapLister
- type UnionCustomResourceDefinitionLister
- func (ucl *UnionCustomResourceDefinitionLister) Get(name string) (*v1beta1.CustomResourceDefinition, error)
- func (ucl *UnionCustomResourceDefinitionLister) List(selector labels.Selector) (ret []*v1beta1.CustomResourceDefinition, err error)
- func (ucl *UnionCustomResourceDefinitionLister) RegisterCustomResourceDefinitionLister(lister aextv1beta1.CustomResourceDefinitionLister)
- type UnionDeploymentLister
- func (udl *UnionDeploymentLister) Deployments(namespace string) appsv1.DeploymentNamespaceLister
- func (udl *UnionDeploymentLister) GetDeploymentsForReplicaSet(rs *v1.ReplicaSet) ([]*v1.Deployment, error)
- func (udl *UnionDeploymentLister) List(selector labels.Selector) (ret []*v1.Deployment, err error)
- func (udl *UnionDeploymentLister) RegisterDeploymentLister(namespace string, lister appsv1.DeploymentLister)
- type UnionInstallPlanLister
- func (u *UnionInstallPlanLister) InstallPlans(namespace string) listers.InstallPlanNamespaceLister
- func (u *UnionInstallPlanLister) List(selector labels.Selector) (ret []*v1alpha1.InstallPlan, err error)
- func (u *UnionInstallPlanLister) RegisterInstallPlanLister(namespace string, lister listers.InstallPlanLister)
- type UnionNamespaceLister
- type UnionOperatorGroupLister
- func (uol *UnionOperatorGroupLister) List(selector labels.Selector) (ret []*v1.OperatorGroup, err error)
- func (uol *UnionOperatorGroupLister) OperatorGroups(namespace string) listers.OperatorGroupNamespaceLister
- func (uol *UnionOperatorGroupLister) RegisterOperatorGroupLister(namespace string, lister listers.OperatorGroupLister)
- type UnionPodLister
- type UnionRoleBindingLister
- func (rbl *UnionRoleBindingLister) List(selector labels.Selector) (ret []*v1.RoleBinding, err error)
- func (rbl *UnionRoleBindingLister) RegisterRoleBindingLister(namespace string, lister rbacv1.RoleBindingLister)
- func (rbl *UnionRoleBindingLister) RoleBindings(namespace string) rbacv1.RoleBindingNamespaceLister
- type UnionRoleLister
- type UnionSecretLister
- type UnionServiceAccountLister
- func (usl *UnionServiceAccountLister) List(selector labels.Selector) (ret []*v1.ServiceAccount, err error)
- func (usl *UnionServiceAccountLister) RegisterServiceAccountLister(namespace string, lister corev1.ServiceAccountLister)
- func (usl *UnionServiceAccountLister) ServiceAccounts(namespace string) corev1.ServiceAccountNamespaceLister
- type UnionServiceLister
- func (usl *UnionServiceLister) GetPodServices(pod *v1.Pod) ([]*v1.Service, error)
- func (usl *UnionServiceLister) List(selector labels.Selector) (ret []*v1.Service, err error)
- func (usl *UnionServiceLister) RegisterServiceLister(namespace string, lister corev1.ServiceLister)
- func (usl *UnionServiceLister) Services(namespace string) corev1.ServiceNamespaceLister
- type UnionSubscriptionLister
- func (usl *UnionSubscriptionLister) List(selector labels.Selector) (ret []*v1alpha1.Subscription, err error)
- func (usl *UnionSubscriptionLister) RegisterSubscriptionLister(namespace string, lister listers.SubscriptionLister)
- func (usl *UnionSubscriptionLister) Subscriptions(namespace string) listers.SubscriptionNamespaceLister
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIExtensionsV1beta1Lister ¶
type APIExtensionsV1beta1Lister interface { RegisterCustomResourceDefinitionLister(lister aextv1beta1.CustomResourceDefinitionLister) CustomResourceDefinitionLister() aextv1beta1.CustomResourceDefinitionLister }
type APIRegistrationV1Lister ¶
type APIRegistrationV1Lister interface { RegisterAPIServiceLister(lister aregv1.APIServiceLister) APIServiceLister() aregv1.APIServiceLister }
type AppsV1Lister ¶
type AppsV1Lister interface { DeploymentLister() appsv1.DeploymentLister RegisterDeploymentLister(namespace string, lister appsv1.DeploymentLister) }
type CoreV1Lister ¶
type CoreV1Lister interface { RegisterSecretLister(namespace string, lister corev1.SecretLister) RegisterServiceLister(namespace string, lister corev1.ServiceLister) RegisterServiceAccountLister(namespace string, lister corev1.ServiceAccountLister) RegisterPodLister(namespace string, lister corev1.PodLister) RegisterConfigMapLister(namespace string, lister corev1.ConfigMapLister) RegisterNamespaceLister(lister corev1.NamespaceLister) SecretLister() corev1.SecretLister ServiceLister() corev1.ServiceLister ServiceAccountLister() corev1.ServiceAccountLister NamespaceLister() corev1.NamespaceLister PodLister() corev1.PodLister ConfigMapLister() corev1.ConfigMapLister }
type NullCatalogSourceNamespaceLister ¶
type NullCatalogSourceNamespaceLister struct {
listers.CatalogSourceNamespaceLister
}
NullCatalogSourceNamespaceLister is an implementation of a null CatalogSourceNamespaceLister. It is used to prevent nil pointers when no CatalogSourceNamespaceLister has been registered for a given namespace.
func (*NullCatalogSourceNamespaceLister) Get ¶
func (n *NullCatalogSourceNamespaceLister) Get(name string) (*v1alpha1.CatalogSource, error)
Get returns nil and an error explaining that this is a NullCatalogSourceNamespaceLister.
func (*NullCatalogSourceNamespaceLister) List ¶
func (n *NullCatalogSourceNamespaceLister) List(selector labels.Selector) (ret []*v1alpha1.CatalogSource, err error)
List returns nil and an error explaining that this is a NullCatalogSourceNamespaceLister.
type NullClusterServiceVersionNamespaceLister ¶
type NullClusterServiceVersionNamespaceLister struct {
listers.ClusterServiceVersionNamespaceLister
}
NullClusterServiceVersionNamespaceLister is an implementation of a null ClusterServiceVersionNamespaceLister. It is used to prevent nil pointers when no ClusterServiceVersionNamespaceLister has been registered for a given namespace.
func (*NullClusterServiceVersionNamespaceLister) Get ¶
func (n *NullClusterServiceVersionNamespaceLister) Get(name string) (*v1alpha1.ClusterServiceVersion, error)
Get returns nil and an error explaining that this is a NullClusterServiceVersionNamespaceLister.
func (*NullClusterServiceVersionNamespaceLister) List ¶
func (n *NullClusterServiceVersionNamespaceLister) List(selector labels.Selector) (ret []*v1alpha1.ClusterServiceVersion, err error)
List returns nil and an error explaining that this is a NullClusterServiceVersionNamespaceLister.
type NullConfigMapNamespaceLister ¶
type NullConfigMapNamespaceLister struct {
corev1.ConfigMapNamespaceLister
}
NullConfigMapNamespaceLister is an implementation of a null ConfigMapNamespaceLister. It is used to prevent nil pointers when no ConfigMapNamespaceLister has been registered for a given namespace.
type NullDeploymentNamespaceLister ¶
type NullDeploymentNamespaceLister struct {
appsv1.DeploymentNamespaceLister
}
NullDeploymentNamespaceLister is an implementation of a null DeploymentNamespaceLister. It is used to prevent nil pointers when no DeploymentNamespaceLister has been registered for a given namespace.
func (*NullDeploymentNamespaceLister) Get ¶
func (n *NullDeploymentNamespaceLister) Get(name string) (*v1.Deployment, error)
Get returns nil and an error explaining that this is a NullDeploymentNamespaceLister.
func (*NullDeploymentNamespaceLister) GetDeploymentsForReplicaSet ¶
func (n *NullDeploymentNamespaceLister) GetDeploymentsForReplicaSet(rs *v1.ReplicaSet) ([]*v1.Deployment, error)
GetDeploymentsForReplicaSet returns nil and an error explaining that this is a NullDeploymentNamespaceLister
func (*NullDeploymentNamespaceLister) List ¶
func (n *NullDeploymentNamespaceLister) List(selector labels.Selector) (ret []*v1.Deployment, err error)
List returns nil and an error explaining that this is a NullDeploymentNamespaceLister.
type NullInstallPlanNamespaceLister ¶
type NullInstallPlanNamespaceLister struct {
listers.InstallPlanNamespaceLister
}
NullInstallPlanNamespaceLister is an implementation of a null InstallPlanNamespaceLister. It is used to prevent nil pointers when no InstallPlanNamespaceLister has been registered for a given namespace.
func (*NullInstallPlanNamespaceLister) Get ¶
func (n *NullInstallPlanNamespaceLister) Get(name string) (*v1alpha1.InstallPlan, error)
Get returns nil and an error explaining that this is a NullInstallPlanNamespaceLister.
func (*NullInstallPlanNamespaceLister) List ¶
func (n *NullInstallPlanNamespaceLister) List(selector labels.Selector) (ret []*v1alpha1.InstallPlan, err error)
List returns nil and an error explaining that this is a NullInstallPlanNamespaceLister.
type NullOperatorGroupNamespaceLister ¶
type NullOperatorGroupNamespaceLister struct {
listers.OperatorGroupNamespaceLister
}
NullOperatorGroupNamespaceLister is an implementation of a null OperatorGroupNamespaceLister. It is used to prevent nil pointers when no OperatorGroupNamespaceLister has been registered for a given namespace.
func (*NullOperatorGroupNamespaceLister) Get ¶
func (n *NullOperatorGroupNamespaceLister) Get(name string) (*v1.OperatorGroup, error)
Get returns nil and an error explaining that this is a NullOperatorGroupNamespaceLister.
func (*NullOperatorGroupNamespaceLister) List ¶
func (n *NullOperatorGroupNamespaceLister) List(selector labels.Selector) (ret []*v1.OperatorGroup, err error)
List returns nil and an error explaining that this is a NullOperatorGroupNamespaceLister.
type NullPodNamespaceLister ¶
type NullPodNamespaceLister struct {
corev1.PodNamespaceLister
}
NullPodNamespaceLister is an implementation of a null PodNamespaceLister. It is used to prevent nil pointers when no PodNamespaceLister has been registered for a given namespace.
type NullRoleBindingNamespaceLister ¶
type NullRoleBindingNamespaceLister struct {
rbacv1.RoleBindingNamespaceLister
}
NullRoleBindingNamespaceLister is an implementation of a null RoleBindingNamespaceLister. It is used to prevent nil pointers when no RoleBindingNamespaceLister has been registered for a given namespace.
func (*NullRoleBindingNamespaceLister) Get ¶
func (n *NullRoleBindingNamespaceLister) Get(name string) (*v1.RoleBinding, error)
Get returns nil and an error explaining that this is a NullRoleBindingNamespaceLister.
func (*NullRoleBindingNamespaceLister) List ¶
func (n *NullRoleBindingNamespaceLister) List(selector labels.Selector) (ret []*v1.RoleBinding, err error)
List returns nil and an error explaining that this is a NullRoleBindingNamespaceLister.
type NullRoleNamespaceLister ¶
type NullRoleNamespaceLister struct {
rbacv1.RoleNamespaceLister
}
NullRoleNamespaceLister is an implementation of a null RoleNamespaceLister. It is used to prevent nil pointers when no RoleNamespaceLister has been registered for a given namespace.
type NullSecretNamespaceLister ¶
type NullSecretNamespaceLister struct {
corev1.SecretNamespaceLister
}
NullSecretNamespaceLister is an implementation of a null SecretNamespaceLister. It is used to prevent nil pointers when no SecretNamespaceLister has been registered for a given namespace.
type NullServiceAccountNamespaceLister ¶
type NullServiceAccountNamespaceLister struct {
corev1.ServiceAccountNamespaceLister
}
NullServiceAccountNamespaceLister is an implementation of a null ServiceAccountNamespaceLister. It is used to prevent nil pointers when no ServiceAccountNamespaceLister has been registered for a given namespace.
func (*NullServiceAccountNamespaceLister) Get ¶
func (n *NullServiceAccountNamespaceLister) Get(name string) (*v1.ServiceAccount, error)
Get returns nil and an error explaining that this is a NullServiceAccountNamespaceLister.
func (*NullServiceAccountNamespaceLister) List ¶
func (n *NullServiceAccountNamespaceLister) List(selector labels.Selector) (ret []*v1.ServiceAccount, err error)
List returns nil and an error explaining that this is a NullServiceAccountNamespaceLister.
type NullServiceNamespaceLister ¶
type NullServiceNamespaceLister struct {
corev1.ServiceNamespaceLister
}
NullServiceNamespaceLister is an implementation of a null ServiceNamespaceLister. It is used to prevent nil pointers when no ServiceNamespaceLister has been registered for a given namespace.
func (*NullServiceNamespaceLister) Get ¶
func (n *NullServiceNamespaceLister) Get(name string) (*v1.Service, error)
Get returns nil and an error explaining that this is a NullServiceNamespaceLister.
func (*NullServiceNamespaceLister) GetPodServices ¶
GetPodServices returns nil and an error explaining that this is a NullServiceNamespaceLister.
type NullSubscriptionNamespaceLister ¶
type NullSubscriptionNamespaceLister struct {
listers.SubscriptionNamespaceLister
}
NullSubscriptionNamespaceLister is an implementation of a null SubscriptionNamespaceLister. It is used to prevent nil pointers when no SubscriptionNamespaceLister has been registered for a given namespace.
func (*NullSubscriptionNamespaceLister) Get ¶
func (n *NullSubscriptionNamespaceLister) Get(name string) (*v1alpha1.Subscription, error)
Get returns nil and an error explaining that this is a NullSubscriptionNamespaceLister.
func (*NullSubscriptionNamespaceLister) List ¶
func (n *NullSubscriptionNamespaceLister) List(selector labels.Selector) (ret []*v1alpha1.Subscription, err error)
List returns nil and an error explaining that this is a NullSubscriptionNamespaceLister.
type OperatorLister ¶
type OperatorLister interface { AppsV1() AppsV1Lister CoreV1() CoreV1Lister RbacV1() RbacV1Lister APIRegistrationV1() APIRegistrationV1Lister APIExtensionsV1beta1() APIExtensionsV1beta1Lister OperatorsV1alpha1() OperatorsV1alpha1Lister OperatorsV1() OperatorsV1Lister }
OperatorLister is a union of versioned informer listers
func NewLister ¶
func NewLister() OperatorLister
type OperatorsV1Lister ¶
type OperatorsV1Lister interface { RegisterOperatorGroupLister(namespace string, lister v1.OperatorGroupLister) OperatorGroupLister() v1.OperatorGroupLister }
type OperatorsV1alpha1Lister ¶
type OperatorsV1alpha1Lister interface { RegisterClusterServiceVersionLister(namespace string, lister v1alpha1.ClusterServiceVersionLister) RegisterCatalogSourceLister(namespace string, lister v1alpha1.CatalogSourceLister) RegisterSubscriptionLister(namespace string, lister v1alpha1.SubscriptionLister) RegisterInstallPlanLister(namespace string, lister v1alpha1.InstallPlanLister) ClusterServiceVersionLister() v1alpha1.ClusterServiceVersionLister CatalogSourceLister() v1alpha1.CatalogSourceLister SubscriptionLister() v1alpha1.SubscriptionLister InstallPlanLister() v1alpha1.InstallPlanLister }
type RbacV1Lister ¶
type RbacV1Lister interface { RegisterClusterRoleLister(lister rbacv1.ClusterRoleLister) RegisterClusterRoleBindingLister(lister rbacv1.ClusterRoleBindingLister) RegisterRoleLister(namespace string, lister rbacv1.RoleLister) RegisterRoleBindingLister(namespace string, lister rbacv1.RoleBindingLister) ClusterRoleLister() rbacv1.ClusterRoleLister ClusterRoleBindingLister() rbacv1.ClusterRoleBindingLister RoleLister() rbacv1.RoleLister RoleBindingLister() rbacv1.RoleBindingLister }
type UnionAPIServiceLister ¶
type UnionAPIServiceLister struct {
// contains filtered or unexported fields
}
UnionAPIServiceLister is a custom implementation of an APIService lister that allows a new Lister to be registered on the fly
func (*UnionAPIServiceLister) Get ¶
func (ual *UnionAPIServiceLister) Get(name string) (*v1.APIService, error)
Get retrieves the APIService with the given name
func (*UnionAPIServiceLister) List ¶
func (ual *UnionAPIServiceLister) List(selector labels.Selector) (ret []*v1.APIService, err error)
List lists all APIServices in the indexer.
func (*UnionAPIServiceLister) RegisterAPIServiceLister ¶
func (ual *UnionAPIServiceLister) RegisterAPIServiceLister(lister aregv1.APIServiceLister)
RegisterAPIServiceLister registers a new APIServiceLister
type UnionCatalogSourceLister ¶
type UnionCatalogSourceLister struct {
// contains filtered or unexported fields
}
func (*UnionCatalogSourceLister) CatalogSources ¶
func (ucl *UnionCatalogSourceLister) CatalogSources(namespace string) listers.CatalogSourceNamespaceLister
CatalogSources returns an object that can list and get CatalogSources.
func (*UnionCatalogSourceLister) List ¶
func (ucl *UnionCatalogSourceLister) List(selector labels.Selector) (ret []*v1alpha1.CatalogSource, err error)
List lists all CatalogSources in the indexer.
func (*UnionCatalogSourceLister) RegisterCatalogSourceLister ¶
func (ucl *UnionCatalogSourceLister) RegisterCatalogSourceLister(namespace string, lister listers.CatalogSourceLister)
type UnionClusterRoleBindingLister ¶
type UnionClusterRoleBindingLister struct {
// contains filtered or unexported fields
}
func (*UnionClusterRoleBindingLister) Get ¶
func (ucl *UnionClusterRoleBindingLister) Get(name string) (*v1.ClusterRoleBinding, error)
func (*UnionClusterRoleBindingLister) List ¶
func (ucl *UnionClusterRoleBindingLister) List(selector labels.Selector) (ret []*v1.ClusterRoleBinding, err error)
List lists all ClusterRoleBindings in the indexer.
func (*UnionClusterRoleBindingLister) RegisterClusterRoleBindingLister ¶
func (ucl *UnionClusterRoleBindingLister) RegisterClusterRoleBindingLister(lister rbacv1.ClusterRoleBindingLister)
type UnionClusterRoleLister ¶
type UnionClusterRoleLister struct {
// contains filtered or unexported fields
}
func (*UnionClusterRoleLister) Get ¶
func (ucl *UnionClusterRoleLister) Get(name string) (*v1.ClusterRole, error)
func (*UnionClusterRoleLister) List ¶
func (ucl *UnionClusterRoleLister) List(selector labels.Selector) (ret []*v1.ClusterRole, err error)
List lists all ClusterRoles in the indexer.
func (*UnionClusterRoleLister) RegisterClusterRoleLister ¶
func (ucl *UnionClusterRoleLister) RegisterClusterRoleLister(lister rbacv1.ClusterRoleLister)
type UnionClusterServiceVersionLister ¶
type UnionClusterServiceVersionLister struct {
// contains filtered or unexported fields
}
func (*UnionClusterServiceVersionLister) ClusterServiceVersions ¶
func (ucl *UnionClusterServiceVersionLister) ClusterServiceVersions(namespace string) listers.ClusterServiceVersionNamespaceLister
ClusterServiceVersions returns an object that can list and get ClusterServiceVersions.
func (*UnionClusterServiceVersionLister) List ¶
func (ucl *UnionClusterServiceVersionLister) List(selector labels.Selector) (ret []*v1alpha1.ClusterServiceVersion, err error)
List lists all ClusterServiceVersions in the indexer.
func (*UnionClusterServiceVersionLister) RegisterClusterServiceVersionLister ¶
func (ucl *UnionClusterServiceVersionLister) RegisterClusterServiceVersionLister(namespace string, lister listers.ClusterServiceVersionLister)
type UnionConfigMapLister ¶
type UnionConfigMapLister struct {
// contains filtered or unexported fields
}
func (*UnionConfigMapLister) ConfigMaps ¶
func (usl *UnionConfigMapLister) ConfigMaps(namespace string) corev1.ConfigMapNamespaceLister
ConfigMaps returns an object that can list and get ConfigMaps.
func (*UnionConfigMapLister) RegisterConfigMapLister ¶
func (usl *UnionConfigMapLister) RegisterConfigMapLister(namespace string, lister corev1.ConfigMapLister)
type UnionCustomResourceDefinitionLister ¶
type UnionCustomResourceDefinitionLister struct { CustomResourceDefinitionLister aextv1beta1.CustomResourceDefinitionLister CustomResourceDefinitionLock sync.RWMutex }
UnionCustomResourceDefinitionLister is a custom implementation of an CustomResourceDefinition lister that allows a new Lister to be registered on the fly
func (*UnionCustomResourceDefinitionLister) Get ¶
func (ucl *UnionCustomResourceDefinitionLister) Get(name string) (*v1beta1.CustomResourceDefinition, error)
Get retrieves the CustomResourceDefinition with the given name
func (*UnionCustomResourceDefinitionLister) List ¶
func (ucl *UnionCustomResourceDefinitionLister) List(selector labels.Selector) (ret []*v1beta1.CustomResourceDefinition, err error)
List lists all CustomResourceDefinitions in the indexer.
func (*UnionCustomResourceDefinitionLister) RegisterCustomResourceDefinitionLister ¶
func (ucl *UnionCustomResourceDefinitionLister) RegisterCustomResourceDefinitionLister(lister aextv1beta1.CustomResourceDefinitionLister)
RegisterCustomResourceDefinitionLister registers a new CustomResourceDefinitionLister
type UnionDeploymentLister ¶
type UnionDeploymentLister struct {
// contains filtered or unexported fields
}
func (*UnionDeploymentLister) Deployments ¶
func (udl *UnionDeploymentLister) Deployments(namespace string) appsv1.DeploymentNamespaceLister
Deployments returns an object that can list and get Deployments.
func (*UnionDeploymentLister) GetDeploymentsForReplicaSet ¶
func (udl *UnionDeploymentLister) GetDeploymentsForReplicaSet(rs *v1.ReplicaSet) ([]*v1.Deployment, error)
func (*UnionDeploymentLister) List ¶
func (udl *UnionDeploymentLister) List(selector labels.Selector) (ret []*v1.Deployment, err error)
List lists all Deployments in the indexer.
func (*UnionDeploymentLister) RegisterDeploymentLister ¶
func (udl *UnionDeploymentLister) RegisterDeploymentLister(namespace string, lister appsv1.DeploymentLister)
type UnionInstallPlanLister ¶
type UnionInstallPlanLister struct {
// contains filtered or unexported fields
}
func (*UnionInstallPlanLister) InstallPlans ¶
func (u *UnionInstallPlanLister) InstallPlans(namespace string) listers.InstallPlanNamespaceLister
InstallPlans returns an object that can list and get InstallPlans.
func (*UnionInstallPlanLister) List ¶
func (u *UnionInstallPlanLister) List(selector labels.Selector) (ret []*v1alpha1.InstallPlan, err error)
List lists all InstallPlans in the indexer.
func (*UnionInstallPlanLister) RegisterInstallPlanLister ¶
func (u *UnionInstallPlanLister) RegisterInstallPlanLister(namespace string, lister listers.InstallPlanLister)
type UnionNamespaceLister ¶
type UnionNamespaceLister struct {
// contains filtered or unexported fields
}
func (*UnionNamespaceLister) Get ¶
func (unl *UnionNamespaceLister) Get(name string) (*v1.Namespace, error)
func (*UnionNamespaceLister) RegisterNamespaceLister ¶
func (unl *UnionNamespaceLister) RegisterNamespaceLister(lister corev1.NamespaceLister)
type UnionOperatorGroupLister ¶
type UnionOperatorGroupLister struct {
// contains filtered or unexported fields
}
func (*UnionOperatorGroupLister) List ¶
func (uol *UnionOperatorGroupLister) List(selector labels.Selector) (ret []*v1.OperatorGroup, err error)
List lists all OperatorGroups in the indexer.
func (*UnionOperatorGroupLister) OperatorGroups ¶
func (uol *UnionOperatorGroupLister) OperatorGroups(namespace string) listers.OperatorGroupNamespaceLister
OperatorGroups returns an object that can list and get OperatorGroups.
func (*UnionOperatorGroupLister) RegisterOperatorGroupLister ¶
func (uol *UnionOperatorGroupLister) RegisterOperatorGroupLister(namespace string, lister listers.OperatorGroupLister)
type UnionPodLister ¶
type UnionPodLister struct {
// contains filtered or unexported fields
}
func (*UnionPodLister) Pods ¶
func (usl *UnionPodLister) Pods(namespace string) corev1.PodNamespaceLister
Pods returns an object that can list and get Pods.
func (*UnionPodLister) RegisterPodLister ¶
func (usl *UnionPodLister) RegisterPodLister(namespace string, lister corev1.PodLister)
type UnionRoleBindingLister ¶
type UnionRoleBindingLister struct {
// contains filtered or unexported fields
}
func (*UnionRoleBindingLister) List ¶
func (rbl *UnionRoleBindingLister) List(selector labels.Selector) (ret []*v1.RoleBinding, err error)
List lists all RoleBindings in the indexer.
func (*UnionRoleBindingLister) RegisterRoleBindingLister ¶
func (rbl *UnionRoleBindingLister) RegisterRoleBindingLister(namespace string, lister rbacv1.RoleBindingLister)
func (*UnionRoleBindingLister) RoleBindings ¶
func (rbl *UnionRoleBindingLister) RoleBindings(namespace string) rbacv1.RoleBindingNamespaceLister
RoleBindings returns an object that can list and get RoleBindings.
type UnionRoleLister ¶
type UnionRoleLister struct {
// contains filtered or unexported fields
}
func (*UnionRoleLister) RegisterRoleLister ¶
func (rl *UnionRoleLister) RegisterRoleLister(namespace string, lister rbacv1.RoleLister)
func (*UnionRoleLister) Roles ¶
func (rl *UnionRoleLister) Roles(namespace string) rbacv1.RoleNamespaceLister
Roles returns an object that can list and get Roles.
type UnionSecretLister ¶
type UnionSecretLister struct {
// contains filtered or unexported fields
}
func (*UnionSecretLister) RegisterSecretLister ¶
func (usl *UnionSecretLister) RegisterSecretLister(namespace string, lister corev1.SecretLister)
func (*UnionSecretLister) Secrets ¶
func (usl *UnionSecretLister) Secrets(namespace string) corev1.SecretNamespaceLister
Secrets returns an object that can list and get Secrets.
type UnionServiceAccountLister ¶
type UnionServiceAccountLister struct {
// contains filtered or unexported fields
}
func (*UnionServiceAccountLister) List ¶
func (usl *UnionServiceAccountLister) List(selector labels.Selector) (ret []*v1.ServiceAccount, err error)
List lists all ServiceAccounts in the indexer.
func (*UnionServiceAccountLister) RegisterServiceAccountLister ¶
func (usl *UnionServiceAccountLister) RegisterServiceAccountLister(namespace string, lister corev1.ServiceAccountLister)
func (*UnionServiceAccountLister) ServiceAccounts ¶
func (usl *UnionServiceAccountLister) ServiceAccounts(namespace string) corev1.ServiceAccountNamespaceLister
ServiceAccounts returns an object that can list and get ServiceAccounts.
type UnionServiceLister ¶
type UnionServiceLister struct {
// contains filtered or unexported fields
}
func (*UnionServiceLister) GetPodServices ¶
func (*UnionServiceLister) RegisterServiceLister ¶
func (usl *UnionServiceLister) RegisterServiceLister(namespace string, lister corev1.ServiceLister)
func (*UnionServiceLister) Services ¶
func (usl *UnionServiceLister) Services(namespace string) corev1.ServiceNamespaceLister
Services returns an object that can list and get Services.
type UnionSubscriptionLister ¶
type UnionSubscriptionLister struct {
// contains filtered or unexported fields
}
func (*UnionSubscriptionLister) List ¶
func (usl *UnionSubscriptionLister) List(selector labels.Selector) (ret []*v1alpha1.Subscription, err error)
List lists all Subscriptions in the indexer.
func (*UnionSubscriptionLister) RegisterSubscriptionLister ¶
func (usl *UnionSubscriptionLister) RegisterSubscriptionLister(namespace string, lister listers.SubscriptionLister)
func (*UnionSubscriptionLister) Subscriptions ¶
func (usl *UnionSubscriptionLister) Subscriptions(namespace string) listers.SubscriptionNamespaceLister
Subscriptions returns an object that can list and get Subscriptions.