diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 365021e3628..51a5b24767b 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -14,6 +14,14 @@ "summary": "create a Binding", "nickname": "createBinding", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Binding", "paramType": "body", @@ -57,6 +65,14 @@ "summary": "create a Binding", "nickname": "createBinding", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Binding", "paramType": "body", @@ -92,6 +108,14 @@ "summary": "list objects of kind ComponentStatus", "nickname": "listComponentStatus", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -159,6 +183,14 @@ "summary": "read the specified ComponentStatus", "nickname": "readComponentStatus", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -202,6 +234,14 @@ "summary": "list objects of kind ComponentStatus", "nickname": "listComponentStatus", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -261,6 +301,14 @@ "summary": "list or watch objects of kind Endpoints", "nickname": "listEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -322,6 +370,14 @@ "summary": "create a Endpoints", "nickname": "createEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Endpoints", "paramType": "body", @@ -365,6 +421,14 @@ "summary": "watch individual changes to a list of Endpoints", "nickname": "watchEndpointslist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -432,6 +496,14 @@ "summary": "read the specified Endpoints", "nickname": "readEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -469,6 +541,14 @@ "summary": "replace the specified Endpoints", "nickname": "replaceEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Endpoints", "paramType": "body", @@ -514,6 +594,14 @@ "summary": "partially update the specified Endpoints", "nickname": "patchEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -561,6 +649,14 @@ "summary": "delete a Endpoints", "nickname": "deleteEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -612,6 +708,14 @@ "summary": "watch changes to an object of kind Endpoints", "nickname": "watchEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -687,6 +791,14 @@ "summary": "list or watch objects of kind Endpoints", "nickname": "listEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -740,6 +852,14 @@ "summary": "create a Endpoints", "nickname": "createEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Endpoints", "paramType": "body", @@ -775,6 +895,14 @@ "summary": "watch individual changes to a list of Endpoints", "nickname": "watchEndpointslist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -834,6 +962,14 @@ "summary": "list or watch objects of kind Event", "nickname": "listEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -895,6 +1031,14 @@ "summary": "create a Event", "nickname": "createEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Event", "paramType": "body", @@ -938,6 +1082,14 @@ "summary": "watch individual changes to a list of Event", "nickname": "watchEventlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1005,6 +1157,14 @@ "summary": "read the specified Event", "nickname": "readEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1042,6 +1202,14 @@ "summary": "replace the specified Event", "nickname": "replaceEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Event", "paramType": "body", @@ -1087,6 +1255,14 @@ "summary": "partially update the specified Event", "nickname": "patchEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -1134,6 +1310,14 @@ "summary": "delete a Event", "nickname": "deleteEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1177,6 +1361,14 @@ "summary": "watch changes to an object of kind Event", "nickname": "watchEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1252,6 +1444,14 @@ "summary": "list or watch objects of kind Event", "nickname": "listEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1305,6 +1505,14 @@ "summary": "create a Event", "nickname": "createEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Event", "paramType": "body", @@ -1340,6 +1548,14 @@ "summary": "watch individual changes to a list of Event", "nickname": "watchEventlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1399,6 +1615,14 @@ "summary": "list or watch objects of kind LimitRange", "nickname": "listLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1460,6 +1684,14 @@ "summary": "create a LimitRange", "nickname": "createLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.LimitRange", "paramType": "body", @@ -1503,6 +1735,14 @@ "summary": "watch individual changes to a list of LimitRange", "nickname": "watchLimitRangelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1570,6 +1810,14 @@ "summary": "read the specified LimitRange", "nickname": "readLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1607,6 +1855,14 @@ "summary": "replace the specified LimitRange", "nickname": "replaceLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.LimitRange", "paramType": "body", @@ -1652,6 +1908,14 @@ "summary": "partially update the specified LimitRange", "nickname": "patchLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -1699,6 +1963,14 @@ "summary": "delete a LimitRange", "nickname": "deleteLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1742,6 +2014,14 @@ "summary": "watch changes to an object of kind LimitRange", "nickname": "watchLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1817,6 +2097,14 @@ "summary": "list or watch objects of kind LimitRange", "nickname": "listLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1870,6 +2158,14 @@ "summary": "create a LimitRange", "nickname": "createLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.LimitRange", "paramType": "body", @@ -1905,6 +2201,14 @@ "summary": "watch individual changes to a list of LimitRange", "nickname": "watchLimitRangelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1964,6 +2268,14 @@ "summary": "list or watch objects of kind Namespace", "nickname": "listNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2017,6 +2329,14 @@ "summary": "create a Namespace", "nickname": "createNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Namespace", "paramType": "body", @@ -2052,6 +2372,14 @@ "summary": "watch individual changes to a list of Namespace", "nickname": "watchNamespacelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2111,6 +2439,14 @@ "summary": "read the specified Namespace", "nickname": "readNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2140,6 +2476,14 @@ "summary": "replace the specified Namespace", "nickname": "replaceNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Namespace", "paramType": "body", @@ -2177,6 +2521,14 @@ "summary": "partially update the specified Namespace", "nickname": "patchNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -2216,6 +2568,14 @@ "summary": "delete a Namespace", "nickname": "deleteNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -2259,6 +2619,14 @@ "summary": "watch changes to an object of kind Namespace", "nickname": "watchNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2326,6 +2694,14 @@ "summary": "replace the specified Namespace", "nickname": "replaceNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Namespace", "paramType": "body", @@ -2369,6 +2745,14 @@ "summary": "replace the specified Namespace", "nickname": "replaceNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Namespace", "paramType": "body", @@ -2412,6 +2796,14 @@ "summary": "list or watch objects of kind Node", "nickname": "listNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2465,6 +2857,14 @@ "summary": "create a Node", "nickname": "createNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Node", "paramType": "body", @@ -2500,6 +2900,14 @@ "summary": "watch individual changes to a list of Node", "nickname": "watchNodelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2559,6 +2967,14 @@ "summary": "read the specified Node", "nickname": "readNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2588,6 +3004,14 @@ "summary": "replace the specified Node", "nickname": "replaceNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Node", "paramType": "body", @@ -2625,6 +3049,14 @@ "summary": "partially update the specified Node", "nickname": "patchNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -2664,6 +3096,14 @@ "summary": "delete a Node", "nickname": "deleteNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -2707,6 +3147,14 @@ "summary": "watch changes to an object of kind Node", "nickname": "watchNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3126,6 +3574,14 @@ "summary": "replace the specified Node", "nickname": "replaceNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Node", "paramType": "body", @@ -3169,6 +3625,14 @@ "summary": "list or watch objects of kind PersistentVolumeClaim", "nickname": "listPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3230,6 +3694,14 @@ "summary": "create a PersistentVolumeClaim", "nickname": "createPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PersistentVolumeClaim", "paramType": "body", @@ -3273,6 +3745,14 @@ "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchPersistentVolumeClaimlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3340,6 +3820,14 @@ "summary": "read the specified PersistentVolumeClaim", "nickname": "readPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3377,6 +3865,14 @@ "summary": "replace the specified PersistentVolumeClaim", "nickname": "replacePersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PersistentVolumeClaim", "paramType": "body", @@ -3422,6 +3918,14 @@ "summary": "partially update the specified PersistentVolumeClaim", "nickname": "patchPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -3469,6 +3973,14 @@ "summary": "delete a PersistentVolumeClaim", "nickname": "deletePersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -3520,6 +4032,14 @@ "summary": "watch changes to an object of kind PersistentVolumeClaim", "nickname": "watchPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3595,6 +4115,14 @@ "summary": "list or watch objects of kind PersistentVolumeClaim", "nickname": "listPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3648,6 +4176,14 @@ "summary": "create a PersistentVolumeClaim", "nickname": "createPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PersistentVolumeClaim", "paramType": "body", @@ -3683,6 +4219,14 @@ "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchPersistentVolumeClaimlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3742,6 +4286,14 @@ "summary": "replace the specified PersistentVolumeClaim", "nickname": "replacePersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PersistentVolumeClaim", "paramType": "body", @@ -3793,6 +4345,14 @@ "summary": "list or watch objects of kind PersistentVolume", "nickname": "listPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3846,6 +4406,14 @@ "summary": "create a PersistentVolume", "nickname": "createPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PersistentVolume", "paramType": "body", @@ -3881,6 +4449,14 @@ "summary": "watch individual changes to a list of PersistentVolume", "nickname": "watchPersistentVolumelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3940,6 +4516,14 @@ "summary": "read the specified PersistentVolume", "nickname": "readPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3969,6 +4553,14 @@ "summary": "replace the specified PersistentVolume", "nickname": "replacePersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PersistentVolume", "paramType": "body", @@ -4006,6 +4598,14 @@ "summary": "partially update the specified PersistentVolume", "nickname": "patchPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -4045,6 +4645,14 @@ "summary": "delete a PersistentVolume", "nickname": "deletePersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -4088,6 +4696,14 @@ "summary": "watch changes to an object of kind PersistentVolume", "nickname": "watchPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -4155,6 +4771,14 @@ "summary": "replace the specified PersistentVolume", "nickname": "replacePersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PersistentVolume", "paramType": "body", @@ -4198,6 +4822,14 @@ "summary": "list or watch objects of kind Pod", "nickname": "listPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -4259,6 +4891,14 @@ "summary": "create a Pod", "nickname": "createPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Pod", "paramType": "body", @@ -4302,6 +4942,14 @@ "summary": "watch individual changes to a list of Pod", "nickname": "watchPodlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -4369,6 +5017,14 @@ "summary": "read the specified Pod", "nickname": "readPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4406,6 +5062,14 @@ "summary": "replace the specified Pod", "nickname": "replacePod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Pod", "paramType": "body", @@ -4451,6 +5115,14 @@ "summary": "partially update the specified Pod", "nickname": "patchPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -4498,6 +5170,14 @@ "summary": "delete a Pod", "nickname": "deletePod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -4549,6 +5229,14 @@ "summary": "watch changes to an object of kind Pod", "nickname": "watchPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5080,6 +5768,14 @@ "summary": "list or watch objects of kind Pod", "nickname": "listPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5133,6 +5829,14 @@ "summary": "create a Pod", "nickname": "createPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Pod", "paramType": "body", @@ -5162,6 +5866,14 @@ "summary": "create a Binding", "nickname": "createBinding", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Binding", "paramType": "body", @@ -5197,6 +5909,14 @@ "summary": "watch individual changes to a list of Pod", "nickname": "watchPodlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5256,6 +5976,14 @@ "summary": "create a Binding", "nickname": "createBinding", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Binding", "paramType": "body", @@ -5326,6 +6054,14 @@ "summary": "read the specified Pod", "nickname": "readPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -5556,6 +6292,14 @@ "summary": "replace the specified Pod", "nickname": "replacePod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Pod", "paramType": "body", @@ -5607,6 +6351,14 @@ "summary": "list or watch objects of kind PodTemplate", "nickname": "listPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5668,6 +6420,14 @@ "summary": "create a PodTemplate", "nickname": "createPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PodTemplate", "paramType": "body", @@ -5711,6 +6471,14 @@ "summary": "watch individual changes to a list of PodTemplate", "nickname": "watchPodTemplatelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5778,6 +6546,14 @@ "summary": "read the specified PodTemplate", "nickname": "readPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -5815,6 +6591,14 @@ "summary": "replace the specified PodTemplate", "nickname": "replacePodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PodTemplate", "paramType": "body", @@ -5860,6 +6644,14 @@ "summary": "partially update the specified PodTemplate", "nickname": "patchPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -5907,6 +6699,14 @@ "summary": "delete a PodTemplate", "nickname": "deletePodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -5958,6 +6758,14 @@ "summary": "watch changes to an object of kind PodTemplate", "nickname": "watchPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6033,6 +6841,14 @@ "summary": "list or watch objects of kind PodTemplate", "nickname": "listPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6086,6 +6902,14 @@ "summary": "create a PodTemplate", "nickname": "createPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.PodTemplate", "paramType": "body", @@ -6121,6 +6945,14 @@ "summary": "watch individual changes to a list of PodTemplate", "nickname": "watchPodTemplatelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6180,6 +7012,14 @@ "summary": "list or watch objects of kind ReplicationController", "nickname": "listReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6241,6 +7081,14 @@ "summary": "create a ReplicationController", "nickname": "createReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ReplicationController", "paramType": "body", @@ -6284,6 +7132,14 @@ "summary": "watch individual changes to a list of ReplicationController", "nickname": "watchReplicationControllerlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6351,6 +7207,14 @@ "summary": "read the specified ReplicationController", "nickname": "readReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6388,6 +7252,14 @@ "summary": "replace the specified ReplicationController", "nickname": "replaceReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ReplicationController", "paramType": "body", @@ -6433,6 +7305,14 @@ "summary": "partially update the specified ReplicationController", "nickname": "patchReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -6480,6 +7360,14 @@ "summary": "delete a ReplicationController", "nickname": "deleteReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -6531,6 +7419,14 @@ "summary": "watch changes to an object of kind ReplicationController", "nickname": "watchReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6606,6 +7502,14 @@ "summary": "list or watch objects of kind ReplicationController", "nickname": "listReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6659,6 +7563,14 @@ "summary": "create a ReplicationController", "nickname": "createReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ReplicationController", "paramType": "body", @@ -6694,6 +7606,14 @@ "summary": "watch individual changes to a list of ReplicationController", "nickname": "watchReplicationControllerlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6753,6 +7673,14 @@ "summary": "list or watch objects of kind ResourceQuota", "nickname": "listResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6814,6 +7742,14 @@ "summary": "create a ResourceQuota", "nickname": "createResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ResourceQuota", "paramType": "body", @@ -6857,6 +7793,14 @@ "summary": "watch individual changes to a list of ResourceQuota", "nickname": "watchResourceQuotalist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6924,6 +7868,14 @@ "summary": "read the specified ResourceQuota", "nickname": "readResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6961,6 +7913,14 @@ "summary": "replace the specified ResourceQuota", "nickname": "replaceResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ResourceQuota", "paramType": "body", @@ -7006,6 +7966,14 @@ "summary": "partially update the specified ResourceQuota", "nickname": "patchResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -7053,6 +8021,14 @@ "summary": "delete a ResourceQuota", "nickname": "deleteResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -7104,6 +8080,14 @@ "summary": "watch changes to an object of kind ResourceQuota", "nickname": "watchResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7179,6 +8163,14 @@ "summary": "list or watch objects of kind ResourceQuota", "nickname": "listResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7232,6 +8224,14 @@ "summary": "create a ResourceQuota", "nickname": "createResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ResourceQuota", "paramType": "body", @@ -7267,6 +8267,14 @@ "summary": "watch individual changes to a list of ResourceQuota", "nickname": "watchResourceQuotalist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7326,6 +8334,14 @@ "summary": "replace the specified ResourceQuota", "nickname": "replaceResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ResourceQuota", "paramType": "body", @@ -7377,6 +8393,14 @@ "summary": "list or watch objects of kind Secret", "nickname": "listSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7438,6 +8462,14 @@ "summary": "create a Secret", "nickname": "createSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Secret", "paramType": "body", @@ -7481,6 +8513,14 @@ "summary": "watch individual changes to a list of Secret", "nickname": "watchSecretlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7548,6 +8588,14 @@ "summary": "read the specified Secret", "nickname": "readSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -7585,6 +8633,14 @@ "summary": "replace the specified Secret", "nickname": "replaceSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Secret", "paramType": "body", @@ -7630,6 +8686,14 @@ "summary": "partially update the specified Secret", "nickname": "patchSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -7677,6 +8741,14 @@ "summary": "delete a Secret", "nickname": "deleteSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -7728,6 +8800,14 @@ "summary": "watch changes to an object of kind Secret", "nickname": "watchSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7803,6 +8883,14 @@ "summary": "list or watch objects of kind Secret", "nickname": "listSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7856,6 +8944,14 @@ "summary": "create a Secret", "nickname": "createSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Secret", "paramType": "body", @@ -7891,6 +8987,14 @@ "summary": "watch individual changes to a list of Secret", "nickname": "watchSecretlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7950,6 +9054,14 @@ "summary": "list or watch objects of kind ServiceAccount", "nickname": "listServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8011,6 +9123,14 @@ "summary": "create a ServiceAccount", "nickname": "createServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ServiceAccount", "paramType": "body", @@ -8054,6 +9174,14 @@ "summary": "watch individual changes to a list of ServiceAccount", "nickname": "watchServiceAccountlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8121,6 +9249,14 @@ "summary": "read the specified ServiceAccount", "nickname": "readServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -8158,6 +9294,14 @@ "summary": "replace the specified ServiceAccount", "nickname": "replaceServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ServiceAccount", "paramType": "body", @@ -8203,6 +9347,14 @@ "summary": "partially update the specified ServiceAccount", "nickname": "patchServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -8250,6 +9402,14 @@ "summary": "delete a ServiceAccount", "nickname": "deleteServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.DeleteOptions", "paramType": "body", @@ -8301,6 +9461,14 @@ "summary": "watch changes to an object of kind ServiceAccount", "nickname": "watchServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8376,6 +9544,14 @@ "summary": "list or watch objects of kind ServiceAccount", "nickname": "listServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8429,6 +9605,14 @@ "summary": "create a ServiceAccount", "nickname": "createServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.ServiceAccount", "paramType": "body", @@ -8464,6 +9648,14 @@ "summary": "watch individual changes to a list of ServiceAccount", "nickname": "watchServiceAccountlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8523,6 +9715,14 @@ "summary": "list or watch objects of kind Service", "nickname": "listService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8584,6 +9784,14 @@ "summary": "create a Service", "nickname": "createService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Service", "paramType": "body", @@ -8627,6 +9835,14 @@ "summary": "watch individual changes to a list of Service", "nickname": "watchServicelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8694,6 +9910,14 @@ "summary": "read the specified Service", "nickname": "readService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -8731,6 +9955,14 @@ "summary": "replace the specified Service", "nickname": "replaceService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Service", "paramType": "body", @@ -8776,6 +10008,14 @@ "summary": "partially update the specified Service", "nickname": "patchService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -8823,6 +10063,14 @@ "summary": "delete a Service", "nickname": "deleteService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -8866,6 +10114,14 @@ "summary": "watch changes to an object of kind Service", "nickname": "watchService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -9397,6 +10653,14 @@ "summary": "list or watch objects of kind Service", "nickname": "listService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -9450,6 +10714,14 @@ "summary": "create a Service", "nickname": "createService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1.Service", "paramType": "body", @@ -9485,6 +10757,14 @@ "summary": "watch individual changes to a list of Service", "nickname": "watchServicelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", diff --git a/api/swagger-spec/v1beta3.json b/api/swagger-spec/v1beta3.json index 7408a8a17a7..56740723b67 100644 --- a/api/swagger-spec/v1beta3.json +++ b/api/swagger-spec/v1beta3.json @@ -14,6 +14,14 @@ "summary": "create a Binding", "nickname": "createBinding", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Binding", "paramType": "body", @@ -57,6 +65,14 @@ "summary": "create a Binding", "nickname": "createBinding", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Binding", "paramType": "body", @@ -92,6 +108,14 @@ "summary": "list objects of kind ComponentStatus", "nickname": "listComponentStatus", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -159,6 +183,14 @@ "summary": "read the specified ComponentStatus", "nickname": "readComponentStatus", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -202,6 +234,14 @@ "summary": "list objects of kind ComponentStatus", "nickname": "listComponentStatus", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -261,6 +301,14 @@ "summary": "list or watch objects of kind Endpoints", "nickname": "listEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -322,6 +370,14 @@ "summary": "create a Endpoints", "nickname": "createEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Endpoints", "paramType": "body", @@ -365,6 +421,14 @@ "summary": "watch individual changes to a list of Endpoints", "nickname": "watchEndpointslist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -432,6 +496,14 @@ "summary": "read the specified Endpoints", "nickname": "readEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -469,6 +541,14 @@ "summary": "replace the specified Endpoints", "nickname": "replaceEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Endpoints", "paramType": "body", @@ -514,6 +594,14 @@ "summary": "partially update the specified Endpoints", "nickname": "patchEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -561,6 +649,14 @@ "summary": "delete a Endpoints", "nickname": "deleteEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -612,6 +708,14 @@ "summary": "watch changes to an object of kind Endpoints", "nickname": "watchEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -687,6 +791,14 @@ "summary": "list or watch objects of kind Endpoints", "nickname": "listEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -740,6 +852,14 @@ "summary": "create a Endpoints", "nickname": "createEndpoints", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Endpoints", "paramType": "body", @@ -775,6 +895,14 @@ "summary": "watch individual changes to a list of Endpoints", "nickname": "watchEndpointslist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -834,6 +962,14 @@ "summary": "list or watch objects of kind Event", "nickname": "listEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -895,6 +1031,14 @@ "summary": "create a Event", "nickname": "createEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Event", "paramType": "body", @@ -938,6 +1082,14 @@ "summary": "watch individual changes to a list of Event", "nickname": "watchEventlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1005,6 +1157,14 @@ "summary": "read the specified Event", "nickname": "readEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1042,6 +1202,14 @@ "summary": "replace the specified Event", "nickname": "replaceEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Event", "paramType": "body", @@ -1087,6 +1255,14 @@ "summary": "partially update the specified Event", "nickname": "patchEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -1134,6 +1310,14 @@ "summary": "delete a Event", "nickname": "deleteEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1177,6 +1361,14 @@ "summary": "watch changes to an object of kind Event", "nickname": "watchEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1252,6 +1444,14 @@ "summary": "list or watch objects of kind Event", "nickname": "listEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1305,6 +1505,14 @@ "summary": "create a Event", "nickname": "createEvent", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Event", "paramType": "body", @@ -1340,6 +1548,14 @@ "summary": "watch individual changes to a list of Event", "nickname": "watchEventlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1399,6 +1615,14 @@ "summary": "list or watch objects of kind LimitRange", "nickname": "listLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1460,6 +1684,14 @@ "summary": "create a LimitRange", "nickname": "createLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.LimitRange", "paramType": "body", @@ -1503,6 +1735,14 @@ "summary": "watch individual changes to a list of LimitRange", "nickname": "watchLimitRangelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1570,6 +1810,14 @@ "summary": "read the specified LimitRange", "nickname": "readLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1607,6 +1855,14 @@ "summary": "replace the specified LimitRange", "nickname": "replaceLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.LimitRange", "paramType": "body", @@ -1652,6 +1908,14 @@ "summary": "partially update the specified LimitRange", "nickname": "patchLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -1699,6 +1963,14 @@ "summary": "delete a LimitRange", "nickname": "deleteLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1742,6 +2014,14 @@ "summary": "watch changes to an object of kind LimitRange", "nickname": "watchLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1817,6 +2097,14 @@ "summary": "list or watch objects of kind LimitRange", "nickname": "listLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1870,6 +2158,14 @@ "summary": "create a LimitRange", "nickname": "createLimitRange", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.LimitRange", "paramType": "body", @@ -1905,6 +2201,14 @@ "summary": "watch individual changes to a list of LimitRange", "nickname": "watchLimitRangelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -1964,6 +2268,14 @@ "summary": "list or watch objects of kind Namespace", "nickname": "listNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2017,6 +2329,14 @@ "summary": "create a Namespace", "nickname": "createNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Namespace", "paramType": "body", @@ -2052,6 +2372,14 @@ "summary": "watch individual changes to a list of Namespace", "nickname": "watchNamespacelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2111,6 +2439,14 @@ "summary": "read the specified Namespace", "nickname": "readNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2140,6 +2476,14 @@ "summary": "replace the specified Namespace", "nickname": "replaceNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Namespace", "paramType": "body", @@ -2177,6 +2521,14 @@ "summary": "partially update the specified Namespace", "nickname": "patchNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -2216,6 +2568,14 @@ "summary": "delete a Namespace", "nickname": "deleteNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -2259,6 +2619,14 @@ "summary": "watch changes to an object of kind Namespace", "nickname": "watchNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2326,6 +2694,14 @@ "summary": "replace the specified Namespace", "nickname": "replaceNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Namespace", "paramType": "body", @@ -2369,6 +2745,14 @@ "summary": "replace the specified Namespace", "nickname": "replaceNamespace", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Namespace", "paramType": "body", @@ -2412,6 +2796,14 @@ "summary": "list or watch objects of kind Node", "nickname": "listNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2465,6 +2857,14 @@ "summary": "create a Node", "nickname": "createNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Node", "paramType": "body", @@ -2500,6 +2900,14 @@ "summary": "watch individual changes to a list of Node", "nickname": "watchNodelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -2559,6 +2967,14 @@ "summary": "read the specified Node", "nickname": "readNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2588,6 +3004,14 @@ "summary": "replace the specified Node", "nickname": "replaceNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Node", "paramType": "body", @@ -2625,6 +3049,14 @@ "summary": "partially update the specified Node", "nickname": "patchNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -2664,6 +3096,14 @@ "summary": "delete a Node", "nickname": "deleteNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -2707,6 +3147,14 @@ "summary": "watch changes to an object of kind Node", "nickname": "watchNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3126,6 +3574,14 @@ "summary": "replace the specified Node", "nickname": "replaceNode", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Node", "paramType": "body", @@ -3169,6 +3625,14 @@ "summary": "list or watch objects of kind PersistentVolumeClaim", "nickname": "listPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3230,6 +3694,14 @@ "summary": "create a PersistentVolumeClaim", "nickname": "createPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PersistentVolumeClaim", "paramType": "body", @@ -3273,6 +3745,14 @@ "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchPersistentVolumeClaimlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3340,6 +3820,14 @@ "summary": "read the specified PersistentVolumeClaim", "nickname": "readPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3377,6 +3865,14 @@ "summary": "replace the specified PersistentVolumeClaim", "nickname": "replacePersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PersistentVolumeClaim", "paramType": "body", @@ -3422,6 +3918,14 @@ "summary": "partially update the specified PersistentVolumeClaim", "nickname": "patchPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -3469,6 +3973,14 @@ "summary": "delete a PersistentVolumeClaim", "nickname": "deletePersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -3520,6 +4032,14 @@ "summary": "watch changes to an object of kind PersistentVolumeClaim", "nickname": "watchPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3595,6 +4115,14 @@ "summary": "list or watch objects of kind PersistentVolumeClaim", "nickname": "listPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3648,6 +4176,14 @@ "summary": "create a PersistentVolumeClaim", "nickname": "createPersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PersistentVolumeClaim", "paramType": "body", @@ -3683,6 +4219,14 @@ "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchPersistentVolumeClaimlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3742,6 +4286,14 @@ "summary": "replace the specified PersistentVolumeClaim", "nickname": "replacePersistentVolumeClaim", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PersistentVolumeClaim", "paramType": "body", @@ -3793,6 +4345,14 @@ "summary": "list or watch objects of kind PersistentVolume", "nickname": "listPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3846,6 +4406,14 @@ "summary": "create a PersistentVolume", "nickname": "createPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PersistentVolume", "paramType": "body", @@ -3881,6 +4449,14 @@ "summary": "watch individual changes to a list of PersistentVolume", "nickname": "watchPersistentVolumelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -3940,6 +4516,14 @@ "summary": "read the specified PersistentVolume", "nickname": "readPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3969,6 +4553,14 @@ "summary": "replace the specified PersistentVolume", "nickname": "replacePersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PersistentVolume", "paramType": "body", @@ -4006,6 +4598,14 @@ "summary": "partially update the specified PersistentVolume", "nickname": "patchPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -4045,6 +4645,14 @@ "summary": "delete a PersistentVolume", "nickname": "deletePersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -4088,6 +4696,14 @@ "summary": "watch changes to an object of kind PersistentVolume", "nickname": "watchPersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -4155,6 +4771,14 @@ "summary": "replace the specified PersistentVolume", "nickname": "replacePersistentVolume", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PersistentVolume", "paramType": "body", @@ -4198,6 +4822,14 @@ "summary": "list or watch objects of kind Pod", "nickname": "listPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -4259,6 +4891,14 @@ "summary": "create a Pod", "nickname": "createPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Pod", "paramType": "body", @@ -4302,6 +4942,14 @@ "summary": "watch individual changes to a list of Pod", "nickname": "watchPodlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -4369,6 +5017,14 @@ "summary": "read the specified Pod", "nickname": "readPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4406,6 +5062,14 @@ "summary": "replace the specified Pod", "nickname": "replacePod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Pod", "paramType": "body", @@ -4451,6 +5115,14 @@ "summary": "partially update the specified Pod", "nickname": "patchPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -4498,6 +5170,14 @@ "summary": "delete a Pod", "nickname": "deletePod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -4549,6 +5229,14 @@ "summary": "watch changes to an object of kind Pod", "nickname": "watchPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5080,6 +5768,14 @@ "summary": "list or watch objects of kind Pod", "nickname": "listPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5133,6 +5829,14 @@ "summary": "create a Pod", "nickname": "createPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Pod", "paramType": "body", @@ -5162,6 +5866,14 @@ "summary": "create a Binding", "nickname": "createBinding", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Binding", "paramType": "body", @@ -5197,6 +5909,14 @@ "summary": "watch individual changes to a list of Pod", "nickname": "watchPodlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5256,6 +5976,14 @@ "summary": "create a Binding", "nickname": "createBinding", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Binding", "paramType": "body", @@ -5326,6 +6054,14 @@ "summary": "read the specified Pod", "nickname": "readPod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -5556,6 +6292,14 @@ "summary": "replace the specified Pod", "nickname": "replacePod", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Pod", "paramType": "body", @@ -5607,6 +6351,14 @@ "summary": "list or watch objects of kind PodTemplate", "nickname": "listPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5668,6 +6420,14 @@ "summary": "create a PodTemplate", "nickname": "createPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PodTemplate", "paramType": "body", @@ -5711,6 +6471,14 @@ "summary": "watch individual changes to a list of PodTemplate", "nickname": "watchPodTemplatelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -5778,6 +6546,14 @@ "summary": "read the specified PodTemplate", "nickname": "readPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -5815,6 +6591,14 @@ "summary": "replace the specified PodTemplate", "nickname": "replacePodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PodTemplate", "paramType": "body", @@ -5860,6 +6644,14 @@ "summary": "partially update the specified PodTemplate", "nickname": "patchPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -5907,6 +6699,14 @@ "summary": "delete a PodTemplate", "nickname": "deletePodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -5958,6 +6758,14 @@ "summary": "watch changes to an object of kind PodTemplate", "nickname": "watchPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6033,6 +6841,14 @@ "summary": "list or watch objects of kind PodTemplate", "nickname": "listPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6086,6 +6902,14 @@ "summary": "create a PodTemplate", "nickname": "createPodTemplate", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.PodTemplate", "paramType": "body", @@ -6121,6 +6945,14 @@ "summary": "watch individual changes to a list of PodTemplate", "nickname": "watchPodTemplatelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6180,6 +7012,14 @@ "summary": "list or watch objects of kind ReplicationController", "nickname": "listReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6241,6 +7081,14 @@ "summary": "create a ReplicationController", "nickname": "createReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ReplicationController", "paramType": "body", @@ -6284,6 +7132,14 @@ "summary": "watch individual changes to a list of ReplicationController", "nickname": "watchReplicationControllerlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6351,6 +7207,14 @@ "summary": "read the specified ReplicationController", "nickname": "readReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6388,6 +7252,14 @@ "summary": "replace the specified ReplicationController", "nickname": "replaceReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ReplicationController", "paramType": "body", @@ -6433,6 +7305,14 @@ "summary": "partially update the specified ReplicationController", "nickname": "patchReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -6480,6 +7360,14 @@ "summary": "delete a ReplicationController", "nickname": "deleteReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -6531,6 +7419,14 @@ "summary": "watch changes to an object of kind ReplicationController", "nickname": "watchReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6606,6 +7502,14 @@ "summary": "list or watch objects of kind ReplicationController", "nickname": "listReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6659,6 +7563,14 @@ "summary": "create a ReplicationController", "nickname": "createReplicationController", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ReplicationController", "paramType": "body", @@ -6694,6 +7606,14 @@ "summary": "watch individual changes to a list of ReplicationController", "nickname": "watchReplicationControllerlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6753,6 +7673,14 @@ "summary": "list or watch objects of kind ResourceQuota", "nickname": "listResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6814,6 +7742,14 @@ "summary": "create a ResourceQuota", "nickname": "createResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ResourceQuota", "paramType": "body", @@ -6857,6 +7793,14 @@ "summary": "watch individual changes to a list of ResourceQuota", "nickname": "watchResourceQuotalist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -6924,6 +7868,14 @@ "summary": "read the specified ResourceQuota", "nickname": "readResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6961,6 +7913,14 @@ "summary": "replace the specified ResourceQuota", "nickname": "replaceResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ResourceQuota", "paramType": "body", @@ -7006,6 +7966,14 @@ "summary": "partially update the specified ResourceQuota", "nickname": "patchResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -7053,6 +8021,14 @@ "summary": "delete a ResourceQuota", "nickname": "deleteResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -7104,6 +8080,14 @@ "summary": "watch changes to an object of kind ResourceQuota", "nickname": "watchResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7179,6 +8163,14 @@ "summary": "list or watch objects of kind ResourceQuota", "nickname": "listResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7232,6 +8224,14 @@ "summary": "create a ResourceQuota", "nickname": "createResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ResourceQuota", "paramType": "body", @@ -7267,6 +8267,14 @@ "summary": "watch individual changes to a list of ResourceQuota", "nickname": "watchResourceQuotalist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7326,6 +8334,14 @@ "summary": "replace the specified ResourceQuota", "nickname": "replaceResourceQuota", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ResourceQuota", "paramType": "body", @@ -7377,6 +8393,14 @@ "summary": "list or watch objects of kind Secret", "nickname": "listSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7438,6 +8462,14 @@ "summary": "create a Secret", "nickname": "createSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Secret", "paramType": "body", @@ -7481,6 +8513,14 @@ "summary": "watch individual changes to a list of Secret", "nickname": "watchSecretlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7548,6 +8588,14 @@ "summary": "read the specified Secret", "nickname": "readSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -7585,6 +8633,14 @@ "summary": "replace the specified Secret", "nickname": "replaceSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Secret", "paramType": "body", @@ -7630,6 +8686,14 @@ "summary": "partially update the specified Secret", "nickname": "patchSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -7677,6 +8741,14 @@ "summary": "delete a Secret", "nickname": "deleteSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -7728,6 +8800,14 @@ "summary": "watch changes to an object of kind Secret", "nickname": "watchSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7803,6 +8883,14 @@ "summary": "list or watch objects of kind Secret", "nickname": "listSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7856,6 +8944,14 @@ "summary": "create a Secret", "nickname": "createSecret", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Secret", "paramType": "body", @@ -7891,6 +8987,14 @@ "summary": "watch individual changes to a list of Secret", "nickname": "watchSecretlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -7950,6 +9054,14 @@ "summary": "list or watch objects of kind ServiceAccount", "nickname": "listServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8011,6 +9123,14 @@ "summary": "create a ServiceAccount", "nickname": "createServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ServiceAccount", "paramType": "body", @@ -8054,6 +9174,14 @@ "summary": "watch individual changes to a list of ServiceAccount", "nickname": "watchServiceAccountlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8121,6 +9249,14 @@ "summary": "read the specified ServiceAccount", "nickname": "readServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -8158,6 +9294,14 @@ "summary": "replace the specified ServiceAccount", "nickname": "replaceServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ServiceAccount", "paramType": "body", @@ -8203,6 +9347,14 @@ "summary": "partially update the specified ServiceAccount", "nickname": "patchServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -8250,6 +9402,14 @@ "summary": "delete a ServiceAccount", "nickname": "deleteServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.DeleteOptions", "paramType": "body", @@ -8301,6 +9461,14 @@ "summary": "watch changes to an object of kind ServiceAccount", "nickname": "watchServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8376,6 +9544,14 @@ "summary": "list or watch objects of kind ServiceAccount", "nickname": "listServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8429,6 +9605,14 @@ "summary": "create a ServiceAccount", "nickname": "createServiceAccount", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.ServiceAccount", "paramType": "body", @@ -8464,6 +9648,14 @@ "summary": "watch individual changes to a list of ServiceAccount", "nickname": "watchServiceAccountlist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8523,6 +9715,14 @@ "summary": "list or watch objects of kind Service", "nickname": "listService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8584,6 +9784,14 @@ "summary": "create a Service", "nickname": "createService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Service", "paramType": "body", @@ -8627,6 +9835,14 @@ "summary": "watch individual changes to a list of Service", "nickname": "watchServicelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -8694,6 +9910,14 @@ "summary": "read the specified Service", "nickname": "readService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -8731,6 +9955,14 @@ "summary": "replace the specified Service", "nickname": "replaceService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Service", "paramType": "body", @@ -8776,6 +10008,14 @@ "summary": "partially update the specified Service", "nickname": "patchService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "body", @@ -8823,6 +10063,14 @@ "summary": "delete a Service", "nickname": "deleteService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -8866,6 +10114,14 @@ "summary": "watch changes to an object of kind Service", "nickname": "watchService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -9397,6 +10653,14 @@ "summary": "list or watch objects of kind Service", "nickname": "listService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", @@ -9450,6 +10714,14 @@ "summary": "create a Service", "nickname": "createService", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "v1beta3.Service", "paramType": "body", @@ -9485,6 +10757,14 @@ "summary": "watch individual changes to a list of Service", "nickname": "watchServicelist", "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "pretty", + "description": "If 'true', then the output is pretty printed.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "query", diff --git a/pkg/apiserver/api_installer.go b/pkg/apiserver/api_installer.go index 7c0cc173df5..2a1b485b8f9 100644 --- a/pkg/apiserver/api_installer.go +++ b/pkg/apiserver/api_installer.go @@ -409,6 +409,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag route := ws.GET(action.Path).To(handler). Filter(m). Doc("read the specified "+kind). + Param(ws.QueryParameter("pretty", "If 'true', then the output is pretty printed.")). Operation("read"+kind). Produces(append(storageMeta.ProducesMIMETypes(action.Verb), "application/json")...). Returns(http.StatusOK, "OK", versionedObject). @@ -424,6 +425,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag route := ws.GET(action.Path).To(ListResource(lister, watcher, reqScope, false, a.minRequestTimeout)). Filter(m). Doc("list objects of kind "+kind). + Param(ws.QueryParameter("pretty", "If 'true', then the output is pretty printed.")). Operation("list"+kind). Produces("application/json"). Returns(http.StatusOK, "OK", versionedList). @@ -443,6 +445,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag route := ws.PUT(action.Path).To(UpdateResource(updater, reqScope, a.group.Typer, admit)). Filter(m). Doc("replace the specified "+kind). + Param(ws.QueryParameter("pretty", "If 'true', then the output is pretty printed.")). Operation("replace"+kind). Produces(append(storageMeta.ProducesMIMETypes(action.Verb), "application/json")...). Returns(http.StatusOK, "OK", versionedObject). @@ -454,6 +457,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag route := ws.PATCH(action.Path).To(PatchResource(patcher, reqScope, a.group.Typer, admit, mapping.ObjectConvertor)). Filter(m). Doc("partially update the specified "+kind). + Param(ws.QueryParameter("pretty", "If 'true', then the output is pretty printed.")). Consumes(string(api.JSONPatchType), string(api.MergePatchType), string(api.StrategicMergePatchType)). Operation("patch"+kind). Produces(append(storageMeta.ProducesMIMETypes(action.Verb), "application/json")...). @@ -472,6 +476,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag route := ws.POST(action.Path).To(handler). Filter(m). Doc("create a "+kind). + Param(ws.QueryParameter("pretty", "If 'true', then the output is pretty printed.")). Operation("create"+kind). Produces(append(storageMeta.ProducesMIMETypes(action.Verb), "application/json")...). Returns(http.StatusOK, "OK", versionedObject). @@ -483,6 +488,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag route := ws.DELETE(action.Path).To(DeleteResource(gracefulDeleter, isGracefulDeleter, reqScope, admit)). Filter(m). Doc("delete a "+kind). + Param(ws.QueryParameter("pretty", "If 'true', then the output is pretty printed.")). Operation("delete"+kind). Produces(append(storageMeta.ProducesMIMETypes(action.Verb), "application/json")...). Writes(versionedStatus). @@ -497,6 +503,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag route := ws.GET(action.Path).To(ListResource(lister, watcher, reqScope, true, a.minRequestTimeout)). Filter(m). Doc("watch changes to an object of kind "+kind). + Param(ws.QueryParameter("pretty", "If 'true', then the output is pretty printed.")). Operation("watch"+kind). Produces("application/json"). Returns(http.StatusOK, "OK", watchjson.WatchEvent{}). @@ -511,6 +518,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag route := ws.GET(action.Path).To(ListResource(lister, watcher, reqScope, true, a.minRequestTimeout)). Filter(m). Doc("watch individual changes to a list of "+kind). + Param(ws.QueryParameter("pretty", "If 'true', then the output is pretty printed.")). Operation("watch"+kind+"list"). Produces("application/json"). Returns(http.StatusOK, "OK", watchjson.WatchEvent{}). diff --git a/pkg/apiserver/apiserver.go b/pkg/apiserver/apiserver.go index 3d7b440b3c3..b92a0338d2c 100644 --- a/pkg/apiserver/apiserver.go +++ b/pkg/apiserver/apiserver.go @@ -273,32 +273,49 @@ func write(statusCode int, apiVersion string, codec runtime.Codec, object runtim io.Copy(writer, out) return } - writeJSON(statusCode, codec, object, w) + writeJSON(statusCode, codec, object, w, isPrettyPrint(req)) +} + +func isPrettyPrint(req *http.Request) bool { + pp := req.URL.Query().Get("pretty") + if len(pp) > 0 { + pretty, _ := strconv.ParseBool(pp) + return pretty + } + userAgent := req.UserAgent() + // This covers basic all browers and cli http tools + if strings.HasPrefix(userAgent, "curl") || strings.HasPrefix(userAgent, "Wget") || strings.HasPrefix(userAgent, "Mozilla/5.0") { + return true + } + return false } // writeJSON renders an object as JSON to the response. -func writeJSON(statusCode int, codec runtime.Codec, object runtime.Object, w http.ResponseWriter) { +func writeJSON(statusCode int, codec runtime.Codec, object runtime.Object, w http.ResponseWriter, pretty bool) { output, err := codec.Encode(object) if err != nil { errorJSONFatal(err, codec, w) return } - // PR #2243: Pretty-print JSON by default. - formatted := &bytes.Buffer{} - err = json.Indent(formatted, output, "", " ") - if err != nil { - errorJSONFatal(err, codec, w) - return + if pretty { + // PR #2243: Pretty-print JSON by default. + formatted := &bytes.Buffer{} + err = json.Indent(formatted, output, "", " ") + if err != nil { + errorJSONFatal(err, codec, w) + return + } + output = formatted.Bytes() } w.Header().Set("Content-Type", "application/json") w.WriteHeader(statusCode) - w.Write(formatted.Bytes()) + w.Write(output) } // errorJSON renders an error to the response. Returns the HTTP status code of the error. func errorJSON(err error, codec runtime.Codec, w http.ResponseWriter) int { status := errToAPIStatus(err) - writeJSON(status.Code, codec, status, w) + writeJSON(status.Code, codec, status, w, true) return status.Code } diff --git a/pkg/apiserver/apiserver_test.go b/pkg/apiserver/apiserver_test.go index 3bab81bbac8..9e707c92149 100644 --- a/pkg/apiserver/apiserver_test.go +++ b/pkg/apiserver/apiserver_test.go @@ -2239,7 +2239,7 @@ func (*UnregisteredAPIObject) IsAnAPIObject() {} func TestWriteJSONDecodeError(t *testing.T) { server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) { - writeJSON(http.StatusOK, codec, &UnregisteredAPIObject{"Undecodable"}, w) + writeJSON(http.StatusOK, codec, &UnregisteredAPIObject{"Undecodable"}, w, false) })) defer server.Close() status := expectApiStatus(t, "GET", server.URL, nil, http.StatusInternalServerError) diff --git a/pkg/apiserver/proxy.go b/pkg/apiserver/proxy.go index aa1967bceee..d2b90358574 100644 --- a/pkg/apiserver/proxy.go +++ b/pkg/apiserver/proxy.go @@ -111,7 +111,7 @@ func (r *ProxyHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { if err != nil { httplog.LogOf(req, w).Addf("Error getting ResourceLocation: %v", err) status := errToAPIStatus(err) - writeJSON(status.Code, r.codec, status, w) + writeJSON(status.Code, r.codec, status, w, true) httpCode = status.Code return } @@ -146,7 +146,7 @@ func (r *ProxyHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { newReq, err := http.NewRequest(req.Method, location.String(), req.Body) if err != nil { status := errToAPIStatus(err) - writeJSON(status.Code, r.codec, status, w) + writeJSON(status.Code, r.codec, status, w, true) notFound(w, req) httpCode = status.Code return @@ -196,11 +196,10 @@ func (r *ProxyHandler) tryUpgrade(w http.ResponseWriter, req, newReq *http.Reque if !httpstream.IsUpgradeRequest(req) { return false } - backendConn, err := dialURL(location, transport) if err != nil { status := errToAPIStatus(err) - writeJSON(status.Code, r.codec, status, w) + writeJSON(status.Code, r.codec, status, w, true) return true } defer backendConn.Close() @@ -211,14 +210,14 @@ func (r *ProxyHandler) tryUpgrade(w http.ResponseWriter, req, newReq *http.Reque requestHijackedConn, _, err := w.(http.Hijacker).Hijack() if err != nil { status := errToAPIStatus(err) - writeJSON(status.Code, r.codec, status, w) + writeJSON(status.Code, r.codec, status, w, true) return true } defer requestHijackedConn.Close() if err = newReq.Write(backendConn); err != nil { status := errToAPIStatus(err) - writeJSON(status.Code, r.codec, status, w) + writeJSON(status.Code, r.codec, status, w, true) return true } diff --git a/pkg/apiserver/redirect.go b/pkg/apiserver/redirect.go index f46f0f93e85..99ba1dcb819 100644 --- a/pkg/apiserver/redirect.go +++ b/pkg/apiserver/redirect.go @@ -82,7 +82,7 @@ func (r *RedirectHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { location, _, err := redirector.ResourceLocation(ctx, id) if err != nil { status := errToAPIStatus(err) - writeJSON(status.Code, r.codec, status, w) + writeJSON(status.Code, r.codec, status, w, true) httpCode = status.Code return } diff --git a/pkg/apiserver/resthandler.go b/pkg/apiserver/resthandler.go index 3ea043cb51b..6b8b1013185 100644 --- a/pkg/apiserver/resthandler.go +++ b/pkg/apiserver/resthandler.go @@ -505,7 +505,7 @@ func UpdateResource(r rest.Updater, scope RequestScope, typer runtime.ObjectType if wasCreated { status = http.StatusCreated } - writeJSON(status, scope.Codec, result, w) + writeJSON(status, scope.Codec, result, w, isPrettyPrint(req.Request)) } }