Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_teleport_label_v1_label_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Label ¶
type Label struct { // The name of the label. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The values associated with the label. Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
Label represents a single label key along with a set of possible values for it.
func (*Label) Descriptor
deprecated
func (*Label) ProtoMessage ¶
func (*Label) ProtoMessage()
func (*Label) ProtoReflect ¶
func (x *Label) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.