RouteTable

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string RouteTable
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec RouteTableSpec
status RouteTableStatus

RouteTableSpec

(Appears on:RouteTable, RouteTableStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
disableBGPRoutePropagation bool (Optional)
location string
name string
resourceGroupName string
route []RouteTableSpecRoute (Optional)
subnets []string (Optional)
tags map[string]string (Optional)

RouteTableSpecRoute

(Appears on:RouteTableSpec)
Field Type Description
addressPrefix string
name string
nextHopInIPAddress string (Optional)
nextHopType string

RouteTableStatus

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