Vmware Admin Cluster Platform Config Bundle Status Args
data class VmwareAdminClusterPlatformConfigBundleStatusArgs(val conditions: Output<List<VmwareAdminClusterPlatformConfigBundleStatusConditionArgs>>? = null, val errorMessage: Output<String>? = null) : ConvertibleToJava<VmwareAdminClusterPlatformConfigBundleStatusArgs>
Constructors
Link copied to clipboard
constructor(conditions: Output<List<VmwareAdminClusterPlatformConfigBundleStatusConditionArgs>>? = null, errorMessage: Output<String>? = null)
Properties
Link copied to clipboard
(Output) ResourceConditions provide a standard mechanism for higher-level status reporting from admin cluster controller. Structure is documented below.
Link copied to clipboard
(Output) Human-friendly representation of the error message from the admin cluster controller. The error message can be temporary as the admin cluster controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.