Documentation
¶
Index ¶
Constants ¶
View Source
const ( )
View Source
const (
VirtualNodeMode = "virtual"
)
Variables ¶
This section is empty.
Functions ¶
func WebhookSecretName ¶ added in v0.3.0
Types ¶
type Agent ¶
type Agent interface {
Name() string
Config() ctrlruntimeclient.Object
Resources() ([]ctrlruntimeclient.Object, error)
}
func NewSharedAgent ¶ added in v0.3.0
type SharedAgent ¶ added in v0.3.0
type SharedAgent struct {
// contains filtered or unexported fields
}
func (*SharedAgent) Config ¶
func (s *SharedAgent) Config() ctrlruntimeclient.Object
func (*SharedAgent) DNSName ¶
func (s *SharedAgent) DNSName() string
func (*SharedAgent) Name ¶ added in v0.3.0
func (s *SharedAgent) Name() string
func (*SharedAgent) Resources ¶
func (s *SharedAgent) Resources() ([]ctrlruntimeclient.Object, error)
type VirtualAgent ¶ added in v0.3.0
type VirtualAgent struct {
// contains filtered or unexported fields
}
func (*VirtualAgent) Config ¶
func (v *VirtualAgent) Config() ctrlruntimeclient.Object
func (*VirtualAgent) Name ¶ added in v0.3.0
func (v *VirtualAgent) Name() string
func (*VirtualAgent) Resources ¶
func (v *VirtualAgent) Resources() ([]ctrlruntimeclient.Object, error)
Click to show internal directories.
Click to hide internal directories.