这是indexloc提供的服务,不要输入任何密码
Skip to content

humphreygao/jkube

 
 

Repository files navigation

Jkube

Circle CI License Maintainability Rating Gitter Coverage

This project contains various building blocks for the jkube developer toolbox.

Actually it contains the following abstractions which has been extracted from both projects:

  • Kubernetes Maven Plugin
    Maven Central Sample Demo

  • Openshift Maven Plugin
    Maven Central Sample Demo

  • Jkube-kit, which consists of the following:

    • Generator framework for automatically generating Docker images by examining project information.
      Maven Central Javadocs
    • Enricher framework for creating and enhancing Kubernetes and OpenShift resources.
      Maven Central Javadocs
    • Profile combining the configuration for generators and enrichers.
      Maven Central Javadocs
    • Resource configuration model objects for a simplified configuration of Kubernetes and OpenShift resources.
      Maven Central Javadocs
    • Image configuration model objects for modeling Docker image configuration as used in docker-maven-plugin.
      Maven Central Javadocs

One intention of extracting these parts from the originating plugins is also to separate Maven related and non-Maven related functionality so that the non-Maven parts can be reused for other build systems and IDEs like Gradle or Eclipse. Some thin adapter Maven specific modules like jkube-kit-enricher-maven and jkube-kit-generator-maven are provided as glue to get to the Maven specific build information like the project's coordinates.

By moving out common parts it will be now also be possible for the docker-maven-plugin to benefit from the generator framework for zero-config creation of Docker images.

About

Successor of the deprecated Fabric8 Maven Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.4%
  • Groovy 1.1%
  • Other 0.5%