Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunbookProcess ¶
type RunbookProcess struct { LastSnapshotID string `json:"LastSnapshotId,omitempty"` ProjectID string `json:"ProjectId,omitempty"` RunbookID string `json:"RunbookId,omitempty"` SpaceID string `json:"SpaceId,omitempty"` Steps []*deployments.DeploymentStep `json:"Steps"` Version *int32 `json:"Version"` resources.Resource }
func GetByID ¶
GetByID returns the runbook process that matches the input ID. If one cannot be found, it returns nil and an error.
func NewRunbookProcess ¶
func NewRunbookProcess() *RunbookProcess
func Update ¶
func Update(client newclient.Client, runbook *RunbookProcess) (*RunbookProcess, error)
Update modifies a runbook process based on the one provided as input.
Click to show internal directories.
Click to hide internal directories.