extaks

package
v1.3.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2026 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TargetIDCluster                    = "com.steadybit.extension_azure.aks.cluster"
	TargetIDNodePool                   = "com.steadybit.extension_azure.aks.nodepool"
	NodePoolTerminateInstancesActionId = "com.steadybit.extension_azure.aks.nodepool.terminate-instances"
)

Variables

This section is empty.

Functions

func NewClusterDiscovery

func NewClusterDiscovery() discovery_kit_sdk.TargetDiscovery

func NewNodePoolDiscovery

func NewNodePoolDiscovery() discovery_kit_sdk.TargetDiscovery

Types

type AgentPoolsApi

type AgentPoolsApi interface {
	BeginDeleteMachines(ctx context.Context, resourceGroupName string, resourceName string, agentPoolName string, machines armcontainerservice.AgentPoolDeleteMachinesParameter, options *armcontainerservice.AgentPoolsClientBeginDeleteMachinesOptions) (*runtime.Poller[armcontainerservice.AgentPoolsClientDeleteMachinesResponse], error)
}

AgentPoolsApi captures the subset of armcontainerservice.AgentPoolsClient used here.

type MachinesApi

type MachinesApi interface {
	NewListPager(resourceGroupName string, resourceName string, agentPoolName string, options *armcontainerservice.MachinesClientListOptions) *runtime.Pager[armcontainerservice.MachinesClientListResponse]
}

MachinesApi captures the subset of armcontainerservice.MachinesClient used here.

type NodePoolTerminateInstancesState

type NodePoolTerminateInstancesState struct {
	SubscriptionId    string
	ResourceGroupName string
	ClusterName       string
	NodePoolName      string
	Percentage        int
	MachineNames      []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL