docker_migration_packages
Overview
Name | docker_migration_packages |
Type | Resource |
Id | github.packages.docker_migration_packages |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | Unique identifier of the package. |
name | string | The name of the package. |
created_at | string | |
html_url | string | |
owner | object | A GitHub user. |
package_type | string | |
repository | object | Minimal Repository |
updated_at | string | |
url | string | |
version_count | integer | The number of versions of the package. |
visibility | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_docker_migration_conflicting_packages_for_authenticated_user | SELECT | Lists all packages that are owned by the authenticated user within the user's namespace, and that encountered a conflict during a Docker migration. To use this endpoint, you must authenticate using an access token with the read:packages scope. | |
list_docker_migration_conflicting_packages_for_organization | SELECT | org | Lists all packages that are in a specific organization, are readable by the requesting user, and that encountered a conflict during a Docker migration. To use this endpoint, you must authenticate using an access token with the read:packages scope. |
list_docker_migration_conflicting_packages_for_user | SELECT | username | Lists all packages that are in a specific user's namespace, that the requesting user has access to, and that encountered a conflict during Docker migration. To use this endpoint, you must authenticate using an access token with the read:packages scope. |