TeamCity Kotlin DSL
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
KubernetesCloudImage
/
PullPolicy
Pull
Policy
enum
PullPolicy
:
Enum
<
KubernetesCloudImage.PullPolicy
>
Content copied to clipboard
Entries
Properties
Entries
NEVER
Link copied to clipboard
NEVER
(
"Never"
)
Content copied to clipboard
ALWAYS
Link copied to clipboard
ALWAYS
(
"Always"
)
Content copied to clipboard
IF_NOT_PRESENT
Link copied to clipboard
IF_NOT_PRESENT
(
"IfNotPresent"
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard