From 90f627dc3328bfbae6e131336435f6c49c483ebc Mon Sep 17 00:00:00 2001 From: Andre Almar Date: Wed, 17 Aug 2022 17:58:37 -0300 Subject: [PATCH] adding changes after running make generate --- .../container.gcp.crossplane.io_clusters.yaml | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package/crds/container.gcp.crossplane.io_clusters.yaml b/package/crds/container.gcp.crossplane.io_clusters.yaml index 95f779397..21cbfbd61 100644 --- a/package/crds/container.gcp.crossplane.io_clusters.yaml +++ b/package/crds/container.gcp.crossplane.io_clusters.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: @@ -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: @@ -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 @@ -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 @@ -1444,22 +1444,22 @@ spec: initialNodeCount: description: 'InitialNodeCount: The initial node count for the pool. You must ensure that your Compute Engine resource quota - 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 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 @@ -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