changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/pod/obj/pod.lisp

changeset 165: fbab9b24fbe6
author: ellis <ellis@rwest.io>
date: Thu, 04 Jan 2024 23:07:59 -0500
permissions: -rw-r--r--
description: pod types
1 ;;; lib/pod/obj/pod.lisp --- Pod objects
2 
3 ;; Pods are a fairly loose construct in Podman - in short, a group of
4 ;; containers.
5 
6 ;;; Code:
7 (in-package :pod)
8 
9 (defclass live-pod (id)
10  (cgroup-parent cgroup-path containers create-cgroup create-command create-infra created hostname
11  infra-config infra-container-id labels name namespace num-containers shared-namespaces state))