types

package
v0.0.0-...-d8b41f4 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	OlmTypeRhmi             = "integreatly-operator"
	OlmTypeRhoam            = "managed-api-service"
	OlmTypeMultitenantRhoam = "multitenant-managed-api-service"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvType

type EnvType struct {
	Name  string `yaml:"name"`
	Value string `yaml:"value"`
}

type RhssoManifest

type RhssoManifest struct {
	Spec RhssoManifestSpec `yaml:"spec"`
}

type RhssoManifestDeployments

type RhssoManifestDeployments struct {
	Name string                       `yaml:"name"`
	Spec RhssoManifestDeploymentsSpec `yaml:"spec"`
}

type RhssoManifestDeploymentsContainers

type RhssoManifestDeploymentsContainers struct {
	Env []EnvType `yaml:"env"`
}

type RhssoManifestDeploymentsSpec

type RhssoManifestDeploymentsSpec struct {
	Template RhssoManifestTemplate `yaml:"template"`
}

type RhssoManifestInstall

type RhssoManifestInstall struct {
	Spec RhssoManifestInstallSpec `yaml:"spec"`
}

type RhssoManifestInstallSpec

type RhssoManifestInstallSpec struct {
	Deployments []RhssoManifestDeployments `yaml:"deployments"`
}

type RhssoManifestSpec

type RhssoManifestSpec struct {
	Install RhssoManifestInstall `yaml:"install"`
}

type RhssoManifestTemplate

type RhssoManifestTemplate struct {
	Spec RhssoManifestTemplateSpec `yaml:"spec"`
}

type RhssoManifestTemplateSpec

type RhssoManifestTemplateSpec struct {
	Containers []RhssoManifestDeploymentsContainers `yaml:"containers"`
}

type RhssoPackage

type RhssoPackage struct {
	Channels []RhssoPackageChannels `yaml:"channels"`
}

type RhssoPackageChannels

type RhssoPackageChannels struct {
	Name       string `yaml:"name"`
	CurrentCSV string `yaml:"currentCSV"`
}

Jump to

Keyboard shortcuts

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