GkeNamespaceArgs

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
constructor(clusterName: Output<String>? = null, location: Output<String>? = null, namespaceName: Output<String>? = null)

Properties

Link copied to clipboard
val clusterName: Output<String>? = null

The name of the parent cluster.

Link copied to clipboard
val location: Output<String>? = null

The location of the parent cluster. This may be a zone or region.

Link copied to clipboard
val namespaceName: Output<String>? = null

The name of this namespace.

Functions

Link copied to clipboard
open override fun toJava(): GkeNamespaceArgs