Skip to content

Commit 47c2591

Browse files
authored
Merge pull request #22 from armosec/netpol
add ContinuousPostureScan to cluster config
2 parents 7b49b14 + bafd4b1 commit 47c2591

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

armometadata/armometadata.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ const (
1717
)
1818

1919
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"`
2627
armotypes.InstallationData
2728
}
2829

0 commit comments

Comments
 (0)