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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -723,7 +723,7 @@ _Appears in:_
723
723
|`conditions`_[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#condition-v1-meta) array_| conditions define the current service state of the LinodeMachine. |||
724
724
|`ready`_boolean_| ready is true when the provider resource is ready. | false ||
725
725
|`addresses`_MachineAddress array_| addresses contains the Linode instance associated addresses. |||
726
-
|`cloudinitMetadataSupport`_boolean_| cloudinitMetadataSupport determines whether to use cloud-init or not.<br />Deprecated: Stackscript no longer in use, so this field is not used. | true ||
726
+
|`cloudinitMetadataSupport`_boolean_| cloudinitMetadataSupport determines whether to use cloud-init or not.<br />Deprecated: stackscript are no longer in use, so this field is not used. | true ||
727
727
|`instanceState`_[InstanceStatus](#instancestatus)_| instanceState is the state of the Linode instance for this machine. |||
728
728
|`failureReason`_string_| failureReason will be set in the event that there is a terminal problem<br />reconciling the Machine and will contain a succinct value suitable<br />for machine interpretation.<br />This field should not be set for transitive errors that a controller<br />faces that are expected to be fixed automatically over<br />time (like service outages), but instead indicate that something is<br />fundamentally wrong with the Machine's spec or the configuration of<br />the controller, and that manual intervention is required. Examples<br />of terminal errors would be invalid combinations of settings in the<br />spec, values that are unsupported by the controller, or the<br />responsible controller itself being critically misconfigured.<br />Any transient errors that occur during the reconciliation of Machines<br />can be added as events to the Machine object and/or logged in the<br />controller's output. |||
729
729
|`failureMessage`_string_| failureMessage will be set in the event that there is a terminal problem<br />reconciling the Machine and will contain a more verbose string suitable<br />for logging and human consumption.<br />This field should not be set for transitive errors that a controller<br />faces that are expected to be fixed automatically over<br />time (like service outages), but instead indicate that something is<br />fundamentally wrong with the Machine's spec or the configuration of<br />the controller, and that manual intervention is required. Examples<br />of terminal errors would be invalid combinations of settings in the<br />spec, values that are unsupported by the controller, or the<br />responsible controller itself being critically misconfigured.<br />Any transient errors that occur during the reconciliation of Machines<br />can be added as events to the Machine object and/or logged in the<br />controller's output. |||
@@ -982,8 +982,8 @@ _Appears in:_
982
982
|`credentialsRef`_[SecretReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#secretreference-v1-core)_| credentialsRef is a reference to a Secret that contains the credentials to use for generating access keys.<br />If not supplied, then the credentials of the controller will be used. |||
983
983
|`keyGeneration`_integer_| keyGeneration may be modified to trigger a rotation of the access key. | 0 ||
984
984
|`generatedSecret`_[GeneratedSecret](#generatedsecret)_| generatedSecret configures the Secret to generate containing access key details. |||
985
-
|`secretType`_[SecretType](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#secrettype-v1-core)_| secretType instructs the controller what type of secret to generate containing access key details.<br />Deprecated: Use generatedSecret.type. || Enum: [Opaque addons.cluster.x-k8s.io/resource-set] <br /> |
986
-
|`secretDataFormat`_object (keys:string, values:string)_| secretDataFormat instructs the controller how to format the data stored in the secret containing access key details.<br />Deprecated: Use generatedSecret.format. |||
985
+
|`secretType`_[SecretType](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#secrettype-v1-core)_| secretType instructs the controller what type of secret to generate containing access key details.<br />Deprecated: secretType is no longer supported, Use generatedSecret.type. || Enum: [Opaque addons.cluster.x-k8s.io/resource-set] <br /> |
986
+
|`secretDataFormat`_object (keys:string, values:string)_| secretDataFormat instructs the controller how to format the data stored in the secret containing access key details.<br />Deprecated: secretDataFormat is no longer supported, please use generatedSecret.format. |||
0 commit comments