mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Fixing typo
This commit is contained in:
parent
0ad9221f5c
commit
d94f5c3360
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ func (r RealPodControl) deletePod(podID string) error {
|
|||
return r.kubeClient.DeletePod(podID)
|
||||
}
|
||||
|
||||
// MakeReplicationManager craetes a new ReplicationManager.
|
||||
// MakeReplicationManager creates a new ReplicationManager.
|
||||
func MakeReplicationManager(etcdClient tools.EtcdClient, kubeClient client.Interface) *ReplicationManager {
|
||||
rm := &ReplicationManager{
|
||||
kubeClient: kubeClient,
|
||||
|
|
|
|||
Loading…
Reference in a new issue