Struct k8s_openapi::apiextensions_apiserver::pkg::apis::apiextensions::v1::CustomResourceValidation [−][src]
pub struct CustomResourceValidation {
pub open_api_v3_schema: Option<JSONSchemaProps>,
}Expand description
CustomResourceValidation is a list of validation methods for CustomResources.
Fields
open_api_v3_schema: Option<JSONSchemaProps>openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CustomResourceValidationimpl Send for CustomResourceValidationimpl Sync for CustomResourceValidationimpl Unpin for CustomResourceValidationimpl UnwindSafe for CustomResourceValidationBlanket Implementations
Mutably borrows from an owned value. Read more