k3s/pkg/kubelet/prober
Tim St. Clair 551eff63b8 Use strong type for container ID
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://").
2015-10-07 10:58:05 -07:00
..
fake_manager.go Refactor readiness probing 2015-10-02 15:37:10 -07:00
fake_prober.go Use strong type for container ID 2015-10-07 10:58:05 -07:00
manager.go Use strong type for container ID 2015-10-07 10:58:05 -07:00
manager_test.go Use strong type for container ID 2015-10-07 10:58:05 -07:00
prober.go Use strong type for container ID 2015-10-07 10:58:05 -07:00
prober_test.go Use strong type for container ID 2015-10-07 10:58:05 -07:00
readiness_manager.go Use strong type for container ID 2015-10-07 10:58:05 -07:00
worker.go Use strong type for container ID 2015-10-07 10:58:05 -07:00
worker_test.go Use strong type for container ID 2015-10-07 10:58:05 -07:00