@@ -13,24 +13,24 @@ TODO: Add Policies
13
13
14
14
15
15
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
17
17
resource used by Compositions. Compositions can use the environment to store
18
18
information from individual resources or to apply patches.
19
19
20
20
Crossplane supports multiple ` EnvironmentConfigs ` , each acting as a unique
21
- data store.
21
+ data store.
22
22
23
- When Crossplane creates a composite resource, Crossplane merges all the
23
+ When Crossplane creates a composite resource, Crossplane merges all the
24
24
EnvironmentConfigs referenced in the associated Composition and creates a unique
25
25
in-memory environment for that composite resource.
26
26
27
- The composite resource can read and write data to their unique
27
+ The composite resource can read and write data to their unique
28
28
in-memory environment.
29
29
30
30
{{<hint "important" >}}
31
- The in-memory environment is unique to each composite resource.
31
+ The in-memory environment is unique to each composite resource.
32
32
A composite resource can't read data in another composite resource's
33
- environment.
33
+ environment.
34
34
{{< /hint >}}
35
35
36
36
<!-- vale Google.Headings = NO -->
@@ -41,14 +41,14 @@ An {{<hover label="env1" line="2">}}EnvironmentConfig{{</hover>}} has a single
41
41
object field,
42
42
{{<hover label =" env1 " line =" 5 " >}}data{{</hover >}}.
43
43
44
- An EnvironmentConfig supports any data inside the
44
+ An EnvironmentConfig supports any data inside the
45
45
{{<hover label =" env1 " line =" 5 " >}}data{{</hover >}} field.
46
46
47
- Here an example
47
+ Here an example
48
48
{{<hover label =" env1 " line =" 2 " >}}EnvironmentConfig{{</hover >}}.
49
49
50
50
``` yaml {label="env1"}
51
- apiVersion : apiextensions.crossplane.io/v1alpha1
51
+ apiVersion : apiextensions.crossplane.io/v1beta1
52
52
kind : EnvironmentConfig
53
53
metadata :
54
54
name : example-environment
@@ -497,4 +497,4 @@ The [Patch and Transform]({{<ref "../guides/function-patch-and-transform">}}) do
497
497
[function-patch-and-transform] : {{<ref "../guides/function-patch-and-transform">}}
498
498
[function-go-templating] : https://github.com/crossplane-contrib/function-go-templating
499
499
[Composition Functions] : {{<ref "./compositions">}}
500
- [Context] : {{<ref "./compositions/#function-pipeline-context">}}
500
+ [Context] : {{<ref "./compositions/#function-pipeline-context">}}
0 commit comments