Skip to content

Commit 7fe2b7c

Browse files
committed
DNM:test make crd-schema-check
1 parent 2ed3372 commit 7fe2b7c

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

apis/bases/core.openstack.org_openstackcontrolplanes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10879,6 +10879,8 @@ spec:
1087910879
format: int32
1088010880
minimum: 0
1088110881
type: integer
10882+
foo:
10883+
type: integer
1088210884
override:
1088310885
properties:
1088410886
service:
@@ -14692,6 +14694,8 @@ spec:
1469214694
type: string
1469314695
type: object
1469414696
type: array
14697+
required:
14698+
- foo
1469514699
type: object
1469614700
type: object
1469714701
type: object

apis/core/v1beta1/openstackcontrolplane_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,9 @@ type RabbitmqTemplate struct {
507507
// +operator-sdk:csv:customresourcedefinitions:type=spec
508508
// Overrides to use when creating the Rabbitmq clusters
509509
rabbitmqv2.RabbitmqClusterSpecCore `json:",inline"`
510+
511+
// +kubebuilder:validation:Required
512+
Foo int `json:"foo"`
510513
}
511514

512515
// OvnSection defines the desired state of OVN services

config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10879,6 +10879,8 @@ spec:
1087910879
format: int32
1088010880
minimum: 0
1088110881
type: integer
10882+
foo:
10883+
type: integer
1088210884
override:
1088310885
properties:
1088410886
service:
@@ -14692,6 +14694,8 @@ spec:
1469214694
type: string
1469314695
type: object
1469414696
type: array
14697+
required:
14698+
- foo
1469514699
type: object
1469614700
type: object
1469714701
type: object

0 commit comments

Comments
 (0)