ValidatingAdmissionPolicyStatus class

ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.

Constructors

ValidatingAdmissionPolicyStatus({List<Condition>? conditions, int? observedGeneration, TypeChecking? typeChecking})
Default constructor.
const
ValidatingAdmissionPolicyStatus.fromJson(Map<String, dynamic> json)
Creates a ValidatingAdmissionPolicyStatus from JSON data.
factory

Properties

conditions List<Condition>?
The conditions represent the latest available observations of a policy's current state.
final
hashCode int
The hash code for this object.
no setterinherited
observedGeneration int?
The generation observed by the controller.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeChecking TypeChecking?
The results of type checking for each expression. Presence of this field indicates the completion of the type checking.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a ValidatingAdmissionPolicyStatus instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited