{
"apiVersion": "<string>",
"kind": "<string>",
"metadata": {
"annotations": {},
"clusterName": "<string>",
"creationTimestamp": "2023-11-07T05:31:56Z",
"deletionGracePeriodSeconds": 123,
"deletionTimestamp": "2023-11-07T05:31:56Z",
"finalizers": [
""
],
"generateName": "<string>",
"generation": 123,
"labels": {},
"managedFields": [
{
"apiVersion": "<string>",
"fieldsType": "<string>",
"fieldsV1": {},
"manager": "<string>",
"operation": "<string>",
"subresource": "<string>",
"time": "2023-11-07T05:31:56Z"
}
],
"name": "<string>",
"namespace": "<string>",
"ownerReferences": [
{
"apiVersion": "",
"blockOwnerDeletion": true,
"controller": true,
"kind": "",
"name": "",
"uid": ""
}
],
"resourceVersion": "<string>",
"selfLink": "<string>",
"uid": "<string>"
},
"spec": {
"cloudConnectionName": "<string>",
"defaultGateway": {
"access": "<string>",
"privateService": {
"allowedIds": [
""
]
}
},
"network": {
"cidr": "<string>",
"id": "<string>",
"subnetCIDR": "<string>"
},
"region": "<string>",
"zone": "<string>"
},
"status": {
"conditions": [
{
"lastTransitionTime": "2023-11-07T05:31:56Z",
"message": "",
"observedGeneration": 123,
"reason": "",
"status": "",
"type": ""
}
],
"defaultGateway": {
"privateServiceIds": [
{
"id": "<string>"
}
]
}
}
}
read the specified CloudEnvironment
{
"apiVersion": "<string>",
"kind": "<string>",
"metadata": {
"annotations": {},
"clusterName": "<string>",
"creationTimestamp": "2023-11-07T05:31:56Z",
"deletionGracePeriodSeconds": 123,
"deletionTimestamp": "2023-11-07T05:31:56Z",
"finalizers": [
""
],
"generateName": "<string>",
"generation": 123,
"labels": {},
"managedFields": [
{
"apiVersion": "<string>",
"fieldsType": "<string>",
"fieldsV1": {},
"manager": "<string>",
"operation": "<string>",
"subresource": "<string>",
"time": "2023-11-07T05:31:56Z"
}
],
"name": "<string>",
"namespace": "<string>",
"ownerReferences": [
{
"apiVersion": "",
"blockOwnerDeletion": true,
"controller": true,
"kind": "",
"name": "",
"uid": ""
}
],
"resourceVersion": "<string>",
"selfLink": "<string>",
"uid": "<string>"
},
"spec": {
"cloudConnectionName": "<string>",
"defaultGateway": {
"access": "<string>",
"privateService": {
"allowedIds": [
""
]
}
},
"network": {
"cidr": "<string>",
"id": "<string>",
"subnetCIDR": "<string>"
},
"region": "<string>",
"zone": "<string>"
},
"status": {
"conditions": [
{
"lastTransitionTime": "2023-11-07T05:31:56Z",
"message": "",
"observedGeneration": 123,
"reason": "",
"status": "",
"type": ""
}
],
"defaultGateway": {
"privateServiceIds": [
{
"id": "<string>"
}
]
}
}
}
name of the CloudEnvironment
object name and auth scope, such as for teams and projects
If 'true', then the output is pretty printed.
OK
CloudEnvironment represents the infrastructure environment for running pulsar clusters, consisting of Kubernetes cluster and set of applications
Was this page helpful?