You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/reference/out.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -919,6 +919,7 @@ _Appears in:_
919
919
|`conditions`_[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#condition-v1-meta) array_| conditions define the current service state of the LinodeObjectStorageBucket. |||
920
920
|`ready`_boolean_| ready denotes that the bucket has been provisioned along with access keys. | false ||
921
921
|`failureMessage`_string_| failureMessage will be set in the event that there is a terminal problem<br />reconciling the Object Storage Bucket and will contain a verbose string<br />suitable for logging and human consumption. |||
922
+
|`failureReason`_string_| failureReason will be set in the event that there is a terminal problem<br />reconciling the Object Storage Bucket and will contain a succinct value suitable<br />for machine interpretation. |||
922
923
|`hostname`_string_| hostname is the address assigned to the bucket. |||
923
924
|`creationTime`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#time-v1-meta)_| creationTime specifies the creation timestamp for the bucket. |||
924
925
@@ -1002,6 +1003,7 @@ _Appears in:_
1002
1003
|`conditions`_[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#condition-v1-meta) array_| conditions define the current service state of the LinodeObjectStorageKey. |||
1003
1004
|`ready`_boolean_| ready denotes that the key has been provisioned. | false ||
1004
1005
|`failureMessage`_string_| failureMessage will be set in the event that there is a terminal problem<br />reconciling the Object Storage Key and will contain a verbose string<br />suitable for logging and human consumption. |||
1006
+
|`failureReason`_string_| failureReason will be set in the event that there is a terminal problem<br />reconciling the Object Storage Key and will contain a succinct value suitable<br />for machine interpretation. |||
1005
1007
|`creationTime`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#time-v1-meta)_| creationTime specifies the creation timestamp for the secret. |||
1006
1008
|`lastKeyGeneration`_integer_| lastKeyGeneration tracks the last known value of .spec.keyGeneration. |||
1007
1009
|`accessKeyRef`_integer_| accessKeyRef stores the ID for Object Storage key provisioned. |||
r.Recorder.Event(clusterScope.LinodeCluster, corev1.EventTypeNormal, string(clusterv1.ReadyCondition), fmt.Sprintf("VPC with ID %d is available", vpcID))
0 commit comments