We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3172de commit f8774a8Copy full SHA for f8774a8
harness/nextgen/model_opts.go
@@ -15,4 +15,5 @@ type Opts struct {
15
AlwaysUsePrivateIp bool `json:"always_use_private_ip,omitempty"`
16
AccessDetails *interface{} `json:"access_details,omitempty"`
17
HideProgressPage bool `json:"hide_progress_page,omitempty"`
18
+ DryRun bool `json:"dry_run,omitempty"`
19
}
harness/nextgen/model_service_v2.go
@@ -28,4 +28,5 @@ type ServiceV2 struct {
28
CreatedAt string `json:"created_at,omitempty"`
29
Metadata *ServiceMetadata `json:"metadata,omitempty"`
30
Status string `json:"status,omitempty"`
31
+ Opts *Opts `json:"opts,omitempty"`
32
0 commit comments