Versions in this module Expand all Collapse all v0 v0.9.7 Sep 1, 2020 Changes in this version + var File_envoy_service_discovery_v3_ads_proto protoreflect.FileDescriptor + var File_envoy_service_discovery_v3_discovery_proto protoreflect.FileDescriptor + func RegisterAggregatedDiscoveryServiceServer(s *grpc.Server, srv AggregatedDiscoveryServiceServer) + type AdsDummy struct + func (*AdsDummy) Descriptor() ([]byte, []int) + func (*AdsDummy) ProtoMessage() + func (m *AdsDummy) Validate() error + func (x *AdsDummy) ProtoReflect() protoreflect.Message + func (x *AdsDummy) Reset() + func (x *AdsDummy) String() string + type AdsDummyValidationError struct + func (e AdsDummyValidationError) Cause() error + func (e AdsDummyValidationError) Error() string + func (e AdsDummyValidationError) ErrorName() string + func (e AdsDummyValidationError) Field() string + func (e AdsDummyValidationError) Key() bool + func (e AdsDummyValidationError) Reason() string + type AggregatedDiscoveryServiceClient interface + DeltaAggregatedResources func(ctx context.Context, opts ...grpc.CallOption) (AggregatedDiscoveryService_DeltaAggregatedResourcesClient, error) + StreamAggregatedResources func(ctx context.Context, opts ...grpc.CallOption) (AggregatedDiscoveryService_StreamAggregatedResourcesClient, error) + func NewAggregatedDiscoveryServiceClient(cc grpc.ClientConnInterface) AggregatedDiscoveryServiceClient + type AggregatedDiscoveryServiceServer interface + DeltaAggregatedResources func(AggregatedDiscoveryService_DeltaAggregatedResourcesServer) error + StreamAggregatedResources func(AggregatedDiscoveryService_StreamAggregatedResourcesServer) error + type AggregatedDiscoveryService_DeltaAggregatedResourcesClient interface + Recv func() (*DeltaDiscoveryResponse, error) + Send func(*DeltaDiscoveryRequest) error + type AggregatedDiscoveryService_DeltaAggregatedResourcesServer interface + Recv func() (*DeltaDiscoveryRequest, error) + Send func(*DeltaDiscoveryResponse) error + type AggregatedDiscoveryService_StreamAggregatedResourcesClient interface + Recv func() (*DiscoveryResponse, error) + Send func(*DiscoveryRequest) error + type AggregatedDiscoveryService_StreamAggregatedResourcesServer interface + Recv func() (*DiscoveryRequest, error) + Send func(*DiscoveryResponse) error + type DeltaDiscoveryRequest struct + ErrorDetail *status.Status + InitialResourceVersions map[string]string + Node *v3.Node + ResourceNamesSubscribe []string + ResourceNamesUnsubscribe []string + ResponseNonce string + TypeUrl string + UdpaResourcesSubscribe []*v1.ResourceLocator + UdpaResourcesUnsubscribe []*v1.ResourceLocator + func (*DeltaDiscoveryRequest) Descriptor() ([]byte, []int) + func (*DeltaDiscoveryRequest) ProtoMessage() + func (m *DeltaDiscoveryRequest) Validate() error + func (x *DeltaDiscoveryRequest) GetErrorDetail() *status.Status + func (x *DeltaDiscoveryRequest) GetInitialResourceVersions() map[string]string + func (x *DeltaDiscoveryRequest) GetNode() *v3.Node + func (x *DeltaDiscoveryRequest) GetResourceNamesSubscribe() []string + func (x *DeltaDiscoveryRequest) GetResourceNamesUnsubscribe() []string + func (x *DeltaDiscoveryRequest) GetResponseNonce() string + func (x *DeltaDiscoveryRequest) GetTypeUrl() string + func (x *DeltaDiscoveryRequest) GetUdpaResourcesSubscribe() []*v1.ResourceLocator + func (x *DeltaDiscoveryRequest) GetUdpaResourcesUnsubscribe() []*v1.ResourceLocator + func (x *DeltaDiscoveryRequest) ProtoReflect() protoreflect.Message + func (x *DeltaDiscoveryRequest) Reset() + func (x *DeltaDiscoveryRequest) String() string + type DeltaDiscoveryRequestValidationError struct + func (e DeltaDiscoveryRequestValidationError) Cause() error + func (e DeltaDiscoveryRequestValidationError) Error() string + func (e DeltaDiscoveryRequestValidationError) ErrorName() string + func (e DeltaDiscoveryRequestValidationError) Field() string + func (e DeltaDiscoveryRequestValidationError) Key() bool + func (e DeltaDiscoveryRequestValidationError) Reason() string + type DeltaDiscoveryResponse struct + Nonce string + RemovedResources []string + Resources []*Resource + SystemVersionInfo string + TypeUrl string + UdpaRemovedResources []*v1.ResourceName + func (*DeltaDiscoveryResponse) Descriptor() ([]byte, []int) + func (*DeltaDiscoveryResponse) ProtoMessage() + func (m *DeltaDiscoveryResponse) Validate() error + func (x *DeltaDiscoveryResponse) GetNonce() string + func (x *DeltaDiscoveryResponse) GetRemovedResources() []string + func (x *DeltaDiscoveryResponse) GetResources() []*Resource + func (x *DeltaDiscoveryResponse) GetSystemVersionInfo() string + func (x *DeltaDiscoveryResponse) GetTypeUrl() string + func (x *DeltaDiscoveryResponse) GetUdpaRemovedResources() []*v1.ResourceName + func (x *DeltaDiscoveryResponse) ProtoReflect() protoreflect.Message + func (x *DeltaDiscoveryResponse) Reset() + func (x *DeltaDiscoveryResponse) String() string + type DeltaDiscoveryResponseValidationError struct + func (e DeltaDiscoveryResponseValidationError) Cause() error + func (e DeltaDiscoveryResponseValidationError) Error() string + func (e DeltaDiscoveryResponseValidationError) ErrorName() string + func (e DeltaDiscoveryResponseValidationError) Field() string + func (e DeltaDiscoveryResponseValidationError) Key() bool + func (e DeltaDiscoveryResponseValidationError) Reason() string + type DiscoveryRequest struct + ErrorDetail *status.Status + Node *v3.Node + ResourceNames []string + ResponseNonce string + TypeUrl string + VersionInfo string + func (*DiscoveryRequest) Descriptor() ([]byte, []int) + func (*DiscoveryRequest) ProtoMessage() + func (m *DiscoveryRequest) Validate() error + func (x *DiscoveryRequest) GetErrorDetail() *status.Status + func (x *DiscoveryRequest) GetNode() *v3.Node + func (x *DiscoveryRequest) GetResourceNames() []string + func (x *DiscoveryRequest) GetResponseNonce() string + func (x *DiscoveryRequest) GetTypeUrl() string + func (x *DiscoveryRequest) GetVersionInfo() string + func (x *DiscoveryRequest) ProtoReflect() protoreflect.Message + func (x *DiscoveryRequest) Reset() + func (x *DiscoveryRequest) String() string + type DiscoveryRequestValidationError struct + func (e DiscoveryRequestValidationError) Cause() error + func (e DiscoveryRequestValidationError) Error() string + func (e DiscoveryRequestValidationError) ErrorName() string + func (e DiscoveryRequestValidationError) Field() string + func (e DiscoveryRequestValidationError) Key() bool + func (e DiscoveryRequestValidationError) Reason() string + type DiscoveryResponse struct + Canary bool + ControlPlane *v3.ControlPlane + Nonce string + Resources []*any.Any + TypeUrl string + VersionInfo string + func (*DiscoveryResponse) Descriptor() ([]byte, []int) + func (*DiscoveryResponse) ProtoMessage() + func (m *DiscoveryResponse) Validate() error + func (x *DiscoveryResponse) GetCanary() bool + func (x *DiscoveryResponse) GetControlPlane() *v3.ControlPlane + func (x *DiscoveryResponse) GetNonce() string + func (x *DiscoveryResponse) GetResources() []*any.Any + func (x *DiscoveryResponse) GetTypeUrl() string + func (x *DiscoveryResponse) GetVersionInfo() string + func (x *DiscoveryResponse) ProtoReflect() protoreflect.Message + func (x *DiscoveryResponse) Reset() + func (x *DiscoveryResponse) String() string + type DiscoveryResponseValidationError struct + func (e DiscoveryResponseValidationError) Cause() error + func (e DiscoveryResponseValidationError) Error() string + func (e DiscoveryResponseValidationError) ErrorName() string + func (e DiscoveryResponseValidationError) Field() string + func (e DiscoveryResponseValidationError) Key() bool + func (e DiscoveryResponseValidationError) Reason() string + type Resource struct + Aliases []string + Name string + Resource *any.Any + UdpaResourceName *v1.ResourceName + Version string + func (*Resource) Descriptor() ([]byte, []int) + func (*Resource) ProtoMessage() + func (m *Resource) Validate() error + func (x *Resource) GetAliases() []string + func (x *Resource) GetName() string + func (x *Resource) GetResource() *any.Any + func (x *Resource) GetUdpaResourceName() *v1.ResourceName + func (x *Resource) GetVersion() string + func (x *Resource) ProtoReflect() protoreflect.Message + func (x *Resource) Reset() + func (x *Resource) String() string + type ResourceValidationError struct + func (e ResourceValidationError) Cause() error + func (e ResourceValidationError) Error() string + func (e ResourceValidationError) ErrorName() string + func (e ResourceValidationError) Field() string + func (e ResourceValidationError) Key() bool + func (e ResourceValidationError) Reason() string + type UnimplementedAggregatedDiscoveryServiceServer struct + func (*UnimplementedAggregatedDiscoveryServiceServer) DeltaAggregatedResources(AggregatedDiscoveryService_DeltaAggregatedResourcesServer) error + func (*UnimplementedAggregatedDiscoveryServiceServer) StreamAggregatedResources(AggregatedDiscoveryService_StreamAggregatedResourcesServer) error