HcpOpenShiftClusterPropertiesCreate interface
HCP cluster properties for create/update operations, omitting server-side read-only fields (console and status on the root model; api.url and platform.issuerUrl in nested models).
Properties
| api | Shows the cluster API server profile. |
| autoscaling | Configure ClusterAutoscaling. |
| cluster |
OpenShift internal image registry. |
| crypto |
Cryptographic restrictions for kernel and userspace libraries. |
| dns | Cluster DNS configuration. |
| etcd | Configure ETCD. |
| image |
Rules to allow pulling images from mirrored registries by digest. |
| ingress | The cluster ingress configuration. |
| network | Cluster network configuration. |
| node |
Grace period in minutes for node draining during upgrades and scale operations. |
| platform | Azure platform configuration. |
| version | Version of the control plane components. |
Property Details
api
autoscaling
Configure ClusterAutoscaling.
autoscaling?: ClusterAutoscalingProfile
Property Value
clusterImageRegistry
OpenShift internal image registry.
clusterImageRegistry?: ClusterImageRegistryProfile
Property Value
cryptoRestrictions
Cryptographic restrictions for kernel and userspace libraries.
cryptoRestrictions?: string
Property Value
string
dns
etcd
imageDigestMirrors
Rules to allow pulling images from mirrored registries by digest.
imageDigestMirrors?: ImageDigestMirror[]
Property Value
ingress
network
nodeDrainTimeoutMinutes
Grace period in minutes for node draining during upgrades and scale operations.
nodeDrainTimeoutMinutes?: number
Property Value
number