Skip to content

Commit cbd6b25

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#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 ```
2 parents 9812856 + dc48a5a commit cbd6b25

21 files changed

+21
-21
lines changed

pkg/client/listers/apps/internalversion/statefulset_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type StatefulSetListerExpansion interface {
3232
}
3333

3434
// StatefulSetNamespaceListerExpansion allows custom methods to be added to
35-
// StatefulSetNamespaeLister.
35+
// StatefulSetNamespaceLister.
3636
type StatefulSetNamespaceListerExpansion interface{}
3737

3838
// GetPodStatefulSets returns a list of StatefulSets that potentially match a pod.

pkg/client/listers/apps/v1beta1/statefulset_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type StatefulSetListerExpansion interface {
3232
}
3333

3434
// StatefulSetNamespaceListerExpansion allows custom methods to be added to
35-
// StatefulSetNamespaeLister.
35+
// StatefulSetNamespaceLister.
3636
type StatefulSetNamespaceListerExpansion interface{}
3737

3838
// GetPodStatefulSets returns a list of StatefulSets that potentially match a pod.

pkg/client/listers/core/internalversion/replicationcontroller_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type ReplicationControllerListerExpansion interface {
3030
}
3131

3232
// ReplicationControllerNamespaceListerExpansion allows custom methods to be added to
33-
// ReplicationControllerNamespaeLister.
33+
// ReplicationControllerNamespaceLister.
3434
type ReplicationControllerNamespaceListerExpansion interface{}
3535

3636
// GetPodControllers returns a list of ReplicationControllers that potentially match a pod.

pkg/client/listers/core/internalversion/service_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type ServiceListerExpansion interface {
2828
}
2929

3030
// ServiceNamespaceListerExpansion allows custom methods to be added to
31-
// ServiceNamespaeLister.
31+
// ServiceNamespaceLister.
3232
type ServiceNamespaceListerExpansion interface{}
3333

3434
// TODO: Move this back to scheduler as a helper function that takes a Store,

pkg/client/listers/core/v1/replicationcontroller_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type ReplicationControllerListerExpansion interface {
3030
}
3131

3232
// ReplicationControllerNamespaceListerExpansion allows custom methods to be added to
33-
// ReplicationControllerNamespaeLister.
33+
// ReplicationControllerNamespaceLister.
3434
type ReplicationControllerNamespaceListerExpansion interface{}
3535

3636
// GetPodControllers returns a list of ReplicationControllers that potentially match a pod.

pkg/client/listers/core/v1/service_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type ServiceListerExpansion interface {
2828
}
2929

3030
// ServiceNamespaceListerExpansion allows custom methods to be added to
31-
// ServiceNamespaeLister.
31+
// ServiceNamespaceLister.
3232
type ServiceNamespaceListerExpansion interface{}
3333

3434
// TODO: Move this back to scheduler as a helper function that takes a Store,

pkg/client/listers/extensions/internalversion/daemonset_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type DaemonSetListerExpansion interface {
3232
}
3333

3434
// DaemonSetNamespaceListerExpansion allows custom methods to be added to
35-
// DaemonSetNamespaeLister.
35+
// DaemonSetNamespaceLister.
3636
type DaemonSetNamespaceListerExpansion interface{}
3737

3838
// GetPodDaemonSets returns a list of DaemonSets that potentially match a pod.

pkg/client/listers/extensions/internalversion/deployment_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type DeploymentListerExpansion interface {
3131
}
3232

3333
// DeploymentNamespaceListerExpansion allows custom methods to be added to
34-
// DeploymentNamespaeLister.
34+
// DeploymentNamespaceLister.
3535
type DeploymentNamespaceListerExpansion interface{}
3636

3737
// GetDeploymentsForReplicaSet returns a list of Deployments that potentially

pkg/client/listers/extensions/internalversion/replicaset_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type ReplicaSetListerExpansion interface {
3232
}
3333

3434
// ReplicaSetNamespaceListerExpansion allows custom methods to be added to
35-
// ReplicaSetNamespaeLister.
35+
// ReplicaSetNamespaceLister.
3636
type ReplicaSetNamespaceListerExpansion interface{}
3737

3838
// GetPodReplicaSets returns a list of ReplicaSets that potentially match a pod.

pkg/client/listers/extensions/v1beta1/daemonset_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type DaemonSetListerExpansion interface {
3232
}
3333

3434
// DaemonSetNamespaceListerExpansion allows custom methods to be added to
35-
// DaemonSetNamespaeLister.
35+
// DaemonSetNamespaceLister.
3636
type DaemonSetNamespaceListerExpansion interface{}
3737

3838
// GetPodDaemonSets returns a list of DaemonSets that potentially match a pod.

pkg/client/listers/extensions/v1beta1/deployment_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type DeploymentListerExpansion interface {
3131
}
3232

3333
// DeploymentNamespaceListerExpansion allows custom methods to be added to
34-
// DeploymentNamespaeLister.
34+
// DeploymentNamespaceLister.
3535
type DeploymentNamespaceListerExpansion interface{}
3636

3737
// GetDeploymentsForReplicaSet returns a list of Deployments that potentially

