import "github.com/envoyproxy/go-control-plane/envoy/config/transport_socket/alts/v2alpha"
alts.pb.go alts.pb.validate.go
var File_envoy_config_transport_socket_alts_v2alpha_alts_proto protoreflect.FileDescriptor
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/
Deprecated: Use Alts.ProtoReflect.Descriptor instead.
func (x *Alts) ProtoReflect() protoreflect.Message
Validate checks the field values on Alts with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type AltsValidationError struct {
// contains filtered or unexported fields
}
AltsValidationError is the validation error returned by Alts.Validate if the designated constraints aren't met.
func (e AltsValidationError) Cause() error
Cause function returns cause value.
func (e AltsValidationError) Error() string
Error satisfies the builtin error interface
func (e AltsValidationError) ErrorName() string
ErrorName returns error name.
func (e AltsValidationError) Field() string
Field function returns field value.
func (e AltsValidationError) Key() bool
Key function returns key value.
func (e AltsValidationError) Reason() string
Reason function returns reason value.
Package envoy_config_transport_socket_alts_v2alpha imports 18 packages (graph) and is imported by 6 packages. Updated 2021-01-08. Refresh now. Tools for package owners.