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.
2 parents 1647f58 + 240dbde commit 984575eCopy full SHA for 984575e
modules/common/condition/conditions.go
@@ -318,6 +318,12 @@ const (
318
// AnsibleEEReadyErrorMessage
319
AnsibleEEReadyErrorMessage = "AnsibleEE error occurred %s"
320
321
+ //
322
+ // TLSInputReady condition messages
323
324
+ // TLSInputReadyWaitingMessage - Provides the message to clarify that TLS resources have not been generated yet
325
+ TLSInputReadyWaitingMessage = "TLSInput is missing: %s"
326
+
327
// TLSInputErrorMessage - Provides the message when there's error in provision of TLS sources
328
TLSInputErrorMessage = "TLSInput error occured in TLS sources %s"
329
)
0 commit comments