Kubewarden SDK Documentation

Structure Validation​Request

public struct ValidationRequest<S: Validatable & Codable > : Codable  

Describes the ValidationRequest object given to the policy inside of the validate guest function.

This structure can be used to quickly deserialize the policy settings from the validation request using JSONDecoder.

%3 ValidationRequest ValidationRequest Codable Codable ValidationRequest->Codable

Conforms To

Codable

Properties

settings

public let settings: S