Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Component ¶ added in v1.1.0
type Component struct { ComponentName string `json:"componentName"` Images []componentImage `json:"images"` }
type ServerVersion ¶ added in v1.1.0
type ServerVersion struct { Namespace string `json:"Namespace"` Components []Component `json:"components"` }
func MakeServerVersions ¶ added in v1.1.0
func MakeServerVersions(ctx context.Context, opts *Options) []ServerVersion
Click to show internal directories.
Click to hide internal directories.