Interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder (1.40.0)

public static interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for kubernetesServiceAccount.

getScopeCase()

public abstract ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCase getScopeCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the kubernetesServiceAccount field is set.