Uses of Class
io.kubernetes.client.openapi.models.V1beta1AuditAnnotation
Packages that use V1beta1AuditAnnotation
-
Uses of V1beta1AuditAnnotation in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1AuditAnnotationModifier and TypeMethodDescriptionstatic V1beta1AuditAnnotation
Create an instance of V1beta1AuditAnnotation given an JSON stringV1beta1AuditAnnotation.valueExpression
(String valueExpression) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1AuditAnnotationModifier and TypeMethodDescriptionV1beta1ValidatingAdmissionPolicySpec.getAuditAnnotations()
auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1AuditAnnotationModifier and TypeMethodDescriptionV1beta1ValidatingAdmissionPolicySpec.addAuditAnnotationsItem
(V1beta1AuditAnnotation auditAnnotationsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1AuditAnnotationModifier and TypeMethodDescriptionV1beta1ValidatingAdmissionPolicySpec.auditAnnotations
(List<V1beta1AuditAnnotation> auditAnnotations) void
V1beta1ValidatingAdmissionPolicySpec.setAuditAnnotations
(List<V1beta1AuditAnnotation> auditAnnotations)