package
0.39.0
Repository: https://github.com/aws-controllers-k8s/runtime.git
Documentation: pkg.go.dev

# Functions

AllOfType returns a slice of Conditions in the resource's Conditions collection of the supplied type.
Clear resets the resource's collection of Conditions to an empty list.
FirstOfType returns the first Condition in the resource's Conditions collection of the supplied type.
LateInitializationInProgress return true if ConditionTypeLateInitialized has "False" status False status means that resource has LateInitializationConfig but has not been completely late initialized yet.
LateInitialized returns the Condition in the resource's Conditions collection that is of type ConditionTypeLateInitialized.
Recoverable returns the Condition in the resource's Conditions collection that is of type ConditionTypeRecoverable.
ReferencesResolved returns the Condition in the resource's Conditions collection that is of type ConditionTypeReferencesResolved.
RemoveReferencesResolved removes the condition of type ConditionTypeReferencesResolved from the resource's conditions.
SetLateInitialized sets the resource's Condition of type ConditionTypeLateInitialized to the supplied status, optional message and reason.
SetRecoverable sets the resource's Condition of type ConditionTypeRecoverable to the supplied status, optional message and reason.
SetReferencesResolved sets the resource's Condition of type ConditionTypeReferencesResolved to the supplied status, optional message and reason.
SetSynced sets the resource's Condition of type ConditionTypeResourceSynced to the supplied status, optional message and reason.
SetTerminal sets the resource's Condition of type ConditionTypeTerminal to the supplied status, optional message and reason.
Synced returns the Condition in the resource's Conditions collection that is of type ConditionTypeResourceSynced.
Terminal returns the Condition in the resource's Conditions collection that is of type ConditionTypeTerminal.
WithReferencesResolvedCondition returns a new AWSResource with the ConditionTypeReferencesResolved set based on the err parameter.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author