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
9b05e264
Commit
9b05e264
authored
Aug 08, 2017
by
ymqytw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update generated files
parent
838c47ee
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
swagger.json
api/openapi-spec/swagger.json
+2
-1
swagger.json
federation/apis/openapi-spec/swagger.json
+2
-1
generated.proto
staging/src/k8s.io/api/core/v1/generated.proto
+1
-1
generated.proto
staging/src/k8s.io/api/extensions/v1beta1/generated.proto
+1
-0
No files found.
api/openapi-spec/swagger.json
View file @
9b05e264
...
@@ -60953,7 +60953,7 @@
...
@@ -60953,7 +60953,7 @@
"$ref"
:
"#/definitions/io.k8s.api.core.v1.Volume"
"$ref"
:
"#/definitions/io.k8s.api.core.v1.Volume"
},
},
"x-kubernetes-patch-merge-key"
:
"name"
,
"x-kubernetes-patch-merge-key"
:
"name"
,
"x-kubernetes-patch-strategy"
:
"merge"
"x-kubernetes-patch-strategy"
:
"merge
,retainKeys
"
}
}
}
}
},
},
...
@@ -62772,6 +62772,7 @@
...
@@ -62772,6 +62772,7 @@
},
},
"strategy"
:
{
"strategy"
:
{
"description"
:
"The deployment strategy to use to replace existing pods with new ones."
,
"description"
:
"The deployment strategy to use to replace existing pods with new ones."
,
"x-kubernetes-patch-strategy"
:
"retainKeys"
,
"$ref"
:
"#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStrategy"
"$ref"
:
"#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStrategy"
},
},
"template"
:
{
"template"
:
{
federation/apis/openapi-spec/swagger.json
View file @
9b05e264
...
@@ -11237,7 +11237,7 @@
...
@@ -11237,7 +11237,7 @@
"$ref"
:
"#/definitions/io.k8s.api.core.v1.Volume"
"$ref"
:
"#/definitions/io.k8s.api.core.v1.Volume"
},
},
"x-kubernetes-patch-merge-key"
:
"name"
,
"x-kubernetes-patch-merge-key"
:
"name"
,
"x-kubernetes-patch-strategy"
:
"merge"
"x-kubernetes-patch-strategy"
:
"merge
,retainKeys
"
}
}
}
}
},
},
...
@@ -12530,6 +12530,7 @@
...
@@ -12530,6 +12530,7 @@
},
},
"strategy"
:
{
"strategy"
:
{
"description"
:
"The deployment strategy to use to replace existing pods with new ones."
,
"description"
:
"The deployment strategy to use to replace existing pods with new ones."
,
"x-kubernetes-patch-strategy"
:
"retainKeys"
,
"$ref"
:
"#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStrategy"
"$ref"
:
"#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStrategy"
},
},
"template"
:
{
"template"
:
{
...
...
staging/src/k8s.io/api/core/v1/generated.proto
View file @
9b05e264
...
@@ -2714,7 +2714,7 @@ message PodSpec {
...
@@ -2714,7 +2714,7 @@ message PodSpec {
// More info: https://kubernetes.io/docs/concepts/storage/volumes
// More info: https://kubernetes.io/docs/concepts/storage/volumes
// +optional
// +optional
// +patchMergeKey=name
// +patchMergeKey=name
// +patchStrategy=merge
// +patchStrategy=merge
,retainKeys
repeated
Volume
volumes
=
1
;
repeated
Volume
volumes
=
1
;
// List of initialization containers belonging to the pod.
// List of initialization containers belonging to the pod.
...
...
staging/src/k8s.io/api/extensions/v1beta1/generated.proto
View file @
9b05e264
...
@@ -276,6 +276,7 @@ message DeploymentSpec {
...
@@ -276,6 +276,7 @@ message DeploymentSpec {
// The deployment strategy to use to replace existing pods with new ones.
// The deployment strategy to use to replace existing pods with new ones.
// +optional
// +optional
// +patchStrategy=retainKeys
optional
DeploymentStrategy
strategy
=
4
;
optional
DeploymentStrategy
strategy
=
4
;
// Minimum number of seconds for which a newly created pod should be ready
// Minimum number of seconds for which a newly created pod should be ready
...
...
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