File tree Expand file tree Collapse file tree 2 files changed +74
-3
lines changed Expand file tree Collapse file tree 2 files changed +74
-3
lines changed Original file line number Diff line number Diff line change 42
42
"object_type" : " certificate" ,
43
43
"type" : " object_t"
44
44
},
45
+ "cluster_name" : {
46
+ "description" : " The name for the container cluster" ,
47
+ "name" : " Cluster Name" ,
48
+ "type" : " string_t"
49
+ },
45
50
"cluster_uid" : {
46
51
"description" : " The unique identifer for the container cluster" ,
47
- "name" : " cluster_uid " ,
52
+ "name" : " Cluster UID " ,
48
53
"type" : " string_t"
49
54
},
50
55
"configuration" : {
214
219
"object_type" : " network_traffic" ,
215
220
"type" : " object_t"
216
221
},
222
+ "node_name" : {
223
+ "description" : " The Name of the Node inside the Kubernetes cluster" ,
224
+ "name" : " Node Name" ,
225
+ "type" : " string_t"
226
+ },
227
+ "node_ip" : {
228
+ "description" : " The IP of the Node inside the Kubernetes cluster" ,
229
+ "name" : " Node IP" ,
230
+ "type" : " string_t"
231
+ },
217
232
"not_after" : {
218
- "description" : " A TLS certificate's validty period" ,
233
+ "description" : " The maximum TLS certificate's validty period" ,
219
234
"name" : " Not After" ,
220
235
"type" : " string_t"
221
236
},
222
237
"not_before" : {
223
- "description" : " A TLS certificate's validty period" ,
238
+ "description" : " The minimum TLS certificate's validty period" ,
224
239
"name" : " Not Before" ,
225
240
"type" : " string_t"
226
241
},
246
261
"name" : " PEM" ,
247
262
"type" : " string_t"
248
263
},
264
+ "pod_uid" : {
265
+ "description" : " The unique ID of the pod inside the Kubernetes cluster" ,
266
+ "name" : " Pod ID" ,
267
+ "type" : " string_t"
268
+ },
269
+ "pod_ip" : {
270
+ "description" : " The IP of the pod inside the Kubernetes cluster" ,
271
+ "name" : " Pod IP" ,
272
+ "type" : " string_t"
273
+ },
274
+ "pod_name" : {
275
+ "description" : " The name of the pod inside the Kubernetes cluster" ,
276
+ "name" : " Pod Name" ,
277
+ "type" : " string_t"
278
+ },
279
+ "pod_namespace" : {
280
+ "description" : " The Namespace where the pod is located inside the Kubernetes cluster" ,
281
+ "name" : " Pod Name" ,
282
+ "type" : " string_t"
283
+ },
249
284
"redirect_url" : {
250
285
"description" : " The URL specified for redirection by the LB" ,
251
286
"name" : " redirect_url" ,
Original file line number Diff line number Diff line change 38
38
"stage_timestamp" : {
39
39
"description" : " Time the request reached current audit stage" ,
40
40
"requirement" : " required"
41
+ },
42
+ "pod_name" : {
43
+ "description" : " The name of the pod inside the Kubernetes cluster" ,
44
+ "requirement" : " optional"
45
+ },
46
+ "pod_uid" : {
47
+ "description" : " The ID of the pod inside the Kubernetes cluster" ,
48
+ "requirement" : " optional"
49
+ },
50
+ "pod_ip" : {
51
+ "description" : " The IP of the pod inside the Kubernetes cluster" ,
52
+ "requirement" : " optional"
53
+ },
54
+ "pod_namespace" : {
55
+ "description" : " The Namespace where the pod is located inside the Kubernetes cluster" ,
56
+ "requirement" : " "
57
+ },
58
+ "container" : {
59
+ "description" : " The Container object inside the pod in a Kubernetes cluster" ,
60
+ "requirement" : " optional"
61
+ },
62
+ "cluster_uid" : {
63
+ "description" : " The ID of the Kubernetes cluster" ,
64
+ "requirement" : " recommended"
65
+ },
66
+ "cluster_name" : {
67
+ "description" : " The Name of the Kubernetes cluster" ,
68
+ "requirement" : " recommended"
69
+ },
70
+ "node_name" : {
71
+ "description" : " The Name of the Node inside the Kubernetes cluster" ,
72
+ "requirement" : " recommended"
73
+ },
74
+ "node_ip" : {
75
+ "description" : " The IP of the Node inside the Kubernetes cluster" ,
76
+ "requirement" : " recommended"
41
77
}
42
78
}
43
79
}
You can’t perform that action at this time.
0 commit comments