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
- type LifecycleHandler
- 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) UnpauseHandler(request *restful.Request, response *restful.Response)
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) *ConsoleHandler
func (*ConsoleHandler) SerialHandler ¶ added in v0.20.0
func (t *ConsoleHandler) SerialHandler(request *restful.Request, response *restful.Response)
func (*ConsoleHandler) VNCHandler ¶ added in v0.20.0
func (t *ConsoleHandler) VNCHandler(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(vmiInformer cache.SharedIndexInformer, virtShareDir string) *LifecycleHandler
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) UnpauseHandler ¶ added in v0.24.0
func (lh *LifecycleHandler) UnpauseHandler(request *restful.Request, response *restful.Response)
Click to show internal directories.
Click to hide internal directories.