AzureNodePoolConfigSshConfig

data class AzureNodePoolConfigSshConfig(val authorizedKey: String)

Constructors

Link copied to clipboard
constructor(authorizedKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The SSH public key data for VMs managed by Anthos. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page.