fargate

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2020 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEKSFargateNodename

func GetEKSFargateNodename() (string, error)

GetEKSFargateNodename returns the node name in EKS Fargate

func GetFargateHost

func GetFargateHost() (string, error)

GetFargateHost returns the Fargate hostname used by the core Agent for Fargate

func IsEKSFargateInstance

func IsEKSFargateInstance() bool

IsEKSFargateInstance returns whether the Agent is running in EKS Fargate.

func IsFargateInstance

func IsFargateInstance() bool

IsFargateInstance returns whether the Agent is running in Fargate.

Types

type OrchestratorName

type OrchestratorName string

OrchestratorName covers the possible platform names where Fargate can run

const (
	// ECS represents AWS ECS
	ECS OrchestratorName = "ECS"
	// EKS represents AWS EKS
	EKS OrchestratorName = "EKS"
	// Unknown is used when we cannot retrieve the orchestrator
	Unknown OrchestratorName = "Unknown"
)

func GetOrchestrator

func GetOrchestrator() OrchestratorName

GetOrchestrator returns whether the Agent is running on ECS or EKS.

Jump to

Keyboard shortcuts

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