Skip to content

Commit f8774a8

Browse files
mulpuriChandra Mulpuri
and
Chandra Mulpuri
authored
CCM-17096 (#635)
Co-authored-by: Chandra Mulpuri <[email protected]>
1 parent d3172de commit f8774a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

harness/nextgen/model_opts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ type Opts struct {
1515
AlwaysUsePrivateIp bool `json:"always_use_private_ip,omitempty"`
1616
AccessDetails *interface{} `json:"access_details,omitempty"`
1717
HideProgressPage bool `json:"hide_progress_page,omitempty"`
18+
DryRun bool `json:"dry_run,omitempty"`
1819
}

harness/nextgen/model_service_v2.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ type ServiceV2 struct {
2828
CreatedAt string `json:"created_at,omitempty"`
2929
Metadata *ServiceMetadata `json:"metadata,omitempty"`
3030
Status string `json:"status,omitempty"`
31+
Opts *Opts `json:"opts,omitempty"`
3132
}

0 commit comments

Comments
 (0)