Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 766 Bytes

V1PodFailurePolicyOnPodConditionsPattern.md

File metadata and controls

12 lines (8 loc) · 766 Bytes

V1PodFailurePolicyOnPodConditionsPattern

PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.

Properties

Name Type Description Notes
status str 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.
type str Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type.

[Back to Model list] [Back to API list] [Back to README]