Documentation
¶
Index ¶
Constants ¶
View Source
const (
ProviderName string = "cdscloud"
)
Variables ¶
View Source
var (
ClbLoadBalancerKindClassic = 0
)
Functions ¶
This section is empty.
Types ¶
type ResourcesController ¶
type ResourcesController struct {
// contains filtered or unexported fields
}
ResourcesController is responsible for managing DigitalOcean cloud resources. It maintains a local state of the resources and synchronizes when needed.
func NewResourcesController ¶
func NewResourcesController(clusterID string, inf v1informers.ServiceInformer, client kubernetes.Interface) *ResourcesController
NewResourcesController returns a new resource controller.
func (*ResourcesController) Run ¶
func (r *ResourcesController) Run(stopCh <-chan struct{})
Run starts the resources controller loop.
Click to show internal directories.
Click to hide internal directories.