public static interface Node.StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Node.Status.Capacity |
getCapacity()
optional .appscode.kubernetes.v1beta2.Node.Status.Capacity capacity = 1; |
Node.Status.CapacityOrBuilder |
getCapacityOrBuilder()
optional .appscode.kubernetes.v1beta2.Node.Status.Capacity capacity = 1; |
Node.Status.NodeInfo |
getNodeInfo()
optional .appscode.kubernetes.v1beta2.Node.Status.NodeInfo node_info = 3; |
Node.Status.NodeInfoOrBuilder |
getNodeInfoOrBuilder()
optional .appscode.kubernetes.v1beta2.Node.Status.NodeInfo node_info = 3; |
java.lang.String |
getPhase()
optional string phase = 2; |
com.google.protobuf.ByteString |
getPhaseBytes()
optional string phase = 2; |
boolean |
hasCapacity()
optional .appscode.kubernetes.v1beta2.Node.Status.Capacity capacity = 1; |
boolean |
hasNodeInfo()
optional .appscode.kubernetes.v1beta2.Node.Status.NodeInfo node_info = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCapacity()
optional .appscode.kubernetes.v1beta2.Node.Status.Capacity capacity = 1;Node.Status.Capacity getCapacity()
optional .appscode.kubernetes.v1beta2.Node.Status.Capacity capacity = 1;Node.Status.CapacityOrBuilder getCapacityOrBuilder()
optional .appscode.kubernetes.v1beta2.Node.Status.Capacity capacity = 1;java.lang.String getPhase()
optional string phase = 2;com.google.protobuf.ByteString getPhaseBytes()
optional string phase = 2;boolean hasNodeInfo()
optional .appscode.kubernetes.v1beta2.Node.Status.NodeInfo node_info = 3;Node.Status.NodeInfo getNodeInfo()
optional .appscode.kubernetes.v1beta2.Node.Status.NodeInfo node_info = 3;Node.Status.NodeInfoOrBuilder getNodeInfoOrBuilder()
optional .appscode.kubernetes.v1beta2.Node.Status.NodeInfo node_info = 3;