ComputeBackendService

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

ComputeBackendServiceSpec

(Appears on:ComputeBackendService, ComputeBackendServiceStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
secretRef Kubernetes core/v1.LocalObjectReference
backend []ComputeBackendServiceSpecBackend (Optional)
cdnPolicy []ComputeBackendServiceSpecCdnPolicy (Optional)
connectionDrainingTimeoutSec int (Optional)
customRequestHeaders []string (Optional) Deprecated
description string (Optional)
enableCdn bool (Optional)
fingerprint string (Optional)
healthChecks []string
iap []ComputeBackendServiceSpecIap (Optional)
name string
portName string (Optional)
project string (Optional)
protocol string (Optional)
securityPolicy string (Optional)
selfLink string (Optional)
sessionAffinity string (Optional)
timeoutSec int (Optional)

ComputeBackendServiceSpecBackend

(Appears on:ComputeBackendServiceSpec)
Field Type Description
balancingMode string (Optional)
capacityScaler encoding/json.Number (Optional)
description string (Optional)
group string (Optional)
maxConnections int (Optional)
maxConnectionsPerInstance int (Optional)
maxRate int (Optional)
maxRatePerInstance encoding/json.Number (Optional)
maxUtilization encoding/json.Number (Optional)

ComputeBackendServiceSpecCdnPolicy

(Appears on:ComputeBackendServiceSpec)
Field Type Description
cacheKeyPolicy []ComputeBackendServiceSpecCdnPolicyCacheKeyPolicy (Optional)

ComputeBackendServiceSpecCdnPolicyCacheKeyPolicy

(Appears on:ComputeBackendServiceSpecCdnPolicy)
Field Type Description
includeHost bool (Optional)
includeProtocol bool (Optional)
includeQueryString bool (Optional)
queryStringBlacklist []string (Optional)
queryStringWhitelist []string (Optional)

ComputeBackendServiceSpecIap

(Appears on:ComputeBackendServiceSpec)
Field Type Description
oauth2ClientID string

ComputeBackendServiceStatus

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

Sensitive Values

Name Type Description
iap.<index>.oauth2_client_secret string