Rwname firewallrule to firewallpolicy
This commit is contained in:
@@ -147,7 +147,6 @@ spec:
|
||||
resources_managed:
|
||||
properties:
|
||||
ipv4_object:
|
||||
description: FirewallRuleSpec defines the desired state of FirewallRule.
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
@@ -155,7 +154,6 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
ipv6_object:
|
||||
description: FirewallRuleSpec defines the desired state of FirewallRule.
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
@@ -163,7 +161,6 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
tcp_ports_object:
|
||||
description: FirewallRuleSpec defines the desired state of FirewallRule.
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
@@ -171,7 +168,6 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
udp_ports_object:
|
||||
description: FirewallRuleSpec defines the desired state of FirewallRule.
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
|
||||
@@ -4,20 +4,20 @@ kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.17.2
|
||||
name: firewallrules.unifi.engen.priv.no
|
||||
name: firewallpolicies.unifi.engen.priv.no
|
||||
spec:
|
||||
group: unifi.engen.priv.no
|
||||
names:
|
||||
kind: FirewallRule
|
||||
listKind: FirewallRuleList
|
||||
plural: firewallrules
|
||||
singular: firewallrule
|
||||
kind: FirewallPolicy
|
||||
listKind: FirewallPolicyList
|
||||
plural: firewallpolicies
|
||||
singular: firewallpolicy
|
||||
scope: Namespaced
|
||||
versions:
|
||||
- name: v1beta1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: FirewallRule is the Schema for the firewallrules API.
|
||||
description: FirewallPolicy is the Schema for the firewallpolicies API.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: |-
|
||||
@@ -92,7 +92,7 @@ spec:
|
||||
- source
|
||||
type: object
|
||||
status:
|
||||
description: FirewallRuleStatus defines the observed state of FirewallRule.
|
||||
description: FirewallPolicyStatus defines the observed state of FirewallPolicy.
|
||||
properties:
|
||||
resources_managed:
|
||||
properties:
|
||||
@@ -105,7 +105,7 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
firewall_rules_managed:
|
||||
firewall_policies_managed:
|
||||
items:
|
||||
properties:
|
||||
from:
|
||||
@@ -59,7 +59,6 @@ spec:
|
||||
properties:
|
||||
firewall_zones_managed:
|
||||
items:
|
||||
description: FirewallRuleSpec defines the desired state of FirewallRule.
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
|
||||
@@ -97,7 +97,6 @@ spec:
|
||||
properties:
|
||||
networks_managed:
|
||||
items:
|
||||
description: FirewallRuleSpec defines the desired state of FirewallRule.
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
resources:
|
||||
- bases/unifi.engen.priv.no_networkconfigurations.yaml
|
||||
- bases/unifi.engen.priv.no_firewallzones.yaml
|
||||
- bases/unifi.engen.priv.no_firewallrules.yaml
|
||||
- bases/unifi.engen.priv.no_firewallpolicies.yaml
|
||||
# +kubebuilder:scaffold:crdkustomizeresource
|
||||
|
||||
patches:
|
||||
|
||||
Reference in New Issue
Block a user