k3s/pkg
Solly Ross b46dbbec1b Add method to inspect Docker images by ID
Previously, the `InspectImage` method of the Docker interface expected a
"pullable" image ref (name, tag, or manifest digest).  If you tried to
inspect an image by its ID (config digest), the inspect would fail to
validate the image against the input identifier.  This commit changes
the original method to be named `InspectImageByRef`, and introduces a
new method called `InspectImageByID` which validates that the input
identifier was an image ID.
2016-10-10 15:16:58 -04:00
..
admission move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
api Merge pull request #34010 from soltysh/fix_edit_sj 2016-10-10 06:16:29 -07:00
apimachinery remove dead mapper 2016-09-19 09:57:19 -04:00
apis change petset replicas type from int to int32 2016-10-08 17:13:20 +08:00
apiserver Merge pull request #34098 from deads2k/sttts-handlerchain 2016-10-05 09:45:57 -07:00
auth Remove unnecessary authorization headers after authorization is successful 2016-10-06 12:38:00 -07:00
capabilities
client remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
cloudprovider Merge pull request #33276 from suonto/lbaasv2_reimplementation 2016-10-07 19:52:42 -07:00
controller kubectl: add --revision flag in rollout status 2016-10-10 15:04:46 +02:00
conversion
credentialprovider remove the tmp file 2016-09-22 23:37:27 +08:00
dns move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
fieldpath
fields
generated Revert "Add kubelet awareness to taint tolerant match caculator." 2016-10-07 12:10:55 -07:00
genericapiserver convert bootstrap controller to posthook to tighten master.go 2016-10-10 08:15:45 -04:00
healthz
httplog
hyperkube
kubectl kubectl: add --revision flag in rollout status 2016-10-10 15:04:46 +02:00
kubelet Add method to inspect Docker images by ID 2016-10-10 15:16:58 -04:00
kubemark
labels
master convert bootstrap controller to posthook to tighten master.go 2016-10-10 08:15:45 -04:00
metrics
probe
proxy Proxier unittests 2016-09-29 17:35:43 -07:00
quota
registry Merge pull request #34054 from deads2k/testapi-01-remove-default.groupversion 2016-10-07 20:30:34 -07:00
routes Make genericapiserver handler chain customizable 2016-10-05 10:32:36 -04:00
runtime Merge pull request #34010 from soltysh/fix_edit_sj 2016-10-10 06:16:29 -07:00
security Merge pull request #33500 from Random-Liu/apparmor-seccomp-cri 2016-10-03 20:34:13 -07:00
securitycontext
selection
serviceaccount Add ECDSA support 2016-09-27 12:44:54 -04:00
ssh add err to return 2016-09-20 14:47:31 +08:00
storage Merge pull request #34322 from wojtek-t/cacher_improvements 2016-10-08 00:38:48 -07:00
types Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
util Merge pull request #34297 from AdoHe/fix_yaml_decoder 2016-10-09 17:46:03 -07:00
version Add +k8s:openapi-gen tag to API types 2016-09-12 18:47:03 -07:00
volume Typos and englishify pkg/volume 2016-10-03 22:39:33 +02:00
watch Race free version of FakeWatcher 2016-10-07 15:37:57 +02:00
OWNERS