@@ -184,9 +184,9 @@ public final class K8sIncubatingAttributes {
184184 * <p>Examples:
185185 *
186186 * <ul>
187- * <li>A label {@code replicas} with value {@code 1} SHOULD be recorded as the {@code
187+ * <li>An annotation {@code replicas} with value {@code 1} SHOULD be recorded as the {@code
188188 * k8s.daemonset.annotation.replicas} attribute with value {@code "1"}.
189- * <li>A label {@code data} with empty string value SHOULD be recorded as the {@code
189+ * <li>An annotation {@code data} with empty string value SHOULD be recorded as the {@code
190190 * k8s.daemonset.annotation.data} attribute with value {@code ""}.
191191 * </ul>
192192 *
@@ -208,7 +208,7 @@ public final class K8sIncubatingAttributes {
208208 * <ul>
209209 * <li>A label {@code app} with value {@code guestbook} SHOULD be recorded as the {@code
210210 * k8s.daemonset.label.app} attribute with value {@code "guestbook"}.
211- * <li>A label {@code data } with empty string value SHOULD be recorded as the {@code
211+ * <li>A label {@code injected } with empty string value SHOULD be recorded as the {@code
212212 * k8s.daemonset.label.injected} attribute with value {@code ""}.
213213 * </ul>
214214 *
@@ -246,9 +246,9 @@ public final class K8sIncubatingAttributes {
246246 * <p>Examples:
247247 *
248248 * <ul>
249- * <li>A label {@code replicas} with value {@code 1} SHOULD be recorded as the {@code
249+ * <li>An annotation {@code replicas} with value {@code 1} SHOULD be recorded as the {@code
250250 * k8s.deployment.annotation.replicas} attribute with value {@code "1"}.
251- * <li>A label {@code data} with empty string value SHOULD be recorded as the {@code
251+ * <li>An annotation {@code data} with empty string value SHOULD be recorded as the {@code
252252 * k8s.deployment.annotation.data} attribute with value {@code ""}.
253253 * </ul>
254254 *
@@ -268,7 +268,7 @@ public final class K8sIncubatingAttributes {
268268 * <p>Examples:
269269 *
270270 * <ul>
271- * <li>A label {@code replicas } with value {@code 0 } SHOULD be recorded as the {@code
271+ * <li>A label {@code app } with value {@code guestbook } SHOULD be recorded as the {@code
272272 * k8s.deployment.label.app} attribute with value {@code "guestbook"}.
273273 * <li>A label {@code injected} with empty string value SHOULD be recorded as the {@code
274274 * k8s.deployment.label.injected} attribute with value {@code ""}.
@@ -356,9 +356,9 @@ public final class K8sIncubatingAttributes {
356356 * <p>Examples:
357357 *
358358 * <ul>
359- * <li>A label {@code number} with value {@code 1} SHOULD be recorded as the {@code
359+ * <li>An annotation {@code number} with value {@code 1} SHOULD be recorded as the {@code
360360 * k8s.job.annotation.number} attribute with value {@code "1"}.
361- * <li>A label {@code data} with empty string value SHOULD be recorded as the {@code
361+ * <li>An annotation {@code data} with empty string value SHOULD be recorded as the {@code
362362 * k8s.job.annotation.data} attribute with value {@code ""}.
363363 * </ul>
364364 *
@@ -380,7 +380,7 @@ public final class K8sIncubatingAttributes {
380380 * <ul>
381381 * <li>A label {@code jobtype} with value {@code ci} SHOULD be recorded as the {@code
382382 * k8s.job.label.jobtype} attribute with value {@code "ci"}.
383- * <li>A label {@code data } with empty string value SHOULD be recorded as the {@code
383+ * <li>A label {@code automated } with empty string value SHOULD be recorded as the {@code
384384 * k8s.job.label.automated} attribute with value {@code ""}.
385385 * </ul>
386386 *
@@ -416,9 +416,9 @@ public final class K8sIncubatingAttributes {
416416 * <p>Examples:
417417 *
418418 * <ul>
419- * <li>A label {@code ttl} with value {@code 0} SHOULD be recorded as the {@code
419+ * <li>An annotation {@code ttl} with value {@code 0} SHOULD be recorded as the {@code
420420 * k8s.namespace.annotation.ttl} attribute with value {@code "0"}.
421- * <li>A label {@code data} with empty string value SHOULD be recorded as the {@code
421+ * <li>An annotation {@code data} with empty string value SHOULD be recorded as the {@code
422422 * k8s.namespace.annotation.data} attribute with value {@code ""}.
423423 * </ul>
424424 *
@@ -845,9 +845,9 @@ public final class K8sIncubatingAttributes {
845845 * <p>Examples:
846846 *
847847 * <ul>
848- * <li>A label {@code replicas} with value {@code 0} SHOULD be recorded as the {@code
848+ * <li>An annotation {@code replicas} with value {@code 0} SHOULD be recorded as the {@code
849849 * k8s.replicaset.annotation.replicas} attribute with value {@code "0"}.
850- * <li>A label {@code data} with empty string value SHOULD be recorded as the {@code
850+ * <li>An annotation {@code data} with empty string value SHOULD be recorded as the {@code
851851 * k8s.replicaset.annotation.data} attribute with value {@code ""}.
852852 * </ul>
853853 *
@@ -1091,9 +1091,9 @@ public final class K8sIncubatingAttributes {
10911091 * <p>Examples:
10921092 *
10931093 * <ul>
1094- * <li>A label {@code replicas} with value {@code 1} SHOULD be recorded as the {@code
1094+ * <li>An annotation {@code replicas} with value {@code 1} SHOULD be recorded as the {@code
10951095 * k8s.statefulset.annotation.replicas} attribute with value {@code "1"}.
1096- * <li>A label {@code data} with empty string value SHOULD be recorded as the {@code
1096+ * <li>An annotation {@code data} with empty string value SHOULD be recorded as the {@code
10971097 * k8s.statefulset.annotation.data} attribute with value {@code ""}.
10981098 * </ul>
10991099 *
@@ -1113,7 +1113,7 @@ public final class K8sIncubatingAttributes {
11131113 * <p>Examples:
11141114 *
11151115 * <ul>
1116- * <li>A label {@code replicas } with value {@code 0 } SHOULD be recorded as the {@code
1116+ * <li>A label {@code app } with value {@code guestbook } SHOULD be recorded as the {@code
11171117 * k8s.statefulset.label.app} attribute with value {@code "guestbook"}.
11181118 * <li>A label {@code injected} with empty string value SHOULD be recorded as the {@code
11191119 * k8s.statefulset.label.injected} attribute with value {@code ""}.
0 commit comments