Merge pull request #46207 from zjj2wry/spea-space

Automatic merge from submit-queue

/pkg/client/listers: fix some typo

**What this PR does / why we need it**:

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
```
pull/6/head
Kubernetes Submit Queue 2017-05-24 20:39:00 -07:00 committed by GitHub
commit cbd6b25c1c
21 changed files with 21 additions and 21 deletions

View File

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

View File

@ -32,7 +32,7 @@ type StatefulSetListerExpansion interface {
}
// StatefulSetNamespaceListerExpansion allows custom methods to be added to
// StatefulSetNamespaeLister.
// StatefulSetNamespaceLister.
type StatefulSetNamespaceListerExpansion interface{}
// 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
// ReplicationControllerNamespaeLister.
// ReplicationControllerNamespaceLister.
type ReplicationControllerNamespaceListerExpansion interface{}
// 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
// ServiceNamespaeLister.
// ServiceNamespaceLister.
type ServiceNamespaceListerExpansion interface{}
// TODO: Move this back to scheduler as a helper function that takes a Store,

View File

@ -30,7 +30,7 @@ type ReplicationControllerListerExpansion interface {
}
// ReplicationControllerNamespaceListerExpansion allows custom methods to be added to
// ReplicationControllerNamespaeLister.
// ReplicationControllerNamespaceLister.
type ReplicationControllerNamespaceListerExpansion interface{}
// 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
// ServiceNamespaeLister.
// ServiceNamespaceLister.
type ServiceNamespaceListerExpansion interface{}
// 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
// DaemonSetNamespaeLister.
// DaemonSetNamespaceLister.
type DaemonSetNamespaceListerExpansion interface{}
// 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
// DeploymentNamespaeLister.
// DeploymentNamespaceLister.
type DeploymentNamespaceListerExpansion interface{}
// 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
// ReplicaSetNamespaeLister.
// ReplicaSetNamespaceLister.
type ReplicaSetNamespaceListerExpansion interface{}
// GetPodReplicaSets returns a list of ReplicaSets that potentially match a pod.

View File

@ -32,7 +32,7 @@ type DaemonSetListerExpansion interface {
}
// DaemonSetNamespaceListerExpansion allows custom methods to be added to
// DaemonSetNamespaeLister.
// DaemonSetNamespaceLister.
type DaemonSetNamespaceListerExpansion interface{}
// 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
// DeploymentNamespaeLister.
// DeploymentNamespaceLister.
type DeploymentNamespaceListerExpansion interface{}
// 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
// ReplicaSetNamespaeLister.
// ReplicaSetNamespaceLister.
type ReplicaSetNamespaceListerExpansion interface{}
// 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
// PodDisruptionBudgetNamespaeLister.
// PodDisruptionBudgetNamespaceLister.
type PodDisruptionBudgetNamespaceListerExpansion interface{}
// GetPodPodDisruptionBudgets returns a list of PodDisruptionBudgets matching a pod. Returns an error only if no matching PodDisruptionBudgets are found.

View File

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

View File

@ -32,7 +32,7 @@ type StatefulSetListerExpansion interface {
}
// StatefulSetNamespaceListerExpansion allows custom methods to be added to
// StatefulSetNamespaeLister.
// StatefulSetNamespaceLister.
type StatefulSetNamespaceListerExpansion interface{}
// 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
// ReplicationControllerNamespaeLister.
// ReplicationControllerNamespaceLister.
type ReplicationControllerNamespaceListerExpansion interface{}
// 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
// ServiceNamespaeLister.
// ServiceNamespaceLister.
type ServiceNamespaceListerExpansion interface{}
// 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
// DaemonSetNamespaeLister.
// DaemonSetNamespaceLister.
type DaemonSetNamespaceListerExpansion interface{}
// 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
// DeploymentNamespaeLister.
// DeploymentNamespaceLister.
type DeploymentNamespaceListerExpansion interface{}
// 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
// ReplicaSetNamespaeLister.
// ReplicaSetNamespaceLister.
type ReplicaSetNamespaceListerExpansion interface{}
// 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
// PodDisruptionBudgetNamespaeLister.
// PodDisruptionBudgetNamespaceLister.
type PodDisruptionBudgetNamespaceListerExpansion interface{}
// GetPodPodDisruptionBudgets returns a list of PodDisruptionBudgets matching a pod. Returns an error only if no matching PodDisruptionBudgets are found.