fix minor typo (missing "to") in custom resources doc (#13005)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d2c6113c98
commit
92132a4f0c
@@ -38,7 +38,7 @@ When you combine a custom resource with a *custom controller*, custom resources
|
|||||||
provide a true _declarative API_.
|
provide a true _declarative API_.
|
||||||
|
|
||||||
A [declarative API](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects)
|
A [declarative API](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects)
|
||||||
allows you to _declare_ or specify the desired state of your resource and tries
|
allows you to _declare_ or specify the desired state of your resource and tries to
|
||||||
keep the current state of Kubernetes objects in sync with the desired state.
|
keep the current state of Kubernetes objects in sync with the desired state.
|
||||||
The controller interprets the structured data as a record of the user's
|
The controller interprets the structured data as a record of the user's
|
||||||
desired state, and continually maintains this state.
|
desired state, and continually maintains this state.
|
||||||
|
|||||||
Reference in New Issue
Block a user