Base Code for the kubernetes Operator 99/11999/1
authornaman.gupta <naman.gupta@samsung.com>
Thu, 2 Nov 2023 14:01:03 +0000 (19:31 +0530)
committernaman.gupta <naman.gupta@samsung.com>
Thu, 2 Nov 2023 14:01:03 +0000 (19:31 +0530)
commit57551b79b2581cdc32416b6816199d23f15fda5a
treed618836bfb524fb95c037c17e1f525c518694b52
parent51803ca2559db8160f42cc4688c57542ef65c733
Base Code for the kubernetes Operator

Base Code for the kubernetes Operator.

Change-Id: Ifc3bbe38cee31d0dd2f54280f55d9501e3edae52
Signed-off-by: naman.gupta <naman.gupta@samsung.com>
12 files changed:
xappKubernetesOperator/.gitignore [new file with mode: 0644]
xappKubernetesOperator/Dockerfile [new file with mode: 0644]
xappKubernetesOperator/Makefile [new file with mode: 0644]
xappKubernetesOperator/README.md [new file with mode: 0644]
xappKubernetesOperator/api/v1/groupversion_info.go [new file with mode: 0644]
xappKubernetesOperator/api/v1/xappdep_types.go [new file with mode: 0644]
xappKubernetesOperator/api/v1/zz_generated.deepcopy.go [new file with mode: 0644]
xappKubernetesOperator/cmd/main.go [new file with mode: 0644]
xappKubernetesOperator/config/default/kustomization.yaml [new file with mode: 0644]
xappKubernetesOperator/config/default/manager_auth_proxy_patch.yaml [new file with mode: 0644]
xappKubernetesOperator/config/default/manager_config_patch.yaml [new file with mode: 0644]
xappKubernetesOperator/internal/controller/xappdep_controller.go [new file with mode: 0644]