Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HibernationPatchResponse ¶ added in v1.4.0
type HibernationPatchResponse struct {
IsHibernationPatchConfigured bool `json:"isHibernationPatchConfigured"`
}
type PodRotateRequest ¶
type PodRotateRequest struct {
AppId int `json:"appId" validate:"required"`
EnvironmentId int `json:"environmentId" validate:"required"`
ResourceIdentifiers []util5.ResourceIdentifier `json:"resources" validate:"required"`
UserId int32 `json:"-"`
}
type RequestType ¶
type RequestType string
const ( START RequestType = "START" STOP RequestType = "STOP" )
type StopAppRequest ¶
type StopAppRequest struct {
AppId int `json:"appId" validate:"required"`
EnvironmentId int `json:"environmentId" validate:"required"`
UserId int32 `json:"userId"`
RequestType RequestType `json:"requestType" validate:"oneof=START STOP"`
// ReferenceId is a unique identifier for the workflow runner
// refer pipelineConfig.CdWorkflowRunner
ReferenceId *string
StopPatch string // for internal use only
IsHibernationPatchConfigured bool //for internal use only
}
Click to show internal directories.
Click to hide internal directories.