Documentation
¶
Index ¶
- func CheckConnection(ctx context.Context, informer validation.Informer, node *api.NodeConfig) error
- func CheckUnauthenticatedAccess(ctx context.Context, informer validation.Informer, node *api.NodeConfig) error
- func MakeUnauthenticatedRequest(ctx context.Context, endpoint string, caCertificate []byte) error
- type AccessValidator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckConnection ¶
func CheckConnection(ctx context.Context, informer validation.Informer, node *api.NodeConfig) error
func CheckUnauthenticatedAccess ¶
func CheckUnauthenticatedAccess(ctx context.Context, informer validation.Informer, node *api.NodeConfig) error
Types ¶
type AccessValidator ¶
type AccessValidator struct {
// contains filtered or unexported fields
}
func NewAccessValidator ¶
func NewAccessValidator(config aws.Config) AccessValidator
func (AccessValidator) Run ¶
func (a AccessValidator) Run(ctx context.Context, informer validation.Informer, node *api.NodeConfig) error
Click to show internal directories.
Click to hide internal directories.