--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.18.0 creationTimestamp: "2026-02-24T02:33:02Z" generation: 1 managedFields: - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:acceptedNames: f:categories: {} f:kind: {} f:listKind: {} f:plural: {} f:shortNames: {} f:singular: {} f:conditions: k:{"type":"Established"}: .: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} k:{"type":"NamesAccepted"}: .: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} manager: kube-apiserver operation: Update subresource: status time: "2026-02-24T02:33:02Z" - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:controller-gen.kubebuilder.io/version: {} f:spec: f:conversion: .: {} f:strategy: {} f:group: {} f:names: f:categories: {} f:kind: {} f:listKind: {} f:plural: {} f:shortNames: {} f:singular: {} f:scope: {} f:versions: {} manager: operator operation: Update time: "2026-02-24T02:33:02Z" name: rabbitmqpolicies.rabbitmq.openstack.org resourceVersion: "24420" uid: 7dba3e26-db71-4fdb-864d-994dff344ff9 spec: conversion: strategy: None group: rabbitmq.openstack.org names: categories: - all - rabbitmq kind: RabbitMQPolicy listKind: RabbitMQPolicyList plural: rabbitmqpolicies shortNames: - rmqpolicy singular: rabbitmqpolicy scope: Namespaced versions: - additionalPrinterColumns: - jsonPath: .spec.rabbitmqClusterName name: Cluster type: string - jsonPath: .spec.vhostRef name: Vhost type: string - jsonPath: .spec.pattern name: Pattern type: string - jsonPath: .status.conditions[0].status name: Status type: string - jsonPath: .status.conditions[0].message name: Message type: string name: v1beta1 schema: openAPIV3Schema: description: RabbitMQPolicy is the Schema for the rabbitmqpolicies API properties: apiVersion: description: |- 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 type: string kind: description: |- 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 type: string metadata: type: object spec: description: RabbitMQPolicySpec defines the desired state of RabbitMQPolicy properties: applyTo: default: all description: ApplyTo - what to apply the policy to enum: - queues - exchanges - all type: string definition: description: Definition - policy definition as key-value pairs x-kubernetes-preserve-unknown-fields: true name: description: Name - the policy name in RabbitMQ (defaults to CR name) type: string pattern: description: Pattern - regex pattern to match queue/exchange names type: string priority: default: 0 description: Priority - policy priority (higher value = higher priority) type: integer rabbitmqClusterName: description: RabbitmqClusterName - the name of the RabbitMQ cluster type: string vhostRef: description: VhostRef - reference to the RabbitMQVhost resource (if empty, uses default vhost "/") type: string required: - definition - pattern - rabbitmqClusterName type: object status: description: RabbitMQPolicyStatus defines the observed state of RabbitMQPolicy properties: conditions: description: Conditions items: description: Condition defines an observation of a API resource operational state. properties: lastTransitionTime: description: |- Last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. format: date-time type: string message: description: A human readable message indicating details about the transition. type: string reason: description: The reason for the condition's last transition in CamelCase. type: string severity: description: |- Severity provides a classification of Reason code, so the current situation is immediately understandable and could act accordingly. It is meant for situations where Status=False and it should be indicated if it is just informational, warning (next reconciliation might fix it) or an error (e.g. DB create issue and no actions to automatically resolve the issue can/should be done). For conditions where Status=Unknown or Status=True the Severity should be SeverityNone. type: string status: description: Status of the condition, one of True, False, Unknown. type: string type: description: Type of condition in CamelCase. type: string required: - lastTransitionTime - status - type type: object type: array observedGeneration: description: ObservedGeneration - the most recent generation observed for this resource format: int64 type: integer type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: categories: - all - rabbitmq kind: RabbitMQPolicy listKind: RabbitMQPolicyList plural: rabbitmqpolicies shortNames: - rmqpolicy singular: rabbitmqpolicy conditions: - lastTransitionTime: "2026-02-24T02:33:02Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2026-02-24T02:33:02Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established storedVersions: - v1beta1