Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateHash ¶ added in v1.6.6
CalculateHash computes a hash for any JSON-marshalable struct
func CalculateVMPatch ¶ added in v0.7.0
func CalculateVMPatch( options *options.Options, nodeClaim *karpv1.NodeClaim, nodeClass *v1beta1.AKSNodeClass, currentVM *armcompute.VirtualMachine, ) *armcompute.VirtualMachineUpdate
func HashFromNodeClaim ¶
func HashFromNodeClaim(options *options.Options, nodeClaim *karpv1.NodeClaim, nodeClass *v1beta1.AKSNodeClass) (string, error)
HashFromNodeClaim calculates an inplace update hash from the specified options, nodeClaim, and nodeClass
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( kubeClient client.Client, vmInstanceProvider instance.VMProvider, ) *Controller
Click to show internal directories.
Click to hide internal directories.