env

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IASConfig

type IASConfig struct {
	ClientID     string
	ClientSecret string
	Domain       string
	URL          string
}

func GetIASConfig

func GetIASConfig() (*IASConfig, error)

func GetIASConfigInUserProvidedService

func GetIASConfigInUserProvidedService(serviceInstanceName string) (*IASConfig, error)

func (IASConfig) GetClientID

func (c IASConfig) GetClientID() string

func (IASConfig) GetClientSecret

func (c IASConfig) GetClientSecret() string

func (IASConfig) GetDomain

func (c IASConfig) GetDomain() string

func (IASConfig) GetURL

func (c IASConfig) GetURL() string

type Platform

type Platform string
const (
	CLOUD_FOUNDRY Platform = "CF"
	KUBERNETES    Platform = "KUBERNETES"
	UNKOWN        Platform = "UNKOWN"
)

Jump to

Keyboard shortcuts

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