共用方式為


ApplianceListKeysResults interface

列出叢集金鑰結果設備。

屬性

artifactProfiles

成品的對應,其中包含用來上傳記錄等成品的 ArtifactProfile 清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。

kubeconfigs

設備 kubeconfigs 的清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。

sshKeys

客戶用戶公開、私人SSH 金鑰和憑證的對應。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

artifactProfiles

成品的對應,其中包含用來上傳記錄等成品的 ArtifactProfile 清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。

artifactProfiles?: {[propertyName: string]: ArtifactProfile}

屬性值

{[propertyName: string]: ArtifactProfile}

kubeconfigs

設備 kubeconfigs 的清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。

kubeconfigs?: ApplianceCredentialKubeconfig[]

屬性值

sshKeys

客戶用戶公開、私人SSH 金鑰和憑證的對應。 注意:這個屬性不會串行化。 它只能由伺服器填入。

sshKeys?: {[propertyName: string]: SSHKey}

屬性值

{[propertyName: string]: SSHKey}