Minor code cleanup.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-01-18 07:30:26 +00:00
parent ca3b73899a
commit 6fadb7f5e9
2 changed files with 8 additions and 6 deletions

View File

@@ -17,6 +17,8 @@ limitations under the License.
package annotations
// ContainerType values
// Following OCI annotations are used by katacontainers now.
// We'll switch to standard secure pod API after it is defined in CRI.
const (
// ContainerTypeSandbox represents a pod sandbox container
ContainerTypeSandbox = "sandbox"