@@ -564,7 +564,7 @@ Meta Options control how Kustomize generates and transforms Resource Config.
564
564
# ## configurations
565
565
566
566
` 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 )
568
568
569
569
Examples :
570
570
@@ -605,7 +605,7 @@ to find additional annotation fields on CRDs.
605
605
| **path** | string | Path to annotation field. |
606
606
| **version** | string | API Version of the object to add the annotation to. If unset, applies to all Versions. |
607
607
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)
609
609
610
610
{% sample lang="yaml" %}
611
611
@@ -640,7 +640,7 @@ additional labels and selector fields on CRDs.
640
640
| **path** | string | Path to label field. |
641
641
| **version** | string | API Version of the object to add the label to. If unset, applies to all Versions. |
642
642
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)
644
644
645
645
{% sample lang="yaml" %}
646
646
@@ -737,7 +737,7 @@ names are modified - e.g. `namePrefix`, `secretGenerator`.
737
737
| **path** | string | Path to the name field that is a reference. |
738
738
| **version** | string | API Version of the object *that contains a reference**. If unset, applies to all Versions. |
739
739
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)
741
741
742
742
{% sample lang="yaml" %}
743
743
0 commit comments