cmd

package
v0.0.0-...-2bff06c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package cmd - 어플리케이션 실행을 위한 Cobra 기반의 CLI Commands 기능 제공

Index

Constants

View Source
const (
	// CLIVersion - cbadm cli 버전
	CLIVersion = "1.0"
)

Variables

This section is empty.

Functions

func NewAccessVmCmd

func NewAccessVmCmd() *cobra.Command

NewAccessVmCmd - MCIS VM 에 SSH 접속 기능을 수행하는 Cobra Command 생성

func NewBenchmarkCmd

func NewBenchmarkCmd() *cobra.Command

NewBenchmarkCmd - MCIS VM 에 벤치마크 기능을 수행하는 Cobra Command 생성

func NewCConnectInfosGetCmd

func NewCConnectInfosGetCmd() *cobra.Command

NewCConnectInfosGetCmd - 연결설정 조회 기능을 수행하는 Cobra Command 생성

func NewClusterCmd

func NewClusterCmd() *cobra.Command

NewClusterCmd - Cloud Cluster 관리 기능을 수행하는 Cobra Command 생성

func NewClusterCreateCmd

func NewClusterCreateCmd() *cobra.Command

NewClusterCreateCmd - Cloud Cluster 생성 기능을 수행하는 Cobra Command 생성

func NewClusterDeleteCmd

func NewClusterDeleteCmd() *cobra.Command

NewClusterDeleteCmd - Cloud Cluster 삭제 기능을 수행하는 Cobra Command 생성

func NewClusterGetCmd

func NewClusterGetCmd() *cobra.Command

NewClusterGetCmd - Cloud Cluster 조회 기능을 수행하는 Cobra Command 생성

func NewClusterListCmd

func NewClusterListCmd() *cobra.Command

NewClusterListCmd - Cloud Cluster 목록 기능을 수행하는 Cobra Command 생성

func NewCmdMcisCmd

func NewCmdMcisCmd() *cobra.Command

NewCmdMcisCmd - MCIS 명령 실행 기능을 수행하는 Cobra Command 생성

func NewCmdMcisVmCmd

func NewCmdMcisVmCmd() *cobra.Command

NewCmdMcisVmCmd - MCIS VM 명령 실행 기능을 수행하는 Cobra Command 생성

func NewConfigCmd

func NewConfigCmd() *cobra.Command

NewConfigCmd - Config 관리 기능을 수행하는 Cobra Command 생성

func NewConfigCreateCmd

func NewConfigCreateCmd() *cobra.Command

NewConfigCreateCmd - Config 생성 기능을 수행하는 Cobra Command 생성

func NewConfigDeleteAllCmd

func NewConfigDeleteAllCmd() *cobra.Command

NewConfigDeleteAllCmd - Config 모든 삭제 기능을 수행하는 Cobra Command 생성

func NewConfigGetCmd

func NewConfigGetCmd() *cobra.Command

NewConfigGetCmd - Config 조회 기능을 수행하는 Cobra Command 생성

func NewConfigListCmd

func NewConfigListCmd() *cobra.Command

NewConfigListCmd - Config 목록 기능을 수행하는 Cobra Command 생성

func NewConnConfigGetCmd

func NewConnConfigGetCmd() *cobra.Command

NewConnConfigGetCmd - Connection Config 조회 기능을 수행하는 Cobra Command 생성

func NewConnConfigListCmd

func NewConnConfigListCmd() *cobra.Command

NewConnConfigListCmd - Connection Config 목록 기능을 수행하는 Cobra Command 생성

func NewConnectInfosCmd

func NewConnectInfosCmd() *cobra.Command

NewConnectInfosCmd - 연결설정 관리 기능을 수행하는 Cobra Command 생성

func NewConnectInfosCreateCmd

func NewConnectInfosCreateCmd() *cobra.Command

NewConnectInfosCreateCmd - 연결설정 생성 기능을 수행하는 Cobra Command 생성

func NewConnectInfosDeleteCmd

func NewConnectInfosDeleteCmd() *cobra.Command

NewConnectInfosDeleteCmd - 연결설정 삭제 기능을 수행하는 Cobra Command 생성

func NewConnectInfosListCmd

func NewConnectInfosListCmd() *cobra.Command

NewConnectInfosListCmd - 연결설정 목록 기능을 수행하는 Cobra Command 생성

func NewCredentialCmd

func NewCredentialCmd() *cobra.Command

NewCredentialCmd - Credential 관리 기능을 수행하는 Cobra Command 생성

func NewCredentialCreateCmd

func NewCredentialCreateCmd() *cobra.Command

NewCredentialCreateCmd -Credential 생성 기능을 수행하는 Cobra Command 생성

func NewCredentialDeleteCmd

func NewCredentialDeleteCmd() *cobra.Command

NewCredentialDeleteCmd - Credential 삭제 기능을 수행하는 Cobra Command 생성

func NewCredentialGetCmd

func NewCredentialGetCmd() *cobra.Command

NewCredentialGetCmd - Credential 조회 기능을 수행하는 Cobra Command 생성

func NewCredentialListCmd

func NewCredentialListCmd() *cobra.Command

NewCredentialListCmd - Credential 목록 기능을 수행하는 Cobra Command 생성

func NewDeployMilkywayCmd

func NewDeployMilkywayCmd() *cobra.Command

NewDeployMilkywayCmd - MCIS Agent 설치 기능을 수행하는 Cobra Command 생성

func NewDriverCmd

func NewDriverCmd() *cobra.Command

NewDriverCmd - Cloud Driver 관리 기능을 수행하는 Cobra Command 생성

func NewDriverCreateCmd

func NewDriverCreateCmd() *cobra.Command

NewDriverCreateCmd - Cloud Driver 생성 기능을 수행하는 Cobra Command 생성

func NewDriverDeleteCmd

func NewDriverDeleteCmd() *cobra.Command

NewDriverDeleteCmd - Cloud Driver 삭제 기능을 수행하는 Cobra Command 생성

func NewDriverGetCmd

func NewDriverGetCmd() *cobra.Command

NewDriverGetCmd - Cloud Driver 조회 기능을 수행하는 Cobra Command 생성

func NewDriverListCmd

func NewDriverListCmd() *cobra.Command

NewDriverListCmd - Cloud Driver 목록 기능을 수행하는 Cobra Command 생성

func NewGetMonDataCmd

func NewGetMonDataCmd() *cobra.Command

NewGetMonDataCmd - MCIS Monitor 정보 조회 기능을 수행하는 Cobra Command 생성

func NewHealthyCmd

func NewHealthyCmd() *cobra.Command

NewHealthyCmd - Ladybug 상태를 수행하는 Cobra Command 생성

func NewImageCmd

func NewImageCmd() *cobra.Command

NewImageCmd - Image 관리 기능을 수행하는 Cobra Command 생성

func NewImageCreateWithIdCmd

func NewImageCreateWithIdCmd() *cobra.Command

NewImageCreateWithIdCmd - Image 생성 기능을 수행하는 Cobra Command 생성

func NewImageCreateWithInfoCmd

func NewImageCreateWithInfoCmd() *cobra.Command

NewImageCreateWithInfoCmd - Image 생성 기능을 수행하는 Cobra Command 생성

func NewImageDeleteAllCmd

func NewImageDeleteAllCmd() *cobra.Command

NewImageDeleteAllCmd - 전체 Image 삭제 기능을 수행하는 Cobra Command 생성

func NewImageDeleteCmd

func NewImageDeleteCmd() *cobra.Command

NewImageDeleteCmd - Image 삭제 기능을 수행하는 Cobra Command 생성

func NewImageFetchCmd

func NewImageFetchCmd() *cobra.Command

NewImageFetchCmd - Image Fetch 기능을 수행하는 Cobra Command 생성

func NewImageGetCmd

func NewImageGetCmd() *cobra.Command

NewImageGetCmd - Image 조회 기능을 수행하는 Cobra Command 생성

func NewImageGetCspCmd

func NewImageGetCspCmd() *cobra.Command

NewImageGetCspCmd - CSP Image 조회 기능을 수행하는 Cobra Command 생성

func NewImageListCmd

func NewImageListCmd() *cobra.Command

NewImageListCmd - Image 목록 기능을 수행하는 Cobra Command 생성

func NewImageListCspCmd

func NewImageListCspCmd() *cobra.Command

