Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterInfo ¶
type CreateReviewAppInput ¶
type ManualApplyInput ¶
type ReviewAppsConfig ¶
type SetRacEnabledInput ¶ added in v1.0.0
type SetResourceInput ¶
type SetTupleInput ¶
type TuberApp ¶
type TuberApp struct {
CloudSourceRepo string `json:"cloudSourceRepo"`
CurrentTags []string `json:"currentTags"`
GithubRepo string `json:"githubRepo"`
ImageTag string `json:"imageTag"`
Name string `json:"name"`
Paused bool `json:"paused"`
ReviewApp bool `json:"reviewApp"`
ReviewAppsConfig *ReviewAppsConfig `json:"reviewAppsConfig"`
SlackChannel string `json:"slackChannel"`
SourceAppName string `json:"sourceAppName"`
State *State `json:"state"`
TriggerID string `json:"triggerID"`
Vars []*Tuple `json:"vars"`
ReviewApps []*TuberApp `json:"reviewApps"`
ExcludedResources []*Resource `json:"excludedResources"`
CloudBuildStatuses []*Build `json:"cloudBuildStatuses"`
}
Click to show internal directories.
Click to hide internal directories.