Skip to content

Commit 2eb63af

Browse files
committed
add javadoc
1 parent 54a9302 commit 2eb63af

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,20 @@ public String getDomainUid() {
747747
return domainUid;
748748
}
749749

750+
/**
751+
* Get the name of the administration server in the domain
752+
*
753+
* @return
754+
*/
750755
public String getAdminServerName() {
751756
return adminServerName;
752757
}
753758

759+
/**
760+
* Get the namespace in which the domain is running
761+
*
762+
* @return
763+
*/
754764
public String getDomainNS() {
755765
return domainNS;
756766
}

0 commit comments

Comments
 (0)