Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AnnotationEnable is an opt-in annotation key used to enable Texas sidecar // FIXME: remove when Texas is considered stable enough to be enabled by default AnnotationEnable = "texas.nais.io/enabled" )
View Source
const Port = 7164
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create( source Source, ast *resource.Ast, cfg Config, azureadapplication *nais_io_v1.AzureAdApplication, idportenclient *nais_io_v1.IDPortenClient, maskinportenclient *nais_io_v1.MaskinportenClient, tokenxclient *nais_io_v1.Jwker, ) error
Types ¶
type Provider ¶
type Providers ¶
type Providers []Provider
func NewProviders ¶
func NewProviders( maskinportenclient *nais_io_v1.MaskinportenClient, azureadapplication *nais_io_v1.AzureAdApplication, idportenclient *nais_io_v1.IDPortenClient, tokenxclient *nais_io_v1.Jwker, ) Providers
func (Providers) EnvFromSources ¶
func (p Providers) EnvFromSources() []corev1.EnvFromSource
Click to show internal directories.
Click to hide internal directories.