Skip to content

Commit

Permalink
Merge pull request #538 from openshift-cherrypick-robot/cherry-pick-5…
Browse files Browse the repository at this point in the history
…32-to-18.0-fr1

[18.0-fr1] [OSPRH-10956] Remove minimum from APITimeout
  • Loading branch information
openshift-merge-bot[bot] authored Nov 19, 2024
2 parents 6bcaa73 + f2e6ff8 commit bcbd902
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion api/bases/telemetry.openstack.org_autoscalings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ spec:
apiTimeout:
default: 60
description: APITimeout for Route and Apache
minimum: 60
type: integer
customServiceConfig:
default: '# add your customization here'
Expand Down
1 change: 0 additions & 1 deletion api/bases/telemetry.openstack.org_ceilometers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ spec:
apiTimeout:
default: 60
description: APITimeout for Apache
minimum: 60
type: integer
centralImage:
type: string
Expand Down
2 changes: 0 additions & 2 deletions api/bases/telemetry.openstack.org_telemetries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ spec:
apiTimeout:
default: 60
description: APITimeout for Route and Apache
minimum: 60
type: integer
customServiceConfig:
default: '# add your customization here'
Expand Down Expand Up @@ -429,7 +428,6 @@ spec:
apiTimeout:
default: 60
description: APITimeout for Apache
minimum: 60
type: integer
centralImage:
type: string
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/autoscaling_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ type Aodh struct {
// Aodh defines the aodh component spec
type AodhCore struct {
// +kubebuilder:validation:Optional
// +kubebuilder:validation:Minimum=60
// +kubebuilder:default=60
// APITimeout for Route and Apache
APITimeout int `json:"apiTimeout"`
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/ceilometer_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ type CeilometerSpec struct {
type CeilometerSpecCore struct {
// +kubebuilder:validation:Optional
// +kubebuilder:default=60
// +kubebuilder:validation:Minimum=60
// APITimeout for Apache
APITimeout int `json:"apiTimeout"`

Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/telemetry.openstack.org_autoscalings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ spec:
apiTimeout:
default: 60
description: APITimeout for Route and Apache
minimum: 60
type: integer
customServiceConfig:
default: '# add your customization here'
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/telemetry.openstack.org_ceilometers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ spec:
apiTimeout:
default: 60
description: APITimeout for Apache
minimum: 60
type: integer
centralImage:
type: string
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/telemetry.openstack.org_telemetries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ spec:
apiTimeout:
default: 60
description: APITimeout for Route and Apache
minimum: 60
type: integer
customServiceConfig:
default: '# add your customization here'
Expand Down Expand Up @@ -429,7 +428,6 @@ spec:
apiTimeout:
default: 60
description: APITimeout for Apache
minimum: 60
type: integer
centralImage:
type: string
Expand Down

0 comments on commit bcbd902

Please sign in to comment.