kubernetes/vendor/sigs.k8s.io/kustomize/kyaml/yaml/schema/schema.go

// IsAssociative returns true if all elements in the list contain an
// AssociativeSequenceKey as a field.
func IsAssociative(schema *openapi.ResourceSchema, nodes []*yaml.RNode, infer bool) bool {}

func schemaHasMergeStrategy(schema *openapi.ResourceSchema) bool {}