pkg/client/listers/extensions/v1beta1/replicaset_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type ReplicaSetListerExpansion interface {
3232
}
3333

3434
// ReplicaSetNamespaceListerExpansion allows custom methods to be added to
35-
// ReplicaSetNamespaeLister.
35+
// ReplicaSetNamespaceLister.
3636
type ReplicaSetNamespaceListerExpansion interface{}
3737

3838
// GetPodReplicaSets returns a list of ReplicaSets that potentially match a pod.

pkg/client/listers/policy/internalversion/poddisruptionbudget_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type PodDisruptionBudgetListerExpansion interface {
3333
}
3434

3535
// PodDisruptionBudgetNamespaceListerExpansion allows custom methods to be added to
36-
// PodDisruptionBudgetNamespaeLister.
36+
// PodDisruptionBudgetNamespaceLister.
3737
type PodDisruptionBudgetNamespaceListerExpansion interface{}
3838

3939
// GetPodPodDisruptionBudgets returns a list of PodDisruptionBudgets matching a pod. Returns an error only if no matching PodDisruptionBudgets are found.

pkg/client/listers/policy/v1beta1/poddisruptionbudget_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type PodDisruptionBudgetListerExpansion interface {
3333
}
3434

3535
// PodDisruptionBudgetNamespaceListerExpansion allows custom methods to be added to
36-
// PodDisruptionBudgetNamespaeLister.
36+
// PodDisruptionBudgetNamespaceLister.
3737
type PodDisruptionBudgetNamespaceListerExpansion interface{}
3838

3939
// GetPodPodDisruptionBudgets returns a list of PodDisruptionBudgets matching a pod. Returns an error only if no matching PodDisruptionBudgets are found.

staging/src/k8s.io/client-go/listers/apps/v1beta1/statefulset_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type StatefulSetListerExpansion interface {
3232
}
3333

3434
// StatefulSetNamespaceListerExpansion allows custom methods to be added to
35-
// StatefulSetNamespaeLister.
35+
// StatefulSetNamespaceLister.
3636
type StatefulSetNamespaceListerExpansion interface{}
3737

3838
// GetPodStatefulSets returns a list of StatefulSets that potentially match a pod.

staging/src/k8s.io/client-go/listers/core/v1/replicationcontroller_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type ReplicationControllerListerExpansion interface {
3030
}
3131

3232
// ReplicationControllerNamespaceListerExpansion allows custom methods to be added to
33-
// ReplicationControllerNamespaeLister.
33+
// ReplicationControllerNamespaceLister.
3434
type ReplicationControllerNamespaceListerExpansion interface{}
3535

3636
// GetPodControllers returns a list of ReplicationControllers that potentially match a pod.

staging/src/k8s.io/client-go/listers/core/v1/service_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type ServiceListerExpansion interface {
2828
}
2929

3030
// ServiceNamespaceListerExpansion allows custom methods to be added to
31-
// ServiceNamespaeLister.
31+
// ServiceNamespaceLister.
3232
type ServiceNamespaceListerExpansion interface{}
3333

3434
// TODO: Move this back to scheduler as a helper function that takes a Store,

staging/src/k8s.io/client-go/listers/extensions/v1beta1/daemonset_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type DaemonSetListerExpansion interface {
3232
}
3333

3434
// DaemonSetNamespaceListerExpansion allows custom methods to be added to
35-
// DaemonSetNamespaeLister.
35+
// DaemonSetNamespaceLister.
3636
type DaemonSetNamespaceListerExpansion interface{}
3737

3838
// GetPodDaemonSets returns a list of DaemonSets that potentially match a pod.

staging/src/k8s.io/client-go/listers/extensions/v1beta1/deployment_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type DeploymentListerExpansion interface {
3131
}
3232

3333
// DeploymentNamespaceListerExpansion allows custom methods to be added to
34-
// DeploymentNamespaeLister.
34+
// DeploymentNamespaceLister.
3535
type DeploymentNamespaceListerExpansion interface{}
3636

3737
// GetDeploymentsForReplicaSet returns a list of Deployments that potentially

staging/src/k8s.io/client-go/listers/extensions/v1beta1/replicaset_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type ReplicaSetListerExpansion interface {
3232
}
3333

3434
// ReplicaSetNamespaceListerExpansion allows custom methods to be added to
35-
// ReplicaSetNamespaeLister.
35+
// ReplicaSetNamespaceLister.
3636
type ReplicaSetNamespaceListerExpansion interface{}
3737

3838
// GetPodReplicaSets returns a list of ReplicaSets that potentially match a pod.

staging/src/k8s.io/client-go/listers/policy/v1beta1/poddisruptionbudget_expansion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type PodDisruptionBudgetListerExpansion interface {
3333
}
3434

3535
// PodDisruptionBudgetNamespaceListerExpansion allows custom methods to be added to
36-
// PodDisruptionBudgetNamespaeLister.
36+
// PodDisruptionBudgetNamespaceLister.
3737
type PodDisruptionBudgetNamespaceListerExpansion interface{}
3838

3939
// GetPodPodDisruptionBudgets returns a list of PodDisruptionBudgets matching a pod. Returns an error only if no matching PodDisruptionBudgets are found.

0 commit comments

Comments
 (0)