Skip to content

Commit

Permalink
adding changes after running make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealmar committed Aug 17, 2022
1 parent 1ede501 commit 90f627d
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package/crds/container.gcp.crossplane.io_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ spec:
properties:
autoprovisioningLocations:
description: 'AutoprovisioningLocations: The list of Google
Compute Engine [zones](/compute/docs/zones#available) in
which the NodePool''s nodes can be created by NAP.'
Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
in which the NodePool''s nodes can be created by NAP.'
items:
type: string
type: array
Expand Down Expand Up @@ -555,12 +555,12 @@ spec:
type: object
location:
description: 'Location: The name of the Google Compute Engine
[zone](/compute/docs/regions-zones/regions-zones#available)
or [region](/compute/docs/regions-zones/regions-zones#available)
[zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available)
or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available)
in which the cluster resides.'
type: string
locations:
description: 'Locations: The list of Google Compute Engine [zones](/compute/docs/zones#available)
description: 'Locations: The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available)
in which the cluster''s nodes should be located.'
items:
type: string
Expand Down Expand Up @@ -726,7 +726,7 @@ spec:
be used."
type: string
network:
description: 'Network: The name of the Google Compute Engine [network](/compute/docs/networks-and-firewalls#networks)
description: 'Network: The name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc#vpc_networks_and_subnets)
to which the cluster is connected. If left unspecified, the
`default` network will be used.'
type: string
Expand Down Expand Up @@ -930,8 +930,8 @@ spec:
type: object
subnetwork:
description: 'Subnetwork: The name of the Google Compute Engine
[subnetwork](/compute/docs/subnetworks) to which the cluster
is connected.'
[subnetwork](https://cloud.google.com/vpc/docs/subnets) to which
the cluster is connected.'
type: string
subnetworkRef:
description: SubnetworkRef references to a Subnetwork and retrieves
Expand Down Expand Up @@ -1141,8 +1141,8 @@ spec:
type: string
location:
description: 'Location: The name of the Google Compute Engine
[zone](/compute/docs/regions-zones/regions-zones#available)
or [region](/compute/docs/regions-zones/regions-zones#available)
[zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available)
or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available)
in which the cluster resides.'
type: string
maintenancePolicy:
Expand Down Expand Up @@ -1171,13 +1171,13 @@ spec:
properties:
network:
description: 'Network: The relative name of the Google Compute
Engine network(/compute/docs/networks-and-firewalls#networks)
Engine network(https://cloud.google.com/vpc/docs/vpc#vpc_networks_and_subnets)
to which the cluster is connected. Example: projects/my-project/global/networks/my-network'
type: string
subnetwork:
description: 'Subnetwork: The relative name of the Google
Compute Engine [subnetwork](/compute/docs/vpc) to which
the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet'
Compute Engine [subnetwork](https://cloud.google.com/vpc/docs/vpc)
to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet'
type: string
type: object
nodeIpv4CidrSize:
Expand Down Expand Up @@ -1264,7 +1264,7 @@ spec:
acceleratorType:
description: 'AcceleratorType: The accelerator
type resource name. List of supported accelerators
[here](/compute/docs/gpus/#Introduction)'
[here](https://cloud.google.com/compute/docs/gpus/#Introduction)'
type: string
type: object
type: array
Expand Down Expand Up @@ -1309,7 +1309,7 @@ spec:
type: integer
machineType:
description: "MachineType: The name of a Google Compute
Engine [machine type](/compute/docs/machine-types)
Engine [machine type](https://cloud.google.com/compute/docs/machine-types)
(e.g. `n1-standard-1`). \n If unspecified, the default
machine type is `n1-standard-1`."
type: string
Expand Down Expand Up @@ -1444,22 +1444,22 @@ spec:
initialNodeCount:
description: 'InitialNodeCount: The initial node count for
the pool. You must ensure that your Compute Engine <a
href="/compute/docs/resource-quotas">resource quota</a>
is sufficient for this number of instances. You must also
have available firewall and routes quota.'
href="https://cloud.google.com/compute/quotas">resource
quota</a> is sufficient for this number of instances.
You must also have available firewall and routes quota.'
format: int64
type: integer
instanceGroupUrls:
description: 'InstanceGroupUrls: The resource URLs of the
[managed instance groups](/compute/docs/instance-groups/creating-groups-of-mana
ged-instances) associated with this node pool.'
[managed instance groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
associated with this node pool.'
items:
type: string
type: array
locations:
description: 'Locations: The list of Google Compute Engine
[zones](/compute/docs/zones#available) in which the NodePool''s
nodes should be located.'
[zones](https://cloud.google.com/compute/docs/regions-zones#available)
in which the NodePool''s nodes should be located.'
items:
type: string
type: array
Expand Down Expand Up @@ -1593,7 +1593,7 @@ spec:
\n notation (e.g. `1.2.3.4/29`)."
type: string
zone:
description: 'Zone: The name of the Google Compute Engine [zone](/compute/docs/zones#available)
description: 'Zone: The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available)
in which the cluster resides. This field is deprecated, use
location instead.'
type: string
Expand Down

0 comments on commit 90f627d

Please sign in to comment.