Skip to content

Commit 9a8d432

Browse files
authored
EnvironmentConfig v1beta1 promotion related changes (#833)
1 parent 6861340 commit 9a8d432

File tree

6 files changed

+378
-400
lines changed

6 files changed

+378
-400
lines changed

content/master/concepts/environment-configs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ TODO: Add Policies
1313

1414

1515
A Crossplane EnvironmentConfig is a cluster-scoped, strongly typed,
16-
[ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/)-like
16+
[ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/)-like
1717
resource used by Compositions. Compositions can use the environment to store
1818
information from individual resources or to apply patches.
1919

2020
Crossplane supports multiple `EnvironmentConfigs`, each acting as a unique
21-
data store.
21+
data store.
2222

23-
When Crossplane creates a composite resource, Crossplane merges all the
23+
When Crossplane creates a composite resource, Crossplane merges all the
2424
EnvironmentConfigs referenced in the associated Composition and creates a unique
2525
in-memory environment for that composite resource.
2626

27-
The composite resource can read and write data to their unique
27+
The composite resource can read and write data to their unique
2828
in-memory environment.
2929

3030
{{<hint "important" >}}
31-
The in-memory environment is unique to each composite resource.
31+
The in-memory environment is unique to each composite resource.
3232
A composite resource can't read data in another composite resource's
33-
environment.
33+
environment.
3434
{{< /hint >}}
3535

3636
<!-- vale Google.Headings = NO -->
@@ -41,14 +41,14 @@ An {{<hover label="env1" line="2">}}EnvironmentConfig{{</hover>}} has a single
4141
object field,
4242
{{<hover label="env1" line="5">}}data{{</hover>}}.
4343

44-
An EnvironmentConfig supports any data inside the
44+
An EnvironmentConfig supports any data inside the
4545
{{<hover label="env1" line="5">}}data{{</hover>}} field.
4646

47-
Here an example
47+
Here an example
4848
{{<hover label="env1" line="2">}}EnvironmentConfig{{</hover>}}.
4949

5050
```yaml {label="env1"}
51-
apiVersion: apiextensions.crossplane.io/v1alpha1
51+
apiVersion: apiextensions.crossplane.io/v1beta1
5252
kind: EnvironmentConfig
5353
metadata:
5454
name: example-environment
@@ -497,4 +497,4 @@ The [Patch and Transform]({{<ref "../guides/function-patch-and-transform">}}) do
497497
[function-patch-and-transform]: {{<ref "../guides/function-patch-and-transform">}}
498498
[function-go-templating]: https://github.com/crossplane-contrib/function-go-templating
499499
[Composition Functions]: {{<ref "./compositions">}}
500-
[Context]: {{<ref "./compositions/#function-pipeline-context">}}
500+
[Context]: {{<ref "./compositions/#function-pipeline-context">}}

content/master/getting-started/install-crossplane-include.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ searchExclude: true
55

66
## Install Crossplane
77

8-
Crossplane installs into an existing Kubernetes cluster.
8+
Crossplane installs into an existing Kubernetes cluster.
99

1010
{{< hint type="tip" >}}
1111
If you don't have a Kubernetes cluster create one locally with [Kind](https://kind.sigs.k8s.io/).
@@ -1104,15 +1104,15 @@ crossplane-d4cd8d784-ldcgb 1/1 Running 0 54s
11041104
crossplane-rbac-manager-84769b574-6mw6f 1/1 Running 0 54s
11051105
```
11061106

1107-
Installing Crossplane creates new Kubernetes API end-points.
1107+
Installing Crossplane creates new Kubernetes API end-points.
11081108
Look at the new API end-points with `kubectl api-resources | grep crossplane`.
11091109

11101110
```shell {label="grep",copy-lines="1"}
11111111
kubectl api-resources | grep crossplane
11121112
compositeresourcedefinitions xrd,xrds apiextensions.crossplane.io/v1 false CompositeResourceDefinition
11131113
compositionrevisions comprev apiextensions.crossplane.io/v1 false CompositionRevision
11141114
compositions comp apiextensions.crossplane.io/v1 false Composition
1115-
environmentconfigs envcfg apiextensions.crossplane.io/v1alpha1 false EnvironmentConfig
1115+
environmentconfigs envcfg apiextensions.crossplane.io/v1beta1 false EnvironmentConfig
11161116
usages apiextensions.crossplane.io/v1alpha1 false Usage
11171117
configurationrevisions pkg.crossplane.io/v1 false ConfigurationRevision
11181118
configurations pkg.crossplane.io/v1 false Configuration
@@ -1124,4 +1124,4 @@ locks pkg.crossplane.io/v1beta1
11241124
providerrevisions pkg.crossplane.io/v1 false ProviderRevision
11251125
providers pkg.crossplane.io/v1 false Provider
11261126
storeconfigs secrets.crossplane.io/v1alpha1 false StoreConfig
1127-
```
1127+
```

0 commit comments

Comments
 (0)