Documentation ¶
Index ¶
Constants ¶
View Source
const ( VolumeTypeHost = "HostPath" VolumeTypeProjected = "Projected" )
View Source
const ( TokenTypeSA = "ServiceAccount" TokenTypeBoostrap = "Bootstrap" TokenTypeOIDC = "OIDC" )
View Source
const ( IdentityTypeSA = "ServiceAccount" IdentityTypeUser = "User" IdentityTypeGroup = "Group" )
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 )
Click to show internal directories.
Click to hide internal directories.