Start api directory, which will become a module.

This commit is contained in:
Jeffrey Regan
2019-10-17 11:36:34 -07:00
parent 180429774a
commit e5c8b5ec8f
226 changed files with 623 additions and 689 deletions

View File

@@ -33,16 +33,16 @@ be defaulted. The latter method allows for
complete plugin argument specification.
[types.GeneratorOptions]: ../../types/generatoroptions.go
[types.SecretArgs]: ../../types/secretargs.go
[types.ConfigMapArgs]: ../../types/configmapargs.go
[types.GeneratorOptions]: ../../api/types/generatoroptions.go
[types.SecretArgs]: ../../api/types/secretargs.go
[types.ConfigMapArgs]: ../../api/types/configmapargs.go
[config.FieldSpec]: ../../pkg/transformers/config/fieldspec.go
[types.ObjectMeta]: ../../types/objectmeta.go
[types.Selector]: ../../types/selector.go
[types.Replica]: ../../types/replica.go
[types.PatchStrategicMerge]: ../../types/patchstrategicmerge.go
[types.PatchTarget]: ../../types/patchtarget.go
[image.Image]: ../../types/image.go
[types.ObjectMeta]: ../../api/types/objectmeta.go
[types.Selector]: ../../api/types/selector.go
[types.Replica]: ../../api/types/replica.go
[types.PatchStrategicMerge]: ../../api/types/patchstrategicmerge.go
[types.PatchTarget]: ../../api/types/patchtarget.go
[image.Image]: ../../api/types/image.go
## _AnnotationTransformer_
### Usage via `kustomization.yaml`