Documentation ¶
Overview ¶
Package awsnode provides a way to interact with AWS nodes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCNIMissing defines an error for when an aws node's CNI daemonset is missing. ErrCNIMissing = errors.New("aws-node CNI daemonset missing") )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service defines the spec for a service.
func NewService ¶
func NewService(awsnodeScope scope.AWSNodeScope) *Service
NewService will create a new service.
Click to show internal directories.
Click to hide internal directories.