public static interface Node.NodeStatus.CapacityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCpu()
optional int64 cpu = 1; |
long |
getMemory()
optional int64 memory = 2; |
long |
getPods()
optional int64 pods = 3; |
java.lang.String |
getStorage()
optional string storage = 4; |
com.google.protobuf.ByteString |
getStorageBytes()
optional string storage = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCpu()
optional int64 cpu = 1;long getMemory()
optional int64 memory = 2;long getPods()
optional int64 pods = 3;java.lang.String getStorage()
optional string storage = 4;com.google.protobuf.ByteString getStorageBytes()
optional string storage = 4;