messaging

package
v0.29.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// KafkaChannelConditionReceiverServiceReady has status True when the Receiver's K8S Service is ready.
	// This basically just means it exists because there's no meaningful status in Service.
	KafkaChannelConditionReceiverServiceReady apis.ConditionType = "ReceiverServiceReady"

	// KafkaChannelConditionReceiverDeploymentReady has status True when the Receiver's K8S Deployment is ready.
	KafkaChannelConditionReceiverDeploymentReady apis.ConditionType = "ReceiverDeploymentReady"

	// KafkaChannelConditionDispatcherServiceReady has status True when the Dispatcher's K8S Service is ready.
	// This basically just means it exists because there's no meaningful status in Service.
	// Note - Dispatcher Service is only exposed for Metrics collection and is not an active part of the data-plane.
	KafkaChannelConditionDispatcherServiceReady apis.ConditionType = "DispatcherServiceReady"

	// KafkaChannelConditionDispatcherDeploymentReady has status True when the Receiver's K8S Deployment is ready.
	KafkaChannelConditionDispatcherDeploymentReady apis.ConditionType = "DispatcherDeploymentReady"
)

Variables

This section is empty.

Functions

func MarkDispatcherDeploymentFailed

func MarkDispatcherDeploymentFailed(kcs *messaging.KafkaChannelStatus, reason, messageFormat string, messageA ...interface{})

func MarkDispatcherDeploymentUnknown

func MarkDispatcherDeploymentUnknown(kcs *messaging.KafkaChannelStatus, reason, messageFormat string, messageA ...interface{})

func MarkDispatcherServiceFailed

func MarkDispatcherServiceFailed(kcs *messaging.KafkaChannelStatus, reason, messageFormat string, messageA ...interface{})

func MarkDispatcherServiceTrue

func MarkDispatcherServiceTrue(kcs *messaging.KafkaChannelStatus)

func MarkDispatcherServiceUnknown

func MarkDispatcherServiceUnknown(kcs *messaging.KafkaChannelStatus, reason, messageFormat string, messageA ...interface{})

func MarkReceiverDeploymentFailed

func MarkReceiverDeploymentFailed(kcs *messaging.KafkaChannelStatus, reason, messageFormat string, messageA ...interface{})

func MarkReceiverDeploymentTrue

func MarkReceiverDeploymentTrue(kcs *messaging.KafkaChannelStatus)

func MarkReceiverServiceFailed

func MarkReceiverServiceFailed(kcs *messaging.KafkaChannelStatus, reason, messageFormat string, messageA ...interface{})

func MarkReceiverServiceTrue

func MarkReceiverServiceTrue(kcs *messaging.KafkaChannelStatus)

func PropagateDispatcherDeploymentStatus

func PropagateDispatcherDeploymentStatus(kcs *messaging.KafkaChannelStatus, ds *appsv1.DeploymentStatus)

func RegisterDistributedKafkaChannelConditionSet

func RegisterDistributedKafkaChannelConditionSet()

RegisterDistributedKafkaChannelConditionSet initializes the ConditionSet to those pertaining to the distributed KafkaChannel.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL