There was an error while loading. Please reload this page.
2 parents 3923cd1 + ad50bfd commit deca72bCopy full SHA for deca72b
1 file changed
src/main/java/com/github/dockerjava/api/model/Info.java
@@ -60,7 +60,7 @@ public class Info {
60
private String kernelVersion;
61
62
@JsonProperty("Labels")
63
- private String Labels;
+ private String[] Labels;
64
65
@JsonProperty("MemoryLimit")
66
private boolean memoryLimit;
@@ -140,7 +140,7 @@ public String getKernelVersion() {
140
return kernelVersion;
141
}
142
143
- public String getLabels() {
+ public String[] getLabels() {
144
return Labels;
145
146
0 commit comments