constants

package
v0.19.3 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RedHatImageRegistry = "registry.redhat.io"
	QuayURLBase         = "https://quay.io/api/v1/repository/"

	BrokerVar         = "BROKER_IMAGE_"
	Broker75Image     = "amq-broker"
	Broker75ImageTag  = "7.5"
	Broker75ImageURL  = RedHatImageRegistry + "/amq7/" + Broker75Image + ":" + Broker75ImageTag
	Broker75Component = "amq-broker-openshift-container"

	Broker76Image     = "amq-broker"
	Broker76ImageTag  = "7.6"
	Broker76ImageURL  = RedHatImageRegistry + "/amq7/" + Broker76Image + ":" + Broker76ImageTag
	Broker76Component = "amq-broker-openshift-container"

	Broker77Image     = "amq-broker"
	Broker77ImageTag  = "7.7"
	Broker77ImageURL  = RedHatImageRegistry + "/amq7/" + Broker77Image + ":" + Broker77ImageTag
	Broker77Component = "amq-broker-openshift-container"

	Broker78Image     = "amq-broker"
	Broker78ImageTag  = "7.8"
	Broker78ImageURL  = RedHatImageRegistry + "/amq7/" + Broker78Image + ":" + Broker78ImageTag
	Broker78Component = "amq-broker-openshift-container"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageEnv

type ImageEnv struct {
	Var       string
	Component string
	Registry  string
}

type ImageRef

type ImageRef struct {
	metav1.TypeMeta `json:",inline"`
	Spec            ImageRefSpec `json:"spec"`
}

type ImageRefSpec

type ImageRefSpec struct {
	Tags []ImageRefTag `json:"tags"`
}

type ImageRefTag

type ImageRefTag struct {
	Name string                  `json:"name"`
	From *corev1.ObjectReference `json:"from"`
}

Jump to

Keyboard shortcuts

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