Skip to content

Commit

Permalink
Create manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Dec 18, 2023
1 parent 3b80ac4 commit 4fd5ff5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/crds/firewall.metal-stack.io_firewalldeployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ spec:
spec:
description: Spec contains the firewall specification.
properties:
allowedExternalNetworks:
description: AllowedExternalNetworks defines which networks
are allowed to connect to, and allow incoming traffic from.
By default, defined by an empty slice, all external networks
are allowed. The node network is always allowed.
items:
type: string
type: array
controllerURL:
description: ControllerURL points to the downloadable binary
artifact of the firewall controller.
Expand Down
8 changes: 8 additions & 0 deletions config/crds/firewall.metal-stack.io_firewalls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ spec:
spec:
description: Spec contains the firewall specification.
properties:
allowedExternalNetworks:
description: AllowedExternalNetworks defines which networks are allowed
to connect to, and allow incoming traffic from. By default, defined
by an empty slice, all external networks are allowed. The node network
is always allowed.
items:
type: string
type: array
controllerURL:
description: ControllerURL points to the downloadable binary artifact
of the firewall controller.
Expand Down
8 changes: 8 additions & 0 deletions config/crds/firewall.metal-stack.io_firewallsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ spec:
spec:
description: Spec contains the firewall specification.
properties:
allowedExternalNetworks:
description: AllowedExternalNetworks defines which networks
are allowed to connect to, and allow incoming traffic from.
By default, defined by an empty slice, all external networks
are allowed. The node network is always allowed.
items:
type: string
type: array
controllerURL:
description: ControllerURL points to the downloadable binary
artifact of the firewall controller.
Expand Down

0 comments on commit 4fd5ff5

Please sign in to comment.