OpenShiftClusterProperties interface
OpenShiftClusterProperties represents an OpenShift cluster's properties.
Properties
| apiserver |
The cluster API server profile. |
| cluster |
The cluster profile. |
| console |
The console profile. |
| ingress |
The cluster ingress profiles. |
| master |
The cluster master profile. |
| network |
The cluster network profile. |
| platform |
The workload identity profile. |
| provisioning |
The cluster provisioning state. |
| service |
The cluster service principal profile. |
| worker |
The cluster worker profiles. |
| worker |
The cluster worker profiles status. |
Property Details
apiserverProfile
clusterProfile
consoleProfile
ingressProfiles
masterProfile
networkProfile
platformWorkloadIdentityProfile
The workload identity profile.
platformWorkloadIdentityProfile?: PlatformWorkloadIdentityProfile
Property Value
provisioningState
The cluster provisioning state.
provisioningState?: string
Property Value
string
servicePrincipalProfile
The cluster service principal profile.
servicePrincipalProfile?: ServicePrincipalProfile
Property Value
workerProfiles
workerProfilesStatus
The cluster worker profiles status.
workerProfilesStatus?: WorkerProfile[]