Jeff Regan
f5805c64b2
Merge pull request #1920 from bzub/1919-build_go_plugins_script
...
Add script to detect/build Go plugins.
2019-12-12 09:56:37 -08:00
Jeff Regan
f299b28693
Merge pull request #1941 from monopole/upgradeToMDrip101
...
Upgrade to mdrip 1.0.1
2019-12-12 09:53:36 -08:00
Jeffrey Regan
ee678d6ce9
Upgrade to mdrip 1.0.1
2019-12-12 09:26:11 -08:00
Kubernetes Prow Robot
d5b44461b9
Merge pull request #1611 from sunny0826/zh
...
add zh doc transformerconfigs.md validationTransformer.md
2019-12-12 09:04:33 -08:00
Kubernetes Prow Robot
57059b74f5
Merge pull request #1904 from artmello/enable_gocritic
...
kyaml: Enable gocritic Go linter
2019-12-12 06:56:32 -08:00
Kubernetes Prow Robot
cd0b06c4fd
Merge pull request #1937 from mortent/FixStatusRules
...
Fix issues with rules for Deployment and ReplicaSet
2019-12-12 06:40:31 -08:00
Kubernetes Prow Robot
057893a254
Merge pull request #1931 from pwittrock/vendor
...
Disable Alpha commands by default
2019-12-12 06:36:32 -08:00
Phillip Wittrock
1e14cc93c2
Merge branch 'master' into enable_gocritic
2019-12-12 06:35:33 -08:00
Kubernetes Prow Robot
54e8aab374
Merge pull request #1939 from pwittrock/kyaml-comments
...
Fix panic in merge2 comment merging
2019-12-11 20:02:32 -08:00
Phillip Wittrock
4312ab3f4d
Fix panic in merge2 comment merging
2019-12-11 19:05:51 -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
guoxudong
92dcc02ff1
fix zh doc
2019-12-12 10:21:18 +08:00
Kubernetes Prow Robot
fe6dffff2e
Merge pull request #1935 from pwittrock/unk8s2
...
Remove psuedo/k8s module
2019-12-11 16:20:32 -08:00
Kubernetes Prow Robot
e1205698e6
Merge pull request #1933 from haiyanmeng/expose-es
...
Expose ElasticSearch as a LoadBalancer-type service
2019-12-11 16:16:32 -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
Morten Torkildsen
a28c353eab
Fix issues with rules for Deployment and ReplicaSet
2019-12-11 15:51:30 -08:00
Phillip Wittrock
4791bf8e0b
remove pseudo/k8s module
2019-12-11 15:29:06 -08:00
Jeff Regan
4025603396
Merge pull request #1936 from kubernetes-sigs/startAddressing1898
...
Introduce latest_kustomize tag in release process
2019-12-11 15:28:15 -08:00
Phillip Wittrock
c2dc7ae789
revert pseudo/k8s deps
2019-12-11 15:28:04 -08:00
Phillip Wittrock
484ad36529
remove verify deps -- use k8s directly
2019-12-11 15:28:03 -08:00
Jeff Regan
0e251ed96e
Update README.md
2019-12-11 15:22:30 -08:00
Haiyan Meng
afd24c6faf
Expose ElasticSearch as a LoadBalancer-type service
2019-12-11 15:05:10 -08:00
Jeff Regan
6b7236a206
Update INSTALL.md
2019-12-11 14:26:09 -08:00
Kubernetes Prow Robot
f65cac96d6
Merge pull request #1932 from haiyanmeng/fix
...
Avoid processing the nil pointer returned by kustomizationResultAdapter
2019-12-11 14:22:32 -08:00
Haiyan Meng
0d79219e46
Avoid processing the nil pointer returned by kustomizationResultAdapter
...
Currently, the crawler job panics whenever a nil pointer is returned by
kustomizationResultAdapter.
2019-12-11 13:54:01 -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
Jeff Regan
4098d6fdfb
Merge pull request #1928 from haiyanmeng/empty
...
Mulitple improvements of the crawler
2019-12-11 13:04:29 -08:00
Jeff Regan
4ba69b27f8
Merge pull request #1922 from bzub/cmd_config_docs
...
cmd/config: Documentation nits + updates.
2019-12-11 12:59:41 -08:00
Haiyan Meng
bffc0d7071
Mulitple improvements of the crawler
...
1) Set document IDs to avoid duplicating documents;
2) Set the `creationTime` field of each document in the index;
3) set the `values`, `kinds` and `identifiers` fields for all documents;
4) Add a `Copy` method into the `Document` struct: this fixes the issue
where all the documents existing in the index point to the same Document
object;
5) Avoid using keystore redis;
6) Set imagePullPolicy to `Always` for crawler jobs.
2019-12-11 11:10:48 -08:00
Jeff Regan
54b1549586
Merge pull request #1909 from bzub/1908-plugin_test_path
...
Detect path to plugins from krusty tests.
2019-12-11 10:24:14 -08:00
bzub
3803541bfd
Remove extraneous whitespace.
...
make all (generate docs)
Update examples in cmd docs.
make all (generate docs)
functions/examples: Whitespace cleanup.
functions/examples: Fix some example commands.
2019-12-11 12:12:32 -06:00
Kubernetes Prow Robot
2102ddab7c
Merge pull request #1916 from bzub/plugins_doc_go_link
...
Update plugins/doc.go link.
2019-12-10 15:50:06 -08:00
Kubernetes Prow Robot
f186a0d6bb
Merge pull request #1927 from frankfarzan/config_io_docs
...
Expand and format Configuration IO API Semantics.
2019-12-10 13:24:05 -08:00
Frank Farzan
b0f1f66d9a
Document the default value
2019-12-10 12:27:02 -08:00
Frank Farzan
8c037ba109
Index is a number not a string
2019-12-10 12:15:28 -08:00
Frank Farzan
5e5e3b19f5
Expand and format Configuration IO API Semantics.
2019-12-10 12:02:49 -08:00
Kubernetes Prow Robot
ad94f2c0eb
Merge pull request #1921 from pwittrock/fixes
...
kyaml: fix error handling
2019-12-09 17:07:30 -08:00
Phillip Wittrock
b333115314
kyaml: fix error handling
2019-12-09 16:38:56 -08:00
Kubernetes Prow Robot
50c9916eae
Merge pull request #1905 from pwittrock/autocomplete
...
shell completion for kustomize commands
2019-12-09 16:37:30 -08:00
bzub
e1b18d125d
Add script to detect/build Go plugins.
2019-12-09 17:59:59 -06:00
Kubernetes Prow Robot
8d72bf6e5c
Merge pull request #1917 from frankfarzan/fix_run
...
Fix 'config run' by removing default mount.
2019-12-09 15:04:40 -08:00
Frank Farzan
a4c69d9cde
Fix 'config run' by removing default mount.
...
In, pull #1822 mount logic was refactored where the default
mount using zero-value no longer makes sense and leads to
this failure:
"invalid argument "type=,src=,dst=:ro" for "--mount" flag: type is
required"
I think the intent here was to remove default mount.
2019-12-09 14:37:57 -08:00
bzub
ecb9b9efa4
Update plugins/doc.go link.
2019-12-09 15:45:05 -06:00
Phillip Wittrock
2eacbeaa87
shell completion for kustomize commands
2019-12-09 09:22:14 -08:00
Kubernetes Prow Robot
46be801a48
Merge pull request #1910 from artmello/enable_goconst
...
kyaml: Enable goconst Go Linter
2019-12-09 08:40:02 -08:00
Arthur Mello
0bace652c3
Move repeated variable content to constants following linter suggestion
2019-12-08 07:12:48 -03:00
Arthur Mello
f0779cd02f
kyaml: Enable goconst Go Linter
2019-12-07 16:27:25 -03:00
bzub
105a8e57c8
Detect path to plugins from krusty tests.
2019-12-07 13:16:15 -06:00
Arthur Mello
0a8d7c2be2
Fix code to address complains from gocritic (assignOp, ifElseChain and appendAssign)
2019-12-06 16:34:27 -03:00