PlatformWorkloadIdentityProfile interface
PlatformWorkloadIdentityProfile encapsulates all information that is specific to workload identity clusters.
Properties
| platform |
Dictionary of <PlatformWorkloadIdentity> |
| upgradeable |
UpgradeableTo stores a single OpenShift version a workload identity cluster can be upgraded to |
Property Details
platformWorkloadIdentities
Dictionary of <PlatformWorkloadIdentity>
platformWorkloadIdentities?: Record<string, PlatformWorkloadIdentity>
Property Value
Record<string, PlatformWorkloadIdentity>
upgradeableTo
UpgradeableTo stores a single OpenShift version a workload identity cluster can be upgraded to
upgradeableTo?: string
Property Value
string