ComputeSubnetwork

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

ComputeSubnetworkSpec

(Appears on:ComputeSubnetwork, ComputeSubnetworkStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
creationTimestamp string (Optional)
description string (Optional)
enableFlowLogs bool (Optional)
fingerprint string (Optional)
gatewayAddress string (Optional)
ipCIDRRange string
name string
network string
privateIPGoogleAccess bool (Optional)
project string (Optional)
region string (Optional)
secondaryIPRange []ComputeSubnetworkSpecSecondaryIPRange (Optional)
selfLink string (Optional)

ComputeSubnetworkSpecSecondaryIPRange

(Appears on:ComputeSubnetworkSpec)
Field Type Description
ipCIDRRange string
rangeName string

ComputeSubnetworkStatus

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