From cd9533cc39439d9c20634b57a0b09df50c175da5 Mon Sep 17 00:00:00 2001 From: Ray Tsang Date: Sun, 13 Nov 2016 17:32:54 +0100 Subject: [PATCH] Update types.go --- federation/apis/federation/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/apis/federation/types.go b/federation/apis/federation/types.go index 273f0f945fe..ebd44bc1026 100644 --- a/federation/apis/federation/types.go +++ b/federation/apis/federation/types.go @@ -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