V1WebhookConversion class

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

Constructors

V1WebhookConversion({ApiextensionsV1WebhookClientConfig? clientConfig, required List<String> conversionReviewVersions})
Returns a new V1WebhookConversion instance.
V1WebhookConversion.fromJson(Map<String, dynamic> json)
factory

Properties

clientConfig ApiextensionsV1WebhookClientConfig?
final
conversionReviewVersions List<String>
conversionReviewVersions is an ordered list of preferred ConversionReview versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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