NetworkInterface

Field Type Description
apiVersion string aws.kubeform.com/v1alpha1
kind string NetworkInterface
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec NetworkInterfaceSpec
status NetworkInterfaceStatus

NetworkInterfaceSpec

(Appears on:NetworkInterface, NetworkInterfaceStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
attachment []NetworkInterfaceSpecAttachment (Optional)
description string (Optional)
privateDNSName string (Optional)
privateIP string (Optional)
privateIPS []string (Optional)
privateIPSCount int (Optional)
securityGroups []string (Optional)
sourceDestCheck bool (Optional)
subnetID string
tags map[string]string (Optional)

NetworkInterfaceSpecAttachment

(Appears on:NetworkInterfaceSpec)
Field Type Description
attachmentID string (Optional)
deviceIndex int
instance string

NetworkInterfaceStatus

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