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

publicstaticinterfaceContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilderextendsMessageOrBuilder

Methods

getKubernetesNamespace()

publicabstractStringgetKubernetesNamespace()

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()

publicabstractByteStringgetKubernetesNamespaceBytes()

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()

publicabstractStringgetKubernetesServiceAccount()

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()

publicabstractByteStringgetKubernetesServiceAccountBytes()

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()

publicabstractContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCasegetScopeCase()
Returns
TypeDescription
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCase

hasKubernetesNamespace()

publicabstractbooleanhasKubernetesNamespace()

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()

publicabstractbooleanhasKubernetesServiceAccount()

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.