Skip to content

Commit

Permalink
NVSHAS-9451: support separate network mode and Process and File mode …
Browse files Browse the repository at this point in the history
…in CRD (helm)
  • Loading branch information
wlin committed Sep 25, 2024
1 parent 630806a commit 0ebe0eb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
28 changes: 28 additions & 0 deletions charts/core/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ spec:
- basic
- zero-drift
type: string
mode:
enum:
- Discover
- Monitor
- Protect
type: string
type: object
target:
properties:
Expand Down Expand Up @@ -215,6 +221,14 @@ spec:
type: string
original_name:
type: string
mon_metric:
type: boolean
grp_sess_cur:
type: integer
grp_sess_rate:
type: integer
grp_band_width:
type: integer
required:
- name
type: object
Expand Down Expand Up @@ -448,6 +462,12 @@ spec:
- basic
- zero-drift
type: string
mode:
enum:
- Discover
- Monitor
- Protect
type: string
type: object
target:
properties:
Expand Down Expand Up @@ -481,6 +501,14 @@ spec:
type: string
original_name:
type: string
mon_metric:
type: boolean
grp_sess_cur:
type: integer
grp_sess_rate:
type: integer
grp_band_width:
type: integer
required:
- name
type: object
Expand Down
12 changes: 12 additions & 0 deletions charts/crd/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ spec:
- basic
- zero-drift
type: string
mode:
enum:
- Discover
- Monitor
- Protect
type: string
type: object
target:
properties:
Expand Down Expand Up @@ -455,6 +461,12 @@ spec:
- basic
- zero-drift
type: string
mode:
enum:
- Discover
- Monitor
- Protect
type: string
type: object
target:
properties:
Expand Down

0 comments on commit 0ebe0eb

Please sign in to comment.