Skip to content

Commit

Permalink
Merge pull request #532 from vyzigold/remove_api_minimum
Browse files Browse the repository at this point in the history
[OSPRH-10956] Remove minimum from APITimeout
  • Loading branch information
openshift-merge-bot[bot] authored Nov 18, 2024
2 parents fb0b3bd + 7ba0e08 commit 9550c87
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 9550c87

Please sign in to comment.