mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
add v1 swagger-spec; update existing swagger-spec
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
"path": "/api/v1beta3",
|
||||
"description": "API at /api/v1beta3 version v1beta3"
|
||||
},
|
||||
{
|
||||
"path": "/api/v1",
|
||||
"description": "API at /api/v1 version v1"
|
||||
},
|
||||
{
|
||||
"path": "/api",
|
||||
"description": "get available API versions"
|
||||
@@ -19,4 +23,4 @@
|
||||
"title": "",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
12044
api/swagger-spec/v1.json
Normal file
12044
api/swagger-spec/v1.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -11685,10 +11685,6 @@
|
||||
"type": "any",
|
||||
"description": "label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template"
|
||||
},
|
||||
"templateRef": {
|
||||
"$ref": "v1beta3.ObjectReference",
|
||||
"description": "reference to an object that describes the pod that will be created if insufficient replicas are detected"
|
||||
},
|
||||
"template": {
|
||||
"$ref": "v1beta3.PodTemplateSpec",
|
||||
"description": "object that describes the pod that will be created if insufficient replicas are detected; takes precendence over templateRef"
|
||||
|
Reference in New Issue
Block a user