Skip to content

Commit

Permalink
Merge pull request #378 from Deydra71/tls-condition
Browse files Browse the repository at this point in the history
Add TLSInputReadyCondition and TLSInputErrorMessage
  • Loading branch information
Deydra71 authored Oct 26, 2023
2 parents a219eee + 8bbfc40 commit ba4e6b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/common/condition/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ const (

// RoleBindingReadyCondition Status=True condition
RoleBindingReadyCondition Type = "RoleBindingReady"

// TLSInputReadyCondition Status=True condition when required TLS sources are ready
TLSInputReadyCondition Type = "TLSInputReady"
)

// Common Reasons used by API objects.
Expand Down Expand Up @@ -292,6 +295,9 @@ const (

// AnsibleEEReadyErrorMessage
AnsibleEEReadyErrorMessage = "AnsibleEE error occurred %s"

// TLSInputErrorMessage - Provides the message when there's error in provision of TLS sources
TLSInputErrorMessage = "TLSInput error occured in TLS sources %s"
)

// Common Messages used for service accounts, roles, role bindings
Expand Down

0 comments on commit ba4e6b3

Please sign in to comment.