Documentation
¶
Index ¶
Constants ¶
View Source
const ( // APPUiOControlSecretNamespace is the namespace where the APPUiO control-plane secret is located APPUiOControlSecretNamespace = "syn-appcat" // APPUiOControlSecretName is the name of the secret containing kubeconfig for APPUiO control-plane APPUiOControlSecretName = "appuio-control-sa" )
View Source
const ( ResendAnnotationKey = "appcat.vshn.io/resend" ResendAll = "all" ResendNotSent = "not-sent" ResendFailed = "failed" )
View Source
const ( ConditionTypeSynced = "Synced" ConditionTypeReady = "Ready" ReasonAllEventsSent = "AllEventsSent" ReasonPendingOrFailed = "PendingOrFailedEvents" ReasonReconcileSuccess = "ReconcileSuccess" ReasonDeleting = "Deleting" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillingEventState ¶
type BillingEventState string
const ( BillingEventStatePending BillingEventState = "pending" BillingEventStateSent BillingEventState = "sent" BillingEventStateFailed BillingEventState = "failed" BillingEventStateSuperseded BillingEventState = "superseded" BillingEventStateResend BillingEventState = "resend" )
type BillingEventType ¶
type BillingEventType string
const ( BillingEventTypeCreated BillingEventType = "create" BillingEventTypeDeleted BillingEventType = "delete" BillingEventTypeScaled BillingEventType = "scale" )
Click to show internal directories.
Click to hide internal directories.