From 2026cb5283fbc44a4f68641f6e85628381ebda04 Mon Sep 17 00:00:00 2001 From: Srivahni Date: Thu, 24 Oct 2019 14:08:58 -0700 Subject: Add/update/delete PrometheusRemoteEndpoint CR PrometheusRemoteEndpoint CR when applied, a remote write endpoint is added/updated/deleted in prometheus. Issue-ID: ONAPARC-393 Signed-off-by: Srivahni Change-Id: I8cdc0b673b35be3457a2b12c6769cd3cf62ac6c5 --- .../remote-config-operator/.gitignore | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 vnfs/DAaaS/microservices/remote-config-operator/.gitignore (limited to 'vnfs/DAaaS/microservices/remote-config-operator/.gitignore') diff --git a/vnfs/DAaaS/microservices/remote-config-operator/.gitignore b/vnfs/DAaaS/microservices/remote-config-operator/.gitignore new file mode 100644 index 00000000..7c504700 --- /dev/null +++ b/vnfs/DAaaS/microservices/remote-config-operator/.gitignore @@ -0,0 +1,77 @@ +# Temporary Build Files +build/_output +build/_test +# Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* +# Org-mode +.org-id-locations +*_archive +# flymake-mode +*_flymake.* +# eshell files +/eshell/history +/eshell/lastdir +# elpa packages +/elpa/ +# reftex files +*.rel +# AUCTeX auto folder +/auto/ +# cask packages +.cask/ +dist/ +# Flycheck +flycheck_*.el +# server auth directory +/server/ +# projectiles files +.projectile +projectile-bookmarks.eld +# directory configuration +.dir-locals.el +# saveplace +places +# url cache +url/cache/ +# cedet +ede-projects.el +# smex +smex-items +# company-statistics +company-statistics-cache.el +# anaconda-mode +anaconda-mode/ +### Go ### +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib +# Test binary, build with 'go test -c' +*.test +# Output of the go coverage tool, specifically when used with LiteIDE +*.out +### Vim ### +# swap +.sw[a-p] +.*.sw[a-p] +# session +Session.vim +# temporary +.netrwhist +# auto-generated tag files +tags +### VisualStudioCode ### +.vscode/* +.history +# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode -- cgit 1.2.3-korg