Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type DeploymentStatus ¶
type DeploymentStatus struct {
Endpoint string `json:"endpoint,omitempty"`
Remote string `json:"remote,omitempty"`
LastProcessedVersion float32 `json:"lastProcessedVersion"`
ExpectedDeploymentVersion float32 `json:"expectedDeploymentVersion"`
Internal any `json:"internal,omitempty"`
Ready bool `json:"ready,omitempty"`
Deploying bool `json:"deploying,omitempty"`
Versions []DeploymentVersion `json:"versions,omitempty"`
JobExecutions []cronjob.JobExecutionStatus `json:"jobExecutions,omitempty"`
Message string `json:"message,omitempty"`
}
type DeploymentVersion ¶
type DeploymentVersion struct {
Name string `json:"name,omitempty"`
Created string `json:"created,omitempty"`
Workload float32 `json:"workload"`
Gvc float32 `json:"gvc"`
Containers DeploymentVersionContainers `json:"containers,omitempty"`
Ready bool `json:"ready,omitempty"`
Message string `json:"message,omitempty"`
Zone string `json:"zone,omitempty"`
}
type DeploymentVersionContainers ¶
type DeploymentVersionContainers map[string]containerstatus.ContainerStatus
Click to show internal directories.
Click to hide internal directories.