public static interface V1alpha1Imagepolicy.ImageReviewStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowed()
Allowed indicates that all images were allowed to be run.
|
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;Copyright © 2018. All rights reserved.