package
1.3.0-alpha.3
Repository: https://github.com/dims/kubernetes.git
Documentation: pkg.go.dev

# Functions

FixedMapper maps k8s host ports to offered ports ignoring hostPorts == 0 (remaining pod-private).
WildcardMapper maps k8s wildcard ports (hostPort == 0) to any available offer port.

# Constants

maps a Container.HostPort to the same exact offered host port, ignores .HostPort = 0.
same as MappingFixed, except that .HostPort of 0 are mapped to any port offered.

# Structs

No description provided by the author
A Mapping represents the mapping between k8s container ports ports offered by mesos.
No description provided by the author

# Interfaces

Objects implementing the Mapper interface generate port mappings from k8s container ports to ports offered by mesos.

# Type aliases

MapperFunc is a function adapter to the Mapper interface.
No description provided by the author