jvm-operators / abstract-operator

Library/SDK for creating the operators for Kubernetes and Openshift.
Apache License 2.0
60 stars 17 forks source link

OPERATOR_OPERATION_TIMEOUT_MS isn't being used anywhere #34

Open jkremser opened 5 years ago

jkremser commented 5 years ago

Describe the problem:

one can specify the env variable OPERATOR_OPERATION_TIMEOUT_MS (defaults to 60 seconds), but this isn't used anywhere in the code. It should be passed to the fabric8 client.