Field | Type | Description |
---|---|---|
apiVersion | string | google.kubeform.com/v1alpha1 |
kind | string | MonitoringUptimeCheckConfig |
metadata | Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec | MonitoringUptimeCheckConfigSpec | |
status | MonitoringUptimeCheckConfigStatus |
Appears on:MonitoringUptimeCheckConfig, MonitoringUptimeCheckConfigStatus
Field | Type | Description |
---|---|---|
providerRef | Kubernetes core/v1.LocalObjectReference | |
id | string | |
secretRef | Kubernetes core/v1.LocalObjectReference | |
contentMatchers | []MonitoringUptimeCheckConfigSpecContentMatchers | (Optional) |
displayName | string | |
httpCheck | []MonitoringUptimeCheckConfigSpecHttpCheck | (Optional) |
internalCheckers | []MonitoringUptimeCheckConfigSpecInternalCheckers | (Optional) Deprecated |
isInternal | bool | (Optional) Deprecated |
monitoredResource | []MonitoringUptimeCheckConfigSpecMonitoredResource | (Optional) |
name | string | (Optional) |
period | string | (Optional) |
project | string | (Optional) |
resourceGroup | []MonitoringUptimeCheckConfigSpecResourceGroup | (Optional) |
selectedRegions | []string | (Optional) |
tcpCheck | []MonitoringUptimeCheckConfigSpecTcpCheck | (Optional) |
timeout | string | |
uptimeCheckID | string | (Optional) |
Appears on:MonitoringUptimeCheckConfigSpec
Field | Type | Description |
---|---|---|
content | string | (Optional) |
Appears on:MonitoringUptimeCheckConfigSpec
Field | Type | Description |
---|---|---|
authInfo | []MonitoringUptimeCheckConfigSpecHttpCheckAuthInfo | (Optional) |
headers | map[string]string | (Optional) |
maskHeaders | bool | (Optional) |
path | string | (Optional) |
port | int64 | (Optional) |
useSSL | bool | (Optional) |
Appears on:MonitoringUptimeCheckConfigSpecHttpCheck
Field | Type | Description |
---|---|---|
username | string | (Optional) |
Appears on:MonitoringUptimeCheckConfigSpec
Field | Type | Description |
---|---|---|
displayName | string | (Optional) Deprecated |
gcpZone | string | (Optional) Deprecated |
name | string | (Optional) Deprecated |
network | string | (Optional) Deprecated |
peerProjectID | string | (Optional) Deprecated |
Appears on:MonitoringUptimeCheckConfigSpec
Field | Type | Description |
---|---|---|
labels | map[string]string | |
type | string |
Appears on:MonitoringUptimeCheckConfigSpec
Field | Type | Description |
---|---|---|
groupID | string | (Optional) |
resourceType | string | (Optional) |
Appears on:MonitoringUptimeCheckConfigSpec
Field | Type | Description |
---|---|---|
port | int64 |
Appears on:MonitoringUptimeCheckConfig
Field | Type | Description |
---|---|---|
observedGeneration | int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output | MonitoringUptimeCheckConfigSpec | (Optional) |
state | kubeform.dev/kubeform/apis/base/v1alpha1.State | (Optional) |
phase | Phase | (Optional) |
string
alias)Appears on:MonitoringUptimeCheckConfigStatus
Name | Type | Description |
---|---|---|
http_check.<index>.auth_info.<index>.password | string |