Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterFirstPodNetworkCIDR ¶ added in v0.8.0
func GetMachinesForCluster ¶
func GetMachinesForCluster(ctx context.Context, c client.Client, cluster client.ObjectKey, filters ...collections.Func) (collections.Machines, error)
GetMachinesForCluster returns a list of machines that can be filtered or not. If no filter is supplied then all machines associated with the target cluster are returned.
func IsTerminalError ¶
IsTerminalError checks whether the error is a terminalError. These are returned to indicate non-retriable errors.
func TerminalError ¶
TerminalError is used to indicate a non-retriable error.
Types ¶
type OCIImage ¶ added in v0.8.0
type OCIImage struct {
// contains filtered or unexported fields
}
func ParseOCIImage ¶ added in v0.8.0
ParseOCIImage parses an OCI image name.
func (*OCIImage) Alias ¶ added in v0.8.0
Alias returns the alias to use in Incus for pulling the image.
func (*OCIImage) Digest ¶ added in v0.8.0
Digest returns the image digest, if specified, or an empty string.
Click to show internal directories.
Click to hide internal directories.