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 491e032 commit 405f148Copy full SHA for 405f148
crd/multitenancy/manifests/multitenancy.acn.azure.com_multitenantpodnetworkconfigs.yaml
@@ -70,6 +70,9 @@ spec:
70
podNetworkInstance:
71
description: name of PNI object from requesting cx pod
72
type: string
73
+ podUID:
74
+ description: PodUID is the uid of the pod
75
+ type: string
76
required:
77
- podNetwork
78
type: object
@@ -138,12 +141,6 @@ spec:
138
141
nodeName:
139
142
description: NodeName is the name of the node where the pod is scheduled
140
143
- podName:
- description: PodName is the name of the pod
- type: string
144
- podUID:
145
- description: PodUID is the uid of the pod
146
147
primaryIP:
148
description: Deprecated - use InterfaceInfos
149
0 commit comments