Skip to content

Watch functionality #111

@karmab

Description

@karmab

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions