/pkg/client/listers: fix some typo

Kubernetes-commit: dc48a5abc9233d7f3b18518d97d4842bdee694f7
This commit is contained in:
zhengjiajin 2017-05-24 13:59:03 +08:00 committed by Kubernetes Publisher
parent 48409ad603
commit 2e44fe3560
7 changed files with 7 additions and 7 deletions

View File

@ -32,7 +32,7 @@ type StatefulSetListerExpansion interface {
} }
// StatefulSetNamespaceListerExpansion allows custom methods to be added to // StatefulSetNamespaceListerExpansion allows custom methods to be added to
// StatefulSetNamespaeLister. // StatefulSetNamespaceLister.
type StatefulSetNamespaceListerExpansion interface{} type StatefulSetNamespaceListerExpansion interface{}
// GetPodStatefulSets returns a list of StatefulSets that potentially match a pod. // GetPodStatefulSets returns a list of StatefulSets that potentially match a pod.

View File

@ -30,7 +30,7 @@ type ReplicationControllerListerExpansion interface {
} }
// ReplicationControllerNamespaceListerExpansion allows custom methods to be added to // ReplicationControllerNamespaceListerExpansion allows custom methods to be added to
// ReplicationControllerNamespaeLister. // ReplicationControllerNamespaceLister.
type ReplicationControllerNamespaceListerExpansion interface{} type ReplicationControllerNamespaceListerExpansion interface{}
// GetPodControllers returns a list of ReplicationControllers that potentially match a pod. // GetPodControllers returns a list of ReplicationControllers that potentially match a pod.

View File

@ -28,7 +28,7 @@ type ServiceListerExpansion interface {
} }
// ServiceNamespaceListerExpansion allows custom methods to be added to // ServiceNamespaceListerExpansion allows custom methods to be added to
// ServiceNamespaeLister. // ServiceNamespaceLister.
type ServiceNamespaceListerExpansion interface{} type ServiceNamespaceListerExpansion interface{}
// TODO: Move this back to scheduler as a helper function that takes a Store, // TODO: Move this back to scheduler as a helper function that takes a Store,

View File

@ -32,7 +32,7 @@ type DaemonSetListerExpansion interface {
} }
// DaemonSetNamespaceListerExpansion allows custom methods to be added to // DaemonSetNamespaceListerExpansion allows custom methods to be added to
// DaemonSetNamespaeLister. // DaemonSetNamespaceLister.
type DaemonSetNamespaceListerExpansion interface{} type DaemonSetNamespaceListerExpansion interface{}
// GetPodDaemonSets returns a list of DaemonSets that potentially match a pod. // GetPodDaemonSets returns a list of DaemonSets that potentially match a pod.

View File

@ -31,7 +31,7 @@ type DeploymentListerExpansion interface {
} }
// DeploymentNamespaceListerExpansion allows custom methods to be added to // DeploymentNamespaceListerExpansion allows custom methods to be added to
// DeploymentNamespaeLister. // DeploymentNamespaceLister.
type DeploymentNamespaceListerExpansion interface{} type DeploymentNamespaceListerExpansion interface{}
// GetDeploymentsForReplicaSet returns a list of Deployments that potentially // GetDeploymentsForReplicaSet returns a list of Deployments that potentially

View File

@ -32,7 +32,7 @@ type ReplicaSetListerExpansion interface {
} }
// ReplicaSetNamespaceListerExpansion allows custom methods to be added to // ReplicaSetNamespaceListerExpansion allows custom methods to be added to
// ReplicaSetNamespaeLister. // ReplicaSetNamespaceLister.
type ReplicaSetNamespaceListerExpansion interface{} type ReplicaSetNamespaceListerExpansion interface{}
// GetPodReplicaSets returns a list of ReplicaSets that potentially match a pod. // GetPodReplicaSets returns a list of ReplicaSets that potentially match a pod.

View File

@ -33,7 +33,7 @@ type PodDisruptionBudgetListerExpansion interface {
} }
// PodDisruptionBudgetNamespaceListerExpansion allows custom methods to be added to // PodDisruptionBudgetNamespaceListerExpansion allows custom methods to be added to
// PodDisruptionBudgetNamespaeLister. // PodDisruptionBudgetNamespaceLister.
type PodDisruptionBudgetNamespaceListerExpansion interface{} type PodDisruptionBudgetNamespaceListerExpansion interface{}
// GetPodPodDisruptionBudgets returns a list of PodDisruptionBudgets matching a pod. Returns an error only if no matching PodDisruptionBudgets are found. // GetPodPodDisruptionBudgets returns a list of PodDisruptionBudgets matching a pod. Returns an error only if no matching PodDisruptionBudgets are found.