
pkg/service: There were a couple of references here just as a reminder to change the behavior of findPort. As of v1beta3, TargetPort was always defaulted, so we could remove findDefaultPort and related tests. pkg/apiserver: The tests were using versioned API codecs for some of their encoding tests. Necessary API types had to be written and registered with the fake versioned codecs. pkg/kubectl: Some tests were converted to current versions where it made sense.
28 lines
529 B
JSON
28 lines
529 B
JSON
{
|
|
"swaggerVersion": "1.2",
|
|
"apiVersion": "",
|
|
"basePath": "https://127.0.0.1:6443",
|
|
"resourcePath": "/api",
|
|
"apis": [
|
|
{
|
|
"path": "/api",
|
|
"description": "get available API versions",
|
|
"operations": [
|
|
{
|
|
"type": "void",
|
|
"method": "GET",
|
|
"summary": "get available API versions",
|
|
"nickname": "getAPIVersions",
|
|
"parameters": [],
|
|
"produces": [
|
|
"application/json"
|
|
],
|
|
"consumes": [
|
|
"application/json"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"models": {}
|
|
} |