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 {
104
104
private List <V1VolumeMount > volumeMounts = new ArrayList <>();
105
105
106
106
/**
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.'.
109
108
*
110
109
* @since 2.0
111
110
*/
@@ -121,8 +120,7 @@ class ServerPod {
121
120
private Map <String , String > podAnnotations = new HashMap <>();
122
121
123
122
/**
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.'.
126
124
*
127
125
* @since 2.0
128
126
*/
You can’t perform that action at this time.
0 commit comments