Skip to content

Commit

Permalink
Update openstack-k8s-operators
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenStack K8s CI committed Dec 28, 2024
1 parent 684345b commit f7af5b8
Show file tree
Hide file tree
Showing 21 changed files with 60 additions and 48 deletions.
3 changes: 1 addition & 2 deletions apis/bases/client.openstack.org_openstackclients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackclients.client.openstack.org
spec:
group: client.openstack.org
Expand Down
12 changes: 10 additions & 2 deletions apis/bases/core.openstack.org_openstackcontrolplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackcontrolplanes.core.openstack.org
spec:
group: core.openstack.org
Expand Down Expand Up @@ -4645,8 +4644,10 @@ spec:
required:
- containerImage
type: object
default: {}
type: object
imageCache:
default: {}
properties:
cleanerScheduler:
default: '*/30 * * * *'
Expand Down Expand Up @@ -5480,6 +5481,7 @@ spec:
type: string
type: object
extraMounts:
default: []
items:
properties:
extraVol:
Expand Down Expand Up @@ -10904,6 +10906,7 @@ spec:
template:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11144,6 +11147,7 @@ spec:
octaviaHealthManager:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11277,6 +11281,7 @@ spec:
octaviaHousekeeping:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11498,6 +11503,7 @@ spec:
octaviaWorker:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11733,8 +11739,10 @@ spec:
ovnController:
properties:
external-ids:
default: {}
properties:
availability-zones:
default: []
items:
type: string
type: array
Expand Down
3 changes: 1 addition & 2 deletions apis/bases/core.openstack.org_openstackversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackversions.core.openstack.org
spec:
group: core.openstack.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackdataplanedeployments.dataplane.openstack.org
spec:
group: dataplane.openstack.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackdataplanenodesets.dataplane.openstack.org
spec:
group: dataplane.openstack.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackdataplaneservices.dataplane.openstack.org
spec:
group: dataplane.openstack.org
Expand Down
1 change: 0 additions & 1 deletion apis/client/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 10 additions & 6 deletions apis/core/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 14 additions & 8 deletions apis/dataplane/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/openstack-k8s-operators/designate-operator/api v0.5.1-0.20241122132349-a043c75b53ad
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241218224517-634823bc2365
github.com/openstack-k8s-operators/heat-operator/api v0.5.1-0.20241122125317-93eece5fcfa0
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241122125601-2e200c1224ce
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241223061744-9353ce7432b2
github.com/openstack-k8s-operators/infra-operator/apis v0.5.1-0.20241122125042-ff0bda8161fe
github.com/openstack-k8s-operators/ironic-operator/api v0.5.1-0.20241122125317-56d6da8098be
github.com/openstack-k8s-operators/keystone-operator/api v0.5.1-0.20241217110007-691a7c0d1531
Expand Down
4 changes: 2 additions & 2 deletions apis/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241218224517-6
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241218224517-634823bc2365/go.mod h1:xRoM6j/L1yvUhghhF/OL5GExWlahTf64Z5svidliqsE=
github.com/openstack-k8s-operators/heat-operator/api v0.5.1-0.20241122125317-93eece5fcfa0 h1:uTTjp2S+U3uS5jyiggdw3jK5M1saB0NHRrh08kDdeIk=
github.com/openstack-k8s-operators/heat-operator/api v0.5.1-0.20241122125317-93eece5fcfa0/go.mod h1:mANVocVuc9ww98iuDBKA6fd7sULOr/Po9ks/fUgOIqA=
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241122125601-2e200c1224ce h1:Sglm4ED/efLmnSMUYxCF4tDr/9Hhs1c4s5XvF2CmfOA=
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241122125601-2e200c1224ce/go.mod h1:6qGsJdObALYyH1G4mRLyRpmpTKsmTrKLGxx2hFUtU28=
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241223061744-9353ce7432b2 h1:ATAUFKoVh8FlawqlYlc4vZMIuSA3omoNLQyZlFC7sH8=
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241223061744-9353ce7432b2/go.mod h1:6qGsJdObALYyH1G4mRLyRpmpTKsmTrKLGxx2hFUtU28=
github.com/openstack-k8s-operators/infra-operator/apis v0.5.1-0.20241122125042-ff0bda8161fe h1:NnrU4W0n117WGTaNroNivd3N1z5Si0n5UhB9v4z5WQ4=
github.com/openstack-k8s-operators/infra-operator/apis v0.5.1-0.20241122125042-ff0bda8161fe/go.mod h1:nCCIj4rMVSj3Cwkwdc0snMhxOw/DmC42eWp8w+4WznU=
github.com/openstack-k8s-operators/ironic-operator/api v0.5.1-0.20241122125317-56d6da8098be h1:Tf7pIIvh3JWSpxKkUqIPSf+z6pGTOUA4/SE3xYYu/ew=
Expand Down
3 changes: 1 addition & 2 deletions config/crd/bases/client.openstack.org_openstackclients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackclients.client.openstack.org
spec:
group: client.openstack.org
Expand Down
12 changes: 10 additions & 2 deletions config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackcontrolplanes.core.openstack.org
spec:
group: core.openstack.org
Expand Down Expand Up @@ -4645,8 +4644,10 @@ spec:
required:
- containerImage
type: object
default: {}
type: object
imageCache:
default: {}
properties:
cleanerScheduler:
default: '*/30 * * * *'
Expand Down Expand Up @@ -5480,6 +5481,7 @@ spec:
type: string
type: object
extraMounts:
default: []
items:
properties:
extraVol:
Expand Down Expand Up @@ -10904,6 +10906,7 @@ spec:
template:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11144,6 +11147,7 @@ spec:
octaviaHealthManager:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11277,6 +11281,7 @@ spec:
octaviaHousekeeping:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11498,6 +11503,7 @@ spec:
octaviaWorker:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11733,8 +11739,10 @@ spec:
ovnController:
properties:
external-ids:
default: {}
properties:
availability-zones:
default: []
items:
type: string
type: array
Expand Down
3 changes: 1 addition & 2 deletions config/crd/bases/core.openstack.org_openstackversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackversions.core.openstack.org
spec:
group: core.openstack.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackdataplanedeployments.dataplane.openstack.org
spec:
group: dataplane.openstack.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackdataplanenodesets.dataplane.openstack.org
spec:
group: dataplane.openstack.org
Expand Down
Loading

0 comments on commit f7af5b8

Please sign in to comment.