mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-08 14:29:45 +00:00
Merge pull request #39061 from xulike666/fix-typo-assistant
Automatic merge from submit-queue Fix typo for federation/* **What this PR does / why we need it**: Increase code readability for this new member in v1.5 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: **Special notes for your reviewer**: Could we develop a typo-fix bot along with a k8s terminology dictionary ? **Release note**: ```release-note ```
This commit is contained in:
@@ -9782,7 +9782,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
|
||||
"v1beta1.ClusterStatus": {
|
||||
Schema: spec.Schema{
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "ClusterStatus is information about the current status of a cluster updated by cluster controller peridocally.",
|
||||
Description: "ClusterStatus is information about the current status of a cluster updated by cluster controller periodically.",
|
||||
Properties: map[string]spec.Schema{
|
||||
"conditions": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
|
Reference in New Issue
Block a user