WorkloadMetadataConfigResponse

data class WorkloadMetadataConfigResponse(val mode: String, val nodeMetadata: String)

WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool.

Constructors

Link copied to clipboard
fun WorkloadMetadataConfigResponse(mode: String, nodeMetadata: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mode is the configuration for how to expose metadata to workloads running on the node pool.

Link copied to clipboard

NodeMetadata is the configuration for how to expose metadata to the workloads running on the node.