Get Kubernetes Clusters Plain Args
data class GetKubernetesClustersPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val kubeConfigFilePrefix: String? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetKubernetesClustersPlainArgs>
A collection of arguments for invoking getKubernetesClusters.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like ~/.kube/k8s, then it will be named with ~/.kube/k8s-clusterID-kubeconfig. From version 1.187.0+, kube_config will not export kube_config if this field is not set.
Link copied to clipboard
File name where to save data source results (after running pulumi preview).