package
24.10.0+incompatible
Repository: https://github.com/nvidia/doca-platform.git
Documentation: pkg.go.dev

# Functions

AddFalse adds a condition with Status=False, Reason=Pending and a specified message.
AddTrue adds a condition with Status=True, Reason=Successful and Message=Reconciliation successful.
EnsureConditions ensures that all specified conditions are present.
Get returns a condition with a specific type.
SetSummary sets the overall controller condition and add a summary to the message.
No description provided by the author

# Constants

No description provided by the author
ReasonAwaitingDeletion if the controller is waiting for the deletion.
ReasonError is an error the system CAN recover from.
ReasonFailure is a terminal state the system CANNOT recover from.
ReasonPending indicates that the resource has not yet reached the expected state.
ReasonSuccess is the success reason.
TypeReady is the overall ready type for the controller.

# Interfaces

No description provided by the author

# Type aliases

ConditionMessage is the message type for the conditions.
ConditionReason is the type for the reason of a condition.
ConditionType represents different types of conditions in the conditions pkg.