Interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder

    • Method Detail

      • hasKubernetesServiceAccount

        boolean hasKubernetesServiceAccount()
         Matches a single Kubernetes service account, e.g.
         'my-namespace:my-service-account'.
         `kubernetes_service_account` scope is always more specific than
         `kubernetes_namespace` scope for the same namespace.
         
        string kubernetes_service_account = 1;
        Returns:
        Whether the kubernetesServiceAccount field is set.
      • getKubernetesServiceAccount

        String getKubernetesServiceAccount()
         Matches a single Kubernetes service account, e.g.
         'my-namespace:my-service-account'.
         `kubernetes_service_account` scope is always more specific than
         `kubernetes_namespace` scope for the same namespace.
         
        string kubernetes_service_account = 1;
        Returns:
        The kubernetesServiceAccount.
      • getKubernetesServiceAccountBytes

        com.google.protobuf.ByteString getKubernetesServiceAccountBytes()
         Matches a single Kubernetes service account, e.g.
         'my-namespace:my-service-account'.
         `kubernetes_service_account` scope is always more specific than
         `kubernetes_namespace` scope for the same namespace.
         
        string kubernetes_service_account = 1;
        Returns:
        The bytes for kubernetesServiceAccount.
      • hasKubernetesNamespace

        boolean hasKubernetesNamespace()
         Matches all Kubernetes service accounts in the provided
         namespace, unless a more specific `kubernetes_service_account`
         scope already matched.
         
        string kubernetes_namespace = 2;
        Returns:
        Whether the kubernetesNamespace field is set.
      • getKubernetesNamespace

        String getKubernetesNamespace()
         Matches all Kubernetes service accounts in the provided
         namespace, unless a more specific `kubernetes_service_account`
         scope already matched.
         
        string kubernetes_namespace = 2;
        Returns:
        The kubernetesNamespace.
      • getKubernetesNamespaceBytes

        com.google.protobuf.ByteString getKubernetesNamespaceBytes()
         Matches all Kubernetes service accounts in the provided
         namespace, unless a more specific `kubernetes_service_account`
         scope already matched.
         
        string kubernetes_namespace = 2;
        Returns:
        The bytes for kubernetesNamespace.