OpenShiftClusterUpdate interface
OpenShiftClusterはAzure Red Hat OpenShiftクラスターを表しています。
プロパティ
| apiserver |
クラスター API サーバー プロファイル。 |
| cluster |
クラスター プロファイル。 |
| console |
コンソール プロファイル。 |
| identity | ID は、クラスター MSI に関する情報をワークロード ID クラスターに格納します。 |
| ingress |
クラスターのイングレス プロファイル。 |
| master |
クラスター マスター プロファイル。 |
| network |
クラスター ネットワーク プロファイル。 |
| platform |
ワークロード ID プロファイル。 |
| provisioning |
クラスターのプロビジョニング状態。 |
| service |
クラスター サービス プリンシパル プロファイル。 |
| tags | リソース タグ。 |
| worker |
クラスター ワーカー プロファイル。 |
| worker |
クラスターワーカープロファイルのステータス。 |
プロパティの詳細
apiserverProfile
clusterProfile
consoleProfile
identity
ID は、クラスター MSI に関する情報をワークロード ID クラスターに格納します。
identity?: ManagedServiceIdentity
プロパティ値
ingressProfiles
masterProfile
networkProfile
platformWorkloadIdentityProfile
ワークロード ID プロファイル。
platformWorkloadIdentityProfile?: PlatformWorkloadIdentityProfile
プロパティ値
provisioningState
クラスターのプロビジョニング状態。
provisioningState?: string
プロパティ値
string
servicePrincipalProfile
クラスター サービス プリンシパル プロファイル。
servicePrincipalProfile?: ServicePrincipalProfile
プロパティ値
tags
リソース タグ。
tags?: Record<string, string>
プロパティ値
Record<string, string>