Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ require (
k8s.io/kube-openapi v0.0.0-20251125145642-4e65d59e963e // indirect
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
sigs.k8s.io/structured-merge-diff/v6 v6.4.0 // indirect
)
4 changes: 2 additions & 2 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5E
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=
sigs.k8s.io/randfill v1.0.0/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxOY=
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 h1:kwVWMx5yS1CrnFWA/2QHyRVJ8jM6dBA80uLmm0wJkk8=
sigs.k8s.io/structured-merge-diff/v6 v6.3.2/go.mod h1:M3W8sfWvn2HhQDIbGWj3S099YozAsymCo/wrT5ohRUE=
sigs.k8s.io/structured-merge-diff/v6 v6.4.0 h1:qmp2e3ZfFi1/jJbDGpD4mt3wyp6PE1NfKHCYLqgNQJo=
sigs.k8s.io/structured-merge-diff/v6 v6.4.0/go.mod h1:M3W8sfWvn2HhQDIbGWj3S099YozAsymCo/wrT5ohRUE=
sigs.k8s.io/yaml v1.6.0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs=
sigs.k8s.io/yaml v1.6.0/go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4=
2 changes: 1 addition & 1 deletion api/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ sigs.k8s.io/json/internal/golang/encoding/json
## explicit; go 1.18
sigs.k8s.io/randfill
sigs.k8s.io/randfill/bytesource
# sigs.k8s.io/structured-merge-diff/v6 v6.3.2
# sigs.k8s.io/structured-merge-diff/v6 v6.4.0
## explicit; go 1.23
sigs.k8s.io/structured-merge-diff/v6/value
80 changes: 47 additions & 33 deletions api/vendor/sigs.k8s.io/structured-merge-diff/v6/value/allocator.go

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

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

2 changes: 1 addition & 1 deletion cmd/cluster/core/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import (
secretsstorev1 "sigs.k8s.io/secrets-store-csi-driver/apis/v1"

"github.com/go-logr/logr"
orcv1alpha1 "github.com/k-orc/openstack-resource-controller/api/v1alpha1"
orcv1alpha1 "github.com/k-orc/openstack-resource-controller/v2/api/v1alpha1"
snapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1"
prometheusoperatorv1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
"github.com/spf13/cobra"
Expand Down
1 change: 1 addition & 0 deletions cmd/cluster/openstack/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func TestCreateCluster(t *testing.T) {
ctx := framework.InterruptableContext(t.Context())
tempDir := t.TempDir()
t.Setenv("FAKE_CLIENT", "true")
t.Setenv("OS_CLOUD", "")

cloudsYAML := map[string]interface{}{
"clouds": map[string]interface{}{
Expand Down
1 change: 1 addition & 0 deletions cmd/install/assets/crds/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ var capiResources = map[string]string{
"cluster-api-provider-openstack/infrastructure.cluster.x-k8s.io_openstackmachines.yaml": "v1beta1",
"cluster-api-provider-openstack/infrastructure.cluster.x-k8s.io_openstackmachinetemplates.yaml": "v1beta1",
"cluster-api-provider-openstack/infrastructure.cluster.x-k8s.io_openstackfloatingippools.yaml": "v1alpha1",
"cluster-api-provider-openstack/infrastructure.cluster.x-k8s.io_openstackclusteridentities.yaml": "v1alpha1",
"cluster-api-provider-openstack/infrastructure.cluster.x-k8s.io_openstackservers.yaml": "v1alpha1",
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
ignitionEndpoint:
description: IgnitionEndpoint store the data to of the custom ignition
Expand Down Expand Up @@ -218,9 +215,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
ignitionEndpoint:
description: IgnitionEndpoint store the data to of the custom ignition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: ControlPlaneLoadBalancer is optional configuration for
Expand Down Expand Up @@ -984,9 +981,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: ControlPlaneLoadBalancer is optional configuration for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ spec:
is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: ControlPlaneLoadBalancer is optional configuration
Expand Down Expand Up @@ -564,9 +561,6 @@ spec:
is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: ControlPlaneLoadBalancer is optional configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
resources:
description: Resources are embedded ASO resources to be managed by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
initialized:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
extendedLocation:
description: ExtendedLocation is an optional set of ExtendedLocation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
credentialsRef:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ spec:
is serving.
format: int32
type: integer
required:
- host
- port
type: object
credentialsRef:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
network:
description: Network is the reference to the Network to use for this
Expand Down Expand Up @@ -182,9 +179,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
cosInstance:
description: |-
Expand Down
Loading