Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Atoi32 ¶
Atoi32 converts string to int32 in a safe way. You get error when the value is out of the 32-bit range.
This is a wrapper function of strconv.ParseInt.
Types ¶
type DeploymentStatus ¶
type DeploymentStatus struct { ManagedDeployments int32 `json:"managedDeployments"` ReadyDeployments int32 `json:"readyDeployments"` }
DeploymentStatus defines Overall and ready deployment counts
Click to show internal directories.
Click to hide internal directories.