MCPcopy
hub / github.com/apecloud/kubeblocks / realUpdatePlan

Struct realUpdatePlan

pkg/controller/instanceset/update_plan.go:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type realUpdatePlan struct {
43 its workloads.InstanceSet
44 pods []corev1.Pod
45 dag *graph.DAG
46 podsToBeUpdated []*corev1.Pod
47 isPodUpdated func(*workloads.InstanceSet, *corev1.Pod) (bool, error)
48}
49
50var _ updatePlan = &realUpdatePlan{}
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected