Skip to content

Commit

Permalink
Updated auto-generated files.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Oddy <[email protected]>
  • Loading branch information
JonathanO committed Jan 30, 2024
1 parent 21df7e2 commit 32e5411
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 8 deletions.
5 changes: 5 additions & 0 deletions apis/container/v1beta1/zz_generated.deepcopy.go

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

3 changes: 3 additions & 0 deletions apis/container/v1beta1/zz_nodepool_types.go

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

5 changes: 5 additions & 0 deletions apis/containeraws/v1beta1/zz_generated.deepcopy.go

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

8 changes: 6 additions & 2 deletions apis/containeraws/v1beta1/zz_nodepool_types.go

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

5 changes: 5 additions & 0 deletions apis/containerazure/v1beta1/zz_generated.deepcopy.go

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

8 changes: 6 additions & 2 deletions apis/containerazure/v1beta1/zz_nodepool_types.go

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

3 changes: 3 additions & 0 deletions package/crds/container.gcp.upbound.io_nodepools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,9 @@ spec:
need this value, don't set it. If you do need it, you can use a lifecycle block to
ignore subsequent changes to this field.
type: number
location:
description: The location (region or zone) of the cluster.
type: string
management:
description: |-
Node management configuration, wherein auto-repair and
Expand Down
9 changes: 7 additions & 2 deletions package/crds/containeraws.gcp.upbound.io_nodepools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ spec:
1.19.10-gke.1000). You can list all supported versions on a
given Google Cloud region by calling GetAwsServerConfig.
type: string
required:
- location
type: object
initProvider:
description: |-
Expand Down Expand Up @@ -549,6 +547,9 @@ spec:
type: array
type: object
type: array
location:
description: The location for the resource
type: string
maxPodsConstraint:
description: The constraint on the maximum number of pods that
can be run simultaneously on a node in the node pool.
Expand Down Expand Up @@ -748,6 +749,10 @@ spec:
rule: '!(''*'' in self.managementPolicies || ''Create'' in self.managementPolicies
|| ''Update'' in self.managementPolicies) || has(self.forProvider.config)
|| (has(self.initProvider) && has(self.initProvider.config))'
- message: spec.forProvider.location is a required parameter
rule: '!(''*'' in self.managementPolicies || ''Create'' in self.managementPolicies
|| ''Update'' in self.managementPolicies) || has(self.forProvider.location)
|| (has(self.initProvider) && has(self.initProvider.location))'
- message: spec.forProvider.maxPodsConstraint is a required parameter
rule: '!(''*'' in self.managementPolicies || ''Create'' in self.managementPolicies
|| ''Update'' in self.managementPolicies) || has(self.forProvider.maxPodsConstraint)
Expand Down
9 changes: 7 additions & 2 deletions package/crds/containerazure.gcp.upbound.io_nodepools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ spec:
description: The Kubernetes version (e.g. 1.19.10-gke.1000) running
on this node pool.
type: string
required:
- location
type: object
initProvider:
description: |-
Expand Down Expand Up @@ -378,6 +376,9 @@ spec:
type: string
type: object
type: array
location:
description: The location for the resource
type: string
maxPodsConstraint:
description: The constraint on the maximum number of pods that
can be run simultaneously on a node in the node pool.
Expand Down Expand Up @@ -578,6 +579,10 @@ spec:
rule: '!(''*'' in self.managementPolicies || ''Create'' in self.managementPolicies
|| ''Update'' in self.managementPolicies) || has(self.forProvider.config)
|| (has(self.initProvider) && has(self.initProvider.config))'
- message: spec.forProvider.location is a required parameter
rule: '!(''*'' in self.managementPolicies || ''Create'' in self.managementPolicies
|| ''Update'' in self.managementPolicies) || has(self.forProvider.location)
|| (has(self.initProvider) && has(self.initProvider.location))'
- message: spec.forProvider.maxPodsConstraint is a required parameter
rule: '!(''*'' in self.managementPolicies || ''Create'' in self.managementPolicies
|| ''Update'' in self.managementPolicies) || has(self.forProvider.maxPodsConstraint)
Expand Down

0 comments on commit 32e5411

Please sign in to comment.