参数名字 | 描述 |
---|---|
container 必填 |
Validations:
|
container[name] 选填 , 允许空值 |
Validations:
|
container[location_ids] 选填 , 允许空值 |
使用给定 id 替换位置 Validations:
|
container[organization_ids] 选填 , 允许空值 |
使用给定 id 替换机构 Validations:
|
container[compute_resource_id] 必填 |
Validations:
|
container[registry_id] 选填 , 允许空值 |
Registry this container will have to use to get the image Validations:
|
container[repository_name] 必填 |
Name of the repository to use to create the container. e.g. centos Validations:
|
container[tag] 必填 |
Tag to use to create the container. e.g. latest Validations:
|
container[tty] 选填 , 允许空值 |
Validations:
|
container[entrypoint] 选填 , 允许空值 |
Validations:
|
container[command] 必填 |
Validations:
|
container[memory] 选填 , 允许空值 |
Validations:
|
container[cpu_shares] 选填 , 允许空值 |
Validations:
|
container[cpu_set] 选填 , 允许空值 |
Validations:
|
container[environment_variables] 选填 , 允许空值 |
Optional array of environment variables hashes. e.g. 'environment_variables': [{'name' => 'example', 'value' => '123'}] Validations:
|
container[attach_stdout] 选填 , 允许空值 |
Validations:
|
container[attach_stdin] 选填 , 允许空值 |
Validations:
|
container[attach_stderr] 选填 , 允许空值 |
Validations:
|
container[capsule_id] 选填 , 允许空值 |
The capsule this container will have to use to get the image. Relevant for images retrieved from katello registry. Validations:
|