package equal
import "k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/equal"
Index ¶
- func ConfigOKEq(a, b *apiv1.NodeCondition) bool
- func ConfigSourceEq(a, b *apiv1.NodeConfigSource) bool
- func ObjectRefEq(a, b *apiv1.ObjectReference) bool
Functions ¶
func ConfigOKEq ¶
func ConfigOKEq(a, b *apiv1.NodeCondition) bool
ConfigOKEq returns true if the two conditions are semantically equivalent in the context of dynamic config
func ConfigSourceEq ¶
func ConfigSourceEq(a, b *apiv1.NodeConfigSource) bool
ConfigSourceEq returns true if the two config sources are semantically equivalent in the context of dynamic config
func ObjectRefEq ¶
func ObjectRefEq(a, b *apiv1.ObjectReference) bool
ObjectRefEq returns true if the two object references are semantically equivalent in the context of dynamic config
Source Files ¶
equal.go
- Version
- v1.8.5
- Published
- Dec 6, 2017
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 3 minutes ago –
Tools for package owners.