PodFailurePolicyOnPodConditionsPattern class
PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.
Constructors
- PodFailurePolicyOnPodConditionsPattern({required String status, required String type})
-
Default constructor.
const
-
PodFailurePolicyOnPodConditionsPattern.fromJson(Map<
String, dynamic> json) -
Creates a PodFailurePolicyOnPodConditionsPattern from JSON data.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
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.
final
- type → String
-
Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object> - Converts a PodFailurePolicyOnPodConditionsPattern instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited