# Functions
GetSocketOptions adds unix socket parameters to the client configuration if the address has unix:// schema.
IsClientNotReadyError checks if the error is ClientNotReadyError.
New creates a new Talos runtime.
NewClient creates a new Talos client.
NewClientFactory initializes a ClientFactory with a built-in cache.
NewClientNotReadyError creates a new ClientNotReadyError wrapping the given error.
# Variables
Name talos runtime string id.
# Structs
Client wraps Talos client.
ClientFactory creates client based on the resource state.
ClientNotReadyError is returned when building the client fails because cluster endpoints list is empty or Talos config resource doesn't exist.
Runtime implements runtime.Runtime for Talos resources.