Commit a6517173 authored by mbohlool's avatar mbohlool

Generated openapi spec

parent 3e67cf8b
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIVersions" "$ref": "#/definitions/unversioned.APIVersions"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -74,5 +77,18 @@ ...@@ -74,5 +77,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroupList" "$ref": "#/definitions/unversioned.APIGroupList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -115,5 +118,18 @@ ...@@ -115,5 +118,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
], ],
"operationId": "logFileListHandler", "operationId": "logFileListHandler",
"responses": { "responses": {
"default": { "401": {
"description": "Default Response." "description": "Unauthorized"
} }
} }
} }
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
], ],
"operationId": "logFileHandler", "operationId": "logFileHandler",
"responses": { "responses": {
"default": { "401": {
"description": "Default Response." "description": "Unauthorized"
} }
} }
}, },
...@@ -42,5 +42,18 @@ ...@@ -42,5 +42,18 @@
] ]
} }
}, },
"definitions": {} "definitions": {},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIGroup" "$ref": "#/definitions/unversioned.APIGroup"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -100,5 +103,18 @@ ...@@ -100,5 +103,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -53,6 +56,9 @@ ...@@ -53,6 +56,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscalerList" "$ref": "#/definitions/v1.HorizontalPodAutoscalerList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -159,6 +165,9 @@ ...@@ -159,6 +165,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscalerList" "$ref": "#/definitions/v1.HorizontalPodAutoscalerList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -192,6 +201,9 @@ ...@@ -192,6 +201,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler" "$ref": "#/definitions/v1.HorizontalPodAutoscaler"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -252,6 +264,9 @@ ...@@ -252,6 +264,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -310,6 +325,9 @@ ...@@ -310,6 +325,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler" "$ref": "#/definitions/v1.HorizontalPodAutoscaler"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -343,6 +361,9 @@ ...@@ -343,6 +361,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler" "$ref": "#/definitions/v1.HorizontalPodAutoscaler"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -376,6 +397,9 @@ ...@@ -376,6 +397,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -411,6 +435,9 @@ ...@@ -411,6 +435,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler" "$ref": "#/definitions/v1.HorizontalPodAutoscaler"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -461,6 +488,9 @@ ...@@ -461,6 +488,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler" "$ref": "#/definitions/v1.HorizontalPodAutoscaler"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -494,6 +524,9 @@ ...@@ -494,6 +524,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler" "$ref": "#/definitions/v1.HorizontalPodAutoscaler"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -529,6 +562,9 @@ ...@@ -529,6 +562,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler" "$ref": "#/definitions/v1.HorizontalPodAutoscaler"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -580,6 +616,9 @@ ...@@ -580,6 +616,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -650,6 +689,9 @@ ...@@ -650,6 +689,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -728,6 +770,9 @@ ...@@ -728,6 +770,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1216,5 +1261,18 @@ ...@@ -1216,5 +1261,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -53,6 +56,9 @@ ...@@ -53,6 +56,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.JobList" "$ref": "#/definitions/v1.JobList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -159,6 +165,9 @@ ...@@ -159,6 +165,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.JobList" "$ref": "#/definitions/v1.JobList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -192,6 +201,9 @@ ...@@ -192,6 +201,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.Job" "$ref": "#/definitions/v1.Job"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -252,6 +264,9 @@ ...@@ -252,6 +264,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -310,6 +325,9 @@ ...@@ -310,6 +325,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.Job" "$ref": "#/definitions/v1.Job"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -343,6 +361,9 @@ ...@@ -343,6 +361,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.Job" "$ref": "#/definitions/v1.Job"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -376,6 +397,9 @@ ...@@ -376,6 +397,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -411,6 +435,9 @@ ...@@ -411,6 +435,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.Job" "$ref": "#/definitions/v1.Job"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -461,6 +488,9 @@ ...@@ -461,6 +488,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.Job" "$ref": "#/definitions/v1.Job"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -494,6 +524,9 @@ ...@@ -494,6 +524,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.Job" "$ref": "#/definitions/v1.Job"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -529,6 +562,9 @@ ...@@ -529,6 +562,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.Job" "$ref": "#/definitions/v1.Job"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -580,6 +616,9 @@ ...@@ -580,6 +616,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -650,6 +689,9 @@ ...@@ -650,6 +689,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -728,6 +770,9 @@ ...@@ -728,6 +770,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1914,5 +1959,18 @@ ...@@ -1914,5 +1959,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -90,6 +93,9 @@ ...@@ -90,6 +93,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PetSetList" "$ref": "#/definitions/v1alpha1.PetSetList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -123,6 +129,9 @@ ...@@ -123,6 +129,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PetSet" "$ref": "#/definitions/v1alpha1.PetSet"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -183,6 +192,9 @@ ...@@ -183,6 +192,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -241,6 +253,9 @@ ...@@ -241,6 +253,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PetSet" "$ref": "#/definitions/v1alpha1.PetSet"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -274,6 +289,9 @@ ...@@ -274,6 +289,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PetSet" "$ref": "#/definitions/v1alpha1.PetSet"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -307,6 +325,9 @@ ...@@ -307,6 +325,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -342,6 +363,9 @@ ...@@ -342,6 +363,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PetSet" "$ref": "#/definitions/v1alpha1.PetSet"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -392,6 +416,9 @@ ...@@ -392,6 +416,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PetSet" "$ref": "#/definitions/v1alpha1.PetSet"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -425,6 +452,9 @@ ...@@ -425,6 +452,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PetSet" "$ref": "#/definitions/v1alpha1.PetSet"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -460,6 +490,9 @@ ...@@ -460,6 +490,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PetSet" "$ref": "#/definitions/v1alpha1.PetSet"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -510,6 +543,9 @@ ...@@ -510,6 +543,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PetSetList" "$ref": "#/definitions/v1alpha1.PetSetList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -580,6 +616,9 @@ ...@@ -580,6 +616,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -658,6 +697,9 @@ ...@@ -658,6 +697,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -744,6 +786,9 @@ ...@@ -744,6 +786,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1923,5 +1968,18 @@ ...@@ -1923,5 +1968,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -90,6 +93,9 @@ ...@@ -90,6 +93,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequestList" "$ref": "#/definitions/v1alpha1.CertificateSigningRequestList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -123,6 +129,9 @@ ...@@ -123,6 +129,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest" "$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -183,6 +192,9 @@ ...@@ -183,6 +192,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -233,6 +245,9 @@ ...@@ -233,6 +245,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest" "$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -266,6 +281,9 @@ ...@@ -266,6 +281,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest" "$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -299,6 +317,9 @@ ...@@ -299,6 +317,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -334,6 +355,9 @@ ...@@ -334,6 +355,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest" "$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -376,6 +400,9 @@ ...@@ -376,6 +400,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest" "$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -426,6 +453,9 @@ ...@@ -426,6 +453,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest" "$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -477,6 +507,9 @@ ...@@ -477,6 +507,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -547,6 +580,9 @@ ...@@ -547,6 +580,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1006,5 +1042,18 @@ ...@@ -1006,5 +1042,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -90,6 +93,9 @@ ...@@ -90,6 +93,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudgetList" "$ref": "#/definitions/v1alpha1.PodDisruptionBudgetList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -123,6 +129,9 @@ ...@@ -123,6 +129,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget" "$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -183,6 +192,9 @@ ...@@ -183,6 +192,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -241,6 +253,9 @@ ...@@ -241,6 +253,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget" "$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -274,6 +289,9 @@ ...@@ -274,6 +289,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget" "$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -307,6 +325,9 @@ ...@@ -307,6 +325,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -342,6 +363,9 @@ ...@@ -342,6 +363,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget" "$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -392,6 +416,9 @@ ...@@ -392,6 +416,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget" "$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -425,6 +452,9 @@ ...@@ -425,6 +452,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget" "$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -460,6 +490,9 @@ ...@@ -460,6 +490,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget" "$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -510,6 +543,9 @@ ...@@ -510,6 +543,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudgetList" "$ref": "#/definitions/v1alpha1.PodDisruptionBudgetList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -580,6 +616,9 @@ ...@@ -580,6 +616,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -658,6 +697,9 @@ ...@@ -658,6 +697,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -744,6 +786,9 @@ ...@@ -744,6 +786,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1221,5 +1266,18 @@ ...@@ -1221,5 +1266,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -90,6 +93,9 @@ ...@@ -90,6 +93,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBindingList" "$ref": "#/definitions/v1alpha1.ClusterRoleBindingList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -123,6 +129,9 @@ ...@@ -123,6 +129,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBinding" "$ref": "#/definitions/v1alpha1.ClusterRoleBinding"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -183,6 +192,9 @@ ...@@ -183,6 +192,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -217,6 +229,9 @@ ...@@ -217,6 +229,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBinding" "$ref": "#/definitions/v1alpha1.ClusterRoleBinding"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -250,6 +265,9 @@ ...@@ -250,6 +265,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBinding" "$ref": "#/definitions/v1alpha1.ClusterRoleBinding"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -283,6 +301,9 @@ ...@@ -283,6 +301,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -318,6 +339,9 @@ ...@@ -318,6 +339,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBinding" "$ref": "#/definitions/v1alpha1.ClusterRoleBinding"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -397,6 +421,9 @@ ...@@ -397,6 +421,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleList" "$ref": "#/definitions/v1alpha1.ClusterRoleList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -430,6 +457,9 @@ ...@@ -430,6 +457,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRole" "$ref": "#/definitions/v1alpha1.ClusterRole"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -490,6 +520,9 @@ ...@@ -490,6 +520,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -524,6 +557,9 @@ ...@@ -524,6 +557,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRole" "$ref": "#/definitions/v1alpha1.ClusterRole"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -557,6 +593,9 @@ ...@@ -557,6 +593,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRole" "$ref": "#/definitions/v1alpha1.ClusterRole"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -590,6 +629,9 @@ ...@@ -590,6 +629,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -625,6 +667,9 @@ ...@@ -625,6 +667,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.ClusterRole" "$ref": "#/definitions/v1alpha1.ClusterRole"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -704,6 +749,9 @@ ...@@ -704,6 +749,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.RoleBindingList" "$ref": "#/definitions/v1alpha1.RoleBindingList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -737,6 +785,9 @@ ...@@ -737,6 +785,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.RoleBinding" "$ref": "#/definitions/v1alpha1.RoleBinding"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -797,6 +848,9 @@ ...@@ -797,6 +848,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -839,6 +893,9 @@ ...@@ -839,6 +893,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.RoleBinding" "$ref": "#/definitions/v1alpha1.RoleBinding"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -872,6 +929,9 @@ ...@@ -872,6 +929,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.RoleBinding" "$ref": "#/definitions/v1alpha1.RoleBinding"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -905,6 +965,9 @@ ...@@ -905,6 +965,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -940,6 +1003,9 @@ ...@@ -940,6 +1003,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.RoleBinding" "$ref": "#/definitions/v1alpha1.RoleBinding"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1027,6 +1093,9 @@ ...@@ -1027,6 +1093,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.RoleList" "$ref": "#/definitions/v1alpha1.RoleList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1060,6 +1129,9 @@ ...@@ -1060,6 +1129,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.Role" "$ref": "#/definitions/v1alpha1.Role"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1120,6 +1192,9 @@ ...@@ -1120,6 +1192,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1162,6 +1237,9 @@ ...@@ -1162,6 +1237,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.Role" "$ref": "#/definitions/v1alpha1.Role"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1195,6 +1273,9 @@ ...@@ -1195,6 +1273,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.Role" "$ref": "#/definitions/v1alpha1.Role"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1228,6 +1309,9 @@ ...@@ -1228,6 +1309,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1263,6 +1347,9 @@ ...@@ -1263,6 +1347,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.Role" "$ref": "#/definitions/v1alpha1.Role"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1313,6 +1400,9 @@ ...@@ -1313,6 +1400,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.RoleBindingList" "$ref": "#/definitions/v1alpha1.RoleBindingList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1382,6 +1472,9 @@ ...@@ -1382,6 +1472,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1alpha1.RoleList" "$ref": "#/definitions/v1alpha1.RoleList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1452,6 +1545,9 @@ ...@@ -1452,6 +1545,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1522,6 +1618,9 @@ ...@@ -1522,6 +1618,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1600,6 +1699,9 @@ ...@@ -1600,6 +1699,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1670,6 +1772,9 @@ ...@@ -1670,6 +1772,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1748,6 +1853,9 @@ ...@@ -1748,6 +1853,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1826,6 +1934,9 @@ ...@@ -1826,6 +1934,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1912,6 +2023,9 @@ ...@@ -1912,6 +2023,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -1990,6 +2104,9 @@ ...@@ -1990,6 +2104,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -2076,6 +2193,9 @@ ...@@ -2076,6 +2193,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -2146,6 +2266,9 @@ ...@@ -2146,6 +2266,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -2756,5 +2879,18 @@ ...@@ -2756,5 +2879,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -53,6 +56,9 @@ ...@@ -53,6 +56,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1beta1.TokenReview" "$ref": "#/definitions/v1beta1.TokenReview"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -307,5 +313,18 @@ ...@@ -307,5 +313,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -53,6 +56,9 @@ ...@@ -53,6 +56,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1beta1.LocalSubjectAccessReview" "$ref": "#/definitions/v1beta1.LocalSubjectAccessReview"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -103,6 +109,9 @@ ...@@ -103,6 +109,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1beta1.SelfSubjectAccessReview" "$ref": "#/definitions/v1beta1.SelfSubjectAccessReview"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -145,6 +154,9 @@ ...@@ -145,6 +154,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1beta1.SubjectAccessReview" "$ref": "#/definitions/v1beta1.SubjectAccessReview"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -494,5 +506,18 @@ ...@@ -494,5 +506,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -90,6 +93,9 @@ ...@@ -90,6 +93,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1beta1.StorageClassList" "$ref": "#/definitions/v1beta1.StorageClassList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -123,6 +129,9 @@ ...@@ -123,6 +129,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1beta1.StorageClass" "$ref": "#/definitions/v1beta1.StorageClass"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -183,6 +192,9 @@ ...@@ -183,6 +192,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -233,6 +245,9 @@ ...@@ -233,6 +245,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1beta1.StorageClass" "$ref": "#/definitions/v1beta1.StorageClass"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -266,6 +281,9 @@ ...@@ -266,6 +281,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1beta1.StorageClass" "$ref": "#/definitions/v1beta1.StorageClass"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -299,6 +317,9 @@ ...@@ -299,6 +317,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.Status" "$ref": "#/definitions/unversioned.Status"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -334,6 +355,9 @@ ...@@ -334,6 +355,9 @@
"schema": { "schema": {
"$ref": "#/definitions/v1beta1.StorageClass" "$ref": "#/definitions/v1beta1.StorageClass"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -377,6 +401,9 @@ ...@@ -377,6 +401,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -447,6 +474,9 @@ ...@@ -447,6 +474,9 @@
"schema": { "schema": {
"$ref": "#/definitions/versioned.Event" "$ref": "#/definitions/versioned.Event"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
}, },
...@@ -851,5 +881,18 @@ ...@@ -851,5 +881,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
"schema": { "schema": {
"$ref": "#/definitions/unversioned.APIResourceList" "$ref": "#/definitions/unversioned.APIResourceList"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -76,5 +79,18 @@ ...@@ -76,5 +79,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
"schema": { "schema": {
"$ref": "#/definitions/version.Info" "$ref": "#/definitions/version.Info"
} }
},
"401": {
"description": "Unauthorized"
} }
} }
} }
...@@ -73,5 +76,18 @@ ...@@ -73,5 +76,18 @@
} }
} }
} }
} },
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
} }
...@@ -74,5 +74,23 @@ ...@@ -74,5 +74,23 @@
} }
} }
} }
},
"securityDefinitions": {
"HTTPBasic": {
"description": "HTTP Basic authentication",
"type": "basic"
},
"LoopbackTokenBearer": {
"description": "LoopbackToken Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
},
"TokenBearer": {
"description": "Token Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
} }
} }
...@@ -115,5 +115,23 @@ ...@@ -115,5 +115,23 @@
} }
} }
} }
},
"securityDefinitions": {
"HTTPBasic": {
"description": "HTTP Basic authentication",
"type": "basic"
},
"LoopbackTokenBearer": {
"description": "LoopbackToken Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
},
"TokenBearer": {
"description": "Token Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
} }
} }
...@@ -100,5 +100,23 @@ ...@@ -100,5 +100,23 @@
} }
} }
} }
},
"securityDefinitions": {
"HTTPBasic": {
"description": "HTTP Basic authentication",
"type": "basic"
},
"LoopbackTokenBearer": {
"description": "LoopbackToken Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
},
"TokenBearer": {
"description": "Token Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
} }
} }
...@@ -100,5 +100,23 @@ ...@@ -100,5 +100,23 @@
} }
} }
} }
},
"securityDefinitions": {
"HTTPBasic": {
"description": "HTTP Basic authentication",
"type": "basic"
},
"LoopbackTokenBearer": {
"description": "LoopbackToken Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
},
"TokenBearer": {
"description": "Token Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
} }
} }
...@@ -42,5 +42,23 @@ ...@@ -42,5 +42,23 @@
] ]
} }
}, },
"definitions": {} "definitions": {},
"securityDefinitions": {
"HTTPBasic": {
"description": "HTTP Basic authentication",
"type": "basic"
},
"LoopbackTokenBearer": {
"description": "LoopbackToken Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
},
"TokenBearer": {
"description": "Token Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
}
} }
...@@ -3398,5 +3398,23 @@ ...@@ -3398,5 +3398,23 @@
} }
} }
} }
},
"securityDefinitions": {
"HTTPBasic": {
"description": "HTTP Basic authentication",
"type": "basic"
},
"LoopbackTokenBearer": {
"description": "LoopbackToken Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
},
"TokenBearer": {
"description": "Token Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
} }
} }
...@@ -996,5 +996,23 @@ ...@@ -996,5 +996,23 @@
} }
} }
} }
},
"securityDefinitions": {
"HTTPBasic": {
"description": "HTTP Basic authentication",
"type": "basic"
},
"LoopbackTokenBearer": {
"description": "LoopbackToken Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
},
"TokenBearer": {
"description": "Token Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
} }
} }
...@@ -73,5 +73,23 @@ ...@@ -73,5 +73,23 @@
} }
} }
} }
},
"securityDefinitions": {
"HTTPBasic": {
"description": "HTTP Basic authentication",
"type": "basic"
},
"LoopbackTokenBearer": {
"description": "LoopbackToken Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
},
"TokenBearer": {
"description": "Token Bearer authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment