|
52 | 52 | } |
53 | 53 | }, |
54 | 54 | "pullCredentialId": { |
55 | | - "description": "The identifier of the OCI registry pull secret configuration", |
| 55 | + "description": "The identifier of the OCI registry pull credential configuration", |
56 | 56 | "in": "path", |
57 | 57 | "name": "pullCredentialId", |
58 | 58 | "required": true, |
|
209 | 209 | ], |
210 | 210 | "type": "object" |
211 | 211 | }, |
212 | | - "CreatePullSecretPayload": { |
| 212 | + "CreatePullCredentialPayload": { |
213 | 213 | "properties": { |
214 | 214 | "address": { |
215 | 215 | "description": "The OCI registry address.", |
216 | 216 | "type": "string" |
217 | 217 | }, |
218 | 218 | "id": { |
219 | | - "description": "Unique identifier for the OCI registry pull secret.", |
| 219 | + "description": "Unique identifier for the OCI registry pull credential.", |
220 | 220 | "type": "string" |
221 | 221 | }, |
222 | 222 | "labels": { |
|
226 | 226 | "type": "object" |
227 | 227 | }, |
228 | 228 | "name": { |
229 | | - "description": "Unique name for the OCI registry pull secret.", |
| 229 | + "description": "Unique name for the OCI registry pull credential.", |
230 | 230 | "maxLength": 32, |
231 | 231 | "minLength": 1, |
232 | 232 | "type": "string" |
|
401 | 401 | }, |
402 | 402 | "type": "object" |
403 | 403 | }, |
404 | | - "ListPullSecrets": { |
| 404 | + "ListPullCredentials": { |
405 | 405 | "properties": { |
406 | 406 | "next_page_token": { |
407 | 407 | "description": "Token for the next page of results.", |
408 | 408 | "type": "string" |
409 | 409 | }, |
410 | 410 | "pull_credentials": { |
411 | | - "description": "List of oci registries pull secrets associated with the project.", |
| 411 | + "description": "List of oci registries pull credentials associated with the project.", |
412 | 412 | "items": { |
413 | | - "$ref": "#/components/schemas/PullSecret" |
| 413 | + "$ref": "#/components/schemas/PullCredential" |
414 | 414 | }, |
415 | 415 | "type": "array" |
416 | 416 | } |
|
445 | 445 | "description": "Error metadata returned to the client", |
446 | 446 | "type": "object" |
447 | 447 | }, |
448 | | - "PullSecret": { |
| 448 | + "PullCredential": { |
449 | 449 | "properties": { |
450 | 450 | "address": { |
451 | 451 | "description": "The OCI registry address.", |
452 | 452 | "type": "string" |
453 | 453 | }, |
454 | 454 | "id": { |
455 | | - "description": "Unique identifier for the OCI registry pull secret.", |
| 455 | + "description": "Unique identifier for the OCI registry pull credential.", |
456 | 456 | "type": "string" |
457 | 457 | }, |
458 | 458 | "labels": { |
|
462 | 462 | "type": "object" |
463 | 463 | }, |
464 | 464 | "name": { |
465 | | - "description": "Unique name for the OCI registry pull secret.", |
| 465 | + "description": "Unique name for the OCI registry pull credential.", |
466 | 466 | "maxLength": 32, |
467 | 467 | "minLength": 1, |
468 | 468 | "type": "string" |
|
542 | 542 | "type": "string" |
543 | 543 | }, |
544 | 544 | "oci_pull_credential_id": { |
545 | | - "description": "OCI Registry pull secret to use for pulling the revision's image.", |
| 545 | + "description": "OCI Registry pull credential to use for pulling the revision's image.", |
546 | 546 | "type": "string" |
547 | 547 | }, |
548 | 548 | "oci_reference": { |
|
672 | 672 | ], |
673 | 673 | "type": "object" |
674 | 674 | }, |
675 | | - "UpdatePullSecretPayload": { |
| 675 | + "UpdatePullCredentialPayload": { |
676 | 676 | "properties": { |
677 | 677 | "address": { |
678 | 678 | "description": "The OCI registry address.", |
679 | 679 | "type": "string" |
680 | 680 | }, |
681 | 681 | "id": { |
682 | | - "description": "Unique identifier for the OCI registry pull secret.", |
| 682 | + "description": "Unique identifier for the OCI registry pull credential.", |
683 | 683 | "type": "string" |
684 | 684 | }, |
685 | 685 | "labels": { |
|
689 | 689 | "type": "object" |
690 | 690 | }, |
691 | 691 | "name": { |
692 | | - "description": "Unique name for the OCI registry pull secret.", |
| 692 | + "description": "Unique name for the OCI registry pull credential.", |
693 | 693 | "maxLength": 32, |
694 | 694 | "minLength": 1, |
695 | 695 | "type": "string" |
|
750 | 750 | "type": "string" |
751 | 751 | }, |
752 | 752 | "oci_pull_credential_id": { |
753 | | - "description": "OCI Registry pull secret to use for pulling the revision's image.", |
| 753 | + "description": "OCI Registry pull credential to use for pulling the revision's image.", |
754 | 754 | "type": "string" |
755 | 755 | }, |
756 | 756 | "oci_reference": { |
|
837 | 837 | "type": "string" |
838 | 838 | }, |
839 | 839 | "oci_pull_credential_id": { |
840 | | - "description": "OCI Registry pull secret to use for pulling the revision's image.", |
| 840 | + "description": "OCI Registry pull credential to use for pulling the revision's image.", |
841 | 841 | "type": "string" |
842 | 842 | }, |
843 | 843 | "oci_reference": { |
|
1346 | 1346 | "/v1alpha/projects/{projectId}/pull-credentials": { |
1347 | 1347 | "get": { |
1348 | 1348 | "description": "Returns all the current OCI image registry pull credential configurations for a project.", |
1349 | | - "operationId": "ListPullSecrets", |
| 1349 | + "operationId": "ListPullCredentials", |
1350 | 1350 | "responses": { |
1351 | 1351 | "200": { |
1352 | 1352 | "content": { |
1353 | 1353 | "application/json": { |
1354 | 1354 | "schema": { |
1355 | | - "$ref": "#/components/schemas/ListPullSecrets" |
| 1355 | + "$ref": "#/components/schemas/ListPullCredentials" |
1356 | 1356 | } |
1357 | 1357 | } |
1358 | 1358 | }, |
1359 | | - "description": "OCI registry pull secret configurations." |
| 1359 | + "description": "OCI registry pull credential configurations." |
1360 | 1360 | }, |
1361 | 1361 | "401": { |
1362 | 1362 | "$ref": "#/components/responses/unauthorized" |
|
1390 | 1390 | ], |
1391 | 1391 | "post": { |
1392 | 1392 | "description": "Create a new OCI image registry pull credential configuration.", |
1393 | | - "operationId": "CreatePullSecret", |
| 1393 | + "operationId": "CreatePullCredential", |
1394 | 1394 | "requestBody": { |
1395 | 1395 | "content": { |
1396 | 1396 | "application/json": { |
1397 | 1397 | "schema": { |
1398 | | - "$ref": "#/components/schemas/CreatePullSecretPayload" |
| 1398 | + "$ref": "#/components/schemas/CreatePullCredentialPayload" |
1399 | 1399 | } |
1400 | 1400 | } |
1401 | 1401 | }, |
|
1406 | 1406 | "content": { |
1407 | 1407 | "application/json": { |
1408 | 1408 | "schema": { |
1409 | | - "$ref": "#/components/schemas/PullSecret" |
| 1409 | + "$ref": "#/components/schemas/PullCredential" |
1410 | 1410 | } |
1411 | 1411 | } |
1412 | 1412 | }, |
1413 | | - "description": "OCI registry pull secret configuration set successfully" |
| 1413 | + "description": "OCI registry pull credential configuration set successfully" |
1414 | 1414 | }, |
1415 | 1415 | "401": { |
1416 | 1416 | "$ref": "#/components/responses/unauthorized" |
|
1440 | 1440 | }, |
1441 | 1441 | "/v1alpha/projects/{projectId}/pull-credentials/{pullCredentialId}": { |
1442 | 1442 | "delete": { |
1443 | | - "description": "Removes the OCI image pull secret registry configuration.", |
1444 | | - "operationId": "DeletePullSecret", |
| 1443 | + "description": "Removes the OCI image pull credential registry configuration.", |
| 1444 | + "operationId": "DeletePullCredential", |
1445 | 1445 | "responses": { |
1446 | 1446 | "204": { |
1447 | | - "description": "OCI registry pull secret configuration removed successfully" |
| 1447 | + "description": "OCI registry pull credential configuration removed successfully" |
1448 | 1448 | }, |
1449 | 1449 | "401": { |
1450 | 1450 | "$ref": "#/components/responses/unauthorized" |
|
1473 | 1473 | }, |
1474 | 1474 | "get": { |
1475 | 1475 | "description": "Returns the current OCI image registry pull credential configuration.", |
1476 | | - "operationId": "GetPullSecret", |
| 1476 | + "operationId": "GetPullCredential", |
1477 | 1477 | "responses": { |
1478 | 1478 | "200": { |
1479 | 1479 | "content": { |
1480 | 1480 | "application/json": { |
1481 | 1481 | "schema": { |
1482 | | - "$ref": "#/components/schemas/PullSecret" |
| 1482 | + "$ref": "#/components/schemas/PullCredential" |
1483 | 1483 | } |
1484 | 1484 | } |
1485 | 1485 | }, |
1486 | | - "description": "OCI registry pull secret configuration" |
| 1486 | + "description": "OCI registry pull credential configuration" |
1487 | 1487 | }, |
1488 | 1488 | "401": { |
1489 | 1489 | "$ref": "#/components/responses/unauthorized" |
|
1520 | 1520 | ], |
1521 | 1521 | "put": { |
1522 | 1522 | "description": "Updates the OCI image registry pull credential configuration.", |
1523 | | - "operationId": "UpdatePullSecret", |
| 1523 | + "operationId": "UpdatePullCredential", |
1524 | 1524 | "requestBody": { |
1525 | 1525 | "content": { |
1526 | 1526 | "application/json": { |
1527 | 1527 | "schema": { |
1528 | | - "$ref": "#/components/schemas/UpdatePullSecretPayload" |
| 1528 | + "$ref": "#/components/schemas/UpdatePullCredentialPayload" |
1529 | 1529 | } |
1530 | 1530 | } |
1531 | 1531 | }, |
|
1536 | 1536 | "content": { |
1537 | 1537 | "application/json": { |
1538 | 1538 | "schema": { |
1539 | | - "$ref": "#/components/schemas/PullSecret" |
| 1539 | + "$ref": "#/components/schemas/PullCredential" |
1540 | 1540 | } |
1541 | 1541 | } |
1542 | 1542 | }, |
1543 | | - "description": "OCI registry pull secret configuration updated successfully" |
| 1543 | + "description": "OCI registry pull credential configuration updated successfully" |
1544 | 1544 | }, |
1545 | 1545 | "401": { |
1546 | 1546 | "$ref": "#/components/responses/unauthorized" |
|
0 commit comments