Skip to content

Commit 405f148

Browse files
Adding crd changes
1 parent 491e032 commit 405f148

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

crd/multitenancy/manifests/multitenancy.acn.azure.com_multitenantpodnetworkconfigs.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ spec:
7070
podNetworkInstance:
7171
description: name of PNI object from requesting cx pod
7272
type: string
73+
podUID:
74+
description: PodUID is the uid of the pod
75+
type: string
7376
required:
7477
- podNetwork
7578
type: object
@@ -138,12 +141,6 @@ spec:
138141
nodeName:
139142
description: NodeName is the name of the node where the pod is scheduled
140143
type: string
141-
podName:
142-
description: PodName is the name of the pod
143-
type: string
144-
podUID:
145-
description: PodUID is the uid of the pod
146-
type: string
147144
primaryIP:
148145
description: Deprecated - use InterfaceInfos
149146
type: string

0 commit comments

Comments
 (0)