temp(main): add debug log
This commit is contained in:
parent
07d6fe7442
commit
93b20925c2
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -95,6 +95,7 @@ def watch_crd(group, version, plural):
|
||||||
logging.info(f"Watching {group}/{version}/{plural}")
|
logging.info(f"Watching {group}/{version}/{plural}")
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
logging.info(f"Debug: request watching for: {resource_version}")
|
||||||
stream = watch.Watch().stream(crds.list_cluster_custom_object,
|
stream = watch.Watch().stream(crds.list_cluster_custom_object,
|
||||||
group=group, version=version, plural=plural,
|
group=group, version=version, plural=plural,
|
||||||
resource_version=resource_version)
|
resource_version=resource_version)
|
||||||
|
|
Reference in a new issue