api

package
v0.0.0-...-3f8c748 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterCheckupResult

type ClusterCheckupResult struct {
	Success string
	Failure string
	Error   error
}

type ClusterInstance

type ClusterInstance struct {
	Cluster clustersv1.Cluster
	Account accountsv1.Account
}

type Environment

type Environment struct {
	Alias string
	Url   string
	OrgId string
}
var (
	Production Environment = Environment{
		Alias: "production",
		Url:   "https://api.openshift.com",
	}
	Staging Environment = Environment{
		Alias: "staging",
		Url:   "https://api.stage.openshift.com",
	}
	Integration Environment = Environment{
		Alias: "integration",
		Url:   "https://api.integration.openshift.com",
	}
)

Jump to

Keyboard shortcuts

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