Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConditionRecords = 3 SuccessSynced = "Synced" // MessageResourceSynced is the message used for an Event fired when a Foo // is synced successfully MessageResourceSynced = "ObservabilityIndicant synced successfully" // RenderTemplateEventReason means there is an error in rendering the template via runtimeObject RenderTemplateEventReason = "RenderTemplateError" // FetchDataErrorEventReason means that some data for the resource is fetched incorrectly FetchDataErrorEventReason = "FetchDataError" // FindResourceErrorEventReason means that can not find resources by kind. FindResourceErrorEventReason = "FailedFindingResource" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController( namespace string, kubeClientSet kubernetes.Interface, dynamicClient dynamic.Interface, observabilityClientSet clientset.Interface, podInformer coreinformers.PodInformer, observabilityInformer obiInformer.ObservabilityIndicantInformer, fetcher fetch.Fetcher, ) *controller
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.