mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
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 ```
This commit is contained in:
commit
cbd6b25c1c
@ -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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user