Interface Linting.Configuration
-
- 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,org.gradle.api.Named
public interface Linting.Configuration implements Named, ConfigurableHelmValueOptions
A configuration of values to pass to
helm lint.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLinting.Configuration.Companion
-
Method Summary
Modifier and Type Method Description abstract MapProperty<String, Object>getValues()abstract MapProperty<String, Object>getFileValues()abstract ConfigurableFileCollectiongetValueFiles()-
-
Method Detail
-
getFileValues
abstract MapProperty<String, Object> getFileValues()
-
getValueFiles
abstract ConfigurableFileCollection getValueFiles()
-
-
-
-