Paul Martin
ab9d4c7e7b
Added test to ensure that individusal files cannot be added to the components list.
2020-05-19 19:26:18 +01:00
guoxudong
7bae481252
fix
2020-05-19 10:19:59 +08:00
Jeff Regan
765a4888df
Merge pull request #2438 from apyrgio/feature-components-docs
...
Kustomize API Proposal: Add an example with components
2020-05-18 16:37:45 -07:00
Jeff Regan
f9822c014f
Merge pull request #2468 from wendorf/numeric-common-labels
...
Test coverage for numeric-looking commonLabels strings
2020-05-18 14:06:23 -07:00
Kubernetes Prow Robot
1e36c1c74f
Merge pull request #2496 from phanimarupaka/SchemaFileToOpenAPI
...
Add schema-path flag to input openAPI for setters
2020-05-18 11:25:36 -07:00
Paul Martin
c5c53011da
PoC to add Components to a separate components list (instead of resources)
...
If this idea is preferred, the code could really do with a refactor (probably using closures to control the behaviour of accumulate directory)
2020-05-18 19:25:29 +01:00
Paul Martin
fdfb58cc3e
Require version kustomize.config.k8s.io/v1alpha1 for Component
2020-05-18 19:25:29 +01:00
Paul Martin
1079d8604c
Renamed KustomizationPatch to Component
2020-05-18 19:25:29 +01:00
Paul Martin
4454edc14c
Implement "kind: KustomizationPatch" to support composition of Kustomize files
2020-05-18 19:25:29 +01:00
Kubernetes Prow Robot
7d5304928b
Merge pull request #2495 from phanimarupaka/ValidateListValues
...
Validate list values against openAPI
2020-05-17 09:49:36 -07:00
Phani Teja Marupaka
bf17177270
Suggested Changes
2020-05-16 22:21:24 -07:00
Phani Teja Marupaka
2320c10463
Validate list values against openAPI
2020-05-16 22:01:11 -07:00
Phani Teja Marupaka
50cba50a8d
Add schema-path flag to input openAPI for setters
2020-05-16 18:36:05 -07:00
Kubernetes Prow Robot
2eabe24896
Merge pull request #2480 from mortent/FormattingAnnotation
...
Add annotation for opting out of formatting
2020-05-15 15:01:37 -07:00
Morten Torkildsen
99b850555d
Add annotation for opting out of formatting
2020-05-15 13:43:02 -07:00
Kubernetes Prow Robot
69e3c01cbf
Merge pull request #2493 from pwittrock/master
...
kustomize transformers to create fields if they are null
2020-05-15 13:13:37 -07:00
Phillip Wittrock
77b5a4a215
kustomize transformers to create fields if they are null
2020-05-15 12:30:59 -07:00
Dan Wendorf
214b5bcfb9
Test coverage for numeric-looking commonLabels strings
...
There is a regression in 72c7db39f2 where
commonLabels that are numeric-looking strings lose their quotation,
changing the value type from string to integer. This will cause the
resource to fail validation.
2020-05-15 12:26:10 -07:00
Alex Pyrgiotis
e1087cdfbc
Add a configMapGenerator to the example
...
Slightly alter the reCAPTCHA component to use a `configMapGenerator`,
instead of patching the base `ConfigMap` as in the rest of the
components, to show that this is supported as well.
2020-05-15 18:00:09 +00:00
Alex Pyrgiotis
844824e8e9
Incorporate the "components" suggestion
...
Incorporate the suggestion of the separate "components" field, that will
hold references to resources of `Component` kind. Also, add a missing
reference to the base, in the Kustomization files of the variants.
2020-05-15 15:04:17 +00:00
Alex Pyrgiotis
8d8773fc0e
Add some missing overlay fields
2020-05-15 15:01:56 +00:00
guoxudong
bf71dce60c
add zh docs plugins-builtions.md
2020-05-15 14:44:27 +08:00
Jeff Regan
66e889e4c1
Merge pull request #2489 from monopole/testExamplesAgainstHeadInProw
...
Test kustomize examples against head in prow presubmit.
2020-05-14 21:44:51 -07:00
jregan
ee2228c5fc
Test kustomize examples against head in prow presubmit.
2020-05-14 21:17:13 -07:00
Kubernetes Prow Robot
dd3a79bcf7
Merge pull request #2487 from pwittrock/master
...
Quote yaml 1.1 non-string values for commonlabels and commonAnnotations
2020-05-14 19:54:59 -07:00
Jeff Regan
84ed659d8c
Merge pull request #2488 from monopole/fixMake
...
Fix verify-kustomize target in Makefile
2020-05-14 19:34:01 -07:00
jregan
fbceeb1770
Fix verify-kustomize target in Makefile
2020-05-14 19:18:25 -07:00
Jeff Regan
a7b58257e1
Merge pull request #2486 from monopole/goModyTidyVerify
...
Automated ./hack/doGoMod.sh tidy;verify
2020-05-14 19:13:08 -07:00
Phillip Wittrock
b622306ff7
Quote yaml 1.1 non-string values for commonlabels and commonAnnotations
2020-05-14 19:05:41 -07:00
jregan
ee095371b8
Automated ./hack/doGoMod.sh tidy;verify
2020-05-14 18:50:04 -07:00
Jeff Regan
73cb596122
Merge pull request #2484 from monopole/moreLabellerTests
...
Add more labelling tests.
2020-05-14 18:13:15 -07:00
jregan
d0425791ca
Add more labelling tests.
2020-05-14 17:54:13 -07:00
Jeff Regan
bacb9e2249
Merge pull request #2482 from monopole/fixMkdirMinusP
...
Fix mkdir -p problem in example
2020-05-14 17:35:34 -07:00
Kubernetes Prow Robot
c0c70b26d1
Merge pull request #2483 from pwittrock/master
...
release kyaml and cmd/config
2020-05-14 17:30:59 -07:00
Phillip Wittrock
6837d1f196
release kyaml and cmd/config
2020-05-14 17:10:01 -07:00
jregan
f247955942
Fix mkdir -p problem in example
2020-05-14 17:07:02 -07:00
Kubernetes Prow Robot
f7f0923375
Merge pull request #2470 from pwittrock/master
...
Support publishing starlark functions from urls
kyaml/v0.1.11
2020-05-14 14:44:58 -07:00
Kubernetes Prow Robot
d1556837e1
Merge pull request #2478 from phanimarupaka/ValidateSubstitutionsOpenAPI
...
Validate substitutions against openAPI
2020-05-14 14:20:58 -07:00
Phani Teja Marupaka
7c731f0109
Validate substitutions against openAPI
2020-05-14 14:00:58 -07:00
Kubernetes Prow Robot
ff125b8c6c
Merge pull request #2473 from pwittrock/fix
...
Set common labels and annotations as strings
2020-05-14 12:00:58 -07:00
Kubernetes Prow Robot
9a4927607d
Merge pull request #2471 from phanimarupaka/OpenAPIValidations
...
Validate setters against openAPI
2020-05-14 11:42:23 -07:00
Ioannis Androulidakis
6951623dd0
Rename KustomizationPatch to Component
...
The main change in this commit is that we rename the
`KustomizationPatch` kind to `Component`, and use the appropriate group
and API version (`kustomize.config.k8s.io/v1alpha1`).
2020-05-14 14:11:47 +00:00
Phani Teja Marupaka
eb7602fe19
Validate setters against openAPI
2020-05-13 21:34:28 -07:00
Jeff Regan
a1def720cc
Update valueAdd.md
2020-05-13 17:02:12 -07:00
Phillip Wittrock
0866e2a54b
Set common labels and annotations as strings
2020-05-13 16:58:38 -07:00
Jeff Regan
99933bf571
Update valueAdd.md
2020-05-13 16:38:16 -07:00
Kubernetes Prow Robot
b1fbf1958d
Merge pull request #2432 from tamalsaha/fix-marshal
...
Fix MarshalJSON of array
2020-05-13 16:22:22 -07:00
Tamal Saha
e3971ffbff
Fix linter warning
...
Signed-off-by: Tamal Saha <tamal@appscode.com >
2020-05-13 13:34:24 -07:00
Tamal Saha
802d79ae32
Fix MarshalJSON of array
...
Signed-off-by: Tamal Saha <tamal@appscode.com >
2020-05-13 13:32:19 -07:00
Phillip Wittrock
6ae53cb732
Support publishing starlark functions from urls
2020-05-13 11:36:49 -07:00