NewImageListCspCmd - CSP Image 목록 기능을 수행하는 Cobra Command 생성

func NewImageSearchCmd

func NewImageSearchCmd() *cobra.Command

NewImageSearchCmd - Image 검색 기능을 수행하는 Cobra Command 생성

func NewInstallMonAgentCmd

func NewInstallMonAgentCmd() *cobra.Command

NewInstallMonAgentCmd - MCIS Monitor Agent 설치 기능을 수행하는 Cobra Command 생성

func NewKeypairCmd

func NewKeypairCmd() *cobra.Command

NewKeypairCmd - Keypair 관리 기능을 수행하는 Cobra Command 생성

func NewKeypairCreateCmd

func NewKeypairCreateCmd() *cobra.Command

NewKeypairCreateCmd - Keypair 생성 기능을 수행하는 Cobra Command 생성

func NewKeypairDeleteAllCmd

func NewKeypairDeleteAllCmd() *cobra.Command

NewKeypairDeleteAllCmd - 전체 Keypair 삭제 기능을 수행하는 Cobra Command 생성

func NewKeypairDeleteCmd

func NewKeypairDeleteCmd() *cobra.Command

NewKeypairDeleteCmd - Keypair 삭제 기능을 수행하는 Cobra Command 생성

func NewKeypairGetCmd

func NewKeypairGetCmd() *cobra.Command

NewKeypairGetCmd - Keypair 조회 기능을 수행하는 Cobra Command 생성

func NewKeypairListCmd

func NewKeypairListCmd() *cobra.Command

NewKeypairListCmd - Keypair 목록 기능을 수행하는 Cobra Command 생성

func NewKeypairSaveCmd

func NewKeypairSaveCmd() *cobra.Command

NewKeypairSaveCmd - Keypair 저장 기능을 수행하는 Cobra Command 생성

func NewMcirResourcesInspectCmd

func NewMcirResourcesInspectCmd() *cobra.Command

NewMcirResourcesInspectCmd - MCIR 리소스 점검 기능을 수행하는 Cobra Command 생성

func NewMcisCmd

func NewMcisCmd() *cobra.Command

NewMcisCmd - Mcis 관리 기능을 수행하는 Cobra Command 생성

func NewMcisCreateCmd

func NewMcisCreateCmd() *cobra.Command

NewMcisCreateCmd - Mcis 생성 기능을 수행하는 Cobra Command 생성

func NewMcisCreatePolicyCmd

func NewMcisCreatePolicyCmd() *cobra.Command

NewMcisCreatePolicyCmd - Mcis Policy 생성 기능을 수행하는 Cobra Command 생성

func NewMcisDeleteAllCmd

func NewMcisDeleteAllCmd() *cobra.Command

NewMcisDeleteAllCmd - 전체 Mcis 삭제 기능을 수행하는 Cobra Command 생성

func NewMcisDeleteAllPolicyCmd

func NewMcisDeleteAllPolicyCmd() *cobra.Command

NewMcisDeleteAllPolicyCmd - 전체 Mcis Policy 삭제 기능을 수행하는 Cobra Command 생성

func NewMcisDeleteCmd

func NewMcisDeleteCmd() *cobra.Command

NewMcisDeleteCmd - Mcis 삭제 기능을 수행하는 Cobra Command 생성

func NewMcisDeletePolicyCmd

func NewMcisDeletePolicyCmd() *cobra.Command

NewMcisDeletePolicyCmd - Mcis Policy 삭제 기능을 수행하는 Cobra Command 생성

func NewMcisGetCmd

func NewMcisGetCmd() *cobra.Command

NewMcisGetCmd - Mcis 조회 기능을 수행하는 Cobra Command 생성

func NewMcisGetPolicyCmd

func NewMcisGetPolicyCmd() *cobra.Command

NewMcisGetPolicyCmd - Mcis Policy 조회 기능을 수행하는 Cobra Command 생성

func NewMcisListCmd

func NewMcisListCmd() *cobra.Command

NewMcisListCmd - Mcis 목록 기능을 수행하는 Cobra Command 생성

func NewMcisListPolicyCmd

func NewMcisListPolicyCmd() *cobra.Command

NewMcisListPolicyCmd - Mcis Policy 목록 기능을 수행하는 Cobra Command 생성

