Sam Barker created FLINK-36031:
----------------------------------
Summary: Migrate kubernetes operator metrics from OKHttp
Interceptor API to Fabric8 Interceptor API
Key: FLINK-36031
URL: https://issues.apache.org/jira/browse/FLINK-36031
Project: Flink
Issue Type: Improvement
Components: Kubernetes Operator
Affects Versions: kubernetes-operator-1.9.0
Reporter: Sam Barker
Fix For: kubernetes-operator-1.10.0
I noticed [this
comment|https://github.com/apache/flink-kubernetes-operator/blob/8479f2267620cf6cb7a5cda981a769b8a0262184/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/KubernetesClientUtils.java#L56-L58]
when investigating something in the operator code base. So followed through to
check if the Fabric8 interceptor API was ready. It wasn't quite ready but now
that this [kubernetes-client
PR|https://github.com/fabric8io/kubernetes-client/pull/6144] has been merged
and released as part of Fabric8 kubernetes-client
[6.13.2|https://github.com/fabric8io/kubernetes-client/issues/6097].
This change can now be made in the operator and I believe that is a refactoring
as it has no externally visible effects.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)