We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5a0f8 commit 01641b1Copy full SHA for 01641b1
pkg/client/client.go
@@ -13,9 +13,17 @@ type (
13
// Options is the struct describing additional information pertinent to an agent that isn't a data reading
14
// These fields will then be uploaded together with data readings.
15
Options struct {
16
- OrgID string
17
- ClusterID string
18
- ClusterName string
+ // Only used with Jetstack Secure.
+ OrgID string
+
19
20
+ ClusterID string
21
22
+ // Only used with Venafi Cloud. The convention is to use the agent
23
+ // config's `cluster_id` as ClusterName.
24
+ ClusterName string
25
26
+ // Only used with Venafi Cloud.
27
ClusterDescription string
28
}
29
0 commit comments