Field | Type | Description |
---|---|---|
apiVersion |
string | digitalocean.kubeform.com/v1alpha1 |
kind |
string | Firewall |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
FirewallSpec | |
status |
FirewallStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
createdAt |
string | (Optional) |
dropletIDS |
[]int64 | (Optional) |
inboundRule |
[]FirewallSpecInboundRule | (Optional) |
name |
string | |
outboundRule |
[]FirewallSpecOutboundRule | (Optional) |
pendingChanges |
[]FirewallSpecPendingChanges | (Optional) |
status |
string | (Optional) |
tags |
[]string | (Optional) |
Field | Type | Description |
---|---|---|
portRange |
string | (Optional) |
protocol |
string | |
sourceAddresses |
[]string | (Optional) |
sourceDropletIDS |
[]int64 | (Optional) |
sourceLoadBalancerUids |
[]string | (Optional) |
sourceTags |
[]string | (Optional) |
Field | Type | Description |
---|---|---|
destinationAddresses |
[]string | (Optional) |
destinationDropletIDS |
[]int64 | (Optional) |
destinationLoadBalancerUids |
[]string | (Optional) |
destinationTags |
[]string | (Optional) |
portRange |
string | (Optional) |
protocol |
string |
Field | Type | Description |
---|---|---|
dropletID |
int | (Optional) |
removing |
bool | (Optional) |
status |
string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
FirewallSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |