Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Deployment struct { URI string `json:"uri"` Environments []Environment `json:"environments"` Branch string `json:"branch"` }
type Environment ¶
type Payload ¶
type Payload struct { Steps Steps `json:"steps"` Deployment Deployment `json:"deployment"` }
type Step ¶
type Step struct { OpsManager *StepOpsManager `json:"ops-manager"` Tile *StepTile `json:"tile"` }
func (Step) AsPivnetResource ¶
func (s Step) AsPivnetResource(env Environment) resources.PivnetResource
func (Step) ResourceName ¶
type StepOpsManager ¶
type StepOpsManager struct {
Version string `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.