You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: update checkly-go-sdk
new version 1.11.0
* feat: add privateLocation field to operator and crd
fixes#60fixes#43
* test(privateLocation): add privateLocation to test
* chore(dependencies): update dependencies
Copy file name to clipboardExpand all lines: api/checkly/v1alpha1/group_types.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ type GroupSpec struct {
31
31
// Locations determines the locations where the checks are run from, see https://www.checklyhq.com/docs/monitoring/global-locations/ for a list, use AWS Region codes, ex. eu-west-1 for Ireland
32
32
Locations []string`json:"locations,omitempty"`
33
33
34
+
// Locations determines the locations where the checks are run from, see https://www.checklyhq.com/docs/monitoring/global-locations/ for a list, use AWS Region codes, ex. eu-west-1 for Ireland
0 commit comments