package
1.35.0
Repository: https://github.com/kubernetes/kompose.git
Documentation: pkg.go.dev

# Structs

ConvertOptions holds all options that controls transformation process.
EnvVar holds the environment variable struct of a container.
HealthCheck the healthcheck configuration for a service "StartPeriod" was added to v3.4 of the compose, see: https://github.com/docker/cli/issues/116.
HealthChecks used to distinguish between liveness and readiness.
KomposeObject holds the generic struct of Kompose transformation.
Placement holds the placement struct of container.
Ports holds the ports struct of a container.
ServiceConfig holds the basic struct of a container which should not introduce any kubernetes specific struct.
Volumes holds the volume struct of container.

# Type aliases

ServiceConfigGroup holds an array of a ServiceConfig objects.