-
public final class HelmPluginConstantsKt
-
-
Field Summary
Fields Modifier and Type Field Description private final StringHELM_GROUPprivate final StringHELM_EXTENSION_NAMEprivate final StringHELM_LINT_EXTENSION_NAMEprivate final StringHELM_REPOSITORIES_EXTENSION_NAMEprivate final StringHELM_CHARTS_EXTENSION_NAMEprivate final StringHELM_FILTERING_EXTENSION_NAMEprivate final StringHELM_DEPENDENCIES_EXTENSION_NAMEprivate final StringHELM_MAIN_CHART_NAMEprivate final StringHELM_RELEASES_EXTENSION_NAMEprivate final StringHELM_RELEASE_TARGETS_EXTENSION_NAMEprivate final StringHELM_ACTIVE_RELEASE_TARGET_EXTENSION_NAMEprivate final StringHELM_DEFAULT_RELEASE_TARGET
-
Method Summary
Modifier and Type Method Description final StringgetHELM_GROUP()The task group for all Helm-related tasks. final StringgetHELM_EXTENSION_NAME()The name of the helmextension.final StringgetHELM_LINT_EXTENSION_NAME()The name of the lintDSL sub-extension.final StringgetHELM_REPOSITORIES_EXTENSION_NAME()The name of the repositoriesDSL sub-extension.final StringgetHELM_CHARTS_EXTENSION_NAME()The name of the chartsDSL sub-extension.final StringgetHELM_FILTERING_EXTENSION_NAME()The name of the filteringDSL extension.final StringgetHELM_DEPENDENCIES_EXTENSION_NAME()The name of the dependenciesDSL extension on a chart.final StringgetHELM_MAIN_CHART_NAME()The name of the special "main" chart. final StringgetHELM_RELEASES_EXTENSION_NAME()The name of the releasesDSL sub-extension.final StringgetHELM_RELEASE_TARGETS_EXTENSION_NAME()The name of the releaseTargetsDSL sub-extension.final StringgetHELM_ACTIVE_RELEASE_TARGET_EXTENSION_NAME()The name of the activeReleaseTargetDSL sub-extension.final StringgetHELM_DEFAULT_RELEASE_TARGET()The name of the special "default" release target. -
-
Method Detail
-
getHELM_GROUP
final String getHELM_GROUP()
The task group for all Helm-related tasks.
-
getHELM_EXTENSION_NAME
final String getHELM_EXTENSION_NAME()
The name of the
helmextension.
-
getHELM_LINT_EXTENSION_NAME
final String getHELM_LINT_EXTENSION_NAME()
The name of the
lintDSL sub-extension.
-
getHELM_REPOSITORIES_EXTENSION_NAME
final String getHELM_REPOSITORIES_EXTENSION_NAME()
The name of the
repositoriesDSL sub-extension.
-
getHELM_CHARTS_EXTENSION_NAME
final String getHELM_CHARTS_EXTENSION_NAME()
The name of the
chartsDSL sub-extension.
-
getHELM_FILTERING_EXTENSION_NAME
final String getHELM_FILTERING_EXTENSION_NAME()
The name of the
filteringDSL extension.
-
getHELM_DEPENDENCIES_EXTENSION_NAME
final String getHELM_DEPENDENCIES_EXTENSION_NAME()
The name of the
dependenciesDSL extension on a chart.
-
getHELM_MAIN_CHART_NAME
final String getHELM_MAIN_CHART_NAME()
The name of the special "main" chart.
-
getHELM_RELEASES_EXTENSION_NAME
final String getHELM_RELEASES_EXTENSION_NAME()
The name of the
releasesDSL sub-extension.
-
getHELM_RELEASE_TARGETS_EXTENSION_NAME
final String getHELM_RELEASE_TARGETS_EXTENSION_NAME()
The name of the
releaseTargetsDSL sub-extension.
-
getHELM_ACTIVE_RELEASE_TARGET_EXTENSION_NAME
final String getHELM_ACTIVE_RELEASE_TARGET_EXTENSION_NAME()
The name of the
activeReleaseTargetDSL sub-extension.
-
getHELM_DEFAULT_RELEASE_TARGET
final String getHELM_DEFAULT_RELEASE_TARGET()
The name of the special "default" release target.
-
-
-
-