mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
remvoe redundant words in Type Taint
This commit is contained in:
parent
a2db3d2fd7
commit
f557ba1b09
@ -2073,8 +2073,8 @@ type PreferredSchedulingTerm struct {
|
|||||||
Preference NodeSelectorTerm
|
Preference NodeSelectorTerm
|
||||||
}
|
}
|
||||||
|
|
||||||
// The node this Taint is attached to has the effect "effect" on
|
// The node this Taint is attached to has the "effect" on
|
||||||
// any pod that that does not tolerate the Taint.
|
// any pod that does not tolerate the Taint.
|
||||||
type Taint struct {
|
type Taint struct {
|
||||||
// Required. The taint key to be applied to a node.
|
// Required. The taint key to be applied to a node.
|
||||||
Key string
|
Key string
|
||||||
|
@ -2291,8 +2291,8 @@ type PreferredSchedulingTerm struct {
|
|||||||
Preference NodeSelectorTerm `json:"preference" protobuf:"bytes,2,opt,name=preference"`
|
Preference NodeSelectorTerm `json:"preference" protobuf:"bytes,2,opt,name=preference"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// The node this Taint is attached to has the effect "effect" on
|
// The node this Taint is attached to has the "effect" on
|
||||||
// any pod that that does not tolerate the Taint.
|
// any pod that does not tolerate the Taint.
|
||||||
type Taint struct {
|
type Taint struct {
|
||||||
// Required. The taint key to be applied to a node.
|
// Required. The taint key to be applied to a node.
|
||||||
// +patchMergeKey=key
|
// +patchMergeKey=key
|
||||||
|
Loading…
Reference in New Issue
Block a user