Documentation
¶
Index ¶
- type NSService
- func (s *NSService) CheckNS(ctx context.Context, req *pb.NSQryRequest) (*pb.ExistsResponse, error)
- func (s *NSService) CreateNS(ctx context.Context, req *pb.NSCreateRequest) (*pb.NSInfoResponse, error)
- func (s *NSService) DeleteAllNS(ctx context.Context, req *pb.Empty) (*pb.MessageResponse, error)
- func (s *NSService) DeleteNS(ctx context.Context, req *pb.NSQryRequest) (*pb.MessageResponse, error)
- func (s *NSService) GetNS(ctx context.Context, req *pb.NSQryRequest) (*pb.NSInfoResponse, error)
- func (s *NSService) ListNS(ctx context.Context, req *pb.Empty) (*pb.ListNSInfoResponse, error)
- type UTILITYService
- func (s *UTILITYService) CreateConfig(ctx context.Context, req *pb.ConfigCreateRequest) (*pb.ConfigInfoResponse, error)
- func (s *UTILITYService) DeleteAllConfig(ctx context.Context, req *pb.Empty) (*pb.MessageResponse, error)
- func (s *UTILITYService) DeleteAllObject(ctx context.Context, req *pb.ObjectQryRequest) (*pb.MessageResponse, error)
- func (s *UTILITYService) DeleteObject(ctx context.Context, req *pb.ObjectQryRequest) (*pb.MessageResponse, error)
- func (s *UTILITYService) GetConfig(ctx context.Context, req *pb.ConfigQryRequest) (*pb.ConfigInfoResponse, error)
- func (s *UTILITYService) GetConnConfig(ctx context.Context, req *pb.ConnConfigQryRequest) (*pb.ConnConfigResponse, error)
- func (s *UTILITYService) GetObject(ctx context.Context, req *pb.ObjectQryRequest) (*pb.ObjectInfoResponse, error)
- func (s *UTILITYService) GetRegion(ctx context.Context, req *pb.RegionQryRequest) (*pb.RegionResponse, error)
- func (s *UTILITYService) InspectMcirResources(ctx context.Context, req *pb.InspectQryRequest) (*pb.InspectMcirInfoResponse, error)
- func (s *UTILITYService) InspectVmResources(ctx context.Context, req *pb.InspectQryRequest) (*pb.InspectVmInfoResponse, error)
- func (s *UTILITYService) ListConfig(ctx context.Context, req *pb.Empty) (*pb.ListConfigInfoResponse, error)
- func (s *UTILITYService) ListConnConfig(ctx context.Context, req *pb.Empty) (*pb.ListConnConfigResponse, error)
- func (s *UTILITYService) ListObject(ctx context.Context, req *pb.ObjectQryRequest) (*pb.ListObjectInfoResponse, error)
- func (s *UTILITYService) ListRegion(ctx context.Context, req *pb.Empty) (*pb.ListRegionResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NSService ¶
type NSService struct { }
NSService - Namespace 서비스 구현
func (*NSService) CheckNS ¶
func (s *NSService) CheckNS(ctx context.Context, req *pb.NSQryRequest) (*pb.ExistsResponse, error)
CheckNS - Namespace 체크
func (*NSService) CreateNS ¶
func (s *NSService) CreateNS(ctx context.Context, req *pb.NSCreateRequest) (*pb.NSInfoResponse, error)
CreateNS - Namespace 생성
func (*NSService) DeleteAllNS ¶
DeleteAllNS - Namespace 전체 삭제
func (*NSService) DeleteNS ¶
func (s *NSService) DeleteNS(ctx context.Context, req *pb.NSQryRequest) (*pb.MessageResponse, error)
DeleteNS - Namespace 삭제
func (*NSService) GetNS ¶
func (s *NSService) GetNS(ctx context.Context, req *pb.NSQryRequest) (*pb.NSInfoResponse, error)
GetNS - Namespace 조회
type UTILITYService ¶
type UTILITYService struct { }
UTILITYService - Utility 서비스 구현
func (*UTILITYService) CreateConfig ¶ added in v0.3.7
func (s *UTILITYService) CreateConfig(ctx context.Context, req *pb.ConfigCreateRequest) (*pb.ConfigInfoResponse, error)
CreateConfig - Config 생성
func (*UTILITYService) DeleteAllConfig ¶ added in v0.3.7
func (s *UTILITYService) DeleteAllConfig(ctx context.Context, req *pb.Empty) (*pb.MessageResponse, error)
DeleteAllConfig - Config 전체 삭제
func (*UTILITYService) DeleteAllObject ¶ added in v0.3.7
func (s *UTILITYService) DeleteAllObject(ctx context.Context, req *pb.ObjectQryRequest) (*pb.MessageResponse, error)
DeleteAllObject - 객체 전체 삭제
func (*UTILITYService) DeleteObject ¶ added in v0.3.7
func (s *UTILITYService) DeleteObject(ctx context.Context, req *pb.ObjectQryRequest) (*pb.MessageResponse, error)
DeleteObject - 객체 삭제
func (*UTILITYService) GetConfig ¶ added in v0.3.7
func (s *UTILITYService) GetConfig(ctx context.Context, req *pb.ConfigQryRequest) (*pb.ConfigInfoResponse, error)
GetConfig - Config 조회
func (*UTILITYService) GetConnConfig ¶
func (s *UTILITYService) GetConnConfig(ctx context.Context, req *pb.ConnConfigQryRequest) (*pb.ConnConfigResponse, error)
GetConnConfig - Connection Config 조회
func (*UTILITYService) GetObject ¶ added in v0.3.7
func (s *UTILITYService) GetObject(ctx context.Context, req *pb.ObjectQryRequest) (*pb.ObjectInfoResponse, error)
GetObject - 객체 조회
func (*UTILITYService) GetRegion ¶
func (s *UTILITYService) GetRegion(ctx context.Context, req *pb.RegionQryRequest) (*pb.RegionResponse, error)
GetRegion - Region 조회
func (*UTILITYService) InspectMcirResources ¶ added in v0.3.7
func (s *UTILITYService) InspectMcirResources(ctx context.Context, req *pb.InspectQryRequest) (*pb.InspectMcirInfoResponse, error)
InspectMcirResources - MCIR 리소스 점검
func (*UTILITYService) InspectVmResources ¶ added in v0.3.7
func (s *UTILITYService) InspectVmResources(ctx context.Context, req *pb.InspectQryRequest) (*pb.InspectVmInfoResponse, error)
InspectVmResources - VM 리소스 점검
func (*UTILITYService) ListConfig ¶ added in v0.3.7
func (s *UTILITYService) ListConfig(ctx context.Context, req *pb.Empty) (*pb.ListConfigInfoResponse, error)
ListConfig - Config 목록
func (*UTILITYService) ListConnConfig ¶
func (s *UTILITYService) ListConnConfig(ctx context.Context, req *pb.Empty) (*pb.ListConnConfigResponse, error)
ListConnConfig - Connection Config 목록
func (*UTILITYService) ListObject ¶ added in v0.3.7
func (s *UTILITYService) ListObject(ctx context.Context, req *pb.ObjectQryRequest) (*pb.ListObjectInfoResponse, error)
ListObject - 객체 목록
func (*UTILITYService) ListRegion ¶
func (s *UTILITYService) ListRegion(ctx context.Context, req *pb.Empty) (*pb.ListRegionResponse, error)
ListRegion - Region 목록
Click to show internal directories.
Click to hide internal directories.