Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultListenAddress = ":8080" DefaultShutdownTimeout = 15 * time.Second DefaultBootstrapGroup = "system:bootstrappers:aks-flex-node" DefaultDaemonGroup = "aks-flex-node-daemons" DefaultMachineConfigMapNamespace = "kube-system" DefaultMachineConfigMapName = "aks-flex-machines" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MachineNotFoundError ¶
type MachineNotFoundError struct {
Name string
}
func (*MachineNotFoundError) Error ¶
func (e *MachineNotFoundError) Error() string
type MachineStore ¶
type MachineStore interface {
Get(ctx context.Context, machineName string) (armcontainerservice.Machine, error)
}
func NewConfigMapMachineStore ¶
func NewConfigMapMachineStore(kubeClient kubernetes.Interface, namespace, name string) MachineStore
Click to show internal directories.
Click to hide internal directories.