Documentation ¶
Index ¶
- Variables
- type RtdsDummy
- type RtdsDummy_builder
- type Runtime
- func (x *Runtime) ClearLayer()
- func (x *Runtime) GetLayer() *structpb.Struct
- func (x *Runtime) GetName() string
- func (x *Runtime) HasLayer() bool
- func (*Runtime) ProtoMessage()
- func (x *Runtime) ProtoReflect() protoreflect.Message
- func (x *Runtime) Reset()
- func (x *Runtime) SetLayer(v *structpb.Struct)
- func (x *Runtime) SetName(v string)
- func (x *Runtime) String() string
- type Runtime_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_service_runtime_v3_rtds_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RtdsDummy ¶
type RtdsDummy 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
func (*RtdsDummy) ProtoReflect ¶
func (x *RtdsDummy) ProtoReflect() protoreflect.Message
type RtdsDummy_builder ¶
type RtdsDummy_builder struct {
// contains filtered or unexported fields
}
func (RtdsDummy_builder) Build ¶
func (b0 RtdsDummy_builder) Build() *RtdsDummy
type Runtime ¶
type Runtime struct { // Runtime resource name. This makes the Runtime a self-describing xDS // resource. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Layer *structpb.Struct `protobuf:"bytes,2,opt,name=layer,proto3" json:"layer,omitempty"` // contains filtered or unexported fields }
RTDS resource type. This describes a layer in the runtime virtual filesystem.
func (*Runtime) ProtoReflect ¶
func (x *Runtime) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.