Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.96 KB

ProvisionShard.md

File metadata and controls

25 lines (21 loc) · 1.96 KB

ProvisionShard

Contains the properties of the provision shard, including AWS and GCP related configurations

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'ProvisionShard' if this is a complete object or 'ProvisionShardLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
aws_account_operator_config ServerConfig [optional]
aws_base_domain str Contains the AWS base domain. [optional]
gcp_base_domain str Contains the GCP base domain. [optional]
gcp_project_operator ServerConfig [optional]
cloud_provider CloudProvider [optional]
creation_timestamp datetime Date and time when the provision shard was initially created, using the format defined in RFC3339. [optional]
hive_config ServerConfig [optional]
hypershift_config ServerConfig [optional]
last_update_timestamp datetime Date and time when the provision shard was last updated, using the format defined in RFC3339. [optional]
management_cluster str Contains the name of the management cluster for Hypershift clusters that are assigned to this shard. This field is populated by OCM, and must not be overwritten via API. [optional]
region CloudRegion [optional]
status str Status of the provision shard. Possible values: active/maintenance/offline. [optional]

[Back to Model list] [Back to API list] [Back to README]