V1alpha1ExpressionWarning class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

V1alpha1ExpressionWarning({required String fieldRef, required String warning})
Returns a new V1alpha1ExpressionWarning instance.
V1alpha1ExpressionWarning.fromJson(Map<String, dynamic> json)
factory

Properties

fieldRef String
The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations0.expression"
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warning String
The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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