feat(AIP-2269): unify Operation port exposure with Workspace expose structure - #77
Open
juu-n-oo wants to merge 1 commit into
Open
feat(AIP-2269): unify Operation port exposure with Workspace expose structure#77juu-n-oo wants to merge 1 commit into
juu-n-oo wants to merge 1 commit into
Conversation
juu-n-oo
force-pushed
the
staging/project
branch
from
July 21, 2026 04:54
b2e30d4 to
ef81cfd
Compare
juu-n-oo
force-pushed
the
staging/project
branch
from
July 21, 2026 05:08
ef81cfd to
810f3a7
Compare
Contributor
Author
|
5.0.0에서 Operation 변경에 대한 철회가 있어 해당 PR은 반영 대기로 함 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
AIP-2269: Operation 오브젝트의 외부 노출 프로토콜 구조를 Workspace와 동일하게 통일합니다.
operation-crd-0721.yaml기준으로 Operation DTO를 갱신했습니다.변경 내용
V1alpha1OperationPort:external→expose로 명칭 변경V1alpha1OperationPortExpose신규 추가 — Workspace의expose와 동일 구조enabled,type(HTTP|TCP),tcp{port},http{host, path, tls}V1alpha1OperationPortExternal(구식{enabled, host, path}) 삭제V1alpha1OperationStatusPort:type(HTTP|TCP) 필드 추가 (Workspace status port와 통일)참고
./mvnw clean compile통과 확인.