func TestMatchNode(t *testing.T) { … } func TestSelectableFieldLabelConversions(t *testing.T) { … } // helper creates a NodeNode with a set of PodCIDRs, Spec.ConfigSource, Status.Config func makeNode(podCIDRs []string, addSpecDynamicConfig bool, addStatusDynamicConfig bool) *api.Node { … } func TestDropFields(t *testing.T) { … } func TestValidateUpdate(t *testing.T) { … } func TestValidate(t *testing.T) { … } func TestWarningOnUpdateAndCreate(t *testing.T) { … }