Skip to content

Commit

Permalink
[YUNIKORN-1850] Remove unused field UID (#627)
Browse files Browse the repository at this point in the history
Closes: #627

Signed-off-by: Craig Condit <ccondit@apache.org>
  • Loading branch information
FrankYang0529 authored and craigcondit committed Jun 30, 2023
1 parent 4806d64 commit 1e34d5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/framework/helpers/k8s/pod_conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import (
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"

"github.com/apache/yunikorn-k8shim/pkg/common/constants"
"github.com/apache/yunikorn-k8shim/test/e2e/framework/configmanager"
Expand All @@ -41,7 +40,6 @@ type SleepPodConfig struct {
Mem int64
RequiredNode string
Optedout bool
UID types.UID
Labels map[string]string
}

Expand Down

0 comments on commit 1e34d5f

Please sign in to comment.