From 150152c13f83a592b05be796408808a0f21d813f Mon Sep 17 00:00:00 2001 From: craig Date: Mon, 11 Mar 2024 14:53:55 +0000 Subject: [PATCH] bundle --- bundle/manifests/dns-operator.clusterserviceversion.yaml | 2 +- bundle/manifests/kuadrant.io_dnsrecords.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bundle/manifests/dns-operator.clusterserviceversion.yaml b/bundle/manifests/dns-operator.clusterserviceversion.yaml index cde091a2..fa685547 100644 --- a/bundle/manifests/dns-operator.clusterserviceversion.yaml +++ b/bundle/manifests/dns-operator.clusterserviceversion.yaml @@ -56,7 +56,7 @@ metadata: capabilities: Basic Install categories: Integration & Delivery containerImage: quay.io/kuadrant/dns-operator:latest - createdAt: "2024-03-11T11:01:25Z" + createdAt: "2024-03-11T14:53:47Z" description: A Kubernetes Operator to manage the lifecycle of DNS resources operators.operatorframework.io/builder: operator-sdk-v1.33.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 diff --git a/bundle/manifests/kuadrant.io_dnsrecords.yaml b/bundle/manifests/kuadrant.io_dnsrecords.yaml index eed45a53..658f1f9c 100644 --- a/bundle/manifests/kuadrant.io_dnsrecords.yaml +++ b/bundle/manifests/kuadrant.io_dnsrecords.yaml @@ -94,6 +94,11 @@ spec: required: - name type: object + rootHost: + description: "rootHost is the single root for all endpoints in a DNSRecord. + If rootHost is set, it is expected all defined endpoints are children + \tof or equal to this rootHost" + type: string type: object status: description: DNSRecordStatus defines the observed state of DNSRecord