mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-03 06:43:53 +00:00
add import-alias for k8s.io/api/core/v1
This commit is contained in:
@@ -19,7 +19,7 @@ package workloads
|
||||
import (
|
||||
"time"
|
||||
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
v1 "k8s.io/api/core/v1"
|
||||
kubeletconfig "k8s.io/kubernetes/pkg/kubelet/apis/config"
|
||||
)
|
||||
|
||||
@@ -29,7 +29,7 @@ type NodePerfWorkload interface {
|
||||
// Name of the workload.
|
||||
Name() string
|
||||
// PodSpec used to run this workload.
|
||||
PodSpec() corev1.PodSpec
|
||||
PodSpec() v1.PodSpec
|
||||
// Timeout provides the expected time to completion
|
||||
// for this workload.
|
||||
Timeout() time.Duration
|
||||
|
||||
Reference in New Issue
Block a user