Skip to content

Commit 8fb50eb

Browse files
committed
Say 'App' not 'Application' on What's Crossplane page
I notice Vale recommends App rather than Application. Signed-off-by: Nic Cope <[email protected]>
1 parent 6a4cf06 commit 8fb50eb

File tree

1 file changed

+7
-7
lines changed
  • content/v2.0-preview/whats-crossplane

1 file changed

+7
-7
lines changed

content/v2.0-preview/whats-crossplane/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ extend Kubernetes with new custom resources.
6666
controller.** The controller is the software that reacts when a user calls the
6767
custom resource API.
6868

69-
Say you want your control plane to serve an `Application` custom resource API.
70-
When someone creates an `Application`, the control plane should create a
71-
Kubernetes `Deployment` and a `Service`.
69+
Say you want your control plane to serve an `App` custom resource API. When
70+
someone creates an `App`, the control plane should create a Kubernetes
71+
`Deployment` and a `Service`.
7272

7373
**If there's not already a controller that does what you want - and exposes the
7474
API you want - you have to write the controller yourself.**
@@ -78,8 +78,8 @@ flowchart TD
7878
user(User)
7979
8080
subgraph control [Control Plane]
81-
api(Application API)
82-
controller[Your Application Controller]
81+
api(App API)
82+
controller[Your App Controller]
8383
deployment(Deployment API)
8484
service(Service API)
8585
end
@@ -101,7 +101,7 @@ flowchart TD
101101
user(User)
102102
103103
subgraph control [Control Plane]
104-
api(Application API)
104+
api(App API)
105105
106106
subgraph crossplane [Composition Engine]
107107
fn(Python Function)
@@ -181,7 +181,7 @@ flowchart TD
181181
user(User)
182182
183183
subgraph control [Control Plane]
184-
api(Application API)
184+
api(App API)
185185
186186
subgraph crossplane [Composition Engine]
187187
fn(Python Function)

0 commit comments

Comments
 (0)