GkeNamespaceResponse

data class GkeNamespaceResponse(val clusterName: String, val location: String, val namespaceName: String, val project: String)

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 GkeNamespaceResponse(clusterName: String, location: String, namespaceName: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the parent cluster.

Link copied to clipboard

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

Link copied to clipboard

The name of this namespace.

Link copied to clipboard

The project this resource lives in. For legacy services migrated from the Custom type, this may be a distinct project from the one parenting the service itself.