Skip to content

Commit

Permalink
remove nullable notion
Browse files Browse the repository at this point in the history
Signed-off-by: Hang Yan <yhang@vmware.com>
  • Loading branch information
hangyan committed Oct 11, 2024
1 parent e6e4ca2 commit d27c417
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/charts/antrea/crds/packetcapture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ spec:
properties:
source:
type: object
nullable: true
oneOf:
- required:
- pod
Expand All @@ -82,7 +81,6 @@ spec:
- format: ipv6
destination:
type: object
nullable: true
oneOf:
- required:
- pod
Expand Down Expand Up @@ -121,7 +119,6 @@ spec:
x-kubernetes-int-or-string: true
transportHeader:
type: object
nullable: true
oneOf:
- required:
- tcp
Expand Down

0 comments on commit d27c417

Please sign in to comment.