package
0.0.1-rc1
Repository: https://github.com/ryansiu1995/celery-operator.git
Documentation: pkg.go.dev

# Constants

ExternalBroker is to use an external broker with given string.
RedisBroker is to use a dynamic redis instead within cluster.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

Celery is the Schema for the celeries API.
CeleryBroker is the Schema for the celerybrokers API.
CeleryBrokerList contains a list of CeleryBroker.
CeleryBrokerSpec defines the desired state of CeleryBroker.
CeleryBrokerStatus defines the observed state of CeleryBroker.
CeleryList contains a list of Celery.
CeleryScheduler is the Schema for the celeryschedulers API.
CelerySchedulerList contains a list of CeleryScheduler.
CelerySchedulerSpec defines the desired state of CeleryScheduler.
CelerySchedulerStatus defines the observed state of CeleryScheduler.
CelerySpec defines the desired state of Celery.
CeleryStatus defines the observed state of Celery.
CeleryWorker is the Schema for the celeryworkers API.
CeleryWorkerList contains a list of CeleryWorker.
CeleryWorkerSpec defines the desired state of CeleryWorker.
CeleryWorkerStatus defines the observed state of CeleryWorker.

# Type aliases

BrokerType defines the type of broker.