KubernetesVersionReadiness interface
指出 kubernetes 版本映像是否已就緒
屬性
| error |
版本未就緒的錯誤訊息注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| os |
指定代理程式集區所使用的 OS SKU。 如果 OSType 為 Linux,則預設值為 CBLMariner。 當OSType為 Windows 時,預設值為 Windows2019。 |
| os |
特定 KubernetesVersion 映射 OS 類型 (Linux, Windows) 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
| ready | kubernetes 版本映像是否已就緒,請注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
errorMessage
版本未就緒的錯誤訊息注意:此屬性將不會串行化。 它只能由伺服器填入。
errorMessage?: string
屬性值
string
osSku
指定代理程式集區所使用的 OS SKU。 如果 OSType 為 Linux,則預設值為 CBLMariner。 當OSType為 Windows 時,預設值為 Windows2019。
osSku?: string
屬性值
string
osType
特定 KubernetesVersion 映射 OS 類型 (Linux, Windows) 附注:此屬性將不會串行化。 它只能由伺服器填入。
osType?: string
屬性值
string
ready
kubernetes 版本映像是否已就緒,請注意:此屬性將不會串行化。 它只能由伺服器填入。
ready?: boolean
屬性值
boolean