Class: Google::Cloud::Container::V1beta1::WorkloadALTSConfig

Inherits:
Object
  • Object
show all
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

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

Returns:



4320
4321
4322
4323
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4320

class WorkloadALTSConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end