Skip to content

Commit 984575e

Browse files
authored
Merge pull request #548 from abays/tls_input_wait_msg
Add message for waiting for TLS input resources
2 parents 1647f58 + 240dbde commit 984575e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/common/condition/conditions.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@ const (
318318
// AnsibleEEReadyErrorMessage
319319
AnsibleEEReadyErrorMessage = "AnsibleEE error occurred %s"
320320

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+
321327
// TLSInputErrorMessage - Provides the message when there's error in provision of TLS sources
322328
TLSInputErrorMessage = "TLSInput error occured in TLS sources %s"
323329
)

0 commit comments

Comments
 (0)