Versions in this module Expand all Collapse all v0 v0.2.0 Feb 21, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type ContainerResourcesDetail struct + DeviceInfo []*jsonstruct.GpuInfo + Name string + func (in *ContainerResourcesDetail) DeepCopy() *ContainerResourcesDetail + func (in *ContainerResourcesDetail) DeepCopyInto(out *ContainerResourcesDetail) + type GpuPod struct + Spec GpuPodSpec + Status GpuPodStatus + func (in *GpuPod) DeepCopy() *GpuPod + func (in *GpuPod) DeepCopyInto(out *GpuPod) + func (in *GpuPod) DeepCopyObject() runtime.Object + type GpuPodList struct + Items []GpuPod + func (in *GpuPodList) DeepCopy() *GpuPodList + func (in *GpuPodList) DeepCopyInto(out *GpuPodList) + func (in *GpuPodList) DeepCopyObject() runtime.Object + type GpuPodSpec struct + ContainerDevices []ContainerResourcesDetail + Name string + Namespace string + NodeName string + func (in *GpuPodSpec) DeepCopy() *GpuPodSpec + func (in *GpuPodSpec) DeepCopyInto(out *GpuPodSpec) + type GpuPodStatus struct + LastChangedTime string + func (in *GpuPodStatus) DeepCopy() *GpuPodStatus + func (in *GpuPodStatus) DeepCopyInto(out *GpuPodStatus)