toggle menu
gradle-plugin-k8s-deploy
0.0.1
jvm
switch theme
search in API
gradle-plugin-k8s-deploy
/
me.stefanozanella.gradle.plugin.k8sdeploy.extensions
/
KubernetesDeploymentConfiguration
Kubernetes
Deployment
Configuration
open
class
KubernetesDeploymentConfiguration
@
Inject
constructor
(
factory
:
ObjectFactory
,
project
:
Project
)
(
source
)
Members
Constructors
Kubernetes
Deployment
Configuration
Link copied to clipboard
@
Inject
constructor
(
factory
:
ObjectFactory
,
project
:
Project
)
Properties
base
Image
Link copied to clipboard
val
baseImage
:
Property
<
String
>
deployment
Name
Link copied to clipboard
val
deploymentName
:
Property
<
String
>
deployment
Namespace
Link copied to clipboard
val
deploymentNamespace
:
Property
<
String
>
image
Name
Link copied to clipboard
val
imageName
:
Property
<
String
>
image
Registry
Link copied to clipboard
val
imageRegistry
:
Property
<
String
>
image
Tag
Link copied to clipboard
val
imageTag
:
Property
<
String
>
jvm
Version
Link copied to clipboard
val
jvmVersion
:
Property
<
JavaVersion
>
k8s
Registry
Link copied to clipboard
val
k8sRegistry
:
Property
<
String
>
pod
Name
Link copied to clipboard
val
podName
:
Property
<
String
>
push
Docker
Image
Link copied to clipboard
val
pushDockerImage
:
Property
<
Boolean
>