Property
kubernetes
Property Name | Type | Description | Required |
---|---|---|---|
build_date | string | ||
go_version | string | ||
nodes | array of KubernetesNode | ||
platform | string | ||
version | string |
KubernetesNode
Property Name | Type | Description | Required |
---|---|---|---|
containers | array of KubernetesContainer | Yes | |
name | string | Yes |
KubernetesContainer
Property Name | Type | Description | Required |
---|---|---|---|
image | string | Yes | |
name | string | Yes |
↑ TopExample
{
"build_date": "2021-07-31T00:29:12Z",
"go_version": "go1.15.12",
"platform": "linux/amd64"
}