Field | Type | Description |
---|---|---|
apiVersion |
string | google.kubeform.com/v1alpha1 |
kind |
string | ComposerEnvironment |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
ComposerEnvironmentSpec | |
status |
ComposerEnvironmentStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
config |
[]ComposerEnvironmentSpecConfig | (Optional) |
labels |
map[string]string | (Optional) |
name |
string | |
project |
string | (Optional) |
region |
string | (Optional) |
Field | Type | Description |
---|---|---|
airflowURI |
string | (Optional) |
dagGcsPrefix |
string | (Optional) |
gkeCluster |
string | (Optional) |
nodeConfig |
[]ComposerEnvironmentSpecConfigNodeConfig | (Optional) |
nodeCount |
int | (Optional) |
softwareConfig |
[]ComposerEnvironmentSpecConfigSoftwareConfig | (Optional) |
Field | Type | Description |
---|---|---|
diskSizeGb |
int | (Optional) |
machineType |
string | (Optional) |
network |
string | (Optional) |
oauthScopes |
[]string | (Optional) |
serviceAccount |
string | (Optional) |
subnetwork |
string | (Optional) |
tags |
[]string | (Optional) |
zone |
string | (Optional) |
Field | Type | Description |
---|---|---|
airflowConfigOverrides |
map[string]string | (Optional) |
envVariables |
map[string]string | (Optional) |
imageVersion |
string | (Optional) |
pypiPackages |
map[string]string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
ComposerEnvironmentSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |