Skip to content

Commit

Permalink
Merge pull request #160 from harness/PL-28209
Browse files Browse the repository at this point in the history
Update prometheus connector dto model
  • Loading branch information
rathodmeetsatish authored Sep 23, 2022
2 parents 84264a4 + 100812b commit 39298dd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions harness/nextgen/model_prometheus_connector_dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
package nextgen

type PrometheusConnectorDto struct {
Url string `json:"url"`
DelegateSelectors []string `json:"delegateSelectors,omitempty"`
ConnectorType string `json:"connectorType"`
Url string `json:"url"`
Username string `json:"username,omitempty"`
PasswordRef string `json:"passwordRef,omitempty"`
Headers []CustomHealthKeyAndValue `json:"headers,omitempty"`
DelegateSelectors []string `json:"delegateSelectors,omitempty"`
}

0 comments on commit 39298dd

Please sign in to comment.