Skip to content

Commit 06d4780

Browse files
authored
Merge pull request #95 from vidispine/fixes-1.28
documentation
2 parents dcd15df + 5f41fe8 commit 06d4780

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

hull-vidispine-addon/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ apiVersion: v1
33
appVersion: 1.28.0
44
description: hull-vidispine-addon
55
name: hull-vidispine-addon
6-
version: 1.28.6
6+
version: 1.28.7

hull-vidispine-addon/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Describes a subresource on an endpoint which is communicated with. <br>Has exclu
9898
| `entities` | Dictionary of entities on the subresource to create, modify or delete.<br><br>Key: <br>Key for entry in dictionary `entities`<br><br>Value: <br>The entity definition in form of a `<entitySpec>`
9999

100100
### EntitySpec
101-
Describes a particular entity on a subresource on an endpoint which is communicated with. <br>Has exclusively the following sub-fields: <br><br>`register`<br>`remove`<br>`identifier`<br>`putUriExcludeIdentifier`<br>`putInsteadOfPost`<br>`postQueryParams`<br>`overwriteExisting`<br>`getUriExcludeIdentifier`<br>`getCustomScript`<br>`noGet`<br>`contentType`<br>`config`<br>`extraHeaders`
101+
Describes a particular entity on a subresource on an endpoint which is communicated with. <br>Has exclusively the following sub-fields: <br><br>`extraHeaders`<br>`identifier`<br>`getQueryParams`<br>`getUriExcludeIdentifier`<br>`getCustomScript`<br>`noGet`<br>`customGetScriptJsonResponseConfigReplacements`<br>`readConfigFromFile`<br>`readConfigValuesFromFiles`<br>`updateConfigValues`<br>`config`<br>`register`<br>`overwriteExisting`<br>`contentType`<br>`postQueryParams`<br>`putInteadOfPost`<br>`putUriExcludeIdentifier`<br>`putQueryParams`<br>`remove`<br>`deleteUriExcludeIdentifier`<br>`deleteQueryParams`<br>`processNoOp`
102102

103103
| Parameter | Description | Defaults | Context | Example |
104104
| ------------------------------- | ---------------------------------------------------------------| -----------------------------| -----------------------------------------|-----------------------------------------|
@@ -119,6 +119,7 @@ Describes a particular entity on a subresource on an endpoint which is communica
119119
| `postQueryParams` | Query Parameters to add to the Url of a POST command. Not a frequent use case but required to submit for example the `guid` of a UseCaseDefinition to migrate. | | `POST`
120120
| `putInsteadOfPost` | Some APIs use PUTting instead of POSTing for creation of new entities. If the subresource uses PUTting instead of POSTing, set this parameter to `true`. | `false` | `POST` <br> `PUT`
121121
| `putUriExcludeIdentifier` | Some APIs handle PUTting of entities by PUTing to the parent resource and specifying the entity to create in the body. If the subresource handles PUTting in that way, set this parameter to `true`. If `false` or unspecified, PUT calls will be made to the path which ends with the entities __identifier__. | `false` | `PUT`
122+
| `putQueryParams` | Query Parameters to add to the Url of a PUT command. | | `PUT`
122123
| `remove` | The entity will be DELETEd if it exists. If both `register` and `remove` is true, any found entity is first removed if it exists before it is being created. | `false` | `DELETE`
123124
| `deleteUriExcludeIdentifier` | Some APIs handle DELETEing of entities by calling DELETE to the parent resource and specifying the entity to delete in query params. If the subresource handles DELETEing in that way, set this parameter to `true` and provide the subresource `identifierQueryParam` to identify the entity. If `false` or unspecified, DELETE calls will be made to the path which ends with the entities identifier name. | `false` | `DELETE`
124125
| `deleteQueryParams` | Query Parameters to add to the Url of a DELETE command. Not a frequent use case but required to delete an entity in auth service. | `false` | `DELETE`

hull-vidispine-addon/templates/_library.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ volumes:
569569
{{ define "hull.vidispine.addon.library.component.pod.volumes" }}
570570
{{ $parent := (index . "PARENT_CONTEXT") }}
571571
{{ $component := (index . "COMPONENT") }}
572-
{{ $component := (index . "COMPONENT") }}
573572
{{ $additionalSecrets := default "" (index . "SECRETS") }}
574573
{{ $additionalConfigMaps := default "" (index . "CONFIGMAPS") }}
575574
{{ $additionalEmptyDirs := default "" (index . "EMPTYDIRS") }}

0 commit comments

Comments
 (0)