-
Notifications
You must be signed in to change notification settings - Fork 14.8k
fix(docs): missing singular quote #49292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Adds a missing ' to the 'array' OpenAPIv3 row, located in the "OpenAPIv3 and CEL type" table on https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
Welcome @MylesDev! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/easycla
To re-trigger the EasyCLA bot check
Also, this is a pretty trivial edit (but good). If there are any other things on this page that you can find to clean up, that would be great to include it while you're at it. |
Yes sure, I'll have a look to see if there's anything else. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -1204,7 +1204,7 @@ Example Usage: | |||
|
|||
| CEL | Description | | |||
|-----------------------------------------|-------------| | |||
| `self.foo == "foo" || (oldSelf.hasValue() && oldSelf.value().foo != "foo")` | Ratcheted rule. Once a value is set to "foo", it must stay foo. But if it existed before the "foo" constraint was introduced, it may use any value | | |||
| self.foo == "foo" || (oldSelf.hasValue() && oldSelf.value().foo != "foo")` | Ratcheted rule. Once a value is set to "foo", it must stay foo. But if it existed before the "foo" constraint was introduced, it may use any value | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is right. The closing backtick is after != "foo")
and now the pipes will be interpreted as table column separators.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Adds a missing ' to the 'array' OpenAPIv3 row, located in the "OpenAPIv3 and CEL type" table on https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/