We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5cc1b commit 71ba8b0Copy full SHA for 71ba8b0
pkg/apis/deployment/v1alpha/deployment_status.go
@@ -59,7 +59,7 @@ type DeploymentStatus struct {
59
// detect changes in secret values.
60
SecretHashes *SecretHashes `json:"secret-hashes,omitempty"`
61
62
- // ForceStatusReload if set to true forces a reload of the status from the CR.
+ // ForceStatusReload if set to true forces a reload of the status from the custom resource.
63
ForceStatusReload *bool `json:"force-status-reload,omitempty"`
64
}
65
0 commit comments