Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct {
// Volume Name
// example: OpenEBS Volume
VolumeName string `json:"name"`
// example: {"com.example1.com":"SomeString"}
Annotations map[string]string `json:"annotations"`
}
Metadata exercises example annotations on scalar and map fields (the #1542 "examples in response schema" scenario).
swagger:model
Click to show internal directories.
Click to hide internal directories.