shared

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VolumeTypeHost      = "HostPath"
	VolumeTypeProjected = "Projected"
)
View Source
const (
	TokenTypeSA       = "ServiceAccount"
	TokenTypeBoostrap = "Bootstrap"
	TokenTypeOIDC     = "OIDC"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CompromiseType

type CompromiseType int
const (
	CompromiseNone CompromiseType = iota
	CompromiseSimulated
	CompromiseKnown
)

type EndpointExposureType

type EndpointExposureType int
const (
	EndpointExposureNone      EndpointExposureType = iota
	EndpointExposureClusterIP                      // Container port exposed to cluster
	EndpointExposureNodeIP                         // Kubernetes endpoint exposed outside the cluster
	EndpointExposureExternal                       // Kubernetes endpoint exposed outside the cluster
	EndpointExposurePublic                         // External DNS API endpoint
)

Jump to

Keyboard shortcuts

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