You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apis/resourcestatemetrics/definition.yaml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,20 @@ spec:
39
39
or a specific version tag.
40
40
type: string
41
41
type: object
42
+
podMetadata:
43
+
description: "Pod's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
44
+
properties:
45
+
labels:
46
+
description: "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels"
47
+
additionalProperties:
48
+
x-kubernetes-preserve-unknown-fields: true
49
+
type: object
50
+
annotations:
51
+
description: "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations"
52
+
additionalProperties:
53
+
x-kubernetes-preserve-unknown-fields: true
54
+
type: object
55
+
type: object
42
56
replicas:
43
57
description: Number of controller replicas to run. Defaults to 1 for
0 commit comments