mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #39145 from NickrenREN/podpair
Automatic merge from submit-queue (batch tested with PRs 40758, 39145, 40776) remove duplicate function notes
This commit is contained in:
commit
7165fe6e9e
@ -191,7 +191,7 @@ type Pod struct {
|
|||||||
type PodPair struct {
|
type PodPair struct {
|
||||||
// APIPod is the v1.Pod
|
// APIPod is the v1.Pod
|
||||||
APIPod *v1.Pod
|
APIPod *v1.Pod
|
||||||
// RunningPod is the pod defined defined in pkg/kubelet/container/runtime#Pod
|
// RunningPod is the pod defined in pkg/kubelet/container/runtime#Pod
|
||||||
RunningPod *Pod
|
RunningPod *Pod
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user