# Functions

CueInstanceNotReady registers a failed apply attempt of the given CueInstance.
CueInstanceNotReadyInventory registers a failed apply attempt of the given CueInstance.
CueInstanceProgressing resets the conditions of the given CueInstance to a single ReadyCondition with status ConditionUnknown.
CueInstanceReadyInventory registers a successful apply attempt of the given CueInstance.
SetCueInstanceHealthiness sets the HealthyCondition status for a CueInstance.
SetCueInstanceReadiness sets the ReadyCondition, ObservedGeneration, and LastAttemptedRevision, on the CueInstance.

# Constants

ArtifactFailedReason represents the fact that the source artifact download failed.
AuditPolicy will ignore validation failures and generate an event.
BuildFailedReason represents the fact that the kustomize build failed.
No description provided by the author
No description provided by the author
No description provided by the author
DropPolicy will drop objects which are invalid but continue to reconcile valid objects.
FailPolicy will fail the entire reconcile if any validation errors are encountered.
GateFailedReason represents the fact that the cue build failed.
HealthCheckFailedReason represents the fact that one of the health checks failed.
HealthyCondition represents the last recorded health assessment result.
IgnorePolicy will ignore validation errors.
No description provided by the author
PruneFailedReason represents the fact that the pruning of the CueInstance failed.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

No description provided by the author
CueInstance is the Schema for the cueinstances API.
CueInstanceList contains a list of CueInstance.
CueInstanceSpec defines the desired state of CueInstance.
CueInstanceStatus defines the observed state of CueInstance.
GateExpr defines a CUE expression that must be true for the CUE instance to be reconciled.
KubeConfig references a Kubernetes secret that contains a kubeconfig file.
ResourceInventory contains a list of Kubernetes resource object references that have been applied by a Kustomization.
ResourceRef contains the information necessary to locate a resource within a cluster.
TagVar is a tag variable with a required name and optional value.
No description provided by the author

# Type aliases

No description provided by the author