# Packages
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
# Functions
NewBatchConditionSet returns a ConditionSet to hold the conditions for the batch resource.
NewLivingConditionSet returns a ConditionSet to hold the conditions for the living resource.
# Constants
ConditionReady specifies that the resource is ready.
ConditionSeverityError specifies that a failure of a condition type should be viewed as an error.
ConditionSeverityInfo specifies that a failure of a condition type should be viewed as purely informational, and that things could still work.
ConditionSeverityWarning specifies that a failure of a condition type should be viewed as a warning, but that things could still work.
ConditionSucceeded specifies that the resource has finished.
# Structs
Addressable is the schema for the destination information.
Conditions defines a readiness condition for a Knative resource.
ConditionSet is an abstract collection of the possible ConditionType values that a particular resource might expose.
Status shows how we expect folks to embed Conditions in their Status field.
VolatileTime wraps metav1.Time +k8s:deepcopy-gen=true +k8s:openapi-gen=true +kubebuilder:validation:Type=string.
# Interfaces
ConditionManager allows a resource to operate on its Conditions using higher order operations.
Conditions is the interface for a Resource that implements the getter and setter for accessing a Condition collection.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Conditions is the schema for the conditions portion of the payload.
ConditionSeverity expresses the severity of a Condition Type failing.
ConditionType is a camel-cased condition type.