mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Remove stray quote from API docs
This commit is contained in:
parent
3c618a8167
commit
b6f924d009
@ -2818,7 +2818,7 @@ type NodeSpec struct {
|
|||||||
// +optional
|
// +optional
|
||||||
ProviderID string `json:"providerID,omitempty" protobuf:"bytes,3,opt,name=providerID"`
|
ProviderID string `json:"providerID,omitempty" protobuf:"bytes,3,opt,name=providerID"`
|
||||||
// Unschedulable controls node schedulability of new pods. By default, node is schedulable.
|
// 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
|
// +optional
|
||||||
Unschedulable bool `json:"unschedulable,omitempty" protobuf:"varint,4,opt,name=unschedulable"`
|
Unschedulable bool `json:"unschedulable,omitempty" protobuf:"varint,4,opt,name=unschedulable"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user