wangyang0918 commented on a change in pull request #16674:
URL: https://github.com/apache/flink/pull/16674#discussion_r682236420
##########
File path:
flink-kubernetes/src/test/java/org/apache/flink/kubernetes/kubeclient/factory/KubernetesJobManagerFactoryTest.java
##########
@@ -170,12 +177,9 @@ public void testPodSpec() throws IOException {
KubernetesJobManagerFactory.buildKubernetesJobManagerSpecification(
flinkPod, kubernetesJobManagerParameters);
- final PodSpec resultPodSpec =
- this.kubernetesJobManagerSpecification
- .getDeployment()
- .getSpec()
- .getTemplate()
- .getSpec();
+ final Deployment deployment =
this.kubernetesJobManagerSpecification.getDeployment();
Review comment:
nit: why do we need this change?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]