Package io.fabric8.kubernetes.client.dsl
Interface FieldValidateable<T>
-
- All Known Subinterfaces:
CertificateSigningRequestResource<T>,ExtensibleResource<T>,ListVisitFromServerGetDeleteRecreateWaitApplicable<T>,ListVisitFromServerWritable<T>,NamespaceableResource<T>,NamespaceListVisitFromServerGetDeleteRecreateWaitApplicable<T>,PodResource,Resource<T>,RollableScalableResource<T>,ScalableResource<T>,ServiceAccountResource,ServiceResource<T>,V1beta1CertificateSigningRequestResource<T>,WritableOperation<T>
- All Known Implementing Classes:
ExtensibleResourceAdapter,ResourceAdapter
public interface FieldValidateable<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFieldValidateable.Validation
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TfieldValidation(FieldValidateable.Validation fieldValidation)Instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields, provided that the `ServerSideFieldValidation` feature gate is also enabled.
-
-
-
Method Detail
-
fieldValidation
T fieldValidation(FieldValidateable.Validation fieldValidation)
Instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields, provided that the `ServerSideFieldValidation` feature gate is also enabled.- Parameters:
fieldValidation-- Returns:
- write operations where field validation is applicable.
-
-