Generated openapi spec

This commit is contained in:
mbohlool
2016-10-18 13:44:32 -07:00
parent 3e67cf8b9b
commit a6517173ee
37 changed files with 7808 additions and 129 deletions

View File

@@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIGroup"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@@ -100,5 +103,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}