import "github.com/envoyproxy/go-control-plane/envoy/service/extension/v3"
config_discovery.pb.go config_discovery.pb.validate.go
var File_envoy_service_extension_v3_config_discovery_proto protoreflect.FileDescriptor
func RegisterExtensionConfigDiscoveryServiceServer(s *grpc.Server, srv ExtensionConfigDiscoveryServiceServer)
type EcdsDummy struct {
// contains filtered or unexported fields
}
[#not-implemented-hide:] Not configuration. Workaround c++ protobuf issue with importing services: https://github.com/google/protobuf/issues/4221 and protoxform to upgrade the file.
Deprecated: Use EcdsDummy.ProtoReflect.Descriptor instead.
func (x *EcdsDummy) ProtoReflect() protoreflect.Message
Validate checks the field values on EcdsDummy with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type EcdsDummyValidationError struct {
// contains filtered or unexported fields
}
EcdsDummyValidationError is the validation error returned by EcdsDummy.Validate if the designated constraints aren't met.
func (e EcdsDummyValidationError) Cause() error
Cause function returns cause value.
func (e EcdsDummyValidationError) Error() string
Error satisfies the builtin error interface
func (e EcdsDummyValidationError) ErrorName() string
ErrorName returns error name.
func (e EcdsDummyValidationError) Field() string
Field function returns field value.
func (e EcdsDummyValidationError) Key() bool
Key function returns key value.
func (e EcdsDummyValidationError) Reason() string
Reason function returns reason value.
type ExtensionConfigDiscoveryServiceClient interface { StreamExtensionConfigs(ctx context.Context, opts ...grpc.CallOption) (ExtensionConfigDiscoveryService_StreamExtensionConfigsClient, error) DeltaExtensionConfigs(ctx context.Context, opts ...grpc.CallOption) (ExtensionConfigDiscoveryService_DeltaExtensionConfigsClient, error) FetchExtensionConfigs(ctx context.Context, in *v3.DiscoveryRequest, opts ...grpc.CallOption) (*v3.DiscoveryResponse, error) }
ExtensionConfigDiscoveryServiceClient is the client API for ExtensionConfigDiscoveryService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewExtensionConfigDiscoveryServiceClient(cc grpc.ClientConnInterface) ExtensionConfigDiscoveryServiceClient
type ExtensionConfigDiscoveryServiceServer interface { StreamExtensionConfigs(ExtensionConfigDiscoveryService_StreamExtensionConfigsServer) error DeltaExtensionConfigs(ExtensionConfigDiscoveryService_DeltaExtensionConfigsServer) error FetchExtensionConfigs(context.Context, *v3.DiscoveryRequest) (*v3.DiscoveryResponse, error) }
ExtensionConfigDiscoveryServiceServer is the server API for ExtensionConfigDiscoveryService service.
type ExtensionConfigDiscoveryService_DeltaExtensionConfigsClient interface { Send(*v3.DeltaDiscoveryRequest) error Recv() (*v3.DeltaDiscoveryResponse, error) grpc.ClientStream }
type ExtensionConfigDiscoveryService_DeltaExtensionConfigsServer interface { Send(*v3.DeltaDiscoveryResponse) error Recv() (*v3.DeltaDiscoveryRequest, error) grpc.ServerStream }
type ExtensionConfigDiscoveryService_StreamExtensionConfigsClient interface { Send(*v3.DiscoveryRequest) error Recv() (*v3.DiscoveryResponse, error) grpc.ClientStream }
type ExtensionConfigDiscoveryService_StreamExtensionConfigsServer interface { Send(*v3.DiscoveryResponse) error Recv() (*v3.DiscoveryRequest, error) grpc.ServerStream }
type UnimplementedExtensionConfigDiscoveryServiceServer struct { }
UnimplementedExtensionConfigDiscoveryServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedExtensionConfigDiscoveryServiceServer) DeltaExtensionConfigs(ExtensionConfigDiscoveryService_DeltaExtensionConfigsServer) error
func (*UnimplementedExtensionConfigDiscoveryServiceServer) FetchExtensionConfigs(context.Context, *v3.DiscoveryRequest) (*v3.DiscoveryResponse, error)
func (*UnimplementedExtensionConfigDiscoveryServiceServer) StreamExtensionConfigs(ExtensionConfigDiscoveryService_StreamExtensionConfigsServer) error
Package envoy_service_extension_v3 imports 24 packages (graph) and is imported by 9 packages. Updated 2021-01-08. Refresh now. Tools for package owners.