From d56971ca7c0ef75a8da12ac3060fd8f1bd2caed8 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 22 May 2021 08:36:18 +0900 Subject: [PATCH] Fix typo (sucessfully -> successfully (#563) Follow-up for #556 --- api/v1alpha1/runnerdeployment_types.go | 6 +++--- .../crds/actions.summerwind.dev_runnerdeployments.yaml | 6 +++--- .../crd/bases/actions.summerwind.dev_runnerdeployments.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/v1alpha1/runnerdeployment_types.go b/api/v1alpha1/runnerdeployment_types.go index 04fc3ed1..dfca3e79 100644 --- a/api/v1alpha1/runnerdeployment_types.go +++ b/api/v1alpha1/runnerdeployment_types.go @@ -41,17 +41,17 @@ type RunnerDeploymentStatus struct { // See K8s deployment controller code for reference // https://github.com/kubernetes/kubernetes/blob/ea0764452222146c47ec826977f49d7001b0ea8c/pkg/controller/deployment/sync.go#L487-L505 - // AvailableReplicas is the total number of available runners which have been sucessfully registered to GitHub and still running. + // AvailableReplicas is the total number of available runners which have been successfully registered to GitHub and still running. // This corresponds to the sum of status.availableReplicas of all the runner replica sets. // +optional AvailableReplicas *int `json:"availableReplicas"` - // ReadyReplicas is the total number of available runners which have been sucessfully registered to GitHub and still running. + // ReadyReplicas is the total number of available runners which have been successfully registered to GitHub and still running. // This corresponds to the sum of status.readyReplicas of all the runner replica sets. // +optional ReadyReplicas *int `json:"readyReplicas"` - // ReadyReplicas is the total number of available runners which have been sucessfully registered to GitHub and still running. + // ReadyReplicas is the total number of available runners which have been successfully registered to GitHub and still running. // This corresponds to status.replicas of the runner replica set that has the desired template hash. // +optional UpdatedReplicas *int `json:"updatedReplicas"` diff --git a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml index 7c2f0ae5..c0ebf6d6 100644 --- a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml +++ b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml @@ -1637,19 +1637,19 @@ spec: status: properties: availableReplicas: - description: AvailableReplicas is the total number of available runners which have been sucessfully registered to GitHub and still running. This corresponds to the sum of status.availableReplicas of all the runner replica sets. + description: AvailableReplicas is the total number of available runners which have been successfully registered to GitHub and still running. This corresponds to the sum of status.availableReplicas of all the runner replica sets. type: integer desiredReplicas: description: DesiredReplicas is the total number of desired, non-terminated and latest pods to be set for the primary RunnerSet This doesn't include outdated pods while upgrading the deployment and replacing the runnerset. type: integer readyReplicas: - description: ReadyReplicas is the total number of available runners which have been sucessfully registered to GitHub and still running. This corresponds to the sum of status.readyReplicas of all the runner replica sets. + description: ReadyReplicas is the total number of available runners which have been successfully registered to GitHub and still running. This corresponds to the sum of status.readyReplicas of all the runner replica sets. type: integer replicas: description: Replicas is the total number of replicas type: integer updatedReplicas: - description: ReadyReplicas is the total number of available runners which have been sucessfully registered to GitHub and still running. This corresponds to status.replicas of the runner replica set that has the desired template hash. + description: ReadyReplicas is the total number of available runners which have been successfully registered to GitHub and still running. This corresponds to status.replicas of the runner replica set that has the desired template hash. type: integer type: object type: object diff --git a/config/crd/bases/actions.summerwind.dev_runnerdeployments.yaml b/config/crd/bases/actions.summerwind.dev_runnerdeployments.yaml index 7c2f0ae5..c0ebf6d6 100644 --- a/config/crd/bases/actions.summerwind.dev_runnerdeployments.yaml +++ b/config/crd/bases/actions.summerwind.dev_runnerdeployments.yaml @@ -1637,19 +1637,19 @@ spec: status: properties: availableReplicas: - description: AvailableReplicas is the total number of available runners which have been sucessfully registered to GitHub and still running. This corresponds to the sum of status.availableReplicas of all the runner replica sets. + description: AvailableReplicas is the total number of available runners which have been successfully registered to GitHub and still running. This corresponds to the sum of status.availableReplicas of all the runner replica sets. type: integer desiredReplicas: description: DesiredReplicas is the total number of desired, non-terminated and latest pods to be set for the primary RunnerSet This doesn't include outdated pods while upgrading the deployment and replacing the runnerset. type: integer readyReplicas: - description: ReadyReplicas is the total number of available runners which have been sucessfully registered to GitHub and still running. This corresponds to the sum of status.readyReplicas of all the runner replica sets. + description: ReadyReplicas is the total number of available runners which have been successfully registered to GitHub and still running. This corresponds to the sum of status.readyReplicas of all the runner replica sets. type: integer replicas: description: Replicas is the total number of replicas type: integer updatedReplicas: - description: ReadyReplicas is the total number of available runners which have been sucessfully registered to GitHub and still running. This corresponds to status.replicas of the runner replica set that has the desired template hash. + description: ReadyReplicas is the total number of available runners which have been successfully registered to GitHub and still running. This corresponds to status.replicas of the runner replica set that has the desired template hash. type: integer type: object type: object