Documentation ¶
Index ¶
Constants ¶
View Source
const ( AccessCredsGenerated string = "access-creds-generated" MongoDBHelmApplied string = `mongodb-helm-applied` MongoDBHelmReady string = `mongodb-helm-ready` MongoDBHelmDeleted string = `mongodb-helm-deleted` MongoDBStatefulSetsReady string = `mongodb-statefulsets-ready` DefaultsPatched string = "defaults-patched" KeyMsvcOutput string = "msvc-output" AnnotationCurrentStorageSize string = "kloudlite.io/msvc.storage-size" )
Variables ¶
View Source
var ApplyCheckList = []rApi.CheckMeta{ {Name: AccessCredsGenerated, Title: "Access Credentials Generated"}, {Name: MongoDBHelmApplied, Title: "MongoDB Helm Applied"}, {Name: MongoDBHelmReady, Title: "MongoDB Helm Ready"}, {Name: MongoDBStatefulSetsReady, Title: "MongoDB StatefulSets Ready"}, }
View Source
var DeleteCheckList = []rApi.CheckMeta{ {Name: MongoDBHelmDeleted, Title: "MongoDB Helm Deleted"}, }
DefaultsPatched string = "defaults-patched"
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.