Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDeploymentStrategy ¶
Types ¶
type Struct ¶
type Struct struct {
Branch branch.String `yaml:"branch,omitempty"`
Release release.String `yaml:"release,omitempty"`
Suspend suspend.Bool `yaml:"suspend,omitempty"`
Webhook webhook.Slice `yaml:"webhook,omitempty"`
}
Struct defines exactly one mutually exclusive declaration of either Branch, Release, Suspend or Webhook as required deployment instruction.
Click to show internal directories.
Click to hide internal directories.