|
82 | 82 | The annotation placed on the DaemonSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty. |
83 | 83 | Note: Examples: |
84 | 84 |
|
85 | | -- A label `replicas` with value `1` SHOULD be recorded |
| 85 | +- An annotation `replicas` with value `1` SHOULD be recorded |
86 | 86 | as the `k8s.daemonset.annotation.replicas` attribute with value `"1"`. |
87 | | -- A label `data` with empty string value SHOULD be recorded as |
| 87 | +- An annotation `data` with empty string value SHOULD be recorded as |
88 | 88 | the `k8s.daemonset.annotation.data` attribute with value `""`. |
89 | 89 | """ |
90 | 90 |
|
|
95 | 95 |
|
96 | 96 | - A label `app` with value `guestbook` SHOULD be recorded |
97 | 97 | as the `k8s.daemonset.label.app` attribute with value `"guestbook"`. |
98 | | -- A label `data` with empty string value SHOULD be recorded as |
| 98 | +- A label `injected` with empty string value SHOULD be recorded as |
99 | 99 | the `k8s.daemonset.label.injected` attribute with value `""`. |
100 | 100 | """ |
101 | 101 |
|
|
114 | 114 | The annotation placed on the Deployment, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty. |
115 | 115 | Note: Examples: |
116 | 116 |
|
117 | | -- A label `replicas` with value `1` SHOULD be recorded |
| 117 | +- An annotation `replicas` with value `1` SHOULD be recorded |
118 | 118 | as the `k8s.deployment.annotation.replicas` attribute with value `"1"`. |
119 | | -- A label `data` with empty string value SHOULD be recorded as |
| 119 | +- An annotation `data` with empty string value SHOULD be recorded as |
120 | 120 | the `k8s.deployment.annotation.data` attribute with value `""`. |
121 | 121 | """ |
122 | 122 |
|
|
125 | 125 | The label placed on the Deployment, the `<key>` being the label name, the value being the label value, even if the value is empty. |
126 | 126 | Note: Examples: |
127 | 127 |
|
128 | | -- A label `replicas` with value `0` SHOULD be recorded |
| 128 | +- A label `app` with value `guestbook` SHOULD be recorded |
129 | 129 | as the `k8s.deployment.label.app` attribute with value `"guestbook"`. |
130 | 130 | - A label `injected` with empty string value SHOULD be recorded as |
131 | 131 | the `k8s.deployment.label.injected` attribute with value `""`. |
|
146 | 146 | The annotation placed on the Job, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty. |
147 | 147 | Note: Examples: |
148 | 148 |
|
149 | | -- A label `number` with value `1` SHOULD be recorded |
| 149 | +- An annotation `number` with value `1` SHOULD be recorded |
150 | 150 | as the `k8s.job.annotation.number` attribute with value `"1"`. |
151 | | -- A label `data` with empty string value SHOULD be recorded as |
| 151 | +- An annotation `data` with empty string value SHOULD be recorded as |
152 | 152 | the `k8s.job.annotation.data` attribute with value `""`. |
153 | 153 | """ |
154 | 154 |
|
|
159 | 159 |
|
160 | 160 | - A label `jobtype` with value `ci` SHOULD be recorded |
161 | 161 | as the `k8s.job.label.jobtype` attribute with value `"ci"`. |
162 | | -- A label `data` with empty string value SHOULD be recorded as |
| 162 | +- A label `automated` with empty string value SHOULD be recorded as |
163 | 163 | the `k8s.job.label.automated` attribute with value `""`. |
164 | 164 | """ |
165 | 165 |
|
|
178 | 178 | The annotation placed on the Namespace, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty. |
179 | 179 | Note: Examples: |
180 | 180 |
|
181 | | -- A label `ttl` with value `0` SHOULD be recorded |
| 181 | +- An annotation `ttl` with value `0` SHOULD be recorded |
182 | 182 | as the `k8s.namespace.annotation.ttl` attribute with value `"0"`. |
183 | | -- A label `data` with empty string value SHOULD be recorded as |
| 183 | +- An annotation `data` with empty string value SHOULD be recorded as |
184 | 184 | the `k8s.namespace.annotation.data` attribute with value `""`. |
185 | 185 | """ |
186 | 186 |
|
|
302 | 302 | The annotation placed on the ReplicaSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty. |
303 | 303 | Note: Examples: |
304 | 304 |
|
305 | | -- A label `replicas` with value `0` SHOULD be recorded |
| 305 | +- An annotation `replicas` with value `0` SHOULD be recorded |
306 | 306 | as the `k8s.replicaset.annotation.replicas` attribute with value `"0"`. |
307 | | -- A label `data` with empty string value SHOULD be recorded as |
| 307 | +- An annotation `data` with empty string value SHOULD be recorded as |
308 | 308 | the `k8s.replicaset.annotation.data` attribute with value `""`. |
309 | 309 | """ |
310 | 310 |
|
|
334 | 334 | The annotation placed on the StatefulSet, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty. |
335 | 335 | Note: Examples: |
336 | 336 |
|
337 | | -- A label `replicas` with value `1` SHOULD be recorded |
| 337 | +- An annotation `replicas` with value `1` SHOULD be recorded |
338 | 338 | as the `k8s.statefulset.annotation.replicas` attribute with value `"1"`. |
339 | | -- A label `data` with empty string value SHOULD be recorded as |
| 339 | +- An annotation `data` with empty string value SHOULD be recorded as |
340 | 340 | the `k8s.statefulset.annotation.data` attribute with value `""`. |
341 | 341 | """ |
342 | 342 |
|
|
345 | 345 | The label placed on the StatefulSet, the `<key>` being the label name, the value being the label value, even if the value is empty. |
346 | 346 | Note: Examples: |
347 | 347 |
|
348 | | -- A label `replicas` with value `0` SHOULD be recorded |
| 348 | +- A label `app` with value `guestbook` SHOULD be recorded |
349 | 349 | as the `k8s.statefulset.label.app` attribute with value `"guestbook"`. |
350 | 350 | - A label `injected` with empty string value SHOULD be recorded as |
351 | 351 | the `k8s.statefulset.label.injected` attribute with value `""`. |
|
0 commit comments