Gke Namespace Args
data class GkeNamespaceArgs(val clusterName: Output<String>? = null, val location: Output<String>? = null, val namespaceName: Output<String>? = null) : ConvertibleToJava<GkeNamespaceArgs>
GKE Namespace. The field names correspond to the resource metadata labels on monitored resources that fall under a namespace (for example, k8s_container or k8s_pod).
Constructors
Link copied to clipboard
fun GkeNamespaceArgs(clusterName: Output<String>? = null, location: Output<String>? = null, namespaceName: Output<String>? = null)