Skip to content

Commit

Permalink
Merge pull request #412 from fernandoroyosanchez/change_apitimeout_re…
Browse files Browse the repository at this point in the history
…quired

Change apiTimeout type to Optional
  • Loading branch information
openshift-merge-bot[bot] authored Nov 15, 2024
2 parents 1eb7c83 + 4d24096 commit 2336829
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion api/bases/octavia.openstack.org_octavias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,6 @@ spec:
type: string
required:
- apacheContainerImage
- apiTimeout
- databaseInstance
- octaviaAPI
- octaviaNetworkAttachment
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/octavia_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ type OctaviaSpecBase struct {
// Apache Container Image URL
ApacheContainerImage string `json:"apacheContainerImage"`

// +kubebuilder:validation:Required
// +kubebuilder:validation:Optional
// +kubebuilder:default=120
// Octavia API timeout
APITimeout int `json:"apiTimeout"`
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/octavia.openstack.org_octavias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,6 @@ spec:
type: string
required:
- apacheContainerImage
- apiTimeout
- databaseInstance
- octaviaAPI
- octaviaNetworkAttachment
Expand Down

0 comments on commit 2336829

Please sign in to comment.