InlineNsxKubeconfigInfo1
InlineNsxKubeconfigInfo1
JSON Example
{
"bundle_id": "string",
"cluster": "string",
"connection_status": false,
"current_context": "string",
"expiry": 0,
"name": "string",
"namespace": "string",
"server": "string",
"user": "string"
}
string
bundle_id
Optional
Bundle id of uploaded file.
string
cluster
Optional
Kubernetes cluster to be used for deployment.
boolean
connection_status
Optional
Show whether connection to Kubernetes cluster is available or not.
string
current_context
Optional
Kubernetes cluster current context to be used for NSX Application Platform deployment.
integer As int64
As int64
expiry
Optional
Date and time when Kubernetes cluster user token is going to expire.
string
name
Optional
Kubeconfig file name
string
namespace
Optional
Kubernetes cluster namespace to be used for NSX Application Platform deployment.
string
server
Optional
Kubernetes api server url.
string
user
Optional
User name to access Kubernetes cluster.