mirror of https://github.com/k3s-io/k3s
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
commit
cbd6b25c1c
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue