Project

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

ProjectSpec

(Appears on:Project, ProjectStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
appEngine []ProjectSpecAppEngine (Optional) Deprecated
autoCreateNetwork bool (Optional)
billingAccount string (Optional)
folderID string (Optional)
labels map[string]string (Optional)
name string
number string (Optional)
orgID string (Optional)
projectID string
skipDelete bool (Optional)

ProjectSpecAppEngine

(Appears on:ProjectSpec)
Field Type Description
authDomain string (Optional)
codeBucket string (Optional)
defaultBucket string (Optional)
defaultHostname string (Optional)
featureSettings []ProjectSpecAppEngineFeatureSettings (Optional)
gcrDomain string (Optional)
locationID string (Optional)
name string (Optional)
servingStatus string (Optional)
urlDispatchRule []ProjectSpecAppEngineUrlDispatchRule (Optional)

ProjectSpecAppEngineFeatureSettings

(Appears on:ProjectSpecAppEngine)
Field Type Description
splitHealthChecks bool (Optional)

ProjectSpecAppEngineUrlDispatchRule

(Appears on:ProjectSpecAppEngine)
Field Type Description
domain string (Optional)
path string (Optional)
service string (Optional)

ProjectStatus

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