public final class ContainerRestartPolicy extends Object
| Modifier and Type | Field and Description |
|---|---|
static ContainerRestartPolicy |
ALWAYS
Static value always for ContainerRestartPolicy.
|
| Constructor and Description |
|---|
ContainerRestartPolicy(String value)
Creates a custom value for ContainerRestartPolicy.
|
public static final ContainerRestartPolicy ALWAYS
public ContainerRestartPolicy(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/