Skip to content

Commit 1f0c7db

Browse files
authored
update defaultconfig link
kubernetes/kubectl#790
1 parent c33bbbc commit 1f0c7db

File tree

1 file changed

+4
-4
lines changed
  • staging/src/k8s.io/kubectl/docs/book/pages/reference

1 file changed

+4
-4
lines changed

staging/src/k8s.io/kubectl/docs/book/pages/reference/kustomize.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Meta Options control how Kustomize generates and transforms Resource Config.
564564
### configurations
565565

566566
`configurations` is used to configure the built-in Kustomize Transformers to work with CRDs. The built-in
567-
Kustomize configurations can be found [here](https://github.com/kubernetes-sigs/kustomize/tree/master/pkg/transformers/config/defaultconfig)
567+
Kustomize configurations can be found [here](https://github.com/kubernetes-sigs/kustomize/blob/master/api/konfig/builtinpluginconsts)
568568

569569
Examples:
570570

@@ -605,7 +605,7 @@ to find additional annotation fields on CRDs.
605605
| **path** | string | Path to annotation field. |
606606
| **version** | string | API Version of the object to add the annotation to. If unset, applies to all Versions. |
607607

608-
[Built-in examples](https://github.com/kubernetes-sigs/kustomize/blob/master/pkg/transformers/config/defaultconfig/commonannotations.go)
608+
[Built-in examples](https://github.com/kubernetes-sigs/kustomize/blob/master/api/konfig/builtinpluginconsts/commonannotations.go)
609609

610610
{% sample lang="yaml" %}
611611

@@ -640,7 +640,7 @@ additional labels and selector fields on CRDs.
640640
| **path** | string | Path to label field. |
641641
| **version** | string | API Version of the object to add the label to. If unset, applies to all Versions. |
642642

643-
[Built-in examples](https://github.com/kubernetes-sigs/kustomize/blob/master/pkg/transformers/config/defaultconfig/commonlabels.go)
643+
[Built-in examples](https://github.com/kubernetes-sigs/kustomize/blob/master/api/konfig/builtinpluginconsts/commonlabels.go)
644644

645645
{% sample lang="yaml" %}
646646

@@ -737,7 +737,7 @@ names are modified - e.g. `namePrefix`, `secretGenerator`.
737737
| **path** | string | Path to the name field that is a reference. |
738738
| **version** | string | API Version of the object *that contains a reference**. If unset, applies to all Versions. |
739739

740-
[Built-In Examples](https://github.com/kubernetes-sigs/kustomize/blob/master/pkg/transformers/config/defaultconfig/namereference.go)
740+
[Built-In Examples](https://github.com/kubernetes-sigs/kustomize/blob/master/api/konfig/builtinpluginconsts/namereference.go)
741741

742742
{% sample lang="yaml" %}
743743

0 commit comments

Comments
 (0)