Skip to content

Commit edadb0f

Browse files
committed
format
1 parent 1d22b4f commit edadb0f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITPodsRestart.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ public void testServerPodsRestartByChangingContSecurityContext() throws Exceptio
225225
}
226226

227227
/**
228-
* Modify/Add the podSecurityContext section at ServerPod level using kubectl apply -f domain.yaml.
229-
* Verify all pod(s) re-started. The property tested is: podSecurityContext: runAsUser: 1000
230-
* fsGroup: 2000
228+
* Modify/Add the podSecurityContext section at ServerPod level using kubectl apply -f
229+
* domain.yaml. Verify all pod(s) re-started. The property tested is: podSecurityContext:
230+
* runAsUser: 1000 fsGroup: 2000
231231
*
232232
* @throws Exception
233233
*/
@@ -258,8 +258,8 @@ public void testServerPodsRestartByChangingPodSecurityContext() throws Exception
258258
}
259259

260260
/**
261-
* Modify/Add imagePullSecrets section at Domain Level using kubectl apply -f domain.yaml. Verify all
262-
* pods re-started. The property tested is: imagePullSecrets:- name: imagePullSecr value:
261+
* Modify/Add imagePullSecrets section at Domain Level using kubectl apply -f domain.yaml. Verify
262+
* all pods re-started. The property tested is: imagePullSecrets:- name: imagePullSecr value:
263263
* myImagePullSecret
264264
*
265265
* @throws Exception
@@ -292,8 +292,8 @@ public void testServerPodsRestartByChangingImagePullSecrets() throws Exception {
292292

293293
/**
294294
* Modify/Add resources at ServerPod level using kubectl apply -f domain.yaml. Verify all pods
295-
* re-started. The property tested is:serverPod: resources: limits: cpu: "1" requests: cpu: "0.5"
296-
* args: - -cpus - "2"
295+
* re-started. The property tested is: resources: limits: cpu: "1" requests: cpu: "0.5" args: -
296+
* -cpus - "2"
297297
*
298298
* @throws Exception
299299
*/

0 commit comments

Comments
 (0)