You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2020/02/27 04:48:49 UTC

[skywalking-swck] 06/06: Merge pull request #1 from hanahmily/oap-crds

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

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git

commit 06a42999429034c24f74039cb33649725cf0b346
Merge: 0bd307a 5285b18
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Thu Feb 27 12:48:38 2020 +0800

    Merge pull request #1 from hanahmily/oap-crds
    
    Add OAP Server CRDs

 PROJECT                                            |   4 +
 api/v1alpha1/groupversion_info.go                  |  37 ++
 api/v1alpha1/oapserver_types.go                    |  86 +++
 api/v1alpha1/zz_generated.deepcopy.go              | 123 ++++
 .../operator.skywalking.apache.org_oapservers.yaml | 721 +++++++++++++++++++++
 config/crd/kustomization.yaml                      |  21 +
 config/crd/kustomizeconfig.yaml                    |  17 +
 config/crd/patches/cainjection_in_oapservers.yaml  |   8 +
 config/crd/patches/webhook_in_oapservers.yaml      |  17 +
 config/rbac/oapserver_editor_role.yaml             |  24 +
 config/rbac/oapserver_viewer_role.yaml             |  20 +
 config/rbac/role.yaml                              |  28 +
 config/webhook/manifests.yaml                      |   0
 controllers/oapserver_controller.go                |  54 ++
 controllers/suite_test.go                          |  81 +++
 go.mod                                             |   4 +
 main.go                                            |  12 +
 17 files changed, 1257 insertions(+)