Update generated proto and swagger docs

This commit is contained in:
mbohlool 2016-08-25 23:13:56 -07:00
parent 702f55e61d
commit 8153267ea8
5 changed files with 16 additions and 1 deletions

View File

@ -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
}
]
}
]
},

View File

@ -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;
}

View File

@ -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;

View File

@ -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;

View File

@ -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;