Skip to content

Commit

Permalink
Update plugin-k8s-custom-resource-status.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomodaari authored Jan 15, 2025
1 parent 4c47437 commit a83173e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions content/en/plugins/plugin-k8s-custom-resource-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ kind:
Foo:
stable:
conditions:
- status: "False"
message: "no key could decrypt secret (username, password)"
type: Synced yaml
```
## New Configuration (after upgrade)

Check warning on line 49 in content/en/plugins/plugin-k8s-custom-resource-status.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/plugins/plugin-k8s-custom-resource-status.md#L49

[Google.Headings] 'New Configuration (after upgrade)' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'New Configuration (after upgrade)' should use sentence-style capitalization.", "location": {"path": "content/en/plugins/plugin-k8s-custom-resource-status.md", "range": {"start": {"line": 49, "column": 4}}}, "severity": "WARNING"}
Expand All @@ -58,9 +55,6 @@ kind:
status:
failed:
conditions:
- reason: Success
status: "True"
type: LastAsyncOperation
```
### Action Required:

Check warning on line 60 in content/en/plugins/plugin-k8s-custom-resource-status.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/plugins/plugin-k8s-custom-resource-status.md#L60

[Google.Headings] 'Action Required:' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Action Required:' should use sentence-style capitalization.", "location": {"path": "content/en/plugins/plugin-k8s-custom-resource-status.md", "range": {"start": {"line": 60, "column": 5}}}, "severity": "WARNING"}
Expand Down Expand Up @@ -321,7 +315,7 @@ spinnaker:

These properties are only for `Foo` kind. Every time you deploy `Foo`, the plugin compares the resource status values against these properties. In this case, the plugin marks the deployment as unavailable since it matches your custom resource.

#### Example 1.2: Global Config for all Custom Resources
#### Example 1.2: Global config for all Custom Resources

Check warning on line 318 in content/en/plugins/plugin-k8s-custom-resource-status.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/plugins/plugin-k8s-custom-resource-status.md#L318

[Google.Headings] 'Example 1.2: Global config for all Custom Resources' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Example 1.2: Global config for all Custom Resources' should use sentence-style capitalization.", "location": {"path": "content/en/plugins/plugin-k8s-custom-resource-status.md", "range": {"start": {"line": 318, "column": 6}}}, "severity": "WARNING"}

```yaml
spinnaker:
Expand Down Expand Up @@ -415,7 +409,7 @@ spinnaker:

These properties are only for `Foo` kind. Every time you deploy `Foo`, it compares the resource status values against these properties. In this case, the plugin marks the deployment as ready since that matches your custom resource.

#### Example 2.2: Config for all Custom Resources
#### Example 2.2: Global config for all Custom Resources

Check warning on line 412 in content/en/plugins/plugin-k8s-custom-resource-status.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/plugins/plugin-k8s-custom-resource-status.md#L412

[Google.Headings] 'Example 2.2: Global config for all Custom Resources' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Example 2.2: Global config for all Custom Resources' should use sentence-style capitalization.", "location": {"path": "content/en/plugins/plugin-k8s-custom-resource-status.md", "range": {"start": {"line": 412, "column": 6}}}, "severity": "WARNING"}

```yaml
spinnaker:
Expand Down

0 comments on commit a83173e

Please sign in to comment.