bundle

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BundleSpecification

type BundleSpecification struct {
	install.CredentialsRequest `json:",inline"`
	Template                   json.RawMessage            `json:"configTemplate,omitempty"`
	Libraries                  []metav1.ResourceReference `json:"templateLibraries,omitempty"`
	Scheme                     json.RawMessage            `json:"configScheme,omitempty"`

	Actions []string          `json:"actions,omitempty"`
	Outputs map[string]string `json:"outputs,omitempty"`
}

type InstallationSpecification

type InstallationSpecification struct {
	ResourceRef *metav1.ResourceReference `json:"resourceRef,omitempty"`
	Image       *toi.Image                `json:"image,omitempty"`

	Actions  map[string]string `json:"actions,omitempty"`
	Required map[string]string `json:"required,omitempty"`
}

type InstallationValues

type InstallationValues struct {
	install.Credentials `json:",inline"`
	Settings            json.RawMessage `json:"values,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL