toggle menu
common-ext
2.1.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.orchestration
/
Deployment
Deployment
data
class
Deployment
(
val
imageUrl
:
String
,
val
imageTag
:
String
,
val
environment
:
Map
<
String
,
String
>
?
=
null
)
部署基本信息
Author
CJ
Members
Constructors
Deployment
Link copied to clipboard
constructor
(
imageUrl
:
String
,
imageTag
:
String
,
environment
:
Map
<
String
,
String
>
?
=
null
)
Properties
environment
Link copied to clipboard
val
environment
:
Map
<
String
,
String
>
?
=
null
环境
image
Tag
Link copied to clipboard
val
imageTag
:
String
image
Url
Link copied to clipboard
val
imageUrl
:
String