File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ const (
17
17
)
18
18
19
19
type ClusterConfig struct {
20
- ClusterName string `json:"clusterName"` // cluster name defined manually or from the cluster context
21
- AccountID string `json:"accountID"` // use accountID instead of customerGUID
22
- GatewayWebsocketURL string `json:"gatewayWebsocketURL"` // in-cluster gateway component websocket url
23
- GatewayRestURL string `json:"gatewayRestURL"` // in-cluster gateway component REST API url
24
- KubevulnURL string `json:"kubevulnURL"` // in-cluster kubevuln component REST API url
25
- KubescapeURL string `json:"kubescapeURL"` // in-cluster kubescape component REST API url
20
+ ClusterName string `json:"clusterName"` // cluster name defined manually or from the cluster context
21
+ AccountID string `json:"accountID"` // use accountID instead of customerGUID
22
+ GatewayWebsocketURL string `json:"gatewayWebsocketURL"` // in-cluster gateway component websocket url
23
+ GatewayRestURL string `json:"gatewayRestURL"` // in-cluster gateway component REST API url
24
+ KubevulnURL string `json:"kubevulnURL"` // in-cluster kubevuln component REST API url
25
+ KubescapeURL string `json:"kubescapeURL"` // in-cluster kubescape component REST API url
26
+ ContinuousPostureScan bool `json:"continuousPostureScan"`
26
27
armotypes.InstallationData
27
28
}
28
29
You can’t perform that action at this time.
0 commit comments