Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotation ¶
type Annotation types.NullString
func (Annotation) MarshalJSON ¶
func (a Annotation) MarshalJSON() ([]byte, error)
func (*Annotation) UnmarshalJSON ¶
func (a *Annotation) UnmarshalJSON(data []byte) error
type Metadata ¶
type Metadata struct {
Labels map[string]Label `json:"labels,omitempty"`
Annotations map[string]Annotation `json:"annotations,omitempty"`
}
type MetadataElementType ¶
type MetadataElementType string
const ( MetadataAnnotationType MetadataElementType = "annotation" MetadataLabelType MetadataElementType = "label" )
Click to show internal directories.
Click to hide internal directories.