Documentation ¶
Index ¶
- func BuildNodePoolMap(nodePools []aksv1.AKSNodePool, clusterName string) (map[string]*aksv1.AKSNodePool, error)
- func ConvertToPointerOfSlice[T any](sliceToPtr []*T) *[]T
- func ConvertToSliceOfPointers[T any](ptrToSlice *[]T) []*T
- func ParseSecretName(ref string) (namespace string, name string)
- func RequestWithInspection() autorest.PrepareDecorator
- func ResponseWithInspection() autorest.RespondDecorator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildNodePoolMap ¶
func BuildNodePoolMap(nodePools []aksv1.AKSNodePool, clusterName string) (map[string]*aksv1.AKSNodePool, error)
func ConvertToPointerOfSlice ¶ added in v1.9.0
func ConvertToPointerOfSlice[T any](sliceToPtr []*T) *[]T
func ConvertToSliceOfPointers ¶ added in v1.9.0
func ConvertToSliceOfPointers[T any](ptrToSlice *[]T) []*T
func ParseSecretName ¶
func RequestWithInspection ¶ added in v1.1.4
func RequestWithInspection() autorest.PrepareDecorator
RequestWithInspection logs the request URL and method before sending the request to Azure API server for processing.
func ResponseWithInspection ¶ added in v1.1.4
func ResponseWithInspection() autorest.RespondDecorator
ResponseWithInspection logs the response status, request URL, and request ID after receiving the response from Azure API server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.