Kind
Federation
Group
rabbitmq.com
Version
v1beta1
apiVersion: rabbitmq.com/v1beta1 kind: Federation metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object
FederationSpec defines the desired state of Federation For how to configure federation upstreams, see: https://www.rabbitmq.com/federation-reference.html.
ackMode string
enum: on-confirm, on-publish, no-ack
deletionPolicy string
DeletionPolicy defines the behavior of federation in the RabbitMQ cluster when the corresponding custom resource is deleted. Can be set to 'delete' or 'retain'. Default is 'delete'.
enum: delete, retain
exchange string
expires integer
maxHops integer
messageTTL integer
name string required
Required property; cannot be updated
prefetch-count integer
queue string
queueType string
The queue type of the internal upstream queue used by exchange federation. Defaults to classic (a single replica queue type). Set to quorum to use a replicated queue type. Changing the queue type will delete and recreate the upstream queue by default. This may lead to messages getting lost or not routed anywhere during the re-declaration. To avoid that, set resource-cleanup-mode key to never. This requires manually deleting the old upstream queue so that it can be recreated with the new type.
enum: classic, quorum
rabbitmqClusterReference object required
Reference to the RabbitmqCluster that this federation upstream will be created in. Required property.
connectionSecret object
Secret contains the http management uri for the RabbitMQ cluster. The Secret must contain the key `uri`, `username` and `password` or operator will error. Have to set either name or connectionSecret, but not both.
name string
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
name string
The name of the RabbitMQ cluster to reference. Have to set either name or connectionSecret, but not both.
namespace string
The namespace of the RabbitMQ cluster to reference. Defaults to the namespace of the requested resource if omitted.
reconnectDelay integer
resourceCleanupMode string
Whether to delete the internal upstream queue when federation links stop. By default, the internal upstream queue is deleted immediately when a federation link stops. Set to never to keep the upstream queue around and collect messages even when changing federation configuration.
enum: default, never
trustUserId boolean
uriSecret object required
Secret contains the AMQP URI(s) for the upstream. The Secret must contain the key `uri` or operator will error. `uri` should be one or multiple uris separated by ','. Required property.
name string
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
vhost string
Default to vhost '/'; cannot be updated
status object
FederationStatus defines the observed state of Federation
conditions []object
lastTransitionTime string
The last time this Condition status changed.
format: date-time
message string
Full text reason for current status of the condition.
reason string
One word, camel-case reason for current status of the condition.
status string required
True, False, or Unknown
type string required
Type indicates the scope of the custom resource status addressed by the condition.
observedGeneration integer
observedGeneration is the most recent successful generation observed for this Federation. It corresponds to the Federation's generation, which is updated on mutation by the API Server.
format: int64
Copied!