You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/08/02 06:56:36 UTC

[dolphinscheduler-operator] branch master updated (c7704e3 -> e6e45ab)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-operator.git


    from c7704e3  Publish docker images
     add 0cb27ce  Add license header checker
     add e6e45ab  Add license headers and checker

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      | 17 ++++++++++
 .github/workflows/ci.yaml                          | 38 ++++++++++++++++++++++
 .gitignore                                         | 16 +++++++++
 .licenserc.yaml                                    | 28 ++++++++++++++++
 Dockerfile                                         | 17 ++++++++++
 Makefile                                           | 16 +++++++++
 PROJECT                                            | 18 ++++++++++
 README.md                                          | 19 +++++++++++
 api/v1alpha1/ds_public.go                          | 17 ++++++++++
 api/v1alpha1/dsalert_types.go                      | 31 +++++++++---------
 api/v1alpha1/dsapi_types.go                        | 31 +++++++++---------
 api/v1alpha1/dsmaster_types.go                     | 31 +++++++++---------
 api/v1alpha1/dsmaster_webhook.go                   | 31 +++++++++---------
 api/v1alpha1/dsworker_types.go                     | 31 +++++++++---------
 api/v1alpha1/groupversion_info.go                  | 31 +++++++++---------
 api/v1alpha1/webhook_suite_test.go                 | 31 +++++++++---------
 api/v1alpha1/zz_generated.deepcopy.go              | 31 ++++++++++--------
 config/certmanager/certificate.yaml                | 17 ++++++++++
 config/certmanager/kustomization.yaml              | 17 ++++++++++
 config/certmanager/kustomizeconfig.yaml            | 17 ++++++++++
 .../ds.apache.dolphinscheduler.dev_dsalerts.yaml   | 17 ++++++++++
 .../ds.apache.dolphinscheduler.dev_dsapis.yaml     | 17 ++++++++++
 .../ds.apache.dolphinscheduler.dev_dsmasters.yaml  | 17 ++++++++++
 .../ds.apache.dolphinscheduler.dev_dsworkers.yaml  | 17 ++++++++++
 config/crd/kustomization.yaml                      | 17 ++++++++++
 config/crd/kustomizeconfig.yaml                    | 17 ++++++++++
 config/crd/patches/cainjection_in_dsalerts.yaml    | 17 ++++++++++
 config/crd/patches/cainjection_in_dsapis.yaml      | 17 ++++++++++
 config/crd/patches/cainjection_in_dsmasters.yaml   | 17 ++++++++++
 config/crd/patches/cainjection_in_dsworkers.yaml   | 17 ++++++++++
 config/crd/patches/webhook_in_dsalerts.yaml        | 17 ++++++++++
 config/crd/patches/webhook_in_dsapis.yaml          | 17 ++++++++++
 config/crd/patches/webhook_in_dsmasters.yaml       | 17 ++++++++++
 config/crd/patches/webhook_in_dsworkers.yaml       | 17 ++++++++++
 config/default/kustomization.yaml                  | 17 ++++++++++
 config/default/manager_auth_proxy_patch.yaml       | 17 ++++++++++
 config/default/manager_config_patch.yaml           | 17 ++++++++++
 config/default/manager_webhook_patch.yaml          | 17 ++++++++++
 config/default/webhookcainjection_patch.yaml       | 17 ++++++++++
 config/ds/ds-pv.yaml                               | 17 ++++++++++
 config/ds/ds-pvc.yaml                              | 17 ++++++++++
 config/ds/postgreSQL/postgres-configmap.yaml       | 17 ++++++++++
 config/ds/postgreSQL/postgres-deployment.yaml      | 17 ++++++++++
 config/ds/postgreSQL/postgres-pv.yaml              | 17 ++++++++++
 config/ds/postgreSQL/postgres-pvc.yaml             | 17 ++++++++++
 config/ds/postgreSQL/postgres-service.yaml         | 17 ++++++++++
 config/ds/zookeeper/zookeeper.yaml                 | 17 ++++++++++
 config/manager/controller_manager_config.yaml      | 17 ++++++++++
 config/manager/kustomization.yaml                  | 17 ++++++++++
 config/manager/manager.yaml                        | 17 ++++++++++
 config/prometheus/kustomization.yaml               | 17 ++++++++++
 config/prometheus/monitor.yaml                     | 16 +++++++++
 config/rbac/auth_proxy_client_clusterrole.yaml     | 17 ++++++++++
 config/rbac/auth_proxy_role.yaml                   | 17 ++++++++++
 config/rbac/auth_proxy_role_binding.yaml           | 17 ++++++++++
 config/rbac/auth_proxy_service.yaml                | 17 ++++++++++
 config/rbac/dsalert_editor_role.yaml               | 17 ++++++++++
 config/rbac/dsalert_viewer_role.yaml               | 17 ++++++++++
 config/rbac/dsapi_editor_role.yaml                 | 17 ++++++++++
 config/rbac/dsapi_viewer_role.yaml                 | 17 ++++++++++
 config/rbac/dsmaster_editor_role.yaml              | 17 ++++++++++
 config/rbac/dsmaster_viewer_role.yaml              | 17 ++++++++++
 config/rbac/dsworker_editor_role.yaml              | 17 ++++++++++
 config/rbac/dsworker_viewer_role.yaml              | 17 ++++++++++
 config/rbac/kustomization.yaml                     | 17 ++++++++++
 config/rbac/leader_election_role.yaml              | 17 ++++++++++
 config/rbac/leader_election_role_binding.yaml      | 17 ++++++++++
 config/rbac/role.yaml                              | 17 ++++++++++
 config/rbac/role_binding.yaml                      | 17 ++++++++++
 config/rbac/service_account.yaml                   | 17 ++++++++++
 config/samples/ds_v1alpha1_dsalert.yaml            | 17 ++++++++++
 config/samples/ds_v1alpha1_dsapi.yaml              | 17 ++++++++++
 config/samples/ds_v1alpha1_dsmaster.yaml           | 17 ++++++++++
 config/samples/ds_v1alpha1_dsworker.yaml           | 17 ++++++++++
 config/webhook/kustomization.yaml                  | 17 ++++++++++
 config/webhook/kustomizeconfig.yaml                | 17 ++++++++++
 config/webhook/manifests.yaml                      | 17 ++++++++++
 config/webhook/service.yaml                        | 16 +++++++++
 controllers/alert_reconcile.go                     | 32 +++++++++---------
 controllers/api_reconcile.go                       | 32 +++++++++---------
 controllers/deployment.go                          | 17 ++++++++++
 controllers/dsalert_controller.go                  | 31 +++++++++---------
 controllers/dsapi_controller.go                    | 31 +++++++++---------
 controllers/dsmaster_controller.go                 | 31 +++++++++---------
 controllers/dsworker_controller.go                 | 31 +++++++++---------
 controllers/master_reconcile.go                    | 32 +++++++++---------
 controllers/member.go                              | 31 +++++++++---------
 controllers/pod.go                                 | 32 +++++++++---------
 controllers/suite_test.go                          | 31 +++++++++---------
 controllers/worker_reconcile.go                    | 32 +++++++++---------
 go.mod                                             | 19 +++++++++++
 hack/boilerplate.go.txt                            | 31 ++++++++++--------
 main.go                                            | 31 +++++++++---------
 93 files changed, 1600 insertions(+), 313 deletions(-)
 create mode 100644 .github/workflows/ci.yaml
 create mode 100644 .licenserc.yaml