Commit dc48a5ab authored by zhengjiajin's avatar zhengjiajin

/pkg/client/listers: fix some typo

parent 90250220
...@@ -32,7 +32,7 @@ type StatefulSetListerExpansion interface { ...@@ -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.
......
...@@ -32,7 +32,7 @@ type StatefulSetListerExpansion interface { ...@@ -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.
......
...@@ -30,7 +30,7 @@ type ReplicationControllerListerExpansion interface { ...@@ -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.
......
...@@ -28,7 +28,7 @@ type ServiceListerExpansion interface { ...@@ -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,
......
...@@ -30,7 +30,7 @@ type ReplicationControllerListerExpansion interface { ...@@ -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.
......
...@@ -28,7 +28,7 @@ type ServiceListerExpansion interface { ...@@ -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,
......
...@@ -32,7 +32,7 @@ type DaemonSetListerExpansion interface { ...@@ -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.
......
...@@ -31,7 +31,7 @@ type DeploymentListerExpansion interface { ...@@ -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
......
...@@ -32,7 +32,7 @@ type ReplicaSetListerExpansion interface { ...@@ -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.
......
...@@ -32,7 +32,7 @@ type DaemonSetListerExpansion interface { ...@@ -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.
......
...@@ -31,7 +31,7 @@ type DeploymentListerExpansion interface { ...@@ -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
......
...@@ -32,7 +32,7 @@ type ReplicaSetListerExpansion interface { ...@@ -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.
......
...@@ -33,7 +33,7 @@ type PodDisruptionBudgetListerExpansion interface { ...@@ -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.
......
...@@ -33,7 +33,7 @@ type PodDisruptionBudgetListerExpansion interface { ...@@ -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.
......
...@@ -32,7 +32,7 @@ type StatefulSetListerExpansion interface { ...@@ -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.
......
...@@ -30,7 +30,7 @@ type ReplicationControllerListerExpansion interface { ...@@ -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.
......
...@@ -28,7 +28,7 @@ type ServiceListerExpansion interface { ...@@ -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,
......
...@@ -32,7 +32,7 @@ type DaemonSetListerExpansion interface { ...@@ -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.
......
...@@ -31,7 +31,7 @@ type DeploymentListerExpansion interface { ...@@ -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
......
...@@ -32,7 +32,7 @@ type ReplicaSetListerExpansion interface { ...@@ -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.
......
...@@ -33,7 +33,7 @@ type PodDisruptionBudgetListerExpansion interface { ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment