Commit 8153267e authored by mbohlool's avatar mbohlool

Update generated proto and swagger docs

parent 702f55e6
...@@ -16,7 +16,16 @@ ...@@ -16,7 +16,16 @@
"type": "void", "type": "void",
"method": "GET", "method": "GET",
"nickname": "logFileHandler", "nickname": "logFileHandler",
"parameters": [] "parameters": [
{
"type": "string",
"paramType": "path",
"name": "logpath",
"description": "path to the log",
"required": true,
"allowMultiple": false
}
]
} }
] ]
}, },
......
...@@ -87,6 +87,7 @@ option go_package = "resource"; ...@@ -87,6 +87,7 @@ option go_package = "resource";
// +protobuf.embed=string // +protobuf.embed=string
// +protobuf.options.marshal=false // +protobuf.options.marshal=false
// +protobuf.options.(gogoproto.goproto_stringer)=false // +protobuf.options.(gogoproto.goproto_stringer)=false
// +k8s:openapi-gen=true
message Quantity { message Quantity {
optional string string = 1; optional string string = 1;
} }
......
...@@ -71,6 +71,7 @@ option go_package = "runtime"; ...@@ -71,6 +71,7 @@ option go_package = "runtime";
// //
// +k8s:deepcopy-gen=true // +k8s:deepcopy-gen=true
// +protobuf=true // +protobuf=true
// +k8s:openapi-gen=true
message RawExtension { message RawExtension {
// Raw is the underlying serialization of this object. // Raw is the underlying serialization of this object.
// //
...@@ -91,6 +92,7 @@ message RawExtension { ...@@ -91,6 +92,7 @@ message RawExtension {
// //
// +k8s:deepcopy-gen=true // +k8s:deepcopy-gen=true
// +protobuf=true // +protobuf=true
// +k8s:openapi-gen=true
message TypeMeta { message TypeMeta {
optional string apiVersion = 1; optional string apiVersion = 1;
...@@ -105,6 +107,7 @@ message TypeMeta { ...@@ -105,6 +107,7 @@ message TypeMeta {
// //
// +k8s:deepcopy-gen=true // +k8s:deepcopy-gen=true
// +protobuf=true // +protobuf=true
// +k8s:openapi-gen=true
message Unknown { message Unknown {
optional TypeMeta typeMeta = 1; optional TypeMeta typeMeta = 1;
......
...@@ -32,6 +32,7 @@ option go_package = "intstr"; ...@@ -32,6 +32,7 @@ option go_package = "intstr";
// //
// +protobuf=true // +protobuf=true
// +protobuf.options.(gogoproto.goproto_stringer)=false // +protobuf.options.(gogoproto.goproto_stringer)=false
// +k8s:openapi-gen=true
message IntOrString { message IntOrString {
optional int64 type = 1; optional int64 type = 1;
......
...@@ -30,6 +30,7 @@ option go_package = "versioned"; ...@@ -30,6 +30,7 @@ option go_package = "versioned";
// Event represents a single event to a watched resource. // Event represents a single event to a watched resource.
// //
// +protobuf=true // +protobuf=true
// +k8s:openapi-gen=true
message Event { message Event {
optional string type = 1; optional string type = 1;
......
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