1 // +k8s:deepcopy-gen=package 2 // +k8s:openapi-gen=true 3 // +k8s:defaulter-gen=TypeMeta 4 5 // +groupName=kubevirt.io 6 // +versionName=v1 7 8 // Package v1 is the v1 version of the API. 9 package v1 10
View as plain text