add empty lines to separate unimplemented elements
This commit is contained in:
@@ -1944,6 +1944,7 @@ type PodAffinity struct {
|
|||||||
// podAffinityTerm are intersected, i.e. all terms must be satisfied.
|
// podAffinityTerm are intersected, i.e. all terms must be satisfied.
|
||||||
// +optional
|
// +optional
|
||||||
// RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm
|
// RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm
|
||||||
|
|
||||||
// If the affinity requirements specified by this field are not met at
|
// If the affinity requirements specified by this field are not met at
|
||||||
// scheduling time, the pod will not be scheduled onto the node.
|
// scheduling time, the pod will not be scheduled onto the node.
|
||||||
// If the affinity requirements specified by this field cease to be met
|
// If the affinity requirements specified by this field cease to be met
|
||||||
@@ -1978,6 +1979,7 @@ type PodAntiAffinity struct {
|
|||||||
// podAffinityTerm are intersected, i.e. all terms must be satisfied.
|
// podAffinityTerm are intersected, i.e. all terms must be satisfied.
|
||||||
// +optional
|
// +optional
|
||||||
// RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm
|
// RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm
|
||||||
|
|
||||||
// If the anti-affinity requirements specified by this field are not met at
|
// If the anti-affinity requirements specified by this field are not met at
|
||||||
// scheduling time, the pod will not be scheduled onto the node.
|
// scheduling time, the pod will not be scheduled onto the node.
|
||||||
// If the anti-affinity requirements specified by this field cease to be met
|
// If the anti-affinity requirements specified by this field cease to be met
|
||||||
|
@@ -2162,6 +2162,7 @@ type PodAffinity struct {
|
|||||||
// podAffinityTerm are intersected, i.e. all terms must be satisfied.
|
// podAffinityTerm are intersected, i.e. all terms must be satisfied.
|
||||||
// +optional
|
// +optional
|
||||||
// RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:"requiredDuringSchedulingRequiredDuringExecution,omitempty"`
|
// RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:"requiredDuringSchedulingRequiredDuringExecution,omitempty"`
|
||||||
|
|
||||||
// If the affinity requirements specified by this field are not met at
|
// If the affinity requirements specified by this field are not met at
|
||||||
// scheduling time, the pod will not be scheduled onto the node.
|
// scheduling time, the pod will not be scheduled onto the node.
|
||||||
// If the affinity requirements specified by this field cease to be met
|
// If the affinity requirements specified by this field cease to be met
|
||||||
@@ -2196,6 +2197,7 @@ type PodAntiAffinity struct {
|
|||||||
// podAffinityTerm are intersected, i.e. all terms must be satisfied.
|
// podAffinityTerm are intersected, i.e. all terms must be satisfied.
|
||||||
// +optional
|
// +optional
|
||||||
// RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:"requiredDuringSchedulingRequiredDuringExecution,omitempty"`
|
// RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:"requiredDuringSchedulingRequiredDuringExecution,omitempty"`
|
||||||
|
|
||||||
// If the anti-affinity requirements specified by this field are not met at
|
// If the anti-affinity requirements specified by this field are not met at
|
||||||
// scheduling time, the pod will not be scheduled onto the node.
|
// scheduling time, the pod will not be scheduled onto the node.
|
||||||
// If the anti-affinity requirements specified by this field cease to be met
|
// If the anti-affinity requirements specified by this field cease to be met
|
||||||
|
Reference in New Issue
Block a user