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 {
Kind string
AgentConfig TrustProviderAgentConfig
ServerConfig TrustProviderServerConfig
}
func NewTrustProvider ¶
func NewTrustProvider(tpp *trust_provider_proto.TrustProvider) (*TrustProvider, error)
Click to show internal directories.
Click to hide internal directories.