This JSON Schema defines for Artifactories (Container Registry) resources.
Property | Type | Required | Description |
---|---|---|---|
flavor |
string | Yes | Possible values are: default . |
kind |
string | Yes | Possible values are: artifactories . |
spec |
object | Yes | |
version |
string | Yes | Possible values are: 0.1 , latest . |
out |
object | No | The output for your artifactories module, this can be generated or provided |
The output for your artifactories module, this can be generated or provided
Property | Type | Required | Description |
---|---|---|---|
attributes |
object | No | The output attributes section for artifactories module |
The output attributes section for artifactories module
Property | Type | Required | Description |
---|---|---|---|
registry_secret_objects |
object | No | Map of Container Registry secrets. Eg: { |
registry_secrets_list |
array | No | List of Container Registry secrets |
Map of Container Registry secrets. Eg: {
| Property | Type | Required | Description | |———-|——|———-|————-|
Property | Type | Required | Description |
---|---|---|---|
artifactories |
object | No | A mapping of container registries. Example: { |
include_all |
boolean | No | Include all container registries mapped to this project. Note: The artifactories attribute must not be specified if this attribute is used |
A mapping of container registries. Example: {
Property | Type | Required | Description |
---|---|---|---|
name | string | Yes | Container Registry Name |