@@ -765,7 +765,7 @@ private int getAdminSericeLBNodePort() throws Exception {
765
765
766
766
/**
767
767
* Create a map with attributes required to create PV/PVC and create PV dir by calling
768
- * PersistentVolume
768
+ * PersistentVolume.
769
769
*
770
770
* @throws Exception If the file create-pv-pvc-inputs.yaml does not exist, is a directory rather
771
771
* 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 {
915
915
}
916
916
917
917
/**
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.
920
920
*
921
921
* @throws Exception when the kubectl create secret command fails or label secret fails
922
922
*/
@@ -949,7 +949,7 @@ private void generateInputYaml() throws Exception {
949
949
}
950
950
951
951
/**
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
953
953
* domain in image and call create-domain.sh script based on the domain type. Append
954
954
* configOverrides to domain.yaml.
955
955
*
@@ -1346,8 +1346,8 @@ private void gitCloneDockerImagesSample() throws Exception {
1346
1346
}
1347
1347
1348
1348
/**
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.
1351
1351
*
1352
1352
* @throws Exception if any error occurs writing to the file or if could not run kubectl create
1353
1353
* command
@@ -1428,7 +1428,7 @@ private void copyCreateDomainPy() throws IOException {
1428
1428
}
1429
1429
1430
1430
/**
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.
1432
1432
*
1433
1433
* @param outputDir directory for the generated Kubernetes YAML files for the domain when
1434
1434
* create-domain.sh is called
@@ -1464,7 +1464,7 @@ private String prepareCmdToCallCreateDomainScript(String outputDir) {
1464
1464
1465
1465
/**
1466
1466
* 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.
1468
1468
*
1469
1469
* @throws Exception when errors occured during reading/writing the file or executing the command
1470
1470
* to change the value in create-domain-job-template.yaml
0 commit comments