Documentation ¶
Overview ¶
* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * Copyright 2019 Red Hat, Inc. *
Index ¶
- type ConsoleHandler
- func (t *ConsoleHandler) SerialHandler(request *restful.Request, response *restful.Response)
- func (t *ConsoleHandler) USBRedirHandler(request *restful.Request, response *restful.Response)
- func (t *ConsoleHandler) VNCHandler(request *restful.Request, response *restful.Response)
- func (t *ConsoleHandler) VSOCKHandler(request *restful.Request, response *restful.Response)
- type LifecycleHandler
- func (lh *LifecycleHandler) FreezeHandler(request *restful.Request, response *restful.Response)
- func (lh *LifecycleHandler) GetFilesystems(request *restful.Request, response *restful.Response)
- func (lh *LifecycleHandler) GetGuestInfo(request *restful.Request, response *restful.Response)
- func (lh *LifecycleHandler) GetUsers(request *restful.Request, response *restful.Response)
- func (lh *LifecycleHandler) PauseHandler(request *restful.Request, response *restful.Response)
- func (lh *LifecycleHandler) SoftRebootHandler(request *restful.Request, response *restful.Response)
- func (lh *LifecycleHandler) UnfreezeHandler(request *restful.Request, response *restful.Response)
- func (lh *LifecycleHandler) UnpauseHandler(request *restful.Request, response *restful.Response)
- type UsbredirHandlerVMI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsoleHandler ¶ added in v0.20.0
type ConsoleHandler struct {
// contains filtered or unexported fields
}
func NewConsoleHandler ¶ added in v0.20.0
func NewConsoleHandler(podIsolationDetector isolation.PodIsolationDetector, vmiInformer cache.SharedIndexInformer, certManager certificate.Manager) *ConsoleHandler
func (*ConsoleHandler) SerialHandler ¶ added in v0.20.0
func (t *ConsoleHandler) SerialHandler(request *restful.Request, response *restful.Response)
func (*ConsoleHandler) USBRedirHandler ¶ added in v0.44.1
func (t *ConsoleHandler) USBRedirHandler(request *restful.Request, response *restful.Response)
func (*ConsoleHandler) VNCHandler ¶ added in v0.20.0
func (t *ConsoleHandler) VNCHandler(request *restful.Request, response *restful.Response)
func (*ConsoleHandler) VSOCKHandler ¶ added in v0.59.0
func (t *ConsoleHandler) VSOCKHandler(request *restful.Request, response *restful.Response)
type LifecycleHandler ¶ added in v0.24.0
type LifecycleHandler struct {
// contains filtered or unexported fields
}
func NewLifecycleHandler ¶ added in v0.24.0
func NewLifecycleHandler(recorder record.EventRecorder, vmiInformer cache.SharedIndexInformer, virtShareDir string) *LifecycleHandler
func (*LifecycleHandler) FreezeHandler ¶ added in v0.44.1
func (lh *LifecycleHandler) FreezeHandler(request *restful.Request, response *restful.Response)
func (*LifecycleHandler) GetFilesystems ¶ added in v0.28.0
func (lh *LifecycleHandler) GetFilesystems(request *restful.Request, response *restful.Response)
func (*LifecycleHandler) GetGuestInfo ¶ added in v0.27.0
func (lh *LifecycleHandler) GetGuestInfo(request *restful.Request, response *restful.Response)
func (*LifecycleHandler) GetUsers ¶ added in v0.28.0
func (lh *LifecycleHandler) GetUsers(request *restful.Request, response *restful.Response)
func (*LifecycleHandler) PauseHandler ¶ added in v0.24.0
func (lh *LifecycleHandler) PauseHandler(request *restful.Request, response *restful.Response)
func (*LifecycleHandler) SoftRebootHandler ¶ added in v0.48.0
func (lh *LifecycleHandler) SoftRebootHandler(request *restful.Request, response *restful.Response)
func (*LifecycleHandler) UnfreezeHandler ¶ added in v0.44.1
func (lh *LifecycleHandler) UnfreezeHandler(request *restful.Request, response *restful.Response)
func (*LifecycleHandler) UnpauseHandler ¶ added in v0.24.0
func (lh *LifecycleHandler) UnpauseHandler(request *restful.Request, response *restful.Response)
type UsbredirHandlerVMI ¶ added in v0.44.1
type UsbredirHandlerVMI struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.