Documentation ¶
Index ¶
Constants ¶
View Source
const ( IncludeAll = "all" CleanAction = "clean" DeleteAction = "delete" UpdateAction = "update" CreateAction = "create" )
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidcConfig asserts invalidConfigError.
Types ¶
type OidcOwner ¶
type OidcOwner struct {
Providers []OidcOwnerProvider `json:"providers,omitempty"`
}
type OidcOwnerProvider ¶
type Setup ¶
type Setup struct {
// contains filtered or unexported fields
}
func New ¶
func New(setup SetupConfig) (*Setup, error)
func (*Setup) CleanConfigCredentialsForProviders ¶
func (*Setup) DeleteConfigCredentialsForProviders ¶ added in v0.5.0
func (*Setup) GetConfigCredentialsForProviders ¶
func (*Setup) WriteToFile ¶
Click to show internal directories.
Click to hide internal directories.