Skip to content

Commit

Permalink
CCM-17096 (#635)
Browse files Browse the repository at this point in the history
Co-authored-by: Chandra Mulpuri <chandra.mulpuri@harness.io>
  • Loading branch information
mulpuri and Chandra Mulpuri authored Jan 29, 2025
1 parent d3172de commit f8774a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions harness/nextgen/model_opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ type Opts struct {
AlwaysUsePrivateIp bool `json:"always_use_private_ip,omitempty"`
AccessDetails *interface{} `json:"access_details,omitempty"`
HideProgressPage bool `json:"hide_progress_page,omitempty"`
DryRun bool `json:"dry_run,omitempty"`
}
1 change: 1 addition & 0 deletions harness/nextgen/model_service_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ type ServiceV2 struct {
CreatedAt string `json:"created_at,omitempty"`
Metadata *ServiceMetadata `json:"metadata,omitempty"`
Status string `json:"status,omitempty"`
Opts *Opts `json:"opts,omitempty"`
}

0 comments on commit f8774a8

Please sign in to comment.