public static interface V1alpha1Imagepolicy.ImageReviewStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAuditAnnotations(String key)
AuditAnnotations will be added to the attributes object of the
admission controller request using 'AddAnnotation'.
|
boolean |
getAllowed()
Allowed indicates that all images were allowed to be run.
|
Map<String,String> |
getAuditAnnotations()
Deprecated.
|
int |
getAuditAnnotationsCount()
AuditAnnotations will be added to the attributes object of the
admission controller request using 'AddAnnotation'.
|
Map<String,String> |
getAuditAnnotationsMap()
AuditAnnotations will be added to the attributes object of the
admission controller request using 'AddAnnotation'.
|
String |
getAuditAnnotationsOrDefault(String key,
String defaultValue)
AuditAnnotations will be added to the attributes object of the
admission controller request using 'AddAnnotation'.
|
String |
getAuditAnnotationsOrThrow(String key)
AuditAnnotations will be added to the attributes object of the
admission controller request using 'AddAnnotation'.
|
String |
getReason()
Reason should be empty unless Allowed is false in which case it
may contain a short description of what is wrong.
|
com.google.protobuf.ByteString |
getReasonBytes()
Reason should be empty unless Allowed is false in which case it
may contain a short description of what is wrong.
|
boolean |
hasAllowed()
Allowed indicates that all images were allowed to be run.
|
boolean |
hasReason()
Reason should be empty unless Allowed is false in which case it
may contain a short description of what is wrong.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAllowed()
Allowed indicates that all images were allowed to be run.
optional bool allowed = 1;boolean getAllowed()
Allowed indicates that all images were allowed to be run.
optional bool allowed = 1;boolean hasReason()
Reason should be empty unless Allowed is false in which case it may contain a short description of what is wrong. Kubernetes may truncate excessively long errors when displaying to the user. +optional
optional string reason = 2;String getReason()
Reason should be empty unless Allowed is false in which case it may contain a short description of what is wrong. Kubernetes may truncate excessively long errors when displaying to the user. +optional
optional string reason = 2;com.google.protobuf.ByteString getReasonBytes()
Reason should be empty unless Allowed is false in which case it may contain a short description of what is wrong. Kubernetes may truncate excessively long errors when displaying to the user. +optional
optional string reason = 2;int getAuditAnnotationsCount()
AuditAnnotations will be added to the attributes object of the admission controller request using 'AddAnnotation'. The keys should be prefix-less (i.e., the admission controller will add an appropriate prefix). +optional
map<string, string> auditAnnotations = 3;boolean containsAuditAnnotations(String key)
AuditAnnotations will be added to the attributes object of the admission controller request using 'AddAnnotation'. The keys should be prefix-less (i.e., the admission controller will add an appropriate prefix). +optional
map<string, string> auditAnnotations = 3;@Deprecated Map<String,String> getAuditAnnotations()
getAuditAnnotationsMap() instead.Map<String,String> getAuditAnnotationsMap()
AuditAnnotations will be added to the attributes object of the admission controller request using 'AddAnnotation'. The keys should be prefix-less (i.e., the admission controller will add an appropriate prefix). +optional
map<string, string> auditAnnotations = 3;String getAuditAnnotationsOrDefault(String key, String defaultValue)
AuditAnnotations will be added to the attributes object of the admission controller request using 'AddAnnotation'. The keys should be prefix-less (i.e., the admission controller will add an appropriate prefix). +optional
map<string, string> auditAnnotations = 3;String getAuditAnnotationsOrThrow(String key)
AuditAnnotations will be added to the attributes object of the admission controller request using 'AddAnnotation'. The keys should be prefix-less (i.e., the admission controller will add an appropriate prefix). +optional
map<string, string> auditAnnotations = 3;Copyright © 2023. All rights reserved.