Skip to content

Commit 2059816

Browse files
fix: removing unused fields
1 parent 9745204 commit 2059816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- jsonPath: .status.status
2424
name: Status
2525
type: string
26-
- jsonPath: .spec.podNetworks
26+
- jsonPath: .spec.podNetworkConfigs[*].podNetwork
2727
name: PodNetworks
2828
priority: 1
2929
type: string

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
name: SubnetGUID
3838
priority: 1
3939
type: string
40-
- jsonPath: .spec.subnetGUID
40+
- jsonPath: .spec.deviceType
4141
name: DeviceType
4242
priority: 1
4343
type: string

0 commit comments

Comments
 (0)