public static interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKubernetesNamespace()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The kubernetesNamespace. |
getKubernetesNamespaceBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for kubernetesNamespace. |
getKubernetesServiceAccount()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The kubernetesServiceAccount. |
getKubernetesServiceAccountBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for kubernetesServiceAccount. |
getScopeCase()
public abstract ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCase getScopeCase()| Returns | |
|---|---|
| Type | Description |
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCase |
|
hasKubernetesNamespace()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the kubernetesNamespace field is set. |
hasKubernetesServiceAccount()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the kubernetesServiceAccount field is set. |