-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.unbrokendome.gradle.plugins.helm.command.ConfigurableHelmOptions,org.unbrokendome.gradle.plugins.helm.command.ConfigurableHelmValueOptions,org.unbrokendome.gradle.plugins.helm.command.HelmOptions,org.unbrokendome.gradle.plugins.helm.command.HelmValueOptions
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 org.unbrokendome.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
-
-