Skip to content

Commit 2452abb

Browse files
authored
Changing resourceVersion type from integer to keyword (#130)
1 parent 18a33c9 commit 2452abb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

namespaces/kubernetes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ namespace:
128128
description: >
129129
Event's unique ID
130130
- name: resourceVersion
131-
type: integer
131+
type: keyword
132132
example: 311987
133133
description: >
134134
String that identifies the server's internal version of the event that can be used by clients to determine when objects have changed
@@ -172,7 +172,7 @@ namespace:
172172
type: keyword
173173
example: SuccessfulCreate
174174
description: >
175-
Short, machine understandable string that gives the reason for this event being generated
175+
Short, machine understandable string that gives the reason for this event being generated
176176
- name: source_component
177177
type: keyword
178178
example: replication-controller
@@ -191,10 +191,10 @@ namespace:
191191
The number of times this event has occurred
192192
- name: type
193193
type: keyword
194-
example: Normal
194+
example: Normal
195195
description: >
196196
Type of this event (Normal, Warning), new types could be added in the future
197-
197+
198198
- name: flat_labels
199199
type: keyword
200200
example: [

0 commit comments

Comments
 (0)