Uses of Class
io.kubernetes.client.openapi.models.V1AuditAnnotation
Packages that use V1AuditAnnotation
-
Uses of V1AuditAnnotation in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1AuditAnnotationModifier and TypeMethodDescriptionstatic V1AuditAnnotation
Create an instance of V1AuditAnnotation given an JSON stringV1AuditAnnotation.valueExpression
(String valueExpression) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1AuditAnnotationModifier and TypeMethodDescriptionV1ValidatingAdmissionPolicySpec.getAuditAnnotations()
auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.Methods in io.kubernetes.client.openapi.models with parameters of type V1AuditAnnotationModifier and TypeMethodDescriptionV1ValidatingAdmissionPolicySpec.addAuditAnnotationsItem
(V1AuditAnnotation auditAnnotationsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1AuditAnnotationModifier and TypeMethodDescriptionV1ValidatingAdmissionPolicySpec.auditAnnotations
(List<V1AuditAnnotation> auditAnnotations) void
V1ValidatingAdmissionPolicySpec.setAuditAnnotations
(List<V1AuditAnnotation> auditAnnotations)