Documentation ¶
Index ¶
- Variables
- type Alts
- func (x *Alts) GetHandshakerService() string
- func (x *Alts) GetPeerServiceAccounts() []string
- func (*Alts) ProtoMessage()
- func (x *Alts) ProtoReflect() protoreflect.Message
- func (x *Alts) Reset()
- func (x *Alts) SetHandshakerService(v string)
- func (x *Alts) SetPeerServiceAccounts(v []string)
- func (x *Alts) String() string
- type Alts_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_config_transport_socket_alts_v2alpha_alts_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Alts ¶
type Alts struct { // The location of a handshaker service, this is usually 169.254.169.254:8080 // on GCE. HandshakerService string `protobuf:"bytes,1,opt,name=handshaker_service,json=handshakerService,proto3" json:"handshaker_service,omitempty"` // The acceptable service accounts from peer, peers not in the list will be rejected in the // handshake validation step. If empty, no validation will be performed. PeerServiceAccounts []string `protobuf:"bytes,2,rep,name=peer_service_accounts,json=peerServiceAccounts,proto3" json:"peer_service_accounts,omitempty"` // contains filtered or unexported fields }
Configuration for ALTS transport socket. This provides Google's ALTS protocol to Envoy. https://cloud.google.com/security/encryption-in-transit/application-layer-transport-security/
func (*Alts) ProtoReflect ¶
func (x *Alts) ProtoReflect() protoreflect.Message
type Alts_builder ¶
type Alts_builder struct { // The location of a handshaker service, this is usually 169.254.169.254:8080 // on GCE. HandshakerService string // The acceptable service accounts from peer, peers not in the list will be rejected in the // handshake validation step. If empty, no validation will be performed. PeerServiceAccounts []string // contains filtered or unexported fields }
func (Alts_builder) Build ¶
func (b0 Alts_builder) Build() *Alts
Click to show internal directories.
Click to hide internal directories.