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 -
Methods inherited from class org.gradle.api.Named
getName -
Methods inherited from class io.github.build.extensions.oss.gradle.plugins.helm.command.ConfigurableHelmValueOptions
getFileValues, getValueFiles, getValues -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-