Home
last modified time | relevance | path

Searched refs:ControllerRevisionHashLabel (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/history/
H A Dcontroller_history.go48 const ControllerRevisionHashLabel = "controller.kubernetes.io/hash" const
85 cr.Labels[ControllerRevisionHashLabel] = hash
117 if hs, found := lhs.Labels[ControllerRevisionHashLabel]; found {
124 if hs, found := rhs.Labels[ControllerRevisionHashLabel]; found {
H A Dcontroller_history_test.go316 ss1Rev2.Labels[ControllerRevisionHashLabel] = ss1Rev1.Labels[ControllerRevisionHashLabel]