From a8e28e0e4500076ad252a4be3011a32c55ca1e62 Mon Sep 17 00:00:00 2001 From: seokho-son Date: Fri, 16 Aug 2024 01:46:02 +0900 Subject: [PATCH] Remove infra service terms --- src/core/mci/benchmark.go | 2 +- src/core/mci/control.go | 2 +- src/core/mci/k8scluster.go | 2 +- src/core/mci/manageInfo.go | 2 +- src/core/mci/monitoring.go | 2 +- src/core/mci/nlb.go | 2 +- src/core/mci/orchestration.go | 2 +- src/core/mci/provisioning.go | 2 +- src/core/mci/recommendation.go | 2 +- src/core/mci/remoteCommand.go | 2 +- src/core/mci/snapshot.go | 2 +- src/core/mci/utility.go | 2 +- src/testclient/scripts/README.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/core/mci/benchmark.go b/src/core/mci/benchmark.go index ab9e164f9..e51b7fa5d 100644 --- a/src/core/mci/benchmark.go +++ b/src/core/mci/benchmark.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/control.go b/src/core/mci/control.go index 3f41ebdb4..898fc7d0f 100644 --- a/src/core/mci/control.go +++ b/src/core/mci/control.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/k8scluster.go b/src/core/mci/k8scluster.go index fe410baaa..822368e56 100644 --- a/src/core/mci/k8scluster.go +++ b/src/core/mci/k8scluster.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/manageInfo.go b/src/core/mci/manageInfo.go index f08a57629..509bbf557 100644 --- a/src/core/mci/manageInfo.go +++ b/src/core/mci/manageInfo.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/monitoring.go b/src/core/mci/monitoring.go index 8c2916848..c23c534f7 100644 --- a/src/core/mci/monitoring.go +++ b/src/core/mci/monitoring.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/nlb.go b/src/core/mci/nlb.go index fc4708f3e..83389d8dd 100644 --- a/src/core/mci/nlb.go +++ b/src/core/mci/nlb.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/orchestration.go b/src/core/mci/orchestration.go index f3aabb468..9671af555 100644 --- a/src/core/mci/orchestration.go +++ b/src/core/mci/orchestration.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/provisioning.go b/src/core/mci/provisioning.go index 52a6c406c..203e80f0a 100644 --- a/src/core/mci/provisioning.go +++ b/src/core/mci/provisioning.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/recommendation.go b/src/core/mci/recommendation.go index e9341d57b..f2da40109 100644 --- a/src/core/mci/recommendation.go +++ b/src/core/mci/recommendation.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/remoteCommand.go b/src/core/mci/remoteCommand.go index 3033086af..222af5c83 100644 --- a/src/core/mci/remoteCommand.go +++ b/src/core/mci/remoteCommand.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/snapshot.go b/src/core/mci/snapshot.go index 8bf5ec584..2420c2775 100644 --- a/src/core/mci/snapshot.go +++ b/src/core/mci/snapshot.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/core/mci/utility.go b/src/core/mci/utility.go index 463b28fb3..2f8ff0e06 100644 --- a/src/core/mci/utility.go +++ b/src/core/mci/utility.go @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package mci is to manage multi-cloud infra service +// Package mci is to manage multi-cloud infra package mci import ( diff --git a/src/testclient/scripts/README.md b/src/testclient/scripts/README.md index 0c3ea0db2..70939c776 100644 --- a/src/testclient/scripts/README.md +++ b/src/testclient/scripts/README.md @@ -1,4 +1,4 @@ -# CB-Tumblebug (Multi-Cloud Infra Service Management) +# CB-Tumblebug (Multi-Cloud Infra Management) This Directory consists of test scripts for performing fundamental test of CB-Tumblebug.