Field | Type | Description |
---|---|---|
apiVersion |
string | google.kubeform.com/v1alpha1 |
kind |
string | CloudfunctionsFunction |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
CloudfunctionsFunctionSpec | |
status |
CloudfunctionsFunctionStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
availableMemoryMb |
int | (Optional) |
description |
string | (Optional) |
entryPoint |
string | (Optional) |
environmentVariables |
map[string]string | (Optional) |
eventTrigger |
[]CloudfunctionsFunctionSpecEventTrigger | (Optional) |
httpsTriggerURL |
string | (Optional) |
labels |
map[string]string | (Optional) |
name |
string | |
project |
string | (Optional) |
region |
string | (Optional) |
retryOnFailure |
bool | (Optional) Deprecated |
runtime |
string | (Optional) |
sourceArchiveBucket |
string | |
sourceArchiveObject |
string | |
timeout |
int | (Optional) |
triggerBucket |
string | (Optional) Deprecated |
triggerHTTP |
bool | (Optional) |
triggerTopic |
string | (Optional) Deprecated |
Field | Type | Description |
---|---|---|
eventType |
string | |
failurePolicy |
[]CloudfunctionsFunctionSpecEventTriggerFailurePolicy | (Optional) |
resource |
string |
Field | Type | Description |
---|---|---|
retry |
bool |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
CloudfunctionsFunctionSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |