instanceidhandler

package
v0.0.161 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IInstanceID

type IInstanceID interface {
	// GetInstanceType returns the type of the instance ID
	GetInstanceType() helpers.InstanceType

	GetAPIVersion() string
	GetNamespace() string
	GetKind() string
	GetName() string
	GetContainerName() string
	SetAPIVersion(string)
	SetNamespace(string)
	SetKind(string)
	SetName(string)
	SetContainerName(string)
	GetStringFormatted() string
	GetHashed() string
	GetLabels() map[string]string
	// GetSlug returns a string with a human-friendly and Kubernetes-compatible name
	GetSlug() (string, error)
}

Directories

Path Synopsis
v1

Jump to

Keyboard shortcuts

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