Class: Google::Cloud::Container::V1beta1::WorkloadALTSConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::WorkloadALTSConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Configuration for direct-path (via ALTS) with workload identity.
Instance Attribute Summary collapse
-
#enable_alts ⇒ ::Google::Protobuf::BoolValue
Enable_alts controls whether the alts handshaker should be enabled or not for direct-path.
Instance Attribute Details
#enable_alts ⇒ ::Google::Protobuf::BoolValue
Returns enable_alts controls whether the alts handshaker should be enabled or not for direct-path.
Requires Workload Identity (workload_pool must be non-empty).
4577 4578 4579 4580 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4577 class WorkloadALTSConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |