@@ -3610,6 +3610,18 @@ class CAASUnitProvisionerFacade(Type):
36103610 'error': {'$ref': '#/definitions/Error'}},
36113611 'required': ['config'],
36123612 'type': 'object'},
3613+ 'DockerImageInfo': {'additionalProperties': False,
3614+ 'properties': {'auth': {'type': 'string'},
3615+ 'email': {'type': 'string'},
3616+ 'identitytoken': {'type': 'string'},
3617+ 'image-name': {'type': 'string'},
3618+ 'password': {'type': 'string'},
3619+ 'registrytoken': {'type': 'string'},
3620+ 'repository': {'type': 'string'},
3621+ 'serveraddress': {'type': 'string'},
3622+ 'username': {'type': 'string'}},
3623+ 'required': ['image-name'],
3624+ 'type': 'object'},
36133625 'Entities': {'additionalProperties': False,
36143626 'properties': {'entities': {'items': {'$ref': '#/definitions/Entity'},
36153627 'type': 'array'}},
@@ -3736,7 +3748,7 @@ class CAASUnitProvisionerFacade(Type):
37363748 'type': 'array'},
37373749 'filesystems': {'items': {'$ref': '#/definitions/KubernetesFilesystemParams'},
37383750 'type': 'array'},
3739- 'operator- image-path ': {'type ': 'string '},
3751+ 'image-repo ': {'$ref ': '#/definitions/DockerImageInfo '},
37403752 'pod-spec': {'type': 'string'},
37413753 'raw-k8s-spec': {'type': 'string'},
37423754 'tags': {'patternProperties': {'.*': {'type': 'string'}},
@@ -6999,7 +7011,8 @@ class CrossModelRelationsFacade(Type):
69997011 'unit-count': {'type': 'integer'}},
70007012 'required': ['relation-token',
70017013 'application-token',
7002- 'life'],
7014+ 'life',
7015+ 'unit-count'],
70037016 'type': 'object'},
70047017 'RemoteRelationDetails': {'additionalProperties': False,
70057018 'properties': {'bakery-version': {'type': 'integer'},
@@ -11858,13 +11871,15 @@ class RemoteRelationsFacade(Type):
1185811871 'remote-application-name': {'type': 'string'},
1185911872 'remote-endpoint-name': {'type': 'string'},
1186011873 'source-model-uuid': {'type': 'string'},
11861- 'suspended': {'type': 'boolean'}},
11874+ 'suspended': {'type': 'boolean'},
11875+ 'unit-count': {'type': 'integer'}},
1186211876 'required': ['life',
1186311877 'suspended',
1186411878 'id',
1186511879 'key',
1186611880 'application-name',
1186711881 'endpoint',
11882+ 'unit-count',
1186811883 'remote-application-name',
1186911884 'remote-endpoint-name',
1187011885 'source-model-uuid'],
@@ -11889,7 +11904,8 @@ class RemoteRelationsFacade(Type):
1188911904 'unit-count': {'type': 'integer'}},
1189011905 'required': ['relation-token',
1189111906 'application-token',
11892- 'life'],
11907+ 'life',
11908+ 'unit-count'],
1189311909 'type': 'object'},
1189411910 'RemoteRelationResult': {'additionalProperties': False,
1189511911 'properties': {'error': {'$ref': '#/definitions/Error'},
0 commit comments