Documentation
¶
Index ¶
- Constants
- func CreateEvent(client kubernetes.Interface, component string, obj runtime.Object, ...) (*core.Event, error)
- func CreateEventWithLog(client kubernetes.Interface, component string, obj runtime.Object, ...)
- func NewEventRecorder(client kubernetes.Interface, component string) record.EventRecorder
Constants ¶
View Source
const ( // Ingress Events EventReasonIngressConfigMapReconcileFailed = "ConfigMapReconcileFailed" EventReasonIngressConfigMapReconcileSuccessful = "ConfigMapReconcileSuccessful" EventReasonIngressDeploymentReconcileFailed = "DeploymentReconcileFailed" EventReasonIngressDeploymentReconcileSuccessful = "DeploymentReconcileSuccessful" EventReasonIngressFirewallUpdateFailed = "FirewallUpdateFailed" EventReasonIngressHAProxyConfigReconcileFailed = "HAProxyConfigFailed" EventReasonIngressInvalid = "IngressInvalid" EventReasonIngressMonitorAgentReconcileFailed = "MonitorAgentReconcileFailed" EventReasonIngressMonitorAgentReconcileSuccessful = "MonitorAgentReconcileSuccessful" EventReasonIngressRBACFailed = "RBACFailed" EventReasonIngressRBACSuccessful = "RBACSuccessful" EventReasonIngressServiceReconcileFailed = "ServiceReconcileFailed" EventReasonIngressServiceReconcileSuccessful = "ServiceReconcileSuccessful" EventReasonIngressStatsServiceDeleteFailed = "StatsServiceDeleteFailed" EventReasonIngressStatsServiceDeleteSuccessful = "StatsServiceDeleteSuccessful" EventReasonIngressStatsServiceReconcileFailed = "StatsServiceReconcileFailed" EventReasonIngressStatsServiceReconcileSuccessful = "StatsServiceReconcileSuccessful" EventReasonIngressTLSMountFailed = "TLSMountFailed" EventReasonBackendInvalid = "BackendInvalid" EventReasonAdmissionWebhookNotActivated = "AdmissionWebhookNotActivated" )
Variables ¶
This section is empty.
Functions ¶
func CreateEvent ¶
func CreateEventWithLog ¶
func NewEventRecorder ¶
func NewEventRecorder(client kubernetes.Interface, component string) record.EventRecorder
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.