Skip to content

Commit d434f61

Browse files
committed
fix javadoc
1 parent 127b25e commit d434f61

File tree

1 file changed

+8
-8
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+8
-8
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ private int getAdminSericeLBNodePort() throws Exception {
765765

766766
/**
767767
* Create a map with attributes required to create PV/PVC and create PV dir by calling
768-
* PersistentVolume
768+
* PersistentVolume.
769769
*
770770
* @throws Exception If the file create-pv-pvc-inputs.yaml does not exist, is a directory rather
771771
* than a regular file, or for some other reason cannot be opened for reading. or if an I/O
@@ -915,8 +915,8 @@ public void verifyManagedServersRestarted() throws Exception {
915915
}
916916

917917
/**
918-
* create a Kubernetes secret and labels the secret with domainUid. This secret is used for
919-
* weblogicCredentialsSecretName in the domain inputs
918+
* Create a Kubernetes secret and label the secret with domainUid. This secret is used for
919+
* weblogicCredentialsSecretName in the domain inputs.
920920
*
921921
* @throws Exception when the kubectl create secret command fails or label secret fails
922922
*/
@@ -949,7 +949,7 @@ private void generateInputYaml() throws Exception {
949949
}
950950

951951
/**
952-
* copy create-domain.py if domain Map contains createDomainPyScript, git clone docker-images for
952+
* Copy create-domain.py if domain Map contains createDomainPyScript, git clone docker-images for
953953
* domain in image and call create-domain.sh script based on the domain type. Append
954954
* configOverrides to domain.yaml.
955955
*
@@ -1346,8 +1346,8 @@ private void gitCloneDockerImagesSample() throws Exception {
13461346
}
13471347

13481348
/**
1349-
* append configOverrides and configOverrideSecrets section to the generated domain.yaml and
1350-
* create the domain crd by calling kubectl create on the generated domain.yaml
1349+
* Append configOverrides and configOverrideSecrets section to the generated domain.yaml and
1350+
* create the domain crd by calling kubectl create on the generated domain.yaml.
13511351
*
13521352
* @throws Exception if any error occurs writing to the file or if could not run kubectl create
13531353
* command
@@ -1428,7 +1428,7 @@ private void copyCreateDomainPy() throws IOException {
14281428
}
14291429

14301430
/**
1431-
* prepare the command to call create-domain.sh based on the domain type
1431+
* Prepare the command to call create-domain.sh based on the domain type.
14321432
*
14331433
* @param outputDir directory for the generated Kubernetes YAML files for the domain when
14341434
* create-domain.sh is called
@@ -1464,7 +1464,7 @@ private String prepareCmdToCallCreateDomainScript(String outputDir) {
14641464

14651465
/**
14661466
* Option to provide cluster type. Change cluster type in domain template to CONFIGURED or use
1467-
* configured cluster topology if clusterType is CONFIGURED
1467+
* configured cluster topology if clusterType is CONFIGURED.
14681468
*
14691469
* @throws Exception when errors occured during reading/writing the file or executing the command
14701470
* to change the value in create-domain-job-template.yaml

0 commit comments

Comments
 (0)