Generated files (update-federation-generated-swagger-docs.sh)

parent c4fd4789
...@@ -29,7 +29,7 @@ package v1beta1 ...@@ -29,7 +29,7 @@ package v1beta1
// AUTO-GENERATED FUNCTIONS START HERE // AUTO-GENERATED FUNCTIONS START HERE
var map_Cluster = map[string]string{ var map_Cluster = map[string]string{
"": "Information about a registered cluster in a federated kubernetes setup. Clusters are not namespaced and have unique names in the federation.", "": "Information about a registered cluster in a federated kubernetes setup. Clusters are not namespaced and have unique names in the federation.",
"metadata": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", "metadata": "Standard object's metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata",
"spec": "Spec defines the behavior of the Cluster.", "spec": "Spec defines the behavior of the Cluster.",
"status": "Status describes the current status of a Cluster", "status": "Status describes the current status of a Cluster",
} }
...@@ -54,7 +54,7 @@ func (ClusterCondition) SwaggerDoc() map[string]string { ...@@ -54,7 +54,7 @@ func (ClusterCondition) SwaggerDoc() map[string]string {
var map_ClusterList = map[string]string{ var map_ClusterList = map[string]string{
"": "A list of all the kubernetes clusters registered to the federation", "": "A list of all the kubernetes clusters registered to the federation",
"metadata": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds", "metadata": "Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds",
"items": "List of Cluster objects.", "items": "List of Cluster objects.",
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment