Cluster
A Kubernetes cluster.
Syntax
json
{
"id": "string",
"name": "string",
"kubeClusterConfig": {
"cluster": {
"server": "string",
"tlsServerName": "string",
"certificateAuthorityData": "string",
"proxyUrl": "string"
},
"auth": {
"clientCertificate": {
"clientCertificateData": "string",
"clientKeyData": "string"
},
"bearerToken": {
"token": "string"
},
"basic": {
"username": "string",
"password": "string"
},
"awsEksIam": {
"roleArn": "string"
}
}
},
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
Type Definition
- Type
object
- Properties
createdAt
requiredThe time when the cluster was created.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the cluster was last updated.
- Type
string
- Format
date-time
- Type