Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct { controlv1.UnsafeAgentControlServer AgentOptions v1beta1.AgentConfigSpec // contains filtered or unexported fields }
func New ¶
func New(ctx context.Context, conf *v1beta1.AgentConfig, opts ...AgentOption) (*Agent, error)
func (*Agent) GetKeyring ¶ added in v0.5.4
func (*Agent) GetTrustStrategy ¶ added in v0.5.4
type AgentOption ¶
type AgentOption func(*AgentOptions)
func WithBootstrapper ¶
func WithBootstrapper(bootstrapper bootstrap.Bootstrapper) AgentOption
type AgentOptions ¶
type AgentOptions struct {
// contains filtered or unexported fields
}
type ClientSet ¶ added in v0.5.4
type ClientSet interface { controlv1.AgentControlClient }
func NewClientSet ¶ added in v0.5.4
func NewClientSet(cc grpc.ClientConnInterface) ClientSet
Click to show internal directories.
Click to hide internal directories.