Documentation
¶
Index ¶
Constants ¶
View Source
const ( DexFeatureKey = "dex" PluginFeatureKey = "plugin" )
Variables ¶
View Source
var (
DefaultDeploymentToolValue = "helm"
)
Functions ¶
This section is empty.
Types ¶
type Features ¶
type Features struct {
// contains filtered or unexported fields
}
func NewFeatures ¶
func (*Features) GetDefaultDeploymentTool ¶ added in v0.7.0
GetDefaultDeploymentTool returns the default deployment tool for plugins. Returns nil if the value cannot be resolved.
func (*Features) GetDexStorageType ¶
func (*Features) IsExpressionEvaluationEnabled ¶ added in v0.9.0
IsExpressionEvaluationEnabled returns whether plugin option expression evaluation is enabled. Returns false as default.
func (*Features) IsIntegrationEnabled ¶ added in v0.9.0
IsIntegrationEnabled returns whether plugin integration is enabled. Returns false as default.
Click to show internal directories.
Click to hide internal directories.