Documentation ¶
Index ¶
- Constants
- func CloseIOAndCheckErr(c io.Closer, err *error)
- func IsGPUVMI(vmi *v1.VirtualMachineInstance) bool
- func IsHostDevVMI(vmi *v1.VirtualMachineInstance) bool
- func IsSRIOVVmi(vmi *v1.VirtualMachineInstance) bool
- func IsVFIOVMI(vmi *v1.VirtualMachineInstance) bool
- func IsVMIVirtiofsEnabled(vmi *v1.VirtualMachineInstance) bool
- func ResourceNameToEnvVar(prefix string, resourceName string) string
Constants ¶
View Source
const CPUManagerOS3Path = HostRootMount + "var/lib/origin/openshift.local.volumes/cpu_manager_state"
View Source
const CPUManagerPath = HostRootMount + "var/lib/kubelet/cpu_manager_state"
View Source
const ExtensionAPIServerAuthenticationConfigMap = "extension-apiserver-authentication"
View Source
const HostRootMount = "/proc/1/root/"
View Source
const KubeletPodsDir = "/var/lib/kubelet/pods"
View Source
const RequestHeaderClientCAFileKey = "requestheader-client-ca-file"
View Source
const VirtLibDir = "/var/lib/kubevirt"
View Source
const VirtPrivateDir = "/var/run/kubevirt-private"
Variables ¶
This section is empty.
Functions ¶
func CloseIOAndCheckErr ¶ added in v0.36.0
CloseIOAndCheckErr closes the file and check the returned error. If there was an error a log messages will be printed. If a valid address (not nil) is passed in err the function will also update the error Note: to update the error the calling funtion need to use named returned variable (If called as defer function)
func IsGPUVMI ¶ added in v0.22.0
func IsGPUVMI(vmi *v1.VirtualMachineInstance) bool
Check if a VMI spec requests GPU
func IsHostDevVMI ¶ added in v0.36.0
func IsHostDevVMI(vmi *v1.VirtualMachineInstance) bool
Check if a VMI spec requests a HostDevice
func IsSRIOVVmi ¶ added in v0.21.0
func IsSRIOVVmi(vmi *v1.VirtualMachineInstance) bool
func IsVFIOVMI ¶ added in v0.36.0
func IsVFIOVMI(vmi *v1.VirtualMachineInstance) bool
Check if a VMI spec requests a VFIO device
func IsVMIVirtiofsEnabled ¶ added in v0.34.0
func IsVMIVirtiofsEnabled(vmi *v1.VirtualMachineInstance) bool
Check if a VMI spec requests VirtIO-FS
func ResourceNameToEnvVar ¶ added in v0.36.0
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
net
|
|
grpc
* 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.
|
* 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. |
ip
* 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.
|
* 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. |
Click to show internal directories.
Click to hide internal directories.