Skip navigation links
A B C D E F G H I J K L M O P R S T U V W 

A

AbstractDockerMojo - Class in org.eclipse.jkube.maven.plugin.mojo.build
 
AbstractDockerMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
AbstractJKubeMojo - Class in org.eclipse.jkube.maven.plugin.mojo.build
 
AbstractJKubeMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
access - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
access - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
addSimpleDockerfileConfig(ImageConfiguration, File) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
apiVersion - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
applyEntities(KubernetesClient, String, String, Set<HasMetadata>) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
applyEntities(KubernetesClient, String, String, Set<HasMetadata>) - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.DebugMojo
 
applyEntities(KubernetesClient, String, String, Set<HasMetadata>) - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.LogMojo
 
applyEntities(KubernetesClient, String, String, Set<HasMetadata>) - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.UndeployMojo
 
ApplyMojo - Class in org.eclipse.jkube.maven.plugin.mojo.build
Base class for goals which deploy the generated artifacts into the Kubernetes cluster
ApplyMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
applyService - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
archive - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
authConfig - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
authConfigFactory - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
autoCreateCustomNetworks - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Whether to create the customs networks (user-defined bridge networks) before starting automatically
autoPull - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 

B

buildArgs - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
BuildMojo - Class in org.eclipse.jkube.maven.plugin.mojo.build
Builds the docker images configured for this project via a Docker or S2I binary build.
BuildMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.build.BuildMojo
 
buildRecreate - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
How to recreate the build config and/or image stream created by the build.
buildStrategy - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
OpenShift build mode when an OpenShift build is performed.

C

callBuildPlugin(File, String) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
certPath - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
clusterAccess - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
containerNamePattern - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Naming pattern for how to name containers when started
CONTEXT_KEY_BUILD_TIMESTAMP - Static variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
CONTEXT_KEY_LOG_DISPATCHER - Static variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
CONTEXT_KEY_START_CALLED - Static variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
contextualize(Context) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
createDefaultResources(PlatformMode, KubernetesListBuilder) - Method in class org.eclipse.jkube.maven.plugin.enricher.EnricherManager
 
createDefaultResources(PlatformMode, ProcessorConfig, KubernetesListBuilder) - Method in class org.eclipse.jkube.maven.plugin.enricher.EnricherManager
 
createExternalProcessLogger(String) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
createIngress(KubernetesClient, Collection<HasMetadata>) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
createLogger(String) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
createLogger(String) - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 
createMojoParameters() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
createRoutes(Collection<HasMetadata>) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
createSimpleDockerfileConfig(File) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
customizeConfig(List<ImageConfiguration>) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Customization hook called by the base plugin.
customizeConfig(List<ImageConfiguration>) - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 

D

DebugMojo - Class in org.eclipse.jkube.maven.plugin.mojo.develop
Ensures that the current app has debug enabled, then opens the debug port so that you can debug the latest pod from your IDE
DebugMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.develop.DebugMojo
 
DEFAULT_KUBERNETES_MANIFEST - Static variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
DEFAULT_OPENSHIFT_MANIFEST - Static variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
DeployMojo - Class in org.eclipse.jkube.maven.plugin.mojo.develop
This goal forks the install goal then applies the generated kubernetes resources to the current cluster.
DeployMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.develop.DeployMojo
 
disableOpenShiftFeatures(ApplyService) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
Lets disable OpenShift-only features if we are not running on OpenShift
DMP_PLUGIN_DESCRIPTOR - Static variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
DOCKER_BUILD_TIMESTAMP - Static variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
DOCKER_BUILD_TIMESTAMP - Static variable in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
 
DOCKER_EXTRA_DIR - Static variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
dockerAccessFactory - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
dockerHost - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
URL to docker daemon

E

enrich(PlatformMode, KubernetesListBuilder) - Method in class org.eclipse.jkube.maven.plugin.enricher.EnricherManager
 
enrich(PlatformMode, ProcessorConfig, KubernetesListBuilder) - Method in class org.eclipse.jkube.maven.plugin.enricher.EnricherManager
 
enricher - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Enrichers used for enricher build objects
EnricherManager - Class in org.eclipse.jkube.maven.plugin.enricher
 
EnricherManager(ResourceConfig, EnricherContext, Optional<List<String>>) - Constructor for class org.eclipse.jkube.maven.plugin.enricher.EnricherManager
 
