From b6f924d009ef7432134398b383bef43388e93da5 Mon Sep 17 00:00:00 2001 From: Ivan Shvedunov Date: Wed, 30 Nov 2016 13:27:49 +0300 Subject: [PATCH] Remove stray quote from API docs --- pkg/api/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index ba06fd4489f..caab276bede 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -2818,7 +2818,7 @@ type NodeSpec struct { // +optional ProviderID string `json:"providerID,omitempty" protobuf:"bytes,3,opt,name=providerID"` // Unschedulable controls node schedulability of new pods. By default, node is schedulable. - // More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration" + // More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration // +optional Unschedulable bool `json:"unschedulable,omitempty" protobuf:"varint,4,opt,name=unschedulable"` }