Class HelmValueOptionsHolder
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmValueOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.HelmOptions,io.github.build.extensions.oss.gradle.plugins.helm.command.HelmValueOptions
public final class HelmValueOptionsHolder implements ConfigurableHelmValueOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final MapProperty<String, Object>valuesprivate final MapProperty<String, Object>fileValuesprivate final ConfigurableFileCollectionvalueFiles
-
Constructor Summary
Constructors Constructor Description HelmValueOptionsHolder(MapProperty<String, Object> values, MapProperty<String, Object> fileValues, ConfigurableFileCollection valueFiles)HelmValueOptionsHolder(ObjectFactory objects)
-
Method Summary
Modifier and Type Method Description MapProperty<String, Object>getValues()MapProperty<String, Object>getFileValues()ConfigurableFileCollectiongetValueFiles()-
-
Method Detail
-
getFileValues
MapProperty<String, Object> getFileValues()
-
getValueFiles
ConfigurableFileCollection getValueFiles()
-
-
-
-