Reference documentation and code samples for the Binary Authorization V1beta1 API class Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::CheckResult::CheckSetScope.
A scope specifier for check sets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#kubernetes_namespace
def kubernetes_namespace() -> ::String
-
(::String) — Matches all Kubernetes service accounts in the provided
namespace, unless a more specific
kubernetes_service_account
scope already matched.Note: The following fields are mutually exclusive:
kubernetes_namespace
,kubernetes_service_account
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#kubernetes_namespace=
def kubernetes_namespace=(value) -> ::String
-
value (::String) — Matches all Kubernetes service accounts in the provided
namespace, unless a more specific
kubernetes_service_account
scope already matched.Note: The following fields are mutually exclusive:
kubernetes_namespace
,kubernetes_service_account
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Matches all Kubernetes service accounts in the provided
namespace, unless a more specific
kubernetes_service_account
scope already matched.Note: The following fields are mutually exclusive:
kubernetes_namespace
,kubernetes_service_account
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#kubernetes_service_account
def kubernetes_service_account() -> ::String
-
(::String) — Matches a single Kubernetes service account, e.g.
'my-namespace:my-service-account'.
kubernetes_service_account
scope is always more specific thankubernetes_namespace
scope for the same namespace.Note: The following fields are mutually exclusive:
kubernetes_service_account
,kubernetes_namespace
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#kubernetes_service_account=
def kubernetes_service_account=(value) -> ::String
-
value (::String) — Matches a single Kubernetes service account, e.g.
'my-namespace:my-service-account'.
kubernetes_service_account
scope is always more specific thankubernetes_namespace
scope for the same namespace.Note: The following fields are mutually exclusive:
kubernetes_service_account
,kubernetes_namespace
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Matches a single Kubernetes service account, e.g.
'my-namespace:my-service-account'.
kubernetes_service_account
scope is always more specific thankubernetes_namespace
scope for the same namespace.Note: The following fields are mutually exclusive:
kubernetes_service_account
,kubernetes_namespace
. If a field in that set is populated, all other fields in the set will automatically be cleared.