• Tim St. Clair's avatar
    Use strong type for container ID · 551eff63
    Tim St. Clair authored
    Change all references to the container ID in pkg/kubelet/... to the
    strong type defined in pkg/kubelet/container: ContainerID
    
    The motivation for this change is to make the format of the ID
    unambiguous, specifically whether or not it includes the runtime
    prefix (e.g. "docker://").
    551eff63
container_reference_manager.go 1.82 KB