edgegap 0.1.0

Auto-generated client library for the Edgegap API, used by the arbctl tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# MatchmakerComponentUpdate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Matchmaker component name. Must be unique. | [optional]
**repository** | Option<**String**> | Container repository where the component's image is hosted. | [optional]
**image** | Option<**String**> | Container image to use for this component. | [optional]
**tag** | Option<**String**> | Tag of the container image to use for this component. | [optional]
**credentials** | Option<[**models::ComponentCredentials**]ComponentCredentials.md> | Private repo credentials to use for pulling the image, if applicable. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)