ComputeFirewall

Field Type Description
apiVersion string google.kubeform.com/v1alpha1
kind string ComputeFirewall
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec ComputeFirewallSpec
status ComputeFirewallStatus

ComputeFirewallSpec

(Appears on:ComputeFirewall, ComputeFirewallStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
allow []ComputeFirewallSpecAllow (Optional)
creationTimestamp string (Optional)
deny []ComputeFirewallSpecDeny (Optional)
description string (Optional)
destinationRanges []string (Optional)
direction string (Optional)
disabled bool (Optional)
enableLogging bool (Optional) Deprecated
name string
network string
priority int (Optional)
project string (Optional)
selfLink string (Optional)
sourceRanges []string (Optional)
sourceServiceAccounts []string (Optional)
sourceTags []string (Optional)
targetServiceAccounts []string (Optional)
targetTags []string (Optional)

ComputeFirewallSpecAllow

(Appears on:ComputeFirewallSpec)
Field Type Description
ports []string (Optional)
protocol string

ComputeFirewallSpecDeny

(Appears on:ComputeFirewallSpec)
Field Type Description
ports []string (Optional)
protocol string

ComputeFirewallStatus

(Appears on:ComputeFirewall)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output ComputeFirewallSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)