Kubernetes Prow Robot
298f21a9f0
Merge pull request #251 from jamesgetx/fix_to_dict
...
fix: field extra_args recursive growth caused by Resource and Subreso…
2021-10-15 10:08:55 -07:00
Kubernetes Prow Robot
6023e110de
Merge pull request #253 from schneesu/fix_unsuitable_raise
...
fix: ignore NotFoundError in the first call of LazyDiscoverer. __search
2021-10-15 09:16:55 -07:00
abikouo
281f17ab23
add support for server side apply
2021-09-29 11:53:43 +02:00
schneesu
c040d87bd8
fix: ignore ResourceNotFoundError in the first call of LazyDiscoverer.__search
2021-09-28 10:05:17 +08:00
jamesgetx
bd944a58a3
fix: field extra_args recursive growth caused by Resource and Subresource to_dict method when cache with CacheDecoder
2021-09-16 19:49:29 +08:00
piglei
66a45cd081
Make duck-typing in serialize_body method more restrictive
2021-08-23 14:48:24 +08:00
Kubernetes Prow Robot
dd15ac6263
Merge pull request #244 from hedrox/bug-rc-delete
...
Fix replication controller pods delete in tests
2021-08-15 14:41:46 -07:00
Kubernetes Prow Robot
6b0104ffb9
Merge pull request #247 from gravesm/dry-run
...
Add support for dryRun parameter
2021-08-05 10:21:22 -07:00
Hedi Nasr
59ba58b494
Add the ability to stop the watcher gracefully.
2021-07-28 21:18:12 +02:00
Mike Graves
cbb71698d7
Add support for dryRun parameter
2021-07-26 13:23:57 -04:00
Andrei Marin
6f9e3327a8
Fix replication controller pods delete in tests
2021-07-20 21:33:30 +03:00
Yash Kumar Singh
bde3935f26
Support customizing “Accept” header and added a testcase to test custom header
2021-05-07 05:52:23 +05:30
jamesgetx
e09312a31e
test: self._cache = json.load(f, cls=partial(CacheDecoder, self.client))
2021-02-01 21:20:19 +08:00
jamesgetx
ec1e85ec10
test: self._cache = json.load(f, cls=partial(CacheDecoder, self.client))
2021-02-01 21:18:40 +08:00
jamesgetx
18a5ccc3ef
fix: load cache error when CacheDecoder object is not callable
2021-01-29 17:27:01 +08:00
Haowei Cai
3f05359afc
configmap-e2e: use labels
2021-01-04 17:47:34 -08:00
Haowei Cai
acdd0588f7
restore discovery client exception handling
2020-10-14 14:34:17 -07:00
Fabian von Feilitzsch
fb259e1477
Prevent 503s from killing the client during discovery
2020-03-13 15:07:45 -04:00
Fabian von Feilitzsch
8ef5857bda
Use explicit API version for retrieving CRD API
2019-09-24 09:41:24 -04:00
Oz N Tiram
c941d74b37
Remove all shebangs from Python modules and checker
...
As discussed, Python modules which aren't intended to be invoked
as scripts should not include a shebang line.
Update CONTRIBUTING.md and the checker script.
This script now includes a list SKIP_FILES for files that
should not be checked for boilerplate template.
The tests will now fail if a Python module has a shebang line.
Scripts which should have a shebang line and exists in the directory
`hack` can be ignored by adding them to the SKIP_FILES list.
2019-08-27 22:18:52 +02:00
Fabian von Feilitzsch
53c4cb23a3
Add boilerplate
2019-08-09 21:38:40 -04:00
Fabian von Feilitzsch
5b21d65aae
Add tests for dynamic client
2019-08-09 21:38:40 -04:00
Fabian von Feilitzsch
461a3bf7ce
Add dynamic client
2019-08-09 21:38:26 -04:00