Corrects statement about UXP to Up CLI. Resolves #331 (#445)

This commit is contained in:
Pete Lumbis 2023-05-18 13:31:49 -04:00 committed by GitHub
parent 77a5ec7e71
commit 5ccd9b1b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View File

@ -282,7 +282,7 @@ resources:
```
<!-- vale Google.We = NO -->
Patching is a powerful tool enabling simpler or abstracted APIs. A developer
doesn't need to know the specific AWS region identifier, only the abstracted
isn't required to know the specific AWS region identifier, only the abstracted
option of "EU" or "US."
<!-- vale Google.We = YES -->
@ -382,9 +382,9 @@ kubectl describe table | grep arn:aws
<!-- vale Google.We = NO -->
Using {{<hover label="claim" line="8" >}}region: "EU"{{</hover >}} patches the
_composite resource_, updating the AWS region from `us-east-2` to `eu-north-1`.
The developer creating the claim doesn't need to know which specific AWS region
or the naming conventions. Using the abstract API options of "EU" or "US" the
developer places their resources in the desired location.
The developer creating the claim isn't required to know which specific AWS
region or the naming conventions. Using the abstract API options of "EU" or "US"
the developer places their resources in the desired location.
<!-- vale Google.We = YES -->
Deleting the claim removes the _managed resources_.
@ -424,7 +424,7 @@ tool.
{{< hint "note" >}}
You can use any software that builds OCI images. This includes
[Docker](https://www.docker.com/) or
[Upbound's Universal Crossplane (UXP)](https://github.com/upbound/universal-crossplane)
[Upbound's Up CLI)](https://github.com/upbound/up).
{{< /hint >}}
A configuration package includes three files:

View File

@ -276,7 +276,7 @@ resources:
```
<!-- vale Google.We = NO -->
Patching is a powerful tool enabling simpler or abstracted APIs. A developer
doesn't need to know the specific AWS region identifier, only the abstracted
isn't required to know the specific AWS region identifier, only the abstracted
option of "EU" or "US."
<!-- vale Google.We = YES -->
@ -372,9 +372,9 @@ kubectl describe table | grep arn:aws
<!-- vale Google.We = NO -->
Using {{<hover label="claim" line="8" >}}region: "EU"{{</hover >}} patches the
_composite resource_, updating the AWS region from `us-east-2` to `eu-north-1`.
The developer creating the claim doesn't need to know which specific AWS region
or the naming conventions. Using the abstract API options of "EU" or "US" the
developer places their resources in the desired location.
The developer creating the claim isn't required to know which specific AWS
region or the naming conventions. Using the abstract API options of "EU" or "US"
the developer places their resources in the desired location.
<!-- vale Google.We = YES -->
Deleting the claim removes the _managed resources_.
@ -414,7 +414,7 @@ tool.
{{< hint "note" >}}
You can use any software that builds OCI images. This includes
[Docker](https://www.docker.com/) or
[Upbound's Universal Crossplane (UXP)](https://github.com/upbound/universal-crossplane)
[Upbound's Up CLI)](https://github.com/upbound/up).
{{< /hint >}}
A configuration package includes three files:

View File

@ -282,7 +282,7 @@ resources:
```
<!-- vale Google.We = NO -->
Patching is a powerful tool enabling simpler or abstracted APIs. A developer
doesn't need to know the specific AWS region identifier, only the abstracted
isn't required to know the specific AWS region identifier, only the abstracted
option of "EU" or "US."
<!-- vale Google.We = YES -->
@ -382,9 +382,9 @@ kubectl describe table | grep arn:aws
<!-- vale Google.We = NO -->
Using {{<hover label="claim" line="8" >}}region: "EU"{{</hover >}} patches the
_composite resource_, updating the AWS region from `us-east-2` to `eu-north-1`.
The developer creating the claim doesn't need to know which specific AWS region
or the naming conventions. Using the abstract API options of "EU" or "US" the
developer places their resources in the desired location.
The developer creating the claim isn't required to know which specific AWS
region or the naming conventions. Using the abstract API options of "EU" or "US"
the developer places their resources in the desired location.
<!-- vale Google.We = YES -->
Deleting the claim removes the _managed resources_.
@ -424,7 +424,7 @@ tool.
{{< hint "note" >}}
You can use any software that builds OCI images. This includes
[Docker](https://www.docker.com/) or
[Upbound's Universal Crossplane (UXP)](https://github.com/upbound/universal-crossplane)
[Upbound's Up CLI)](https://github.com/upbound/up).
{{< /hint >}}
A configuration package includes three files: