@@ -31,8 +31,8 @@ kind: ConfigMap
31
31
apiVersion: v1
32
32
metadata:
33
33
labels:
34
- cli-utils.sigs.k8s.io/inventory-id: test
35
- name: foo
34
+ cli-utils.sigs.k8s.io/inventory-id: inventory-id
35
+ name: inventory-name
36
36
namespace: default
37
37
`
38
38
depObject = object.ObjMetadata {
@@ -121,8 +121,8 @@ func TestCommand(t *testing.T) {
121
121
},
122
122
},
123
123
expectedOutput : `
124
- foo /deployment.apps/default/foo is InProgress: inProgress
125
- foo /statefulset.apps/default/bar is Current: current
124
+ inventory-name /deployment.apps/default/foo is InProgress: inProgress
125
+ inventory-name /statefulset.apps/default/bar is Current: current
126
126
` ,
127
127
},
128
128
"wait for all current" : {
@@ -168,10 +168,10 @@ foo/statefulset.apps/default/bar is Current: current
168
168
},
169
169
},
170
170
expectedOutput : `
171
- foo /deployment.apps/default/foo is InProgress: inProgress
172
- foo /statefulset.apps/default/bar is InProgress: inProgress
173
- foo /statefulset.apps/default/bar is Current: current
174
- foo /deployment.apps/default/foo is Current: current
171
+ inventory-name /deployment.apps/default/foo is InProgress: inProgress
172
+ inventory-name /statefulset.apps/default/bar is InProgress: inProgress
173
+ inventory-name /statefulset.apps/default/bar is Current: current
174
+ inventory-name /deployment.apps/default/foo is Current: current
175
175
` ,
176
176
},
177
177
"wait for all deleted" : {
@@ -201,8 +201,8 @@ foo/deployment.apps/default/foo is Current: current
201
201
},
202
202
},
203
203
expectedOutput : `
204
- foo /statefulset.apps/default/bar is NotFound: notFound
205
- foo /deployment.apps/default/foo is NotFound: notFound
204
+ inventory-name /statefulset.apps/default/bar is NotFound: notFound
205
+ inventory-name /deployment.apps/default/foo is NotFound: notFound
206
206
` ,
207
207
},
208
208
"forever with timeout" : {
@@ -233,8 +233,8 @@ foo/deployment.apps/default/foo is NotFound: notFound
233
233
},
234
234
},
235
235
expectedOutput : `
236
- foo /statefulset.apps/default/bar is InProgress: inProgress
237
- foo /deployment.apps/default/foo is InProgress: inProgress
236
+ inventory-name /statefulset.apps/default/bar is InProgress: inProgress
237
+ inventory-name /deployment.apps/default/foo is InProgress: inProgress
238
238
` ,
239
239
},
240
240
}
@@ -283,7 +283,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
283
283
"name" : "foo" ,
284
284
"timestamp" : "" ,
285
285
"type" : "status" ,
286
- "inventory-name" : "foo " ,
286
+ "inventory-name" : "inventory-name " ,
287
287
"status" : "InProgress" ,
288
288
"message" : "inProgress" ,
289
289
},
@@ -294,7 +294,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
294
294
"name" : "bar" ,
295
295
"timestamp" : "" ,
296
296
"type" : "status" ,
297
- "inventory-name" : "foo " ,
297
+ "inventory-name" : "inventory-name " ,
298
298
"status" : "Current" ,
299
299
"message" : "current" ,
300
300
},
@@ -350,7 +350,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
350
350
"name" : "foo" ,
351
351
"timestamp" : "" ,
352
352
"type" : "status" ,
353
- "inventory-name" : "foo " ,
353
+ "inventory-name" : "inventory-name " ,
354
354
"status" : "InProgress" ,
355
355
"message" : "inProgress" ,
356
356
},
@@ -361,7 +361,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
361
361
"name" : "bar" ,
362
362
"timestamp" : "" ,
363
363
"type" : "status" ,
364
- "inventory-name" : "foo " ,
364
+ "inventory-name" : "inventory-name " ,
365
365
"status" : "InProgress" ,
366
366
"message" : "inProgress" ,
367
367
},
@@ -372,7 +372,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
372
372
"name" : "bar" ,
373
373
"timestamp" : "" ,
374
374
"type" : "status" ,
375
- "inventory-name" : "foo " ,
375
+ "inventory-name" : "inventory-name " ,
376
376
"status" : "Current" ,
377
377
"message" : "current" ,
378
378
},
@@ -383,7 +383,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
383
383
"name" : "foo" ,
384
384
"timestamp" : "" ,
385
385
"type" : "status" ,
386
- "inventory-name" : "foo " ,
386
+ "inventory-name" : "inventory-name " ,
387
387
"status" : "Current" ,
388
388
"message" : "current" ,
389
389
},
@@ -423,7 +423,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
423
423
"name" : "bar" ,
424
424
"timestamp" : "" ,
425
425
"type" : "status" ,
426
- "inventory-name" : "foo " ,
426
+ "inventory-name" : "inventory-name " ,
427
427
"status" : "NotFound" ,
428
428
"message" : "notFound" ,
429
429
},
@@ -434,7 +434,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
434
434
"name" : "foo" ,
435
435
"timestamp" : "" ,
436
436
"type" : "status" ,
437
- "inventory-name" : "foo " ,
437
+ "inventory-name" : "inventory-name " ,
438
438
"status" : "NotFound" ,
439
439
"message" : "notFound" ,
440
440
},
@@ -475,7 +475,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
475
475
"name" : "bar" ,
476
476
"timestamp" : "" ,
477
477
"type" : "status" ,
478
- "inventory-name" : "foo " ,
478
+ "inventory-name" : "inventory-name " ,
479
479
"status" : "InProgress" ,
480
480
"message" : "inProgress" ,
481
481
},
@@ -486,7 +486,7 @@ foo/deployment.apps/default/foo is InProgress: inProgress
486
486
"name" : "foo" ,
487
487
"timestamp" : "" ,
488
488
"type" : "status" ,
489
- "inventory-name" : "foo " ,
489
+ "inventory-name" : "inventory-name " ,
490
490
"status" : "InProgress" ,
491
491
"message" : "inProgress" ,
492
492
},
0 commit comments