Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IInstanceID ¶
type IInstanceID interface {
GetInstanceType() helpers.InstanceType
GetName() string
GetContainerName() string
GetStringFormatted() string
GetStringNoContainer() string
GetHashed() string
GetLabels() map[string]string
GetOneTimeSlug(noContainer bool) (string, error)
// GetSlug returns a string with a human-friendly and Kubernetes-compatible name
GetSlug(noContainer bool) (string, error)
GetTemplateHash() string
}
Click to show internal directories.
Click to hide internal directories.