package
0.7.0
Repository: https://github.com/mkimuram/operator-sdk.git
Documentation: pkg.go.dev

# Functions

CreateFromMap - create a status from the map.
GetCondition returns the condition with the provided type.
NewAnsibleResultFromMap - creates a Ansible status from a job event.
NewAnsibleResultFromStatusJobEvent - creates a Ansible status from job event.
NewCondition - condition.
RemoveCondition removes the scheduledReport condition with the provided type.
SetCondition updates the scheduledReport to include the provided condition.

# Constants

FailedReason - Condition is failed due to ansible failure.
FailureConditionType - condition type of failure.
RunningConditionType - condition type of running.
RunningMessage - message for running reason.
RunningReason - Condition is running.
SuccessfulMessage - message for successful reason.
SuccessfulReason - Condition is running due to reconcile being successful.
UnknownFailedReason - Condition is unknown.

# Structs

AnsibleResult - encapsulation of the ansible result.
Condition - the condition for the ansible operator.
Status - The status for custom resources managed by the operator-sdk.

# Type aliases

ConditionType - type of condition.