environment - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Environment name where resources are placed.
execute() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
execute() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
execute() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.BuildMojo
 
execute() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.PushMojo
 
execute() - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.HelpMojo
execute() - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 
executeBuildPlugins() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
executeDockerBuild() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.BuildMojo
 
executeInternal(ServiceHub) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Hook for subclass for doing the real job
executeInternal() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
executeInternal() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
executeInternal(ServiceHub) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.BuildMojo
 
executeInternal() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.HelmMojo
 
executeInternal(ServiceHub) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.PushMojo
 
executeInternal() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
 
executeInternal() - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.DeployMojo
 
executeInternal(ServiceHub) - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 
extractEnricherConfig() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
extractGeneratorConfig() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 

F

failOnError - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
Should we fail the build if an apply fails?
filter - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Whether to restrict operation to a single image.
follow() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
forcePull - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
While creating a BuildConfig, By default, if the builder image specified in the build configuration is available locally on the node, that image will be used.

G

generate(List<ImageConfiguration>, GeneratorContext, boolean) - Static method in class org.eclipse.jkube.maven.plugin.generator.GeneratorManager
 
generator - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Generator specific options.
GeneratorManager - Class in org.eclipse.jkube.maven.plugin.generator
Manager responsible for finding and calling generators
GeneratorManager() - Constructor for class org.eclipse.jkube.maven.plugin.generator.GeneratorManager
 
getAndEnsureOutputDirectory() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getBuildContext() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getBuildServiceConfig() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getBuildTimestamp() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Get the current build timestamp.
getBuildTimestampFile() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getClusterConfiguration() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getClusterConfiguration() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
getClusterConfiguration() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
 
getClusterConfiguration() - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 
getCustomResourcesFileToNamemap() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
getDefaultHelmType() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.HelmMojo
 
getDockerAccessContext() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getEnricherContext() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getExternalServiceURL(Service) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
getGavLabel() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getGeneratorContext() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getImagePullManager(String, String) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getJKubeServiceHub() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getJKubeServiceHub() - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 
getLogDispatcher(ServiceHub) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getLogPrefix() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getLogPrefix() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
getLogPrefix() - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 
getLogService() - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.LogMojo
 
getLogServiceContext() - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.LogMojo
 
getOrCreateSpec(Service) - Static method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
getPlatformMode() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
 
getProject() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
getProperty(String) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
getReferenceDate() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getRegistryConfig(String) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getResolvedImages() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Get all images to use.
getResourceClassifier() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
 
getRootProject() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
Returns the root project folder
getRootProjectFolder() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
Returns the root project folder
getSessionCacheStore() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
getSingletonTemplate(KubernetesList) - Static method in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
Returns the Template if the list contains a single Template only otherwise returns null
getWatchContext(ServiceHub) - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 
getWatcherContext() - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 

H

HelmMojo - Class in org.eclipse.jkube.maven.plugin.mojo.build
Generates a Helm chart for the kubernetes resources
HelmMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.build.HelmMojo
 
HelpMojo - Class in org.eclipse.jkube.maven.plugin.mojo.develop
Display help information on kubernetes-maven-plugin.
Call mvn k8s:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.develop.HelpMojo
 

I

imageConfigResolver - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
imagePullPolicy - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
images - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Image configurations configured directly.
initImageConfiguration(Date) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
initServices(KubernetesClient, KitLogger) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
initServices(KubernetesClient, KitLogger) - Method in class org.eclipse.jkube.maven.plugin.mojo.develop.DebugMojo
 
isDockerAccessRequired() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
isExposeService(Service) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
isRollingUpgradePreserveScale() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
isRollingUpgrades() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 

J

jkubeServiceHub - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 

K

keepContainer - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
keepRunning - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 

L

log - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
log - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
logDate - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
logException(Exception) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
LogMojo - Class in org.eclipse.jkube.maven.plugin.mojo.develop
This goal tails the log of the most recent pod for the app that was deployed via k8s:deploy
LogMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.develop.LogMojo
 
logStdout - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 

M

