BigqueryTable

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

BigqueryTableSpec

(Appears on:BigqueryTable, BigqueryTableStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
creationTime int (Optional)
datasetID string
description string (Optional)
etag string (Optional)
expirationTime int (Optional)
friendlyName string (Optional)
labels map[string]string (Optional)
lastModifiedTime int (Optional)
location string (Optional)
numBytes int (Optional)
numLongTermBytes int (Optional)
numRows int (Optional)
project string (Optional)
schema string (Optional)
selfLink string (Optional)
tableID string
timePartitioning []BigqueryTableSpecTimePartitioning (Optional)
type string (Optional)
view []BigqueryTableSpecView (Optional)

BigqueryTableSpecTimePartitioning

(Appears on:BigqueryTableSpec)
Field Type Description
expirationMs int (Optional)
field string (Optional)
type string

BigqueryTableSpecView

(Appears on:BigqueryTableSpec)
Field Type Description
query string
useLegacySQL bool (Optional)

BigqueryTableStatus

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