changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 698: 96958d3eb5b0
parent: fbab9b24fbe6
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
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))