 Documentation
      ¶
      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,omitempty"`
	Tag      string  `json:"tag,omitempty"`
	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
type ProtoValues ¶
type ProtoValues struct {
	Images ProtoImages `json:"images,omitempty"`
}
     Click to show internal directories. 
   Click to hide internal directories.