Home
last modified time | relevance | path

Searched defs:UpdateStatefulPod (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/statefulset/
H A Dstateful_pod_control.go49 UpdateStatefulPod(set *apps.StatefulSet, pod *v1.Pod) error methodSpec
91 func (spc *realStatefulPodControl) UpdateStatefulPod(set *apps.StatefulSet, pod *v1.Pod) error { func
H A Dstateful_set_control_test.go1841 func (spc *fakeStatefulPodControl) UpdateStatefulPod(set *apps.StatefulSet, pod *v1.Pod) error { func