{"id":15475407,"url":"https://github.com/dhellmann/k8s-example-operator","last_synced_at":"2025-09-12T15:44:12.272Z","repository":{"id":143288906,"uuid":"164130553","full_name":"dhellmann/k8s-example-operator","owner":"dhellmann","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-05T15:29:00.000Z","size":14537,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-04T22:35:05.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhellmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-04T16:32:36.000Z","updated_at":"2019-02-05T15:29:02.000Z","dependencies_parsed_at":"2023-05-10T22:00:08.371Z","dependency_job_id":null,"html_url":"https://github.com/dhellmann/k8s-example-operator","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"1ff75167898f2fbb2ea88e25dfa07d0d1fe0b343"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhellmann%2Fk8s-example-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhellmann%2Fk8s-example-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhellmann%2Fk8s-example-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhellmann%2Fk8s-example-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhellmann","download_url":"https://codeload.github.com/dhellmann/k8s-example-operator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240304574,"owners_count":19780312,"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-10-02T03:12:37.276Z","updated_at":"2025-02-23T10:41:31.468Z","avatar_url":"https://github.com/dhellmann.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example Operator\n\n## Setup with minishift\n\n1. Install and launch minishift\n\n  https://docs.okd.io/latest/minishift/getting-started/index.html\n\n2. Install operator-sdk\n\n    ```\n    go get github.com/dhellmann/k8s-example-operator\n    cd ~/go/src/github.com/dhellmann/k8s-example-operator\n    oc --as system:admin apply -f deploy/service_account.yaml\n    oc --as system:admin apply -f deploy/role.yaml\n    oc --as system:admin apply -f deploy/role_binding.yaml\n    oc --as system:admin apply -f deploy/crds/app_v1alpha1_appservice_crd.yaml\n    ```\n\n3. Ensure you're logged in to the correct context\n\n    ```\n    oc config use-context minishift\n    ```\n\n4. Launch the operator locally\n\n    ```\n    export OPERATOR_NAME=k8s-example-operator\n    operator-sdk up local --namespace=myproject\n    ```\n\n5. Create the CR\n\n    ```\n    oc apply -f deploy/crds/app_v1alpha1_appservice_cr.yaml\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhellmann%2Fk8s-example-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhellmann%2Fk8s-example-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhellmann%2Fk8s-example-operator/lists"}