public static interface V1.PodReadinessGateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionType()
ConditionType refers to a condition in the pod's condition list with matching type.
|
com.google.protobuf.ByteString |
getConditionTypeBytes()
ConditionType refers to a condition in the pod's condition list with matching type.
|
boolean |
hasConditionType()
ConditionType refers to a condition in the pod's condition list with matching type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConditionType()
ConditionType refers to a condition in the pod's condition list with matching type.
optional string conditionType = 1;String getConditionType()
ConditionType refers to a condition in the pod's condition list with matching type.
optional string conditionType = 1;com.google.protobuf.ByteString getConditionTypeBytes()
ConditionType refers to a condition in the pod's condition list with matching type.
optional string conditionType = 1;Copyright © 2020. All rights reserved.