File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
docs/book/src/architecture/controllers Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ The `status` object **must** have the following fields defined:
3535
3636The ` status ` object ** may** define several fields that do not affect functionality if missing:
3737
38- * ` errorReason ` - is a string that explains why an error has occurred, if possible.
39- * ` errorMessage ` - is a string that holds the message contained by the error.
38+ * ` failureReason ` - is a string that explains why a fatal error has occurred, if possible.
39+ * ` failureMessage ` - is a string that holds the message contained by the error.
4040
4141Example:
4242``` yaml
4343kind : MyProviderCluster
44- apiVersion : infrastructure.cluster.x-k8s.io/v1alpha2
44+ apiVersion : infrastructure.cluster.x-k8s.io/v1alpha3
4545spec :
4646 controlPlaneEndpoint :
4747 host : example.com
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ The `status` object **must** have several fields defined:
4848
4949The ` status ` object ** may** define several fields that do not affect functionality if missing:
5050
51- * ` errorReason ` - is a string that explains why an error has occurred, if possible.
52- * ` errorMessage ` - is a string that holds the message contained by the error.
51+ * ` failureReason ` - is a string that explains why a fatal error has occurred, if possible.
52+ * ` failureMessage ` - is a string that holds the message contained by the error.
5353
5454Example:
5555
5656``` yaml
5757kind : MyBootstrapProviderConfig
58- apiVersion : bootstrap.cluster.x-k8s.io/v1alpha2
58+ apiVersion : bootstrap.cluster.x-k8s.io/v1alpha3
5959status :
6060 ready : true
6161 bootstrapData : " kubeadm init"
@@ -79,13 +79,13 @@ The `status` object **must** have several fields defined:
7979
8080The `status` object **may** define several fields that do not affect functionality if missing :
8181
82- * `errorReason ` - is a string that explains why an error has occurred, if possible.
83- * `errorMessage ` - is a string that holds the message contained by the error.
82+ * `failureReason ` - is a string that explains why a fatal error has occurred, if possible.
83+ * `failureMessage ` - is a string that holds the message contained by the error.
8484
8585Example :
8686` ` ` yaml
8787kind: MyMachine
88- apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
88+ apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
8989status:
9090 ready: true
9191 providerID: cloud:////my-cloud-provider-id
You can’t perform that action at this time.
0 commit comments