We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddb56b commit 43fb4d0Copy full SHA for 43fb4d0
crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go
@@ -5,6 +5,7 @@ package v1alpha1
5
6
import (
7
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
8
+ "k8s.io/apimachinery/pkg/types"
9
)
10
11
// Important: Run "make" to regenerate code after modifying this file
@@ -50,7 +51,7 @@ type MultitenantPodNetworkConfigSpec struct {
50
51
// +kubebuilder:validation:Optional
52
IBMACAddresses []string `json:"IBMACAddresses,omitempty"`
53
// PodUID is the UID of the pod
- PodUID string `json:"podUID,omitempty"`
54
+ PodUID types.UID `json:"podUID,omitempty"`
55
}
56
57
// +kubebuilder:validation:Enum=Unprogrammed;Programming;Programmed;Unprogramming;Failed
0 commit comments