Uses of Class
org.honton.chas.helmrepo.maven.plugin.ReleaseInfo
-
Packages that use ReleaseInfo Package Description org.honton.chas.helmrepo.maven.plugin -
-
Uses of ReleaseInfo in org.honton.chas.helmrepo.maven.plugin
Methods in org.honton.chas.helmrepo.maven.plugin that return types with arguments of type ReleaseInfo Modifier and Type Method Description Iterable<ReleaseInfo>CommandOptions. getIterable(LinkedList<ReleaseInfo> inOrder)Given a list of releases, return an iterator that determines the traversal orderIterable<ReleaseInfo>HelmRelease. getIterable(LinkedList<ReleaseInfo> inOrder)Iterable<ReleaseInfo>HelmUninstall. getIterable(LinkedList<ReleaseInfo> inOrder)Methods in org.honton.chas.helmrepo.maven.plugin with parameters of type ReleaseInfo Modifier and Type Method Description StringCommandOptions. chartReference(ReleaseInfo info)What is the chart reference for the helm command? May return null.StringHelmRelease. chartReference(ReleaseInfo info)StringHelmUninstall. chartReference(ReleaseInfo info)protected voidHelmRelease. postHelmCommand(ReleaseInfo release, String namespace)protected voidHelmUpgrade. postHelmCommand(ReleaseInfo release, String namespace)protected voidHelmRelease. preHelmCommand(ReleaseInfo release, String namespace)protected voidHelmUninstall. preHelmCommand(ReleaseInfo release, String namespace)CommandLineGeneratorCommandLineGenerator. releaseOptions(ReleaseInfo release, CommandOptions options)voidCommandOptions. releaseOptions(ReleaseInfo release, List<String> commands)Add any additional options per releasevoidHelmRelease. releaseOptions(ReleaseInfo release, List<String> command)voidHelmTemplate. releaseOptions(ReleaseInfo release, List<String> command)voidHelmUpgrade. releaseOptions(ReleaseInfo release, List<String> command)protected booleanHelmRelease. validateRelease(ReleaseInfo release)Each Release must have proper release name and chartMethod parameters in org.honton.chas.helmrepo.maven.plugin with type arguments of type ReleaseInfo Modifier and Type Method Description Iterable<ReleaseInfo>CommandOptions. getIterable(LinkedList<ReleaseInfo> inOrder)Given a list of releases, return an iterator that determines the traversal orderIterable<ReleaseInfo>HelmRelease. getIterable(LinkedList<ReleaseInfo> inOrder)Iterable<ReleaseInfo>HelmUninstall. getIterable(LinkedList<ReleaseInfo> inOrder)
-