Interface ContinuousValidationEvent.ContinuousValidationPodEventOrBuilder

    • Method Detail

      • getPodNamespace

        String getPodNamespace()
         The k8s namespace of the Pod.
         
        string pod_namespace = 7;
        Returns:
        The podNamespace.
      • getPodNamespaceBytes

        com.google.protobuf.ByteString getPodNamespaceBytes()
         The k8s namespace of the Pod.
         
        string pod_namespace = 7;
        Returns:
        The bytes for podNamespace.
      • getPod

        String getPod()
         The name of the Pod.
         
        string pod = 1;
        Returns:
        The pod.
      • getPodBytes

        com.google.protobuf.ByteString getPodBytes()
         The name of the Pod.
         
        string pod = 1;
        Returns:
        The bytes for pod.
      • getPolicyName

        String getPolicyName()
         The name of the policy.
         
        string policy_name = 8;
        Returns:
        The policyName.
      • getPolicyNameBytes

        com.google.protobuf.ByteString getPolicyNameBytes()
         The name of the policy.
         
        string policy_name = 8;
        Returns:
        The bytes for policyName.
      • hasDeployTime

        boolean hasDeployTime()
         Deploy time of the Pod from k8s.
         
        .google.protobuf.Timestamp deploy_time = 2;
        Returns:
        Whether the deployTime field is set.
      • getDeployTime

        com.google.protobuf.Timestamp getDeployTime()
         Deploy time of the Pod from k8s.
         
        .google.protobuf.Timestamp deploy_time = 2;
        Returns:
        The deployTime.
      • getDeployTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getDeployTimeOrBuilder()
         Deploy time of the Pod from k8s.
         
        .google.protobuf.Timestamp deploy_time = 2;
      • hasEndTime

        boolean hasEndTime()
         Termination time of the Pod from k8s, or nothing if still running.
         
        .google.protobuf.Timestamp end_time = 3;
        Returns:
        Whether the endTime field is set.
      • getEndTime

        com.google.protobuf.Timestamp getEndTime()
         Termination time of the Pod from k8s, or nothing if still running.
         
        .google.protobuf.Timestamp end_time = 3;
        Returns:
        The endTime.
      • getEndTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
         Termination time of the Pod from k8s, or nothing if still running.
         
        .google.protobuf.Timestamp end_time = 3;
      • getVerdictValue

        int getVerdictValue()
         Auditing verdict for this Pod.
         
        .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict verdict = 4;
        Returns:
        The enum numeric value on the wire for verdict.
      • getImagesCount

        int getImagesCount()
         List of images with auditing details.
         
        repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;