File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
kubernetes/src/main/java/io/kubernetes/client/gson Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 17
17
<name >client-java-examples-parent</name >
18
18
19
19
<modules >
20
- <!--
21
20
<module >examples-release-17</module >
22
21
<module >examples-release-18</module >
23
22
<module >examples-release-19</module >
24
23
<module >examples-release-20</module >
25
- -->
26
24
<module >examples-release-latest</module >
27
25
</modules >
28
26
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ public boolean shouldSkipField(FieldAttributes f) {
21
21
// Don't serialize the 'managedFields' field.
22
22
return (f .getDeclaringClass ().equals (V1ObjectMeta .class ) && f .getName ().equalsIgnoreCase ("managedFields" ));
23
23
}
24
-
24
+
25
25
public boolean shouldSkipClass (Class <?> clazz ) {
26
26
return false ;
27
27
}
28
- }
28
+ }
You can’t perform that action at this time.
0 commit comments