-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: Update controller-tools #900
Conversation
/hold |
New controller-gen introduces new-lines in CRD docs, which breaks our generated Markdown tables. Fix in table-gen is required first. |
to define a custom amount of replicas to be used for | ||
the gateway. Present only if Type = StaticScalingStrategyType. | ||
description: |- | ||
Static is a scaling strategy allowing you to define a custom amount of replicas to be used for the gateway. Present only if Type = |
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.
Static is a scaling strategy allowing you to define a custom amount of replicas to be used for the gateway. Present only if Type = | |
Static is a scaling strategy enabling you to define a custom amount of replicas to be used for the gateway. Present only if Type = |
to define a custom amount of replicas to be used for | ||
the gateway. Present only if Type = StaticScalingStrategyType. | ||
description: |- | ||
Static is a scaling strategy allowing you to define a custom amount of replicas to be used for the gateway. Present only if Type = |
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.
Static is a scaling strategy allowing you to define a custom amount of replicas to be used for the gateway. Present only if Type = | |
Static is a scaling strategy enabling you to define a custom amount of replicas to be used for the gateway. Present only if Type = |
using the time when the API field changed is acceptable. | ||
description: |- | ||
lastTransitionTime is the last time the condition transitioned from one status to another. | ||
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
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.
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | |
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
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.
This description is imported from a dependency and not under our control.
using the time when the API field changed is acceptable. | ||
description: |- | ||
lastTransitionTime is the last time the condition transitioned from one status to another. | ||
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
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.
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | |
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
using the time when the API field changed is acceptable. | ||
description: |- | ||
lastTransitionTime is the last time the condition transitioned from one status to another. | ||
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
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.
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | |
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
using the time when the API field changed is acceptable. | ||
description: |- | ||
lastTransitionTime is the last time the condition transitioned from one status to another. | ||
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
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.
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | |
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
using the time when the API field changed is acceptable. | ||
description: |- | ||
lastTransitionTime is the last time the condition transitioned from one status to another. | ||
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
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.
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | |
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
docs/user/resources/01-telemetry.md
Outdated
| **conditions** | \[\]object | Conditions contain a set of conditionals to determine the State of Status. | ||
If all Conditions are met, State is expected to be in StateReady. | | ||
| **conditions.​lastTransitionTime** (required) | string | lastTransitionTime is the last time the condition transitioned from one status to another. | ||
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | |
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.
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | | |
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | |
| **conditions.​observedGeneration** | integer | observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. | | ||
| **conditions.​reason** (required) | string | reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. | | ||
| **conditions.​lastTransitionTime** (required) | string | lastTransitionTime is the last time the condition transitioned from one status to another. | ||
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | |
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.
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | | |
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | |
5adf714
to
e77d464
Compare
/test pull-telemetry-manager-build |
/unhold |
Description
Previously used controller-tools 0.11.3 might have issues with latest Golang release.
Changes proposed in this pull request (what was done and why):
Changes refer to particular issues, PRs or documents:
Traceability
area
andkind
label.Related Issues
section.