Documentation
¶
Index ¶
Constants ¶
View Source
const ( // resource status. DeploymentInProgress = "InProgress" DeploymentReady = "Ready" PodPending = "Pending" PodRunning = "Running" PodReady = "Ready" PodFailed = "Failed" PodOutdated = "Outdated" ContainersReady = "ContainersReady" PodPullInFailed = "PullInFailed" PodPullInSucceeded = "PullInSucceeded" TypePod = "Pod" TypeCloneSet = "CloneSet" TypeDeploy = "DeployFlow" // type of a deploy. Create = "create" Update = "update" Rollback = "rollback" Delete = "delete" Scale = "scale" ScaleIn = "scale_in" ScaleOut = "scale_out" Restart = "restart" RestartPod = "restart_pod" )
constant.go stores things which never change.
View Source
const ( LastAppliedLabel = "kubectl.kubernetes.io/last-applied-configuration" ShouldSendToFile = "sendToFile" AppLabel = "app.kubernetes.io/name" AppInstanceLabel = "app.kubernetes.io/instance" PodReadinessGate = "apps.triton.io/ready" ApplicationPort = "app-port" AppIDLabel = "app" GroupIDLabel = "group" ManageLabel = "managed-by" TritonKey = "triton-io" HarborCred = "proharborregcred" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseCode ¶
type ResponseCode int
const ( Success ResponseCode = iota // 0 Error ResponseCode = iota + 6 // 7 )
Click to show internal directories.
Click to hide internal directories.