Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_aepc_schema_resourcedefinition_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Property ¶
type Property struct {
// contains filtered or unexported fields
}
func (*Property) Descriptor
deprecated
func (*Property) ProtoMessage ¶
func (*Property) ProtoMessage()
func (*Property) ProtoReflect ¶
func (x *Property) ProtoReflect() protoreflect.Message
type Resource ¶
type Resource struct { // Kind is the type of the resource Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"` Properties map[string]*Property `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Resource) Descriptor
deprecated
func (*Resource) GetProperties ¶
func (*Resource) ProtoMessage ¶
func (*Resource) ProtoMessage()
func (*Resource) ProtoReflect ¶
func (x *Resource) ProtoReflect() protoreflect.Message
type Service ¶
type Service struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Resources []*Resource `protobuf:"bytes,2,rep,name=resources,proto3" json:"resources,omitempty"` // contains filtered or unexported fields }
func (*Service) Descriptor
deprecated
func (*Service) GetResources ¶
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.