instanceidhandler

package
v0.0.146 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2023 License: Apache-2.0 Imports: 0 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 {
	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

Jump to

Keyboard shortcuts

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