public static interface ContinuousValidationEvent.ContinuousValidationPodEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeployTime()
public abstract Timestamp getDeployTime()Deploy time of the Pod from k8s.
.google.protobuf.Timestamp deploy_time = 2;
| Type | Description |
| Timestamp | The deployTime. |
getDeployTimeOrBuilder()
public abstract TimestampOrBuilder getDeployTimeOrBuilder()Deploy time of the Pod from k8s.
.google.protobuf.Timestamp deploy_time = 2;
| Type | Description |
| TimestampOrBuilder |
getEndTime()
public abstract Timestamp getEndTime()Termination time of the Pod from k8s, or nothing if still running.
.google.protobuf.Timestamp end_time = 3;
| Type | Description |
| Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()Termination time of the Pod from k8s, or nothing if still running.
.google.protobuf.Timestamp end_time = 3;
| Type | Description |
| TimestampOrBuilder |
getImages(int index)
public abstract ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails getImages(int index)List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
| Name | Description |
| index | int |
| Type | Description |
| ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails |
getImagesCount()
public abstract int getImagesCount()List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
| Type | Description |
| int |
getImagesList()
public abstract List<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails> getImagesList()List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
| Type | Description |
| List<ImageDetails> |
getImagesOrBuilder(int index)
public abstract ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder getImagesOrBuilder(int index)List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
| Name | Description |
| index | int |
| Type | Description |
| ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder |
getImagesOrBuilderList()
public abstract List<? extends ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder> getImagesOrBuilderList()List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
| Type | Description |
| List<? extends com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder> |
getPod()
public abstract String getPod()The name of the Pod.
string pod = 1;
| Type | Description |
| String | The pod. |
getPodBytes()
public abstract ByteString getPodBytes()The name of the Pod.
string pod = 1;
| Type | Description |
| ByteString | The bytes for pod. |
getPodNamespace()
public abstract String getPodNamespace()The k8s namespace of the Pod.
string pod_namespace = 7;
| Type | Description |
| String | The podNamespace. |
getPodNamespaceBytes()
public abstract ByteString getPodNamespaceBytes()The k8s namespace of the Pod.
string pod_namespace = 7;
| Type | Description |
| ByteString | The bytes for podNamespace. |
getVerdict()
public abstract ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict getVerdict()Auditing verdict for this Pod.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict verdict = 4;
| Type | Description |
| ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict | The verdict. |
getVerdictValue()
public abstract int getVerdictValue()Auditing verdict for this Pod.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict verdict = 4;
| Type | Description |
| int | The enum numeric value on the wire for verdict. |
hasDeployTime()
public abstract boolean hasDeployTime()Deploy time of the Pod from k8s.
.google.protobuf.Timestamp deploy_time = 2;
| Type | Description |
| boolean | Whether the deployTime field is set. |
hasEndTime()
public abstract boolean hasEndTime()Termination time of the Pod from k8s, or nothing if still running.
.google.protobuf.Timestamp end_time = 3;
| Type | Description |
| boolean | Whether the endTime field is set. |