Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterConditionPredicate ¶
ClusterConditionPredicate is a function that indicates whether the given cluster's conditions meet some set of criteria defined by the function.
type StoreToClusterLister ¶
StoreToClusterLister makes a Store have the List method of the metav1.ClusterInterface The Store must contain (only) clusters.
func (*StoreToClusterLister) ClusterCondition ¶
func (s *StoreToClusterLister) ClusterCondition(predicate ClusterConditionPredicate) storeToClusterConditionLister
ClusterCondition returns a storeToClusterConditionLister
func (*StoreToClusterLister) List ¶
func (s *StoreToClusterLister) List() (clusters v1beta1.ClusterList, err error)
Click to show internal directories.
Click to hide internal directories.