func NewMcisRebootCmd

func NewMcisRebootCmd() *cobra.Command

NewMcisRebootCmd - Mcis Reboot 기능을 수행하는 Cobra Command 생성

func NewMcisResumeCmd

func NewMcisResumeCmd() *cobra.Command

NewMcisResumeCmd - Mcis Resume 기능을 수행하는 Cobra Command 생성

func NewMcisStatusCmd

func NewMcisStatusCmd() *cobra.Command

NewMcisStatusCmd - Mcis 상태 조회 기능을 수행하는 Cobra Command 생성

func NewMcisStatusListCmd

func NewMcisStatusListCmd() *cobra.Command

NewMcisStatusListCmd - Mcis 상태 목록 기능을 수행하는 Cobra Command 생성

func NewMcisSuspendCmd

func NewMcisSuspendCmd() *cobra.Command

NewMcisSuspendCmd - Mcis Suspend 기능을 수행하는 Cobra Command 생성

func NewMcisTerminateCmd

func NewMcisTerminateCmd() *cobra.Command

NewMcisTerminateCmd - Mcis Terminate 기능을 수행하는 Cobra Command 생성

func NewMcisVmAddCmd

func NewMcisVmAddCmd() *cobra.Command

NewMcisVmAddCmd - Mcis VM 생성 기능을 수행하는 Cobra Command 생성

func NewMcisVmDeleteCmd

func NewMcisVmDeleteCmd() *cobra.Command

NewMcisVmDeleteCmd - Mcis VM 삭제 기능을 수행하는 Cobra Command 생성

func NewMcisVmGetCmd

func NewMcisVmGetCmd() *cobra.Command

NewMcisVmGetCmd - Mcis VM 조회 기능을 수행하는 Cobra Command 생성

func NewMcisVmGroupCmd

func NewMcisVmGroupCmd() *cobra.Command

NewMcisVmGroupCmd - Mcis VM 그룹 생성 기능을 수행하는 Cobra Command 생성

func NewMcisVmListCmd

func NewMcisVmListCmd() *cobra.Command

NewMcisVmListCmd - Mcis VM 목록 기능을 수행하는 Cobra Command 생성

func NewMcisVmRebootCmd

func NewMcisVmRebootCmd() *cobra.Command

NewMcisVmRebootCmd - Mcis VM Reboot 기능을 수행하는 Cobra Command 생성

func NewMcisVmResumeCmd

func NewMcisVmResumeCmd() *cobra.Command

NewMcisVmResumeCmd - Mcis VM Resume 기능을 수행하는 Cobra Command 생성

func NewMcisVmStatusCmd

func NewMcisVmStatusCmd() *cobra.Command

NewMcisVmStatusCmd - Mcis VM 상태 조회 기능을 수행하는 Cobra Command 생성

func NewMcisVmSuspendCmd

func NewMcisVmSuspendCmd() *cobra.Command

NewMcisVmSuspendCmd - Mcis VM Suspend 기능을 수행하는 Cobra Command 생성

func NewMcisVmTerminateCmd

func NewMcisVmTerminateCmd() *cobra.Command

NewMcisVmTerminateCmd - Mcis VM Terminate 기능을 수행하는 Cobra Command 생성

func NewNameSpaceCmd

func NewNameSpaceCmd() *cobra.Command

NewNameSpaceCmd - Namespace 관리 기능을 수행하는 Cobra Command 생성

func NewNameSpaceCreateCmd

func NewNameSpaceCreateCmd() *cobra.Command

NewNameSpaceCreateCmd - Namespace 생성 기능을 수행하는 Cobra Command 생성

func NewNameSpaceDeleteCmd

func NewNameSpaceDeleteCmd() *cobra.Command

NewNameSpaceDeleteCmd - Namespace 삭제 기능을 수행하는 Cobra Command 생성

func NewNameSpaceGetCmd

func NewNameSpaceGetCmd() *cobra.Command

NewNameSpaceGetCmd - Namespace 조회 기능을 수행하는 Cobra Command 생성

func NewNameSpaceListCmd

func NewNameSpaceListCmd() *cobra.Command

NewNameSpaceListCmd - Namespace 목록 기능을 수행하는 Cobra Command 생성

