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
8153267e
Commit
8153267e
authored
Aug 25, 2016
by
mbohlool
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update generated proto and swagger docs
parent
702f55e6
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
1 deletion
+16
-1
logs.json
api/swagger-spec/logs.json
+10
-1
generated.proto
pkg/api/resource/generated.proto
+1
-0
generated.proto
pkg/runtime/generated.proto
+3
-0
generated.proto
pkg/util/intstr/generated.proto
+1
-0
generated.proto
pkg/watch/versioned/generated.proto
+1
-0
No files found.
api/swagger-spec/logs.json
View file @
8153267e
...
...
@@ -16,7 +16,16 @@
"type"
:
"void"
,
"method"
:
"GET"
,
"nickname"
:
"logFileHandler"
,
"parameters"
:
[]
"parameters"
:
[
{
"type"
:
"string"
,
"paramType"
:
"path"
,
"name"
:
"logpath"
,
"description"
:
"path to the log"
,
"required"
:
true
,
"allowMultiple"
:
false
}
]
}
]
},
...
...
pkg/api/resource/generated.proto
View file @
8153267e
...
...
@@ -87,6 +87,7 @@ option go_package = "resource";
// +protobuf.embed=string
// +protobuf.options.marshal=false
// +protobuf.options.(gogoproto.goproto_stringer)=false
// +k8s:openapi-gen=true
message
Quantity
{
optional
string
string
=
1
;
}
...
...
pkg/runtime/generated.proto
View file @
8153267e
...
...
@@ -71,6 +71,7 @@ option go_package = "runtime";
//
// +k8s:deepcopy-gen=true
// +protobuf=true
// +k8s:openapi-gen=true
message
RawExtension
{
// Raw is the underlying serialization of this object.
//
...
...
@@ -91,6 +92,7 @@ message RawExtension {
//
// +k8s:deepcopy-gen=true
// +protobuf=true
// +k8s:openapi-gen=true
message
TypeMeta
{
optional
string
apiVersion
=
1
;
...
...
@@ -105,6 +107,7 @@ message TypeMeta {
//
// +k8s:deepcopy-gen=true
// +protobuf=true
// +k8s:openapi-gen=true
message
Unknown
{
optional
TypeMeta
typeMeta
=
1
;
...
...
pkg/util/intstr/generated.proto
View file @
8153267e
...
...
@@ -32,6 +32,7 @@ option go_package = "intstr";
//
// +protobuf=true
// +protobuf.options.(gogoproto.goproto_stringer)=false
// +k8s:openapi-gen=true
message
IntOrString
{
optional
int64
type
=
1
;
...
...
pkg/watch/versioned/generated.proto
View file @
8153267e
...
...
@@ -30,6 +30,7 @@ option go_package = "versioned";
// Event represents a single event to a watched resource.
//
// +protobuf=true
// +k8s:openapi-gen=true
message
Event
{
optional
string
type
=
1
;
...
...
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