1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-04 16:30:02 +00:00

update to k8s v1.21 and go 1.16

This commit is contained in:
Kinara Shah
2021-04-29 14:07:38 -07:00
parent 3c0f955343
commit 9d49d88aaa
2297 changed files with 311411 additions and 121408 deletions

View File

@@ -0,0 +1,19 @@
/*
* HCS API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: 2.1
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package hcsschema
type GuestConnection struct {
// Use Vsock rather than Hyper-V sockets to communicate with the guest service.
UseVsock bool `json:"UseVsock,omitempty"`
// Don't disconnect the guest connection when pausing the virtual machine.
UseConnectedSuspend bool `json:"UseConnectedSuspend,omitempty"`
}