Cloud API Overview > @adpt/cloud > k8s > Kubeconfig > contexts
k8s.Kubeconfig.contexts property
Signature:
contexts: {
name: string;
context: {
cluster: string;
user: string;
};
}[];
Cloud API Overview > @adpt/cloud > k8s > Kubeconfig > contexts
Signature:
contexts: {
name: string;
context: {
cluster: string;
user: string;
};
}[];