Jeff Regan
79cfdb0976
Merge pull request #1983 from mortent/statusCmdTests
...
Add tests for status cli
2020-01-07 09:56:04 -08:00
Kubernetes Prow Robot
837df94d67
Merge pull request #2027 from prachirp/configFnDocs
...
Docs and examples use config.k8s.io/function annotation
2020-01-06 11:00:19 -08:00
Prachi Pendse
6b90f13281
Clarify docs messaging
2020-01-06 13:05:24 +05:30
Phillip Wittrock
d489bdedd7
publish list-setters command
2020-01-04 09:39:56 -08:00
Prachi Pendse
5ee6380b1c
Docs and examples use config.k8s.io/function annotation
...
- Update function docs to recommend new annotation
- Update examples to use config.k8s.io/function annotation
2020-01-03 10:52:56 +05:30
Phillip Wittrock
e0b766ee46
Fix issue with setting set-by
2020-01-02 15:55:38 -08:00
Phillip Wittrock
ac9b0a3e9e
kyaml setters: support full and partial field replacement
2020-01-02 14:00:43 -08:00
Morten Torkildsen
f0d81c4fac
Add tests for status cli
2020-01-02 10:42:51 -08:00
Kubernetes Prow Robot
3577a7e174
Merge pull request #2022 from mortent/Docs
...
Better documentation for the resource and status commands.
2020-01-02 09:51:41 -08:00
Phillip Wittrock
b37abbf057
Refactor set
...
- Implement inline setters as OpenAPI extensions
- Naming cleanup substitute -> set
- Documentation cleanup
- Simplify implementation
2020-01-02 08:32:38 -08:00
Kubernetes Prow Robot
3bef339186
Merge pull request #1890 from joncwong/merge3
...
Integrate merge3 as command for 3-way merges
2020-01-02 07:43:41 -08:00
Morten Torkildsen
71ce46416e
Better documentation for the resource and status commands.
2020-01-01 14:05:14 -08:00
Jonathan Wong
ef82c736b9
Remove newline
2019-12-24 21:46:59 -08:00
Jonathan Wong
fc57f530ee
Clean up merge3 changes
2019-12-24 21:18:40 -08:00
Jonathan Wong
4bdfb1c511
Remove refactored cmd directory
2019-12-24 21:14:27 -08:00
Katrina Verey
24cf0c1fdc
config tree defaults to graph structure when ownerRefs available
2019-12-23 16:36:25 -05:00
Phillip Wittrock
ad4eb87e2e
move setters to be available as libraries
2019-12-21 16:29:06 -08:00
Phillip Wittrock
8a1874d20d
completion should suggest directories if use contains DIR
2019-12-21 16:04:23 -08:00
Kubernetes Prow Robot
105f25860e
Merge pull request #1999 from pwittrock/fix-fmt
...
fix issues caused by dropping or overriding style
2019-12-20 09:27:33 -08:00
Jonathan Wong
e35e0bff60
Update docs for merge3
2019-12-20 03:48:29 -08:00
Jonathan Wong
8095b16c9a
Add test for merge3 command
2019-12-20 03:47:45 -08:00
Jonathan Wong
d04b4a2899
Remove unnecessary 1-line comment
2019-12-20 03:47:45 -08:00
Jonathan Wong
aafeb75ef1
Rebase merge3 branch into master
2019-12-20 03:43:11 -08:00
Phillip Wittrock
98431f6a00
fix kyaml issue where dropping Style created issues
...
dropping the node style creates a compatibility issue where quotes around "on" are dropped
because yaml.v3 interprets it as a string.
other yaml parsers interpret on as a bool value, and parse it as a bool rather than string.
fix: retain the original style so it is kept as quoted.
- fmt: don't drop the styles
- merge2: keep the style when merging elements
- setting a field: if changing the value of a scalar field, retain its style by default
2019-12-19 20:25:31 -08:00
Sean Sullivan
49f17586ca
Update go.mod to point to most recent version of k8s.io/kubectl
2019-12-19 11:20:12 -08:00
Kubernetes Prow Robot
32b55109f7
Merge pull request #1978 from oke-py/doc
...
Fixed a wrong path and run `make all`
2019-12-17 16:39:58 -08:00
Phillip Wittrock
502f86a982
rename ownedBy json value to setBy
2019-12-17 11:50:18 -08:00
Naoki Oketani
7a384bc0d8
Fixed a wrong path and run make all
2019-12-17 18:22:49 +09:00
Phillip Wittrock
eaaefc128f
Using single quote style when setting annotations
...
Annotations must be strings. Use single-quote style
so tools don't get confused about the type.
2019-12-16 18:04:46 -08:00
Kubernetes Prow Robot
b38c0bc5c1
Merge pull request #1962 from pwittrock/sub
...
Support for set / substitution
2019-12-16 13:39:38 -08:00
Kubernetes Prow Robot
b07ae5558a
Merge pull request #1969 from pwittrock/release-scripts
...
Add release scripts for modules and binaries
2019-12-16 13:35:38 -08:00
Phillip Wittrock
ae8143a9be
Add release scripts for modules and binaries
2019-12-16 13:05:17 -08:00
Phillip Wittrock
62e969c719
cmd/config set: Support for setting fields imperatively from the cli
2019-12-16 10:39:55 -08:00
Phillip Wittrock
53db9b8de4
Revert "Fixed a wrong path and run make generate"
2019-12-16 09:29:22 -08:00
Kubernetes Prow Robot
2fc224c2ff
Merge pull request #1965 from prachirp/config-doc
...
Clarify removing annotations in config-io
2019-12-16 09:27:38 -08:00
Naoki Oketani
6fbab07df5
Fixed a wrong path and run make generate
2019-12-16 12:57:15 +09:00
Prachi Pendse
b5dba5b4da
Clarify removing annotation in config-io
2019-12-13 16:43:50 -08:00
Morten Torkildsen
60e2375521
Remove dependency on curse library
2019-12-13 09:18:36 -08:00
Sean Sullivan
1cae8f9858
Rename misspelled commands.go
2019-12-12 16:32:51 -08:00
Phillip Wittrock
7bdb5d3cfa
expose apply Options so we can tune them
2019-12-12 15:22:27 -08:00
Jeffrey Regan
bb03507d98
Go mod tidy b4 release.
2019-12-12 14:24:06 -08:00
Phillip Wittrock
98d2be5550
refactor cmd/config to internal
2019-12-12 12:46:31 -08:00
Phillip Wittrock
6dbed7c16c
copy apply and diff commands from kubectl
2019-12-12 10:23:47 -08:00
Phillip Wittrock
1a3f622207
regenerate docs and license
2019-12-12 10:22:12 -08:00
Jeffrey Regan
ee678d6ce9
Upgrade to mdrip 1.0.1
2019-12-12 09:26:11 -08:00
Phillip Wittrock
6484259632
Disable alpha kustomize commands by default.
...
- enable alpha commands with env KUSTOMIZE_SHOW_ALPHA_COMMANDS=true
2019-12-11 18:42:46 -08:00
Kubernetes Prow Robot
a6535c4be2
Merge pull request #1934 from pwittrock/unk8s
...
revert pseudo/k8s deps
2019-12-11 16:08:32 -08:00
Phillip Wittrock
c2dc7ae789
revert pseudo/k8s deps
2019-12-11 15:28:04 -08:00
Kubernetes Prow Robot
e4635b456a
Merge pull request #1930 from mortent/statusCli
...
cli for status
2019-12-11 13:34:32 -08:00
Morten Torkildsen
1b3b8522f9
cli for status
2019-12-11 13:13:09 -08:00