File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
model/src/main/java/oracle/kubernetes/weblogic/domain/v2 Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,7 @@ class ServerPod {
104104 private List <V1VolumeMount > volumeMounts = new ArrayList <>();
105105
106106 /**
107- * The labels to be attached to pods.
108- * The label names must not start with 'weblogic.'.
107+ * The labels to be attached to pods. The label names must not start with 'weblogic.'.
109108 *
110109 * @since 2.0
111110 */
@@ -121,8 +120,7 @@ class ServerPod {
121120 private Map <String , String > podAnnotations = new HashMap <>();
122121
123122 /**
124- * The labels to be attached to Service.
125- * The label names must not start with 'weblogic.'.
123+ * The labels to be attached to Service. The label names must not start with 'weblogic.'.
126124 *
127125 * @since 2.0
128126 */
You can’t perform that action at this time.
0 commit comments