mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
update deprecated doc refs
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Copyright 2019 The Kubernetes Authors.
|
// Copyright 2019 The Kubernetes Authors.
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// A code generator. See /plugin/doc.go for an explanation.
|
// A code generator. See /plugin/README.md for an explanation.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ func FormatNonStringStyle(node *Node, schema spec.Schema) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// if the node tag is null, make sure we don't add any non-null tags
|
// if the node tag is null, make sure we don't add any non-null tags
|
||||||
// https://github.com/GoogleContainerTools/kpt/issues/2321
|
// https://github.com/kptdev/kpt/issues/2321
|
||||||
if node.Tag == NodeTagNull {
|
if node.Tag == NodeTagNull {
|
||||||
// must NOT quote null values
|
// must NOT quote null values
|
||||||
node.Style = 0
|
node.Style = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user