Documentation ¶
Index ¶
- Variables
- type ResourceAnnotation
- func (*ResourceAnnotation) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceAnnotation) GetType() string
- func (*ResourceAnnotation) ProtoMessage()
- func (x *ResourceAnnotation) ProtoReflect() protoreflect.Message
- func (x *ResourceAnnotation) Reset()
- func (x *ResourceAnnotation) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // optional bool disallowed_by_default = 189503207; E_DisallowedByDefault = &file_envoy_annotations_deprecation_proto_extTypes[0] // The API major and minor version on which the field was deprecated // (e.g., "3.5" for major version 3 and minor version 5). // // optional string deprecated_at_minor_version = 157299826; E_DeprecatedAtMinorVersion = &file_envoy_annotations_deprecation_proto_extTypes[1] )
Extension fields to descriptorpb.FieldOptions.
View Source
var ( // optional bool disallowed_by_default_enum = 70100853; E_DisallowedByDefaultEnum = &file_envoy_annotations_deprecation_proto_extTypes[2] // The API major and minor version on which the enum value was deprecated // (e.g., "3.5" for major version 3 and minor version 5). // // optional string deprecated_at_minor_version_enum = 181198657; E_DeprecatedAtMinorVersionEnum = &file_envoy_annotations_deprecation_proto_extTypes[3] )
Extension fields to descriptorpb.EnumValueOptions.
View Source
var (
// optional envoy.annotations.ResourceAnnotation resource = 265073217;
E_Resource = &file_envoy_annotations_resource_proto_extTypes[0]
)
Extension fields to descriptorpb.ServiceOptions.
View Source
var File_envoy_annotations_deprecation_proto protoreflect.FileDescriptor
View Source
var File_envoy_annotations_resource_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ResourceAnnotation ¶
type ResourceAnnotation struct { // Annotation for xDS services that indicates the fully-qualified Protobuf type for the resource // type. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*ResourceAnnotation) Descriptor
deprecated
func (*ResourceAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use ResourceAnnotation.ProtoReflect.Descriptor instead.
func (*ResourceAnnotation) GetType ¶
func (x *ResourceAnnotation) GetType() string
func (*ResourceAnnotation) ProtoMessage ¶
func (*ResourceAnnotation) ProtoMessage()
func (*ResourceAnnotation) ProtoReflect ¶
func (x *ResourceAnnotation) ProtoReflect() protoreflect.Message
func (*ResourceAnnotation) Reset ¶
func (x *ResourceAnnotation) Reset()
func (*ResourceAnnotation) String ¶
func (x *ResourceAnnotation) String() string
Click to show internal directories.
Click to hide internal directories.