mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Update generated proto and swagger docs
This commit is contained in:
parent
702f55e61d
commit
8153267ea8
@ -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";
|
|||||||
// +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";
|
|||||||
//
|
//
|
||||||
// +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 {
|
|||||||
//
|
//
|
||||||
// +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 {
|
|||||||
//
|
//
|
||||||
// +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";
|
|||||||
//
|
//
|
||||||
// +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";
|
|||||||
// 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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user