Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
static V1Container.ImagePullPolicyEnum |
V1Container.ImagePullPolicyEnum.fromValue(String value) |
V1Container.ImagePullPolicyEnum |
V1Container.getImagePullPolicy()
Image pull policy.
|
V1Container.ImagePullPolicyEnum |
V1Container.ImagePullPolicyEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1Container.ImagePullPolicyEnum |
V1Container.ImagePullPolicyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1Container.ImagePullPolicyEnum[] |
V1Container.ImagePullPolicyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
V1Container |
V1Container.imagePullPolicy(V1Container.ImagePullPolicyEnum imagePullPolicy) |
void |
V1Container.setImagePullPolicy(V1Container.ImagePullPolicyEnum imagePullPolicy) |
void |
V1Container.ImagePullPolicyEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1Container.ImagePullPolicyEnum enumeration) |
Copyright © 2022. All rights reserved.