ContainerRegistryCreateRequest
ContainerRegistryCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | Registry명 Example : samplePattern : ^[a-z][a-z0-9]*$Minimum length : 3Maximum length : 25 | string | |
| private_acl_enabled required | Private 접근 제어 활성화 Example : True | boolean | |
| private_acl_resources required | Private 접근 허용 리소스 리스트 | array[Resource] | |
| public_acl_enabled optional | Public 접근 제어 활성화 Example : True | any of [boolean, null] | |
| public_acl_resources required | Public 접근 허용 리소스 리스트 | array[Resource] | |
| public_endpoint_enabled optional | Public Endpoint 활성화 Example : True | any of [boolean, null] | |
| public_visible_enabled required | 가시성 Public 선택 여부 Example : True | boolean | |
| tags optional | 태그 목록 | any of [array[Tag], null] |