utils

package
v0.66.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2021 License: Apache-2.0 Imports: 5 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CompareVersions

func CompareVersions(a, b string) (int, error)

CompareVersions compares two version strings with the usual conventions: returns 0 if a == b returns 1 if a > b returns -1 if b < a

func IsARMInstanceType

func IsARMInstanceType(instanceType string) bool

IsARMInstanceType returns true if the instance type is ARM architecture

func IsGPUInstanceType

func IsGPUInstanceType(instanceType string) bool

IsGPUInstanceType returns true if the instance type is GPU optimised

func IsInferentiaInstanceType

func IsInferentiaInstanceType(instanceType string) bool

IsInferentiaInstanceType returns true if the instance type requires AWS Neuron

func IsMinVersion

func IsMinVersion(minimumVersion, version string) (bool, error)

IsMinVersion compares a given version number with a minimum one and returns true if version >= minimumVersion

func ToKebabCase

func ToKebabCase(str string) string

ToKebabCase turns a CamelCase string into a kebab-case string

Types

This section is empty.

Directories

Path Synopsis
Package ipnet wraps net.IPNet to get CIDR serialization.
Package ipnet wraps net.IPNet to get CIDR serialization.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL