We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ae9c0 commit 7c2ba18Copy full SHA for 7c2ba18
docs/spec/errors.md
@@ -28,8 +28,8 @@ should follow these patterns:
28
2. Where it makes sense, resources should define a top-level "happy
29
state" condition type which indicates that the resource is set up
30
correctly and ready to serve. For long-running resources, this
31
- should be named `Ready`. For objects which run to completion, the
32
- object should be named `Succeeded`.
+ condition type should be `Ready`. For objects which run to completion,
+ the condition type should be `Succeeded`.
33
3. Each condition's status should be one of:
34
* `Unknown` when the controller is actively working to achieve the
35
condition.
0 commit comments