Get Bare Metal Node Pool Result
data class GetBareMetalNodePoolResult(val annotations: Map<String, String>, val createTime: String, val deleteTime: String, val displayName: String, val etag: String, val name: String, val nodePoolConfig: BareMetalNodePoolConfigResponse, val reconciling: Boolean, val state: String, val status: ResourceStatusResponse, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetBareMetalNodePoolResult(annotations: Map<String, String>, createTime: String, deleteTime: String, displayName: String, etag: String, name: String, nodePoolConfig: BareMetalNodePoolConfigResponse, reconciling: Boolean, state: String, status: ResourceStatusResponse, uid: String, updateTime: String)
Types
Properties
Link copied to clipboard
Annotations on the bare metal node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard