Interface HelmValueOptions
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.command.HelmOptions
public interface HelmValueOptions implements HelmOptions
-
-
Method Summary
Modifier and Type Method Description abstract Provider<Map<String, Object>>getValues()abstract Provider<Map<String, Object>>getFileValues()abstract FileCollectiongetValueFiles()-
-
Method Detail
-
getFileValues
abstract Provider<Map<String, Object>> getFileValues()
-
getValueFiles
abstract FileCollection getValueFiles()
-
-
-
-