Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo - cluser -> cluster, and replicasets -> ReplicaSet for consistency #36719

Merged
merged 1 commit into from
Nov 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion federation/apis/federation/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ type FederatedReplicaSetPreferences struct {
// +optional
Rebalance bool `json:"rebalance,omitempty"`

// A mapping between cluser names and preferences regarding local replicasets in these clusters.
// A mapping between cluster names and preferences regarding local ReplicaSet in these clusters.
// "*" (if provided) applies to all clusters if an explicit mapping is not provided. If there is no
// "*" that clusters without explicit preferences should not have any replicas scheduled.
// +optional
Expand Down