-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Description
i fail to replicate the pattern of setting a watch on a given resource ( deployment config instead of deployment) using the openshift specific api
the following snippet just hangs
from openshift import client
oapi = client.OapiApi()
resource_version = ''
stream = oapi.list_deployment_config_for_all_namespaces(watch=True, include_uninitialized=False, resource_version=resource_version)
for event in stream:
print event
any clues?
Metadata
Metadata
Assignees
Labels
No labels