Skip to content

Enum: ContainerStateEnum

Valid values for Container state

URI: ContainerStateEnum

Permissible Values

Value Meaning Description
absent None A container matching the specified name will be stopped and removed
present None Asserts the existence of a container matching the name and any provided confi...
started None Asserts there is a running container matching the name and any provided confi...
stopped None Asserts that the container is first present, and then if the container is run...
created None Asserts that the container exists with given configuration

Slots

Name Description
state absent - A container matching the specified name will be stopped and removed
state Start the pod after creating it, or to leave it created only
state This variable is set for state

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ContainerStateEnum
description: Valid values for Container state
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
permissible_values:
  absent:
    text: absent
    description: A container matching the specified name will be stopped and removed.
  present:
    text: present
    description: Asserts the existence of a container matching the name and any provided
      configuration parameters.
  started:
    text: started
    description: Asserts there is a running container matching the name and any provided
      configuration.
  stopped:
    text: stopped
    description: Asserts that the container is first present, and then if the container
      is running moves it to a stopped state.
  created:
    text: created
    description: Asserts that the container exists with given configuration.