Documentation
¶
Index ¶
Constants ¶
View Source
const (
KubernetesTrustProvider string = "k8s"
)
Variables ¶
This section is empty.
Functions ¶
func GetTrustProviderKindFromProfile ¶ added in v0.5.0
GetTrustProviderKindFromProfile returns the valid kind of trust provider for the corresponding profile.
Types ¶
type TrustProvider ¶
type TrustProvider struct {
Name string
Kind string
AgentConfig TrustProviderAgentConfig
ServerConfig TrustProviderServerConfig
Proto *trust_provider_proto.TrustProvider
}
func NewTrustProvider ¶
func NewTrustProvider(kind string) (*TrustProvider, error)
func (*TrustProvider) GetValues ¶
func (tp *TrustProvider) GetValues() error
Click to show internal directories.
Click to hide internal directories.