Documentation ¶
Index ¶
Constants ¶
View Source
const CAP_NET_ADMIN = "NET_ADMIN"
View Source
const ImagePullPolicyKey = "dev.imagePullPolicy"
View Source
const KvmDevice = "devices.kubevirt.io/kvm"
View Source
const TunDevice = "devices.kubevirt.io/tun"
View Source
const UseEmulationKey = "debug.useEmulation"
Variables ¶
This section is empty.
Functions ¶
func GetImagePullPolicy ¶ added in v0.8.0
func GetImagePullPolicy(store cache.Store) (policy k8sv1.PullPolicy, err error)
Types ¶
type TemplateService ¶
type TemplateService interface {
RenderLaunchManifest(*v1.VirtualMachineInstance) (*k8sv1.Pod, error)
}
func NewTemplateService ¶
Click to show internal directories.
Click to hide internal directories.