package
0.2.0
Repository: https://github.com/ironcore-dev/ironcore.git
Documentation: pkg.go.dev

# Functions

GetPreferredMachinePoolAddress returns the address of the provided node, using the provided preference order.
MakeInsecureTransport creates an insecure RoundTripper for HTTP Transport.
MakeTransport creates a secure RoundTripper for HTTP Transport.
No description provided by the author

# Structs

ConnectionInfo provides the information needed to connect to a machine poollet.
MachinePoolConnectionInfoGetter obtains connection info from the status of a MachinePool API object.
No description provided by the author
NoMatchError is a typed implementation of the error interface.

# Interfaces

No description provided by the author
MachinePoolGetter defines an interface for looking up a node by name.

# Type aliases

MachinePoolGetterFunc allows implementing MachinePoolGetter with a function.