Documentation ¶
Index ¶
- Variables
- type ObjectMeta
- func (*ObjectMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectMeta) GetLastModified() int64
- func (x *ObjectMeta) GetName() string
- func (x *ObjectMeta) GetRealm() string
- func (*ObjectMeta) ProtoMessage()
- func (x *ObjectMeta) ProtoReflect() protoreflect.Message
- func (x *ObjectMeta) Reset()
- func (x *ObjectMeta) String() string
- type Resource
- func (*Resource) Descriptor() ([]byte, []int)deprecated
- func (x *Resource) GetKind() string
- func (x *Resource) GetName() string
- func (x *Resource) GetObjSet() string
- func (x *Resource) GetRealm() string
- func (*Resource) ProtoMessage()
- func (x *Resource) ProtoReflect() protoreflect.Message
- func (x *Resource) Reset()
- func (x *Resource) String() string
- type Resources
- type Status
- func (*Status) Descriptor() ([]byte, []int)deprecated
- func (x *Status) GetEnabled() bool
- func (x *Status) GetStatus() string
- func (x *Status) GetSuspended() bool
- func (*Status) ProtoMessage()
- func (x *Status) ProtoReflect() protoreflect.Message
- func (x *Status) Reset()
- func (x *Status) String() string
- type TypeMeta
Constants ¶
This section is empty.
Variables ¶
View Source
var File_mmesh_protobuf_network_v1_resources_resource_resource_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ObjectMeta ¶
type ObjectMeta struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Realm string `protobuf:"bytes,2,opt,name=realm,proto3" json:"realm,omitempty"` LastModified int64 `protobuf:"varint,3,opt,name=lastModified,proto3" json:"lastModified,omitempty"` // contains filtered or unexported fields }
func (*ObjectMeta) Descriptor
deprecated
func (*ObjectMeta) Descriptor() ([]byte, []int)
Deprecated: Use ObjectMeta.ProtoReflect.Descriptor instead.
func (*ObjectMeta) GetLastModified ¶
func (x *ObjectMeta) GetLastModified() int64
func (*ObjectMeta) GetName ¶
func (x *ObjectMeta) GetName() string
func (*ObjectMeta) GetRealm ¶
func (x *ObjectMeta) GetRealm() string
func (*ObjectMeta) ProtoMessage ¶
func (*ObjectMeta) ProtoMessage()
func (*ObjectMeta) ProtoReflect ¶
func (x *ObjectMeta) ProtoReflect() protoreflect.Message
func (*ObjectMeta) Reset ¶
func (x *ObjectMeta) Reset()
func (*ObjectMeta) String ¶
func (x *ObjectMeta) String() string
type Resource ¶
type Resource struct { Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"` Realm string `protobuf:"bytes,2,opt,name=realm,proto3" json:"realm,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` ObjSet string `protobuf:"bytes,4,opt,name=objSet,proto3" json:"objSet,omitempty"` // contains filtered or unexported fields }
func (*Resource) ProtoReflect ¶
func (x *Resource) ProtoReflect() protoreflect.Message
type Resources ¶
type Resources struct { Resources []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"` // contains filtered or unexported fields }
func (*Resources) ProtoReflect ¶
func (x *Resources) ProtoReflect() protoreflect.Message
type Status ¶
type Status struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"` Suspended bool `protobuf:"varint,3,opt,name=suspended,proto3" json:"suspended,omitempty"` // contains filtered or unexported fields }
func (*Status) ProtoReflect ¶
func (x *Status) ProtoReflect() protoreflect.Message
type TypeMeta ¶
type TypeMeta struct { APIVersion string `protobuf:"bytes,1,opt,name=APIVersion,proto3" json:"APIVersion,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` // contains filtered or unexported fields }
func (*TypeMeta) ProtoReflect ¶
func (x *TypeMeta) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.