Skip to content

Commit 5c8a0b6

Browse files
chore: update api schema dump
Co-authored-by: octodog <mu001@lablup.com>
1 parent 5141c04 commit 5c8a0b6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/manager/graphql-reference/supergraph.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,6 +2441,9 @@ type ContainerRegistryV2 implements Node
24412441

24422442
"""Whether this registry is globally accessible"""
24432443
isGlobal: Boolean
2444+
2445+
"""Extra metadata for the container registry"""
2446+
extra: JSON
24442447
}
24452448

24462449
"""Added in 25.6.0."""

docs/manager/graphql-reference/v2-schema.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,9 @@ type ContainerRegistryV2 implements Node {
14561456

14571457
"""Whether this registry is globally accessible"""
14581458
isGlobal: Boolean
1459+
1460+
"""Extra metadata for the container registry"""
1461+
extra: JSON
14591462
}
14601463

14611464
input CreateAccessTokenInput {

0 commit comments

Comments
 (0)