@@ -335,7 +335,7 @@ for a request to update the `scale` subresource of an `apps/v1` `Deployment`:
335
335
# Namespace of the resource being modified, if the resource is namespaced (or is a Namespace object)
336
336
" namespace " : " my-namespace" ,
337
337
338
- # Operation can be CREATE, UPDATE, DELETE, or CONNECT
338
+ # operation can be CREATE, UPDATE, DELETE, or CONNECT
339
339
" operation " : " UPDATE" ,
340
340
341
341
" userInfo " : {
@@ -361,26 +361,26 @@ for a request to update the `scale` subresource of an `apps/v1` `Deployment`:
361
361
}
362
362
},
363
363
364
- # Object is the new object being admitted. It is null for DELETE operations
364
+ # object is the new object being admitted. It is null for DELETE operations
365
365
" object " : {
366
366
" apiVersion " : " autoscaling/v1" ,
367
367
" kind " : " Scale"
368
368
},
369
369
370
- # OldObject is the existing object. It is null for CREATE and CONNECT operations
370
+ # oldObject is the existing object. It is null for CREATE and CONNECT operations
371
371
" oldObject " : {
372
372
" apiVersion " : " autoscaling/v1" ,
373
373
" kind " : " Scale"
374
374
},
375
375
376
- # Options contain the options for the operation being admitted, like meta.k8s.io/v1 CreateOptions,
376
+ # options contain the options for the operation being admitted, like meta.k8s.io/v1 CreateOptions,
377
377
# UpdateOptions, or DeleteOptions. It is null for CONNECT operations
378
378
" options " : {
379
379
" apiVersion " : " meta.k8s.io/v1" ,
380
380
" kind " : " UpdateOptions"
381
381
},
382
382
383
- # DryRun indicates the API request is running in dry run mode and will not be persisted
383
+ # dryRun indicates the API request is running in dry run mode and will not be persisted
384
384
# Webhooks with side effects should avoid actuating those side effects when dryRun is true
385
385
" dryRun " : false
386
386
}
0 commit comments