Package k8s.io.api.core.v1
Interface Generated.PodReadinessGateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.PodReadinessGate,Generated.PodReadinessGate.Builder
- Enclosing class:
- Generated
public static interface Generated.PodReadinessGateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConditionType()ConditionType refers to a condition in the pod's condition list with matching type.com.google.protobuf.ByteStringgetConditionTypeBytes()ConditionType refers to a condition in the pod's condition list with matching type.booleanhasConditionType()ConditionType refers to a condition in the pod's condition list with matching type.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConditionType
boolean hasConditionType()
ConditionType refers to a condition in the pod's condition list with matching type.
optional string conditionType = 1;- Returns:
- Whether the conditionType field is set.
-
getConditionType
String getConditionType()
ConditionType refers to a condition in the pod's condition list with matching type.
optional string conditionType = 1;- Returns:
- The conditionType.
-
getConditionTypeBytes
com.google.protobuf.ByteString getConditionTypeBytes()
ConditionType refers to a condition in the pod's condition list with matching type.
optional string conditionType = 1;- Returns:
- The bytes for conditionType.
-
-