public static interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKubernetesNamespace()
Matches all Kubernetes service accounts in the provided
namespace, unless a more specific `kubernetes_service_account`
scope already matched.
|
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 |
getKubernetesServiceAccount()
Matches a single Kubernetes service account, e.g.
|
com.google.protobuf.ByteString |
getKubernetesServiceAccountBytes()
Matches a single Kubernetes service account, e.g.
|
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCase |
getScopeCase() |
boolean |
hasKubernetesNamespace()
Matches all Kubernetes service accounts in the provided
namespace, unless a more specific `kubernetes_service_account`
scope already matched.
|
boolean |
hasKubernetesServiceAccount()
Matches a single Kubernetes service account, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCase getScopeCase()
Copyright © 2024 Google LLC. All rights reserved.