Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertJSON ¶
func ConvertJSON(o interface{}) (interface{}, error)
ConvertJSON is a function tailored to convert slices of various types into slices of interface{}, it also works with object os various types, converting them into map[string]interface{}. This function copies the original data.
Types ¶
type Listers ¶
type Listers struct {
ImageConfigLister configlistersv1.ImageLister
BuildConfigLister configlistersv1.BuildLister
ConfigMapLister corelistersv1.ConfigMapLister
NetworkLister configlistersv1.NetworkLister
FeatureGateLister_ configlistersv1.FeatureGateLister
ClusterVersionLister configlistersv1.ClusterVersionLister
ClusterOperatorLister configlistersv1.ClusterOperatorLister
PreRunCachesSynced []cache.InformerSynced
}
func (Listers) FeatureGateLister ¶
func (l Listers) FeatureGateLister() configlistersv1.FeatureGateLister
func (Listers) PreRunHasSynced ¶
func (l Listers) PreRunHasSynced() []cache.InformerSynced
func (Listers) ResourceSyncer ¶
func (l Listers) ResourceSyncer() resourcesynccontroller.ResourceSyncer
Click to show internal directories.
Click to hide internal directories.