Say 'App' not 'Application' on What's Crossplane page

I notice Vale recommends App rather than Application.

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-03-27 15:53:18 -07:00
parent 6a4cf06ee7
commit 8fb50ebfe5
1 changed files with 7 additions and 7 deletions

View File

@ -66,9 +66,9 @@ extend Kubernetes with new custom resources.
controller.** The controller is the software that reacts when a user calls the controller.** The controller is the software that reacts when a user calls the
custom resource API. custom resource API.
Say you want your control plane to serve an `Application` custom resource API. Say you want your control plane to serve an `App` custom resource API. When
When someone creates an `Application`, the control plane should create a someone creates an `App`, the control plane should create a Kubernetes
Kubernetes `Deployment` and a `Service`. `Deployment` and a `Service`.
**If there's not already a controller that does what you want - and exposes the **If there's not already a controller that does what you want - and exposes the
API you want - you have to write the controller yourself.** API you want - you have to write the controller yourself.**
@ -78,8 +78,8 @@ flowchart TD
user(User) user(User)
subgraph control [Control Plane] subgraph control [Control Plane]
api(Application API) api(App API)
controller[Your Application Controller] controller[Your App Controller]
deployment(Deployment API) deployment(Deployment API)
service(Service API) service(Service API)
end end
@ -101,7 +101,7 @@ flowchart TD
user(User) user(User)
subgraph control [Control Plane] subgraph control [Control Plane]
api(Application API) api(App API)
subgraph crossplane [Composition Engine] subgraph crossplane [Composition Engine]
fn(Python Function) fn(Python Function)
@ -181,7 +181,7 @@ flowchart TD
user(User) user(User)
subgraph control [Control Plane] subgraph control [Control Plane]
api(Application API) api(App API)
subgraph crossplane [Composition Engine] subgraph crossplane [Composition Engine]
fn(Python Function) fn(Python Function)