- generate(List<ImageConfiguration>) - Method in interface org.eclipse.jkube.kit.config.image.GeneratorManager
-
Customize a given list of image configurations
- GeneratorManager - Interface in org.eclipse.jkube.kit.config.image
-
- getAbsoluteContextDirPath(String, String) - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getAbsoluteDockerFilePath(String, String) - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getAbsoluteDockerTarPath(String, String) - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getAlias() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
- getArgs() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Map specifying the value of Docker build args which should be used when building the image with an external
Dockerfile which uses build arguments.
- getAssembly() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Specifies the assembly configuration.
- getBuild() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
- getBuildConfiguration() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
- getBuildOptions() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Map specifying the build options to provide to the docker daemon when building the image.
- getCacheFrom() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Array of images used for build cache resolution.
- getCleanup() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Cleanup dangling (untagged) images after each build (including any containers created from them)
try: tries to remove the old image but doesn't fail the build if this is not possible
remove: removes old image or fails if it doesn't
none: No cleanup is requested
- getCmd() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
A command to execute by default.
- getCmd() - Method in class org.eclipse.jkube.kit.config.image.build.HealthCheckConfiguration
-
- getCompression() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getContextDir() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getContextDirRaw() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getCreateImageOptions() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Map specifying the create image options to provide to the docker daemon when pulling or importing an image.
- getDescription() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
- getDescription() - Method in enum org.eclipse.jkube.kit.config.image.WatchMode
-
- getDigest() - Method in class org.eclipse.jkube.kit.config.image.ImageName
-
- getDockerArchive() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getDockerArchiveFile() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Path to archive file passed to docker daemon.
- getDockerArchiveRaw() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getDockerFile() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getDockerFileFile() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Path to Dockerfile to use, initialized lazily.
- getDockerFileRaw() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getEntryPoint() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
An entrypoint allows you to configure a container that will run as an executable.
- getEnv() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Environment variables.
- getExternal() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
Override externalConfiguration when defined via special property.
- getExternalConfig() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
- getFilter() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Enable and set the delimiters for property replacements.
- getFrom() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getFromExt() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Extended definition for a base image.
- getFullName() - Method in class org.eclipse.jkube.kit.config.image.ImageName
-
Get the full name of this image, including the registry and tag
(e.g.
- getFullName(String) - Method in class org.eclipse.jkube.kit.config.image.ImageName
-
- getHealthCheck() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Health check configuration.
- getImagePullPolicy() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Specific pull policy for the base image.
- getInterval() - Method in class org.eclipse.jkube.kit.config.image.build.HealthCheckConfiguration
-
- getInterval() - Method in class org.eclipse.jkube.kit.config.image.WatchImageConfiguration
-
- getIntervalRaw() - Method in class org.eclipse.jkube.kit.config.image.WatchImageConfiguration
-
- getKey() - Method in enum org.eclipse.jkube.kit.config.image.build.DockerFileOption
-
- getLabel() - Method in enum org.eclipse.jkube.kit.config.image.build.JKubeBuildStrategy
-
- getLabels() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Labels.
- getMaintainer() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
The author (MAINTAINER) field for the generated image
- getMode() - Method in class org.eclipse.jkube.kit.config.image.build.HealthCheckConfiguration
-
- getMode() - Method in class org.eclipse.jkube.kit.config.image.WatchImageConfiguration
-
- getName() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
Change the name which can be useful in long running runs e.g.
- getNameWithoutTag() - Method in class org.eclipse.jkube.kit.config.image.ImageName
-
Get the full name of this image, including the registry but without
any tag (e.g.
- getNameWithoutTag(String) - Method in class org.eclipse.jkube.kit.config.image.ImageName
-
- getNocache() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Don't use Docker’s build cache.
- getOptimise() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
If set to true then it will compress all the
BuildConfiguration.runCmds into a single RUN directive so that
only one image layer is created.
- getPorts() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getPostExec() - Method in class org.eclipse.jkube.kit.config.image.WatchImageConfiguration
-
- getPostGoal() - Method in class org.eclipse.jkube.kit.config.image.WatchImageConfiguration
-
- getRegistry() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
- getRegistry() - Method in class org.eclipse.jkube.kit.config.image.ImageName
-
- getRepository() - Method in class org.eclipse.jkube.kit.config.image.ImageName
-
- getRetries() - Method in class org.eclipse.jkube.kit.config.image.build.HealthCheckConfiguration
-
- getRunCmds() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getShell() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getSimpleName() - Method in class org.eclipse.jkube.kit.config.image.ImageName
-
Get the simple name of the image, which is the repository sans the user parts.
- getSkip() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getStartPeriod() - Method in class org.eclipse.jkube.kit.config.image.build.HealthCheckConfiguration
-
- getTag() - Method in class org.eclipse.jkube.kit.config.image.ImageName
-
- getTags() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getTimeout() - Method in class org.eclipse.jkube.kit.config.image.build.HealthCheckConfiguration
-
- getUser() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
User to which the image should switch to the end (corresponds to the USER Dockerfile directive).
- getVolumes() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- getWatch() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
- getWatchConfiguration() - Method in class org.eclipse.jkube.kit.config.image.ImageConfiguration
-
- getWorkdir() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
Directory to change to when starting the container.
- validate() - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration
-
- validate() - Method in class org.eclipse.jkube.kit.config.image.build.HealthCheckConfiguration
-
- validate(String) - Static method in class org.eclipse.jkube.kit.config.image.ImageName
-
Check whether the given name validates against the Docker rules for names
- value() - Method in enum org.eclipse.jkube.kit.config.image.build.util.BuildLabelAnnotations
-
- valueOf(String) - Static method in enum org.eclipse.jkube.kit.config.image.build.CleanupMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jkube.kit.config.image.build.DockerFileKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jkube.kit.config.image.build.DockerFileOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jkube.kit.config.image.build.HealthCheckMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jkube.kit.config.image.build.ImagePullPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jkube.kit.config.image.build.JKubeBuildStrategy.SourceStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jkube.kit.config.image.build.JKubeBuildStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jkube.kit.config.image.build.util.BuildLabelAnnotations
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jkube.kit.config.image.WatchMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.jkube.kit.config.image.build.CleanupMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jkube.kit.config.image.build.DockerFileKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jkube.kit.config.image.build.DockerFileOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jkube.kit.config.image.build.HealthCheckMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jkube.kit.config.image.build.ImagePullPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jkube.kit.config.image.build.JKubeBuildStrategy.SourceStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jkube.kit.config.image.build.JKubeBuildStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jkube.kit.config.image.build.util.BuildLabelAnnotations
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jkube.kit.config.image.WatchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- volume(String) - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration.BuildConfigurationBuilder
-
- volumes(Collection<? extends String>) - Method in class org.eclipse.jkube.kit.config.image.build.BuildConfiguration.BuildConfigurationBuilder
-
- volumes(List<String>) - Method in class org.eclipse.jkube.kit.config.image.build.DockerFileBuilder
-