toggle menu
gradle-plugin-k8s-deploy
0.0.1
jvm
switch theme
search in API
gradle-plugin-k8s-deploy
/
me.stefanozanella.gradle.plugin.k8sdeploy
/
DockerImageRef
Docker
Image
Ref
data
class
DockerImageRef
@
Inject
constructor
(
val
registry
:
Property
<
String
>
,
val
image
:
Property
<
String
>
,
val
tag
:
Property
<
String
>
)
(
source
)
Members
Constructors
Docker
Image
Ref
Link copied to clipboard
@
Inject
constructor
(
registry
:
Property
<
String
>
,
image
:
Property
<
String
>
,
tag
:
Property
<
String
>
)
Properties
image
Link copied to clipboard
@get:
Input
val
image
:
Property
<
String
>
registry
Link copied to clipboard
@get:
Input
val
registry
:
Property
<
String
>
tag
Link copied to clipboard
@get:
Input
val
tag
:
Property
<
String
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String