Class V1PodFailurePolicyOnPodConditionsPattern
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PodFailurePolicyOnPodConditionsPattern
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PodFailurePolicyOnPodConditionsPattern
extends Object
PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Specifies the required Pod condition status.getType()
Specifies the required Pod condition type.int
hashCode()
void
Set the status property valuevoid
Set the type property valueSet status in a chainable fashion.toString()
Set type in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
V1PodFailurePolicyOnPodConditionsPattern
-
-
Method Details
-
getStatus
Specifies the required Pod condition status. To match a pod condition it is required that the specified status equals the pod condition status. Defaults to True.- Returns:
- the status property value
-
setStatus
Set the status property value -
status
Set status in a chainable fashion.- Returns:
- The same instance of V1PodFailurePolicyOnPodConditionsPattern for chaining.
-
getType
Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type.- Returns:
- the type property value
-
setType
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1PodFailurePolicyOnPodConditionsPattern for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-