@@ -25,7 +25,7 @@ public class Info {
2525 private Boolean debug ;
2626
2727 @ JsonProperty ("DockerRootDir" )
28- private String DockerRootDir ;
28+ private String dockerRootDir ;
2929
3030 @ JsonProperty ("Driver" )
3131 private String driver ;
@@ -37,16 +37,16 @@ public class Info {
3737 private String executionDriver ;
3838
3939 @ JsonProperty ("ID" )
40- private String ID ;
40+ private String id ;
4141
4242 @ JsonProperty ("IPv4Forwarding" )
43- private Boolean IPv4Forwarding ;
43+ private Boolean ipv4Forwarding ;
4444
4545 @ JsonProperty ("Images" )
4646 private Integer images ;
4747
4848 @ JsonProperty ("IndexServerAddress" )
49- private String IndexServerAddress ;
49+ private String indexServerAddress ;
5050
5151 @ JsonProperty ("InitPath" )
5252 private String initPath ;
@@ -58,7 +58,7 @@ public class Info {
5858 private String kernelVersion ;
5959
6060 @ JsonProperty ("Labels" )
61- private String [] Labels ;
61+ private String [] labels ;
6262
6363 @ JsonProperty ("MemoryLimit" )
6464 private Boolean memoryLimit ;
@@ -70,19 +70,19 @@ public class Info {
7070 private String name ;
7171
7272 @ JsonProperty ("NCPU" )
73- private Integer NCPU ;
73+ private Integer ncpu ;
7474
7575 @ JsonProperty ("NEventsListener" )
7676 private Long nEventListener ;
7777
7878 @ JsonProperty ("NFd" )
79- private Integer NFd ;
79+ private Integer nfd ;
8080
8181 @ JsonProperty ("NGoroutines" )
82- private Integer NGoroutines ;
82+ private Integer nGoroutines ;
8383
8484 @ JsonProperty ("OperatingSystem" )
85- private String OperatingSystem ;
85+ private String operatingSystem ;
8686
8787 @ JsonProperty ("Sockets" )
8888 private String [] sockets ;
@@ -99,7 +99,7 @@ public Integer getContainers() {
9999 }
100100
101101 public String getDockerRootDir () {
102- return DockerRootDir ;
102+ return dockerRootDir ;
103103 }
104104
105105 public String getDriver () {
@@ -115,15 +115,15 @@ public Integer getImages() {
115115 }
116116
117117 public String getID () {
118- return ID ;
118+ return id ;
119119 }
120120
121121 public Boolean getIPv4Forwarding () {
122- return IPv4Forwarding ;
122+ return ipv4Forwarding ;
123123 }
124124
125125 public String getIndexServerAddress () {
126- return IndexServerAddress ;
126+ return indexServerAddress ;
127127 }
128128
129129 public String getInitPath () {
@@ -139,7 +139,7 @@ public String getKernelVersion() {
139139 }
140140
141141 public String [] getLabels () {
142- return Labels ;
142+ return labels ;
143143 }
144144
145145 public String [] getSockets () {
@@ -163,19 +163,19 @@ public String getName() {
163163 }
164164
165165 public Integer getNCPU () {
166- return NCPU ;
166+ return ncpu ;
167167 }
168168
169169 public Integer getNFd () {
170- return NFd ;
170+ return nfd ;
171171 }
172172
173173 public Integer getNGoroutines () {
174- return NGoroutines ;
174+ return nGoroutines ;
175175 }
176176
177177 public String getOperatingSystem () {
178- return OperatingSystem ;
178+ return operatingSystem ;
179179 }
180180
181181 public Boolean getSwapLimit () {
0 commit comments