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
fdd502c2
Commit
fdd502c2
authored
Oct 22, 2018
by
Daniel Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generated files
parent
5dc3b8e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
swagger.json
api/openapi-spec/swagger.json
+5
-0
generated.proto
staging/src/k8s.io/api/core/v1/generated.proto
+3
-0
No files found.
api/openapi-spec/swagger.json
View file @
fdd502c2
...
...
@@ -83373,6 +83373,11 @@
"items"
:
{
"$ref"
:
"#/definitions/io.k8s.api.core.v1.ContainerPort"
},
"x-kubernetes-list-map-keys"
:
[
"containerPort"
,
"protocol"
],
"x-kubernetes-list-type"
:
"map"
,
"x-kubernetes-patch-merge-key"
:
"containerPort"
,
"x-kubernetes-patch-strategy"
:
"merge"
},
staging/src/k8s.io/api/core/v1/generated.proto
View file @
fdd502c2
...
...
@@ -606,6 +606,9 @@ message Container {
// +optional
// +patchMergeKey=containerPort
// +patchStrategy=merge
// +listType=map
// +listMapKey=containerPort
// +listMapKey=protocol
repeated
ContainerPort
ports
=
6
;
// List of sources to populate environment variables in the container.
...
...
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