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