Skip to content

Commit

Permalink
Update resource definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido van der Hart committed Oct 24, 2023
1 parent fbd77cd commit 7c60451
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ type OscSubnet struct {
// Subnet Ip range with CIDR notation
// +optional
IpSubnetRange string `json:"ipSubnetRange,omitempty"`
// Subregion of the Subnet
// The subregion name of the Subnet
// +optional
SubregionName string `json:"SubregionName,omitempty"`
// The Subnet Id response
Expand Down
3 changes: 3 additions & 0 deletions capm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ spec:
resourceId:
description: The Subnet Id response
type: string
subregionName:
description: The subregion name of the Subnet
type: string
type: object
type: array
subregionName:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ spec:
resourceId:
description: The Subnet Id response
type: string
subregionName:
description: The subregion name of the Subnet
type: string
type: object
type: array
subregionName:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,9 @@ spec:
resourceId:
description: The Subnet Id response
type: string
subregionName:
description: The subregion name of the Subnet
type: string
type: object
type: array
subregionName:
Expand Down
3 changes: 3 additions & 0 deletions helm/clusterapioutscale/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ spec:
resourceId:
description: The Subnet Id response
type: string
subregionName:
description: The subregion name of the Subnet
type: string
type: object
type: array
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ spec:
resourceId:
description: The Subnet Id response
type: string
subregionName:
description: The subregion name of the Subnet
type: string
type: object
type: array
type: object
Expand Down

0 comments on commit 7c60451

Please sign in to comment.