Documentation
¶
Overview ¶
Package core is a generated protocol buffer package.
It is generated from these files:
core/metadata.proto
It has these top-level messages:
ResourceMetadata
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceMetadata ¶
type ResourceMetadata struct { // Name must be unique within a namespace. // Cannot be updated. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Namespace defines space within each name must be unique. // An empty namespace is equivalent to the default namespace. // Cannot be updated. Namespace string `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"` }
ResourceMetadata is metadata that all resources must have
func (*ResourceMetadata) Descriptor ¶
func (*ResourceMetadata) Descriptor() ([]byte, []int)
func (*ResourceMetadata) GetName ¶
func (m *ResourceMetadata) GetName() string
func (*ResourceMetadata) GetNamespace ¶
func (m *ResourceMetadata) GetNamespace() string
func (*ResourceMetadata) ProtoMessage ¶
func (*ResourceMetadata) ProtoMessage()
func (*ResourceMetadata) Reset ¶
func (m *ResourceMetadata) Reset()
func (*ResourceMetadata) String ¶
func (m *ResourceMetadata) String() string
Source Files
¶
- metadata.pb.go
Click to show internal directories.
Click to hide internal directories.