Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreV1EventType ¶
type CoreV1EventType int
CoreV1 EventType "Enum" Type
const ( // KafkaChannel Reconciler/Finalizer KafkaChannelReconciled CoreV1EventType = iota KafkaChannelFinalized // ClusterChannelProvisioner Reconciliation ClusterChannelProvisionerReconciliationFailed ClusterChannelProvisionerUpdateStatusFailed // KafkaChannel Service (In User Namespace) KafkaChannelServiceReconciliationFailed // Channel Updates (Finalizers, Status) ChannelUpdateFailed ChannelStatusReconciliationFailed // Receiver (Kafka Producer) Reconciliation ReceiverServiceReconciliationFailed ReceiverDeploymentReconciliationFailed ReceiverDeploymentUpdated ReceiverDeploymentUpdateFailed ReceiverServicePatched ReceiverServicePatchFailed // Kafka Topic Reconciliation KafkaTopicReconciliationFailed // Dispatcher (Kafka Consumer) Reconciliation DispatcherServiceReconciliationFailed DispatcherDeploymentReconciliationFailed DispatcherServiceFinalizationFailed DispatcherDeploymentFinalizationFailed DispatcherDeploymentUpdated DispatcherDeploymentUpdateFailed DispatcherServicePatched DispatcherServicePatchFailed // Kafka Secret Reconciliation KafkaSecretReconciled KafkaSecretFinalized )
CoreV1 EventType "Enum" Values
func (CoreV1EventType) String ¶
func (et CoreV1EventType) String() string
CoreV1 EventType String Value
Click to show internal directories.
Click to hide internal directories.