Skip to content

Commit

Permalink
bundle: run make bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenairn committed Mar 11, 2024
1 parent e36397c commit d447255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/manifests/dns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-11T16:15: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
Expand Down
5 changes: 5 additions & 0 deletions bundle/manifests/kuadrant.io_dnsrecords.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ spec:
required:
- name
type: object
ownerID:
type: string
x-kubernetes-validations:
- message: OwnerID is immutable
rule: self == oldSelf
type: object
status:
description: DNSRecordStatus defines the observed state of DNSRecord
Expand Down

0 comments on commit d447255

Please sign in to comment.