mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Add support for policy auto-creation
This commit is contained in:
@@ -55,8 +55,16 @@ spec:
|
||||
x-kubernetes-validations:
|
||||
- message: Value is immutable
|
||||
rule: self == oldSelf
|
||||
policyFriendlyName:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
policyName:
|
||||
type: string
|
||||
policySourceGroups:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
tcpPorts:
|
||||
items:
|
||||
format: int32
|
||||
@@ -116,8 +124,20 @@ spec:
|
||||
type: array
|
||||
networkResourceID:
|
||||
type: string
|
||||
policyFriendlyName:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
policyName:
|
||||
type: string
|
||||
policyNameMapping:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
policySourceGroups:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
tcpPorts:
|
||||
items:
|
||||
format: int32
|
||||
|
||||
Reference in New Issue
Block a user