From 3815b4c98583877fc2cd5887c3585309c7638c21 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Mon, 15 Jun 2015 15:04:37 -0700 Subject: [PATCH] remove PodContainerInfo from api/types.go --- pkg/api/types.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkg/api/types.go b/pkg/api/types.go index 64e4b993763..1541f1ed593 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -827,14 +827,6 @@ type PodCondition struct { Status ConditionStatus `json:"status"` } -// PodContainerInfo is a wrapper for PodInfo that can be encode/decoded -// DEPRECATED: Replaced with PodStatusResult -type PodContainerInfo struct { - TypeMeta `json:",inline"` - ObjectMeta `json:"metadata,omitempty"` - ContainerInfo []ContainerStatus `json:"containerInfo"` -} - // RestartPolicy describes how the container should be restarted. // Only one of the following restart policies may be specified. // If none of the following policies is specified, the default one