Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Proto ¶
type Proto struct { Charts ProtoCharts `json:"charts,omitempty"` Manifests map[string]string `json:"manifests,omitempty"` }
type ProtoChart ¶
type ProtoChart struct { Version string `json:"version"` Images ProtoImages `json:"images,omitempty"` }
type ProtoCharts ¶
type ProtoCharts map[string]ProtoChart
type ProtoImage ¶
type ProtoImage struct { Registry *string `json:"registry,omitempty"` Image string `json:"image"` Tag string `json:"tag"` Kind string `json:"kind,omitempty"` }
func (ProtoImage) GetImage ¶
func (p ProtoImage) GetImage() string
func (ProtoImage) GetShortImage ¶
func (p ProtoImage) GetShortImage() string
func (ProtoImage) IsTest ¶
func (p ProtoImage) IsTest() bool
type ProtoImages ¶
type ProtoImages map[string]ProtoImage
Click to show internal directories.
Click to hide internal directories.