{"id":18510676,"url":"https://github.com/operator-framework/java-operator-plugins","last_synced_at":"2025-04-09T06:12:20.950Z","repository":{"id":37553848,"uuid":"318611440","full_name":"operator-framework/java-operator-plugins","owner":"operator-framework","description":"Operator SDK Java Plugin","archived":false,"fork":false,"pushed_at":"2025-03-13T00:38:02.000Z","size":270,"stargazers_count":26,"open_issues_count":9,"forks_count":25,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-02T04:07:32.290Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/operator-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-04T19:05:14.000Z","updated_at":"2024-08-21T12:34:52.000Z","dependencies_parsed_at":"2024-01-12T00:40:34.799Z","dependency_job_id":"712d40ae-b658-4535-be4e-55eeb5dcc497","html_url":"https://github.com/operator-framework/java-operator-plugins","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Fjava-operator-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Fjava-operator-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Fjava-operator-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Fjava-operator-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/operator-framework","download_url":"https://codeload.github.com/operator-framework/java-operator-plugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T15:24:22.822Z","updated_at":"2025-04-09T06:12:20.934Z","avatar_url":"https://github.com/operator-framework.png","language":"Go","readme":"## This repository is now deprecated and it is no longer actively maintained. Please use the provided Quarkus tools as described in the bootstraping instructions - https://github.com/quarkiverse/quarkus-operator-sdk?tab=readme-ov-file#bootstrapping-a-project.\n\n\u003cimg src=\"https://raw.githubusercontent.com/operator-framework/operator-sdk/master/website/static/operator_logo_sdk_color.svg\" height=\"125px\"\u003e\u003c/img\u003e\n\n# Java Operator Plugin\n\n## Overview\n\nThis project is a component of the [Operator Framework][of-home], an\nopen source toolkit to manage Kubernetes native applications, called\nOperators, in an effective, automated, and scalable way. Read more in\nthe [introduction blog post][of-blog].\n\n[Operators][operator-link] make it easy to manage complex stateful\napplications on top of Kubernetes. However writing an operator today can\nbe difficult because of challenges such as using low level APIs, writing\nboilerplate, and a lack of modularity which leads to duplication.\n\n\n\n## License\n\nOperator SDK is under Apache 2.0 license. See the [LICENSE][license_file] file for details.\n\n[license_file]:./LICENSE\n[of-home]: https://github.com/operator-framework\n[of-blog]: https://coreos.com/blog/introducing-operator-framework\n[operator-link]: https://coreos.com/operators/\n\n### Build and Install the Operator-SDK\n```\ngo mod tidy\nmake install\n```\n\nNow that the plugin is integrated with the `operator-sdk` you can run the `init` command to generate the sample java operator\n\n- Use the quarkus plugin flag\n- Pick the domain and project name as prefered.\n\n```\noperator-sdk init --plugins quarkus --domain xyz.com --project-name java-op\n```\n\nOnce the operator is scaffolded check for the following files\n\n```\n.\n├── Makefile\n├── PROJECT\n├── pom.xml\n└── src\n    └── main\n        ├── java\n        └── resources\n            └── application.properties\n\n4 directories, 4 files\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperator-framework%2Fjava-operator-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperator-framework%2Fjava-operator-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperator-framework%2Fjava-operator-plugins/lists"}