Natasha Sarkar
222b2d4485
added MYGOBIN variable for kind
2020-10-13 16:25:29 -07:00
Natasha Sarkar
e107020bd2
edited make schema for kyaml
2020-10-13 13:53:25 -07:00
Natasha Sarkar
430665e984
version -> api_version
2020-10-13 13:21:19 -07:00
Kubernetes Prow Robot
017d5673ba
Merge pull request #3088 from Shell32-Natsu/arm-build
...
add arm build
2020-10-12 15:33:22 -07:00
Donny Xia
f346b9803e
add arm build
2020-10-12 13:41:24 -07:00
Eyob Tefera
58092bf66d
Fix list_setters test.
2020-10-12 20:23:53 +00:00
Eyob Tefera
747323efce
Add isSet to ListSetters cmd.
2020-10-12 20:14:25 +00:00
Jeff Regan
7428e08f93
Merge pull request #3081 from Shell32-Natsu/release-container
...
files for building image when release kustomize
2020-10-12 11:18:09 -07:00
Stuart P. Bentley
3c8e6d7151
Group regex within anchoring
...
This ensures that anchoring will apply to the entire anchored expression, eg. a pattern like `foo|bar` will only match the strings "foo" and "bar" (`^(?:foo|bar)$`), instead of matching any string that begins with "foo" or ends with "bar" (`^foo|bar$`).
2020-10-10 15:47:38 -07:00
Donny Xia
43bd2f4cdb
files for building image when release kustomize
2020-10-09 14:35:17 -07:00
Natasha Sarkar
1dfc9a88a8
moved openapi instructions to top of readme
2020-10-09 12:31:14 -07:00
Natasha Sarkar
01beba8697
formatting documentation:
2020-10-09 12:29:06 -07:00
Natasha Sarkar
b1e01b238b
updated documentation
2020-10-09 12:29:06 -07:00
Natasha Sarkar
1f595da9ad
updated way to fetch go-bindata
2020-10-09 12:29:06 -07:00
Natasha Sarkar
1cf876927d
minor makefile fix
2020-10-09 12:29:06 -07:00
Natasha Sarkar
a422c935d8
added make target to fetch new openapi schema
2020-10-09 12:29:06 -07:00
Jeff Regan
1971816663
Update README.md
2020-10-09 09:45:19 -07:00
Kubernetes Prow Robot
3d1eab872b
Merge pull request #3071 from monopole/unpinAll
...
Unpin api,cmd/config,kyaml
2020-10-08 13:03:06 -07:00
Jeff Regan
10c1b0c5fa
Update README.md
2020-10-08 11:34:07 -07:00
Jeff Regan
4d95cd3630
Merge pull request #3072 from monopole/gorepomod
...
Replace bash release helper scripts with Go progam
2020-10-08 11:10:57 -07:00
jregan
0c169e96e5
Replace bash release helper scripts with Go progam
2020-10-08 10:54:14 -07:00
jregan
5baea8400f
Unpin api,cmd/config,kyaml
2020-10-08 09:39:49 -07:00
Jeff Regan
4052cd4fd8
Merge pull request #3069 from monopole/pinToCmdConfigV0.8.2
...
Pin to cmd/config/v0.8.2, api/v0.6.3
kustomize/v3.8.5
2020-10-07 19:40:12 -07:00
jregan
21ac400d49
Pin to cmd/config/v0.8.2
2020-10-07 19:21:23 -07:00
Jeff Regan
351a4a48e4
Merge pull request #3068 from monopole/pinToKyamlv0.9.1_cliUtilsv0.20.4
...
Pin to kyaml/v0.9.1 and cli-utils/v0.20.4
api/v0.6.3
cmd/config/v0.8.2
2020-10-07 16:43:04 -07:00
jregan
b3cf475024
Pin to kyaml/v0.9.1 and cli-utils/v0.20.4
2020-10-07 16:23:13 -07:00
Jeff Regan
ded25075b1
Update README.md
2020-10-07 16:17:26 -07:00
Jeff Regan
05b8671d17
Update README.md
kyaml/v0.9.1
2020-10-07 14:35:44 -07:00
Jeff Regan
1bfcc81f08
Merge pull request #3027 from gochist/windows-exec
...
Support exec plugin on Windows
2020-10-07 14:18:14 -07:00
Jeff Regan
3d058830b9
Merge pull request #2918 from sunny0826/zh-patches
...
update zh doc api-reference/kustomization/patches
2020-10-07 14:04:53 -07:00
Jeff Regan
bdb53fca9e
Merge pull request #3067 from Shell32-Natsu/file-name
...
make file name more readable when no group
2020-10-07 13:50:28 -07:00
Donny Xia
b7265440f8
make file name more readable when no group
2020-10-07 12:44:45 -07:00
Kubernetes Prow Robot
72e1a27177
Merge pull request #3064 from Shell32-Natsu/comma
...
remove ',' separator in edit add label/annotation
2020-10-07 10:18:18 -07:00
Kubernetes Prow Robot
0a1fde1e41
Merge pull request #3066 from phanimarupaka/ImproveSetOutputMessage
...
Improve setter output message
2020-10-06 21:12:42 -07:00
Jeff Regan
ae4618d327
Merge pull request #3065 from natasha41575/updateSchemaForPorts
...
updated schema to fix port merging issue
2020-10-06 18:00:15 -07:00
Natasha Sarkar
aee6ccb05c
added documentation comments
2020-10-06 17:20:18 -07:00
Natasha Sarkar
3cd2a0a2f7
removed comments documenting broken test
2020-10-06 14:48:49 -07:00
Phani Teja Marupaka
c96fa7c347
Improve setter output message
2020-10-06 14:41:14 -07:00
Natasha Sarkar
ad01d8d34e
updated schema to fix port merging issue
2020-10-06 14:30:30 -07:00
Donny Xia
b214fa7d5a
remove ',' separator in edit add label/annotation
2020-10-06 11:49:39 -07:00
Jeff Regan
68f67c183e
Merge pull request #3060 from Shell32-Natsu/doc
...
Remove the lines about config save command
2020-10-06 09:54:23 -07:00
Jeff Regan
fe5c3a291f
Merge pull request #3059 from Shell32-Natsu/metadata
...
Add metadata field to kustomization file
2020-10-05 15:18:42 -07:00
Donny Xia
f38cc4446b
Remove the lines about config save command
2020-10-05 11:29:02 -07:00
Donny Xia
e695b0534d
Add metadata field to kustomization file
2020-10-05 11:20:41 -07:00
June Yi
51ecca8f2f
Add a comment about the behavior in Windows
2020-10-03 09:49:56 +09:00
Jeff Regan
460c54064c
Update README.md
2020-10-02 16:51:13 -07:00
Jeff Regan
50c0200429
Merge pull request #3056 from monopole/mechanicalGoSum
...
Update generated go.sum files.
kyaml/v0.9.0
2020-10-02 15:25:57 -07:00
jregan
b1b5a95466
Update generated go.sum files.
2020-10-02 14:51:17 -07:00
Jeff Regan
3f71c671df
Merge pull request #2948 from dearchap/patch-1
...
Update _index.md
2020-10-02 14:22:31 -07:00
Jeff Regan
2ce9c02ada
Merge pull request #3055 from phanimarupaka/CleanupCfgCommandOutput
...
Cleanup Cfg/Grep Command Output
2020-10-02 14:22:00 -07:00