mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Use a valid address for swagger
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"swaggerVersion": "1.2",
|
||||
"apiVersion": "",
|
||||
"basePath": "https://127.0.0.1:6443",
|
||||
"basePath": "https://10.10.10.10:6443",
|
||||
"resourcePath": "/api",
|
||||
"apis": [
|
||||
{
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"swaggerVersion": "1.2",
|
||||
"apiVersion": "v1",
|
||||
"basePath": "https://127.0.0.1:6443",
|
||||
"basePath": "https://10.10.10.10:6443",
|
||||
"resourcePath": "/api/v1",
|
||||
"apis": [
|
||||
{
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"swaggerVersion": "1.2",
|
||||
"apiVersion": "",
|
||||
"basePath": "https://127.0.0.1:6443",
|
||||
"basePath": "https://10.10.10.10:6443",
|
||||
"resourcePath": "/version",
|
||||
"apis": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user