Commit b73ce8e4 authored by Di Xu's avatar Di Xu

add empty lines to separate unimplemented elements

parent 744455c6
...@@ -1944,6 +1944,7 @@ type PodAffinity struct { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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
......
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