Generated openapi spec

pull/6/head
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.APIVersions"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -74,5 +77,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

View File

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

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": []
}
]
}

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": []
}
]
}

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": []
}
]
}

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": []
}
]
}

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": []
}
]
}

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": []
}
]
}

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": []
}
]
}

View File

@ -12,8 +12,8 @@
],
"operationId": "logFileListHandler",
"responses": {
"default": {
"description": "Default Response."
"401": {
"description": "Unauthorized"
}
}
}
@ -25,8 +25,8 @@
],
"operationId": "logFileHandler",
"responses": {
"default": {
"description": "Default Response."
"401": {
"description": "Unauthorized"
}
}
},
@ -42,5 +42,18 @@
]
}
},
"definitions": {}
"definitions": {},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

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": []
}
]
}

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": []
}
]
}

File diff suppressed because it is too large Load Diff

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": []
}
]
}

View File

@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIResourceList"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -53,6 +56,9 @@
"schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscalerList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -159,6 +165,9 @@
"schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscalerList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -192,6 +201,9 @@
"schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -252,6 +264,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -310,6 +325,9 @@
"schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -343,6 +361,9 @@
"schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -376,6 +397,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -411,6 +435,9 @@
"schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -461,6 +488,9 @@
"schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -494,6 +524,9 @@
"schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -529,6 +562,9 @@
"schema": {
"$ref": "#/definitions/v1.HorizontalPodAutoscaler"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -580,6 +616,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -650,6 +689,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -728,6 +770,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1216,5 +1261,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

View File

@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIResourceList"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -53,6 +56,9 @@
"schema": {
"$ref": "#/definitions/v1.JobList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -159,6 +165,9 @@
"schema": {
"$ref": "#/definitions/v1.JobList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -192,6 +201,9 @@
"schema": {
"$ref": "#/definitions/v1.Job"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -252,6 +264,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -310,6 +325,9 @@
"schema": {
"$ref": "#/definitions/v1.Job"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -343,6 +361,9 @@
"schema": {
"$ref": "#/definitions/v1.Job"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -376,6 +397,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -411,6 +435,9 @@
"schema": {
"$ref": "#/definitions/v1.Job"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -461,6 +488,9 @@
"schema": {
"$ref": "#/definitions/v1.Job"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -494,6 +524,9 @@
"schema": {
"$ref": "#/definitions/v1.Job"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -529,6 +562,9 @@
"schema": {
"$ref": "#/definitions/v1.Job"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -580,6 +616,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -650,6 +689,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -728,6 +770,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1914,5 +1959,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIResourceList"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -90,6 +93,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PetSetList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -123,6 +129,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PetSet"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -183,6 +192,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -241,6 +253,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PetSet"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -274,6 +289,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PetSet"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -307,6 +325,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -342,6 +363,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PetSet"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -392,6 +416,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PetSet"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -425,6 +452,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PetSet"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -460,6 +490,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PetSet"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -510,6 +543,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PetSetList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -580,6 +616,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -658,6 +697,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -744,6 +786,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1923,5 +1968,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

View File

@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIResourceList"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -90,6 +93,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequestList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -123,6 +129,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -183,6 +192,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -233,6 +245,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -266,6 +281,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -299,6 +317,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -334,6 +355,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -376,6 +400,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -426,6 +453,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.CertificateSigningRequest"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -477,6 +507,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -547,6 +580,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1006,5 +1042,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

View File

@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIResourceList"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -90,6 +93,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudgetList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -123,6 +129,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -183,6 +192,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -241,6 +253,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -274,6 +289,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -307,6 +325,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -342,6 +363,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -392,6 +416,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -425,6 +452,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -460,6 +490,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudget"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -510,6 +543,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.PodDisruptionBudgetList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -580,6 +616,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -658,6 +697,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -744,6 +786,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1221,5 +1266,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

View File

@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIResourceList"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -90,6 +93,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBindingList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -123,6 +129,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBinding"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -183,6 +192,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -217,6 +229,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBinding"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -250,6 +265,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBinding"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -283,6 +301,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -318,6 +339,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleBinding"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -397,6 +421,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRoleList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -430,6 +457,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRole"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -490,6 +520,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -524,6 +557,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRole"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -557,6 +593,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRole"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -590,6 +629,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -625,6 +667,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.ClusterRole"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -704,6 +749,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.RoleBindingList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -737,6 +785,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.RoleBinding"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -797,6 +848,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -839,6 +893,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.RoleBinding"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -872,6 +929,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.RoleBinding"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -905,6 +965,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -940,6 +1003,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.RoleBinding"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1027,6 +1093,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.RoleList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1060,6 +1129,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.Role"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1120,6 +1192,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1162,6 +1237,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.Role"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1195,6 +1273,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.Role"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1228,6 +1309,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1263,6 +1347,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.Role"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1313,6 +1400,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.RoleBindingList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1382,6 +1472,9 @@
"schema": {
"$ref": "#/definitions/v1alpha1.RoleList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1452,6 +1545,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1522,6 +1618,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1600,6 +1699,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1670,6 +1772,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1748,6 +1853,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1826,6 +1934,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1912,6 +2023,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -1990,6 +2104,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -2076,6 +2193,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -2146,6 +2266,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -2756,5 +2879,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

View File

@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIResourceList"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -53,6 +56,9 @@
"schema": {
"$ref": "#/definitions/v1beta1.TokenReview"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -307,5 +313,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

View File

@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIResourceList"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -53,6 +56,9 @@
"schema": {
"$ref": "#/definitions/v1beta1.LocalSubjectAccessReview"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -103,6 +109,9 @@
"schema": {
"$ref": "#/definitions/v1beta1.SelfSubjectAccessReview"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -145,6 +154,9 @@
"schema": {
"$ref": "#/definitions/v1beta1.SubjectAccessReview"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -494,5 +506,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -28,6 +28,9 @@
"schema": {
"$ref": "#/definitions/unversioned.APIResourceList"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -90,6 +93,9 @@
"schema": {
"$ref": "#/definitions/v1beta1.StorageClassList"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -123,6 +129,9 @@
"schema": {
"$ref": "#/definitions/v1beta1.StorageClass"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -183,6 +192,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -233,6 +245,9 @@
"schema": {
"$ref": "#/definitions/v1beta1.StorageClass"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -266,6 +281,9 @@
"schema": {
"$ref": "#/definitions/v1beta1.StorageClass"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -299,6 +317,9 @@
"schema": {
"$ref": "#/definitions/unversioned.Status"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -334,6 +355,9 @@
"schema": {
"$ref": "#/definitions/v1beta1.StorageClass"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -377,6 +401,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -447,6 +474,9 @@
"schema": {
"$ref": "#/definitions/versioned.Event"
}
},
"401": {
"description": "Unauthorized"
}
}
},
@ -851,5 +881,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

View File

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

View File

@ -24,6 +24,9 @@
"schema": {
"$ref": "#/definitions/version.Info"
}
},
"401": {
"description": "Unauthorized"
}
}
}
@ -73,5 +76,18 @@
}
}
}
}
},
"securityDefinitions": {
"BearerToken": {
"description": "Bearer Token authentication",
"type": "apiKey",
"name": "authorization",
"in": "header"
}
},
"security": [
{
"BearerToken": []
}
]
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}