func NewNetworkCmd

func NewNetworkCmd() *cobra.Command

NewNetworkCmd - VNet 관리 기능을 수행하는 Cobra Command 생성

func NewNetworkCreateCmd

func NewNetworkCreateCmd() *cobra.Command

NewNetworkCreateCmd - VNet 생성 기능을 수행하는 Cobra Command 생성

func NewNetworkDeleteAllCmd

func NewNetworkDeleteAllCmd() *cobra.Command

NewNetworkDeleteAllCmd - 전체 VNet 삭제 기능을 수행하는 Cobra Command 생성

func NewNetworkDeleteCmd

func NewNetworkDeleteCmd() *cobra.Command

NewNetworkDeleteCmd - VNet 삭제 기능을 수행하는 Cobra Command 생성

func NewNetworkGetCmd

func NewNetworkGetCmd() *cobra.Command

NewNetworkGetCmd - VNet 조회 기능을 수행하는 Cobra Command 생성

func NewNetworkListCmd

func NewNetworkListCmd() *cobra.Command

NewNetworkListCmd - VNet 목록 기능을 수행하는 Cobra Command 생성

func NewNodeAddCmd

func NewNodeAddCmd() *cobra.Command

NewNodeAddCmd - Cloud Node 생성 기능을 수행하는 Cobra Command 생성

func NewNodeCmd

func NewNodeCmd() *cobra.Command

NewNodeCmd - Cloud Node 관리 기능을 수행하는 Cobra Command 생성

func NewNodeGetCmd

func NewNodeGetCmd() *cobra.Command

NewNodeGetCmd - Cloud Node 조회 기능을 수행하는 Cobra Command 생성

func NewNodeListCmd

func NewNodeListCmd() *cobra.Command

NewNodeListCmd - Cloud Node 목록 기능을 수행하는 Cobra Command 생성

func NewNodeRemoveCmd

func NewNodeRemoveCmd() *cobra.Command

NewNodeRemoveCmd - Cloud Node 삭제 기능을 수행하는 Cobra Command 생성

func NewObjectDeleteAllCmd

func NewObjectDeleteAllCmd() *cobra.Command

NewObjectDeleteAllCmd - 객체 전체 삭제 기능을 수행하는 Cobra Command 생성

func NewObjectDeleteCmd

func NewObjectDeleteCmd() *cobra.Command

NewObjectDeleteCmd - 객체 삭제 기능을 수행하는 Cobra Command 생성

func NewObjectGetCmd

func NewObjectGetCmd() *cobra.Command

NewObjectGetCmd - 객체 조회 기능을 수행하는 Cobra Command 생성

func NewObjectListCmd

func NewObjectListCmd() *cobra.Command

NewObjectListCmd - 객체 목록 기능을 수행하는 Cobra Command 생성

func NewRegionCmd

func NewRegionCmd() *cobra.Command

NewRegionCmd - Region 관리 기능을 수행하는 Cobra Command 생성

func NewRegionCreateCmd

func NewRegionCreateCmd() *cobra.Command

NewRegionCreateCmd - Region 생성 기능을 수행하는 Cobra Command 생성

func NewRegionDeleteCmd

func NewRegionDeleteCmd() *cobra.Command

NewRegionDeleteCmd - Region 삭제 기능을 수행하는 Cobra Command 생성

func NewRegionGetCmd

func NewRegionGetCmd() *cobra.Command

NewRegionGetCmd - Region 조회 기능을 수행하는 Cobra Command 생성

func NewRegionListCmd

func NewRegionListCmd() *cobra.Command

NewRegionListCmd - Region 목록 기능을 수행하는 Cobra Command 생성

func NewRegionSpiderGetCmd

func NewRegionSpiderGetCmd() *cobra.Command

NewRegionSpiderGetCmd - Region 조회 기능을 수행하는 Cobra Command 생성

func NewRegionSpiderListCmd

func NewRegionSpiderListCmd() *cobra.Command

NewRegionSpiderListCmd - Region 목록 기능을 수행하는 Cobra Command 생성

func NewRootCmd

func NewRootCmd() *cobra.Command

NewRootCmd - 어플리케이션 진입점으로 사용할 Root Cobra Command 생성