machine - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
mavenFileFilter - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
mavenFilterReader - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
maxConnections - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
minimalApiVersion - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
mode - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Whether to perform a Kubernetes build (i.e.

O

openshiftPullSecret - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
The name of pullSecret to be used to pull the base image in case pulling from a protected registry which requires authentication.
org.eclipse.jkube.maven.plugin.enricher - package org.eclipse.jkube.maven.plugin.enricher
 
org.eclipse.jkube.maven.plugin.generator - package org.eclipse.jkube.maven.plugin.generator
 
org.eclipse.jkube.maven.plugin.mojo.build - package org.eclipse.jkube.maven.plugin.mojo.build
 
org.eclipse.jkube.maven.plugin.mojo.develop - package org.eclipse.jkube.maven.plugin.mojo.develop
 
org.eclipse.jkube.maven.plugin.watcher - package org.eclipse.jkube.maven.plugin.watcher
 
outputDirectory - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 

P

plexusContainer - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
processCustomEntities(KubernetesClient, String, List<String>, boolean) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
processDmpPluginDescription(URL, File) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
profile - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Profile to use.
project - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
project - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
projectHelper - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
pullRegistry - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
PushMojo - Class in org.eclipse.jkube.maven.plugin.mojo.build
Uploads the built Docker images to a Docker registry
PushMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.build.PushMojo
 

R

reactorProjects - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
recreate - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
Should we update resources by deleting them first and then creating them again?
registry - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
removeVolumes - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
repositorySystem - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
resolvedImages - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
resourceDir - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Folder where to find project specific files, e.g a custom profile
ResourceMojo - Class in org.eclipse.jkube.maven.plugin.mojo.build
Generates or copies the Kubernetes JSON file and attaches it to the build so its installed and released to maven repositories like other build artifacts.
ResourceMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
 
resources - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Resource config for getting annotation and labels to be applied to enriched build objects
resources - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
routeDomain - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
The domain added to the service ID when creating OpenShift routes
runtimeMode - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 

S

s2iBuildNameSuffix - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
The S2I binary builder BuildConfig name suffix appended to the image name to avoid clashing with the underlying BuildConfig for the Jenkins pipeline
s2iBuildNameSuffix - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
The S2I binary builder BuildConfig name suffix appended to the image name to avoid clashing with the underlying BuildConfig for the Jenkins pipeline
s2iImageStreamLookupPolicyLocal - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Allow the ImageStream used in the S2I binary build to be used in standard Kubernetes resources such as Deployment or StatefulSet.
serviceHubFactory - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
serviceUrlWaitTimeSeconds - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
How many seconds to wait for a URL to be generated for a service
session - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
session - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
settings - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
settings - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
shouldSkipBecauseOfPomPackaging() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
showLogs() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
skip - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
skip - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
skipApply - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ApplyMojo
 
skipBuild - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
skipBuildPom - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
skipDeploy - Variable in class org.eclipse.jkube.maven.plugin.mojo.develop.DeployMojo
 
skipExtendedAuth - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Skip extended authentication
skipMachine - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Whether the usage of docker machine should be skipped competely
skipPush - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.PushMojo
 
skipResource - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
 
sourceDirectory - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 

T

targetDir - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
The generated kubernetes and openshift manifests

U

UndeployMojo - Class in org.eclipse.jkube.maven.plugin.mojo.develop
Undeploys (deletes) the kubernetes resources generated by the current project.
UndeployMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.develop.UndeployMojo
 
useColor - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
useColor - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 
useColorForLogging() - Method in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Determine whether to enable colorized log messages
useProjectClasspath - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Should we use the project's compile-time classpath to scan for additional enrichers/generators?

V

verbose - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
verbose - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractJKubeMojo
 

W

watch(List<ImageConfiguration>, Set<HasMetadata>, WatcherContext) - Static method in class org.eclipse.jkube.maven.plugin.watcher.WatcherManager
 
WatcherManager - Class in org.eclipse.jkube.maven.plugin.watcher
Manager responsible for finding and calling watchers
WatcherManager() - Constructor for class org.eclipse.jkube.maven.plugin.watcher.WatcherManager
 
watchInterval - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
watchMode - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
Watching mode for rebuilding images
WatchMojo - Class in org.eclipse.jkube.maven.plugin.mojo.develop
Used to automatically rebuild Docker images and restart containers in case of updates.
WatchMojo() - Constructor for class org.eclipse.jkube.maven.plugin.mojo.develop.WatchMojo
 
watchPostExec - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
watchPostGoal - Variable in class org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo
 
writeResources(KubernetesList, ResourceClassifier) - Method in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
 
writeResourcesIndividualAndComposite(KubernetesList, File, ResourceFileType, KitLogger) - Static method in class org.eclipse.jkube.maven.plugin.mojo.build.ResourceMojo
 
A B C D E F G H I J K L M O P R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.