public static interface ContinuousValidationEvent.ContinuousValidationPodEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getDeployTime()
Deploy time of the Pod from k8s.
|
com.google.protobuf.TimestampOrBuilder |
getDeployTimeOrBuilder()
Deploy time of the Pod from k8s.
|
com.google.protobuf.Timestamp |
getEndTime()
Termination time of the Pod from k8s, or nothing if still running.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Termination time of the Pod from k8s, or nothing if still running.
|
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails |
getImages(int index)
List of images with auditing details.
|
int |
getImagesCount()
List of images with auditing details.
|
List<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails> |
getImagesList()
List of images with auditing details.
|
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder |
getImagesOrBuilder(int index)
List of images with auditing details.
|
List<? extends ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder> |
getImagesOrBuilderList()
List of images with auditing details.
|
String |
getPod()
The name of the Pod.
|
com.google.protobuf.ByteString |
getPodBytes()
The name of the Pod.
|
String |
getPodNamespace()
The k8s namespace of the Pod.
|
com.google.protobuf.ByteString |
getPodNamespaceBytes()
The k8s namespace of the Pod.
|
String |
getPolicyName()
The name of the policy.
|
com.google.protobuf.ByteString |
getPolicyNameBytes()
The name of the policy.
|
ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict |
getVerdict()
Auditing verdict for this Pod.
|
int |
getVerdictValue()
Auditing verdict for this Pod.
|
boolean |
hasDeployTime()
Deploy time of the Pod from k8s.
|
boolean |
hasEndTime()
Termination time of the Pod from k8s, or nothing if still running.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPodNamespace()
The k8s namespace of the Pod.
string pod_namespace = 7;com.google.protobuf.ByteString getPodNamespaceBytes()
The k8s namespace of the Pod.
string pod_namespace = 7;String getPod()
The name of the Pod.
string pod = 1;com.google.protobuf.ByteString getPodBytes()
The name of the Pod.
string pod = 1;String getPolicyName()
The name of the policy.
string policy_name = 8;com.google.protobuf.ByteString getPolicyNameBytes()
The name of the policy.
string policy_name = 8;boolean hasDeployTime()
Deploy time of the Pod from k8s.
.google.protobuf.Timestamp deploy_time = 2;com.google.protobuf.Timestamp getDeployTime()
Deploy time of the Pod from k8s.
.google.protobuf.Timestamp deploy_time = 2;com.google.protobuf.TimestampOrBuilder getDeployTimeOrBuilder()
Deploy time of the Pod from k8s.
.google.protobuf.Timestamp deploy_time = 2;boolean hasEndTime()
Termination time of the Pod from k8s, or nothing if still running.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.Timestamp getEndTime()
Termination time of the Pod from k8s, or nothing if still running.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Termination time of the Pod from k8s, or nothing if still running.
.google.protobuf.Timestamp end_time = 3;int getVerdictValue()
Auditing verdict for this Pod.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict verdict = 4;
ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict getVerdict()
Auditing verdict for this Pod.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict verdict = 4;
List<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails> getImagesList()
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails getImages(int index)
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
int getImagesCount()
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
List<? extends ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder> getImagesOrBuilderList()
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder getImagesOrBuilder(int index)
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
Copyright © 2024 Google LLC. All rights reserved.