Skip to content

Commit

Permalink
Fixed typo in remotedatanodes_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qurname2 committed Aug 30, 2024
1 parent 76d528b commit 65c0f24
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2,523 deletions.
2 changes: 1 addition & 1 deletion api/v1/remotedatanodes_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type RemoteDataNodesStatus struct {
//+kubebuilder:resource:categories=ytsaurus-all;yt-all
//+kubebuilder:subresource:status

// RemoteDataNodes is the Schema for the RemoteDatanodes API
// RemoteDataNodes is the Schema for the remotedatanodes API
type RemoteDataNodes struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
name: v1
schema:
openAPIV3Schema:
description: RemoteDataNodes is the Schema for the RemoteDatanodes API
description: RemoteDataNodes is the Schema for the remotedatanodes API
properties:
apiVersion:
description: APIVersion defines the versioned schema of this representation
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ _Appears in:_



RemoteDataNodes is the Schema for the RemoteDatanodes API
RemoteDataNodes is the Schema for the remotedatanodes API



Expand Down
Loading

0 comments on commit 65c0f24

Please sign in to comment.