We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c977932 commit efcad1eCopy full SHA for efcad1e
util/src/main/java/io/kubernetes/client/util/Yaml.java
@@ -364,7 +364,6 @@ public CustomRepresenter() {
364
private class RepresentDateTime implements Represent {
365
@Override
366
public Node representData(Object data) {
367
- DateTime dateTime = (DateTime) data;
368
return CustomRepresenter.this.representData(data.toString());
369
}
370
0 commit comments