Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
b73ce8e4
Commit
b73ce8e4
authored
Jul 25, 2017
by
Di Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add empty lines to separate unimplemented elements
parent
744455c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
types.go
pkg/api/types.go
+2
-0
types.go
staging/src/k8s.io/api/core/v1/types.go
+2
-0
No files found.
pkg/api/types.go
View file @
b73ce8e4
...
@@ -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
...
...
staging/src/k8s.io/api/core/v1/types.go
View file @
b73ce8e4
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment