Documentation
¶
Overview ¶
Common types in the Kubelet.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerID ¶
type DockerID string
DockerID is an ID of docker container. It is a type to make it clear when we're working with docker container Ids
type HttpGetter ¶
type HttpGetter interface {
Get(url string) (*http.Response, error)
}
Click to show internal directories.
Click to hide internal directories.