func NewSecurityCmd

func NewSecurityCmd() *cobra.Command

NewSecurityCmd - Security Group 관리 기능을 수행하는 Cobra Command 생성

func NewSecurityCreateCmd

func NewSecurityCreateCmd() *cobra.Command

NewSecurityCreateCmd - Security Group 생성 기능을 수행하는 Cobra Command 생성

func NewSecurityDeleteAllCmd

func NewSecurityDeleteAllCmd() *cobra.Command

NewSecurityDeleteAllCmd - 전체 Security Group 삭제 기능을 수행하는 Cobra Command 생성

func NewSecurityDeleteCmd

func NewSecurityDeleteCmd() *cobra.Command

NewSecurityDeleteCmd - Security Group 삭제 기능을 수행하는 Cobra Command 생성

func NewSecurityGetCmd

func NewSecurityGetCmd() *cobra.Command

NewSecurityGetCmd - Security Group 조회 기능을 수행하는 Cobra Command 생성

func NewSecurityListCmd

func NewSecurityListCmd() *cobra.Command

NewSecurityListCmd - Security Group 목록 기능을 수행하는 Cobra Command 생성

func NewSpecCmd

func NewSpecCmd() *cobra.Command

NewSpecCmd - Spec 관리 기능을 수행하는 Cobra Command 생성

func NewSpecDeleteAllCmd

func NewSpecDeleteAllCmd() *cobra.Command

NewSpecDeleteAllCmd - 전체 Spec 삭제 기능을 수행하는 Cobra Command 생성

func NewSpecDeleteCmd

func NewSpecDeleteCmd() *cobra.Command

NewSpecDeleteCmd - Spec 삭제 기능을 수행하는 Cobra Command 생성

func NewSpecFetchCmd

func NewSpecFetchCmd() *cobra.Command

NewSpecFetchCmd - Spec Fetch 기능을 수행하는 Cobra Command 생성

func NewSpecFilterByRangeCmd

func NewSpecFilterByRangeCmd() *cobra.Command

NewSpecFilterByRangeCmd

func NewSpecFilterCmd

func NewSpecFilterCmd() *cobra.Command

NewSpecFilterCmd

func NewSpecGetCmd

func NewSpecGetCmd() *cobra.Command

NewSpecGetCmd - Spec 조회 기능을 수행하는 Cobra Command 생성

func NewSpecGetCspCmd

func NewSpecGetCspCmd() *cobra.Command

NewSpecGetCspCmd - CSP Spec 조회 기능을 수행하는 Cobra Command 생성

func NewSpecListCmd

func NewSpecListCmd() *cobra.Command

NewSpecListCmd - Spec 목록 기능을 수행하는 Cobra Command 생성

func NewSpecListCspCmd

func NewSpecListCspCmd() *cobra.Command

NewSpecListCspCmd - CSP Spec 목록 기능을 수행하는 Cobra Command 생성

func NewSpecSortCmd

func NewSpecSortCmd() *cobra.Command

NewSpecSortCmd

func NewSpecUpdateCmd

func NewSpecUpdateCmd() *cobra.Command

NewSpecUpdateCmd

func NewSpecWithIdCreateCmd

func NewSpecWithIdCreateCmd() *cobra.Command

NewSpecWithIdCreateCmd - Spec 생성 기능을 수행하는 Cobra Command 생성

func NewSpecWithInfoCreateCmd

func NewSpecWithInfoCreateCmd() *cobra.Command

NewSpecWithInfoCreateCmd - Spec 생성 기능을 수행하는 Cobra Command 생성

func NewUtilCmd

func NewUtilCmd() *cobra.Command

NewUtilCmd - Tumblebug Util 관리 기능을 수행하는 Cobra Command 생성

func NewVersionCmd

func NewVersionCmd() *cobra.Command

NewVersionCmd - 버전 표시 기능을 수행하는 Cobra Command 생성

func NewVmResourcesInspectCmd

func NewVmResourcesInspectCmd() *cobra.Command

NewVmResourcesInspectCmd - VM 리소스 점검 기능을 수행하는 Cobra Command 생성

func SetupAndRun

func SetupAndRun(cmd *cobra.Command, args []string)

SetupAndRun - SPIDER GRPC CLI 구동

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL