Uses of Class
io.kubernetes.client.openapi.models.V1alpha1AuditAnnotation
Packages that use V1alpha1AuditAnnotation
-
Uses of V1alpha1AuditAnnotation in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1AuditAnnotationModifier and TypeMethodDescriptionstatic V1alpha1AuditAnnotation
Create an instance of V1alpha1AuditAnnotation given an JSON stringV1alpha1AuditAnnotation.valueExpression
(String valueExpression) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1AuditAnnotationModifier and TypeMethodDescriptionV1alpha1ValidatingAdmissionPolicySpec.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 V1alpha1AuditAnnotationModifier and TypeMethodDescriptionV1alpha1ValidatingAdmissionPolicySpec.addAuditAnnotationsItem
(V1alpha1AuditAnnotation auditAnnotationsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1AuditAnnotationModifier and TypeMethodDescriptionV1alpha1ValidatingAdmissionPolicySpec.auditAnnotations
(List<V1alpha1AuditAnnotation> auditAnnotations) void
V1alpha1ValidatingAdmissionPolicySpec.setAuditAnnotations
(List<V1alpha1AuditAnnotation> auditAnnotations)