Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Hang Yan <[email protected]>
  • Loading branch information
hangyan committed Apr 23, 2024
1 parent ddfe4fb commit 78d6212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ These are the CRDs currently available in `crd.antrea.io`.
| `Group` | v1alpha3 | v1.8.0 | v1.13.0 | N/A |
| `Group` | v1beta1 | v1.13.0 | N/A | N/A |
| `NetworkPolicy` | v1beta1 | v1.13.0 | N/A | N/A |
| `PacketCapture` | v1alpha1 | v2.0 | N/A | N/A |
| `SupportBundleCollection` | v1alpha1 | v1.10.0 | N/A | N/A |
| `Tier` | v1beta1 | v1.13.0 | N/A | N/A |
| `Traceflow` | v1beta1 | v1.13.0 | N/A | N/A |
| `TrafficControl` | v1alpha2 | v1.7.0 | N/A | N/A |
| `PacketCapture` | v1alpha1 | v2.0 | N/A | N/A |


### Other API groups

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const (
// reason for timeout
captureTimeoutReason = "PacketCapture timeout"
defaultTimeoutDuration = time.Second * time.Duration(crdv1alpha1.DefaultPacketCaptureTimeout)
timeoutCheckInterval = 10 * time.Second

captureStatusUpdatePeriod = 10 * time.Second

Expand All @@ -87,8 +88,6 @@ const (
)

var (
timeoutCheckInterval = 10 * time.Second

packetDirectory = getPacketDirectory()
defaultFS = afero.NewOsFs()
)
Expand Down

0 comments on commit 78d6212

Please sign in to comment.