public static interface ClusterDescribeResponse.ClusterSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getContainerCount()
optional int32 container_count = 1; |
int |
getPodCount()
optional int32 pod_count = 2; |
int |
getRcCount()
optional int32 rc_count = 4; |
int |
getServiceCount()
optional int32 service_count = 3; |
long |
getTotalCpu()
optional int64 total_cpu = 5; |
long |
getTotalMemory()
optional int64 total_memory = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getContainerCount()
optional int32 container_count = 1;int getPodCount()
optional int32 pod_count = 2;int getServiceCount()
optional int32 service_count = 3;int getRcCount()
optional int32 rc_count = 4;long getTotalCpu()
optional int64 total_cpu = 5;long getTotalMemory()
optional int64 total_memory = 6;