Skip to content

Class: PodmanLoad

Load container into container storage

URI: containers:PodmanLoad

classDiagram class PodmanLoad IacModule <|-- PodmanLoad PodmanLoad : executable PodmanLoad ..> string : executable PodmanLoad : input PodmanLoad ..> string : input

Inheritance

Slots

Name Cardinality and Range Description Inheritance
input 0..1
xsd:string
Input of a program or process, i direct
executable 0..1
xsd:string
Path to podman executable if it is not in the $PATH on the machine running po... IacModule

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/ucs-containers

Mappings

Mapping Type Mapped Value
self containers:PodmanLoad
native containers:PodmanLoad

LinkML Source

Direct

name: PodmanLoad
description: Load container into container storage
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
is_a: IacModule
slots:
- input
slot_usage:
  executable:
    name: executable
    description: Path to podman executable if it is not in the $PATH on the machine
      running podman
    ifabsent: string(podman)
    domain_of:
    - IacModule
  input:
    name: input
    description: Path to image file to load.
    domain_of:
    - PodmanLoad
    required: true

Induced

name: PodmanLoad
description: Load container into container storage
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
is_a: IacModule
slot_usage:
  executable:
    name: executable
    description: Path to podman executable if it is not in the $PATH on the machine
      running podman
    ifabsent: string(podman)
    domain_of:
    - IacModule
  input:
    name: input
    description: Path to image file to load.
    domain_of:
    - PodmanLoad
    required: true
attributes:
  input:
    name: input
    description: Path to image file to load.
    from_schema: https://w3id.org/lmodel/ucs-core
    alias: input
    owner: PodmanLoad
    domain_of:
    - PodmanLoad
    range: string
    required: true
  executable:
    name: executable
    description: Path to podman executable if it is not in the $PATH on the machine
      running podman
    from_schema: https://w3id.org/lmodel/ucs-core
    ifabsent: string(podman)
    alias: executable
    owner: PodmanLoad
    domain_of:
    - IacModule
    range: string