pulp_container_client 2.20.7 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +542 -124
- data/docs/AccessPoliciesApi.md +323 -0
- data/docs/AccessPolicy.md +23 -0
- data/docs/AccessPolicyResponse.md +33 -0
- data/docs/AcsFileApi.md +662 -0
- data/docs/ApiAppStatusResponse.md +21 -0
- data/docs/Artifact.md +31 -0
- data/docs/ArtifactDistributionResponse.md +33 -0
- data/docs/ArtifactResponse.md +37 -0
- data/docs/ArtifactsApi.md +277 -0
- data/docs/CertguardRHSMCertGuard.md +21 -0
- data/docs/CertguardRHSMCertGuardResponse.md +27 -0
- data/docs/CertguardX509CertGuard.md +21 -0
- data/docs/CertguardX509CertGuardResponse.md +27 -0
- data/docs/CompositeContentGuard.md +21 -0
- data/docs/CompositeContentGuardResponse.md +27 -0
- data/docs/ContainerContainerDistribution.md +2 -2
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPullThroughDistribution.md +2 -2
- data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -9
- data/docs/ContainerContainerPullThroughRemote.md +5 -1
- data/docs/ContainerContainerPullThroughRemoteResponse.md +6 -2
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerManifestResponse.md +2 -2
- data/docs/ContentApi.md +90 -0
- data/docs/ContentAppStatusResponse.md +21 -0
- data/docs/ContentBlobsApi.md +10 -14
- data/docs/ContentFilesApi.md +214 -0
- data/docs/ContentGuardResponse.md +25 -0
- data/docs/ContentManifestsApi.md +10 -14
- data/docs/ContentRedirectContentGuard.md +19 -0
- data/docs/ContentRedirectContentGuardResponse.md +25 -0
- data/docs/ContentSettingsResponse.md +19 -0
- data/docs/ContentSignaturesApi.md +10 -14
- data/docs/ContentTagsApi.md +10 -14
- data/docs/ContentguardsApi.md +100 -0
- data/docs/ContentguardsCompositeApi.md +607 -0
- data/docs/ContentguardsContentRedirectApi.md +607 -0
- data/docs/ContentguardsHeaderApi.md +607 -0
- data/docs/ContentguardsRbacApi.md +607 -0
- data/docs/ContentguardsRhsmApi.md +375 -0
- data/docs/ContentguardsX509Api.md +375 -0
- data/docs/DatabaseConnectionResponse.md +17 -0
- data/docs/DistributionResponse.md +35 -0
- data/docs/DistributionsApi.md +116 -0
- data/docs/DistributionsArtifactsApi.md +172 -0
- data/docs/DistributionsContainerApi.md +60 -100
- data/docs/DistributionsFileApi.md +736 -0
- data/docs/DistributionsPullThroughApi.md +60 -100
- data/docs/DocsApiJsonApi.md +61 -0
- data/docs/DocsApiYamlApi.md +61 -0
- data/docs/Domain.md +27 -0
- data/docs/DomainResponse.md +33 -0
- data/docs/DomainsApi.md +376 -0
- data/docs/EvaluationResponse.md +21 -0
- data/docs/ExportersFilesystemApi.md +376 -0
- data/docs/ExportersFilesystemExportsApi.md +241 -0
- data/docs/ExportersPulpApi.md +376 -0
- data/docs/ExportersPulpExportsApi.md +241 -0
- data/docs/FileFileAlternateContentSource.md +23 -0
- data/docs/FileFileAlternateContentSourceResponse.md +29 -0
- data/docs/FileFileContent.md +25 -0
- data/docs/FileFileContentResponse.md +37 -0
- data/docs/FileFileDistribution.md +29 -0
- data/docs/FileFileDistributionResponse.md +37 -0
- data/docs/FileFilePublication.md +21 -0
- data/docs/FileFilePublicationResponse.md +29 -0
- data/docs/FileFileRemote.md +57 -0
- data/docs/FileFileRemoteResponse.md +55 -0
- data/docs/FileFileRepository.md +29 -0
- data/docs/FileFileRepositoryResponse.md +39 -0
- data/docs/FilesystemExport.md +23 -0
- data/docs/FilesystemExportResponse.md +27 -0
- data/docs/FilesystemExporter.md +21 -0
- data/docs/FilesystemExporterResponse.md +27 -0
- data/docs/Group.md +17 -0
- data/docs/GroupProgressReportResponse.md +25 -0
- data/docs/GroupResponse.md +21 -0
- data/docs/GroupRole.md +21 -0
- data/docs/GroupRoleResponse.md +31 -0
- data/docs/GroupUser.md +17 -0
- data/docs/GroupUserResponse.md +19 -0
- data/docs/GroupsApi.md +603 -0
- data/docs/GroupsRolesApi.md +263 -0
- data/docs/GroupsUsersApi.md +181 -0
- data/docs/HeaderContentGuard.md +25 -0
- data/docs/HeaderContentGuardResponse.md +31 -0
- data/docs/ImportResponse.md +25 -0
- data/docs/ImportersPulpApi.md +375 -0
- data/docs/ImportersPulpImportCheckApi.md +62 -0
- data/docs/ImportersPulpImportsApi.md +241 -0
- data/docs/LivezApi.md +51 -0
- data/docs/MethodEnum.md +16 -0
- data/docs/MinimalTaskResponse.md +33 -0
- data/docs/MultipleArtifactContentResponse.md +23 -0
- data/docs/OrphansApi.md +58 -0
- data/docs/OrphansCleanup.md +19 -0
- data/docs/OrphansCleanupApi.md +61 -0
- data/docs/PaginatedAccessPolicyResponseList.md +23 -0
- data/docs/PaginatedArtifactDistributionResponseList.md +23 -0
- data/docs/PaginatedArtifactResponseList.md +23 -0
- data/docs/PaginatedCompositeContentGuardResponseList.md +23 -0
- data/docs/PaginatedContentGuardResponseList.md +23 -0
- data/docs/PaginatedContentRedirectContentGuardResponseList.md +23 -0
- data/docs/PaginatedDistributionResponseList.md +23 -0
- data/docs/PaginatedDomainResponseList.md +23 -0
- data/docs/PaginatedFilesystemExportResponseList.md +23 -0
- data/docs/PaginatedFilesystemExporterResponseList.md +23 -0
- data/docs/PaginatedGroupResponseList.md +23 -0
- data/docs/PaginatedGroupRoleResponseList.md +23 -0
- data/docs/PaginatedGroupUserResponseList.md +23 -0
- data/docs/PaginatedHeaderContentGuardResponseList.md +23 -0
- data/docs/PaginatedImportResponseList.md +23 -0
- data/docs/PaginatedMultipleArtifactContentResponseList.md +23 -0
- data/docs/PaginatedPublicationResponseList.md +23 -0
- data/docs/PaginatedPulpExportResponseList.md +23 -0
- data/docs/PaginatedPulpExporterResponseList.md +23 -0
- data/docs/PaginatedPulpImporterResponseList.md +23 -0
- data/docs/PaginatedRBACContentGuardResponseList.md +23 -0
- data/docs/PaginatedRemoteResponseList.md +23 -0
- data/docs/PaginatedRepositoryResponseList.md +23 -0
- data/docs/PaginatedRoleResponseList.md +23 -0
- data/docs/PaginatedSigningServiceResponseList.md +23 -0
- data/docs/PaginatedTaskGroupResponseList.md +23 -0
- data/docs/PaginatedTaskResponseList.md +23 -0
- data/docs/PaginatedTaskScheduleResponseList.md +23 -0
- data/docs/PaginatedUploadResponseList.md +23 -0
- data/docs/PaginatedUpstreamPulpResponseList.md +23 -0
- data/docs/PaginatedUserResponseList.md +23 -0
- data/docs/PaginatedUserRoleResponseList.md +23 -0
- data/docs/PaginatedWorkerResponseList.md +23 -0
- data/docs/PaginatedcertguardRHSMCertGuardResponseList.md +23 -0
- data/docs/PaginatedcertguardX509CertGuardResponseList.md +23 -0
- data/docs/PaginatedfileFileAlternateContentSourceResponseList.md +23 -0
- data/docs/PaginatedfileFileContentResponseList.md +23 -0
- data/docs/PaginatedfileFileDistributionResponseList.md +23 -0
- data/docs/PaginatedfileFilePublicationResponseList.md +23 -0
- data/docs/PaginatedfileFileRemoteResponseList.md +23 -0
- data/docs/PaginatedfileFileRepositoryResponseList.md +23 -0
- data/docs/PatchedAccessPolicy.md +23 -0
- data/docs/PatchedCompositeContentGuard.md +21 -0
- data/docs/PatchedContentRedirectContentGuard.md +19 -0
- data/docs/PatchedDomain.md +27 -0
- data/docs/PatchedFilesystemExporter.md +21 -0
- data/docs/PatchedGroup.md +17 -0
- data/docs/PatchedHeaderContentGuard.md +25 -0
- data/docs/PatchedPulpExporter.md +23 -0
- data/docs/PatchedPulpImporter.md +19 -0
- data/docs/PatchedRBACContentGuard.md +19 -0
- data/docs/PatchedRole.md +21 -0
- data/docs/PatchedTaskCancel.md +17 -0
- data/docs/PatchedUpstreamPulp.md +37 -0
- data/docs/PatchedUser.md +29 -0
- data/docs/PatchedcertguardRHSMCertGuard.md +21 -0
- data/docs/PatchedcertguardX509CertGuard.md +21 -0
- data/docs/PatchedcontainerContainerDistribution.md +2 -2
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +2 -2
- data/docs/PatchedcontainerContainerPullThroughRemote.md +5 -1
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/docs/PatchedfileFileAlternateContentSource.md +23 -0
- data/docs/PatchedfileFileDistribution.md +29 -0
- data/docs/PatchedfileFileRemote.md +57 -0
- data/docs/PatchedfileFileRepository.md +29 -0
- data/docs/ProgressReportResponse.md +27 -0
- data/docs/PublicationResponse.md +25 -0
- data/docs/PublicationsApi.md +102 -0
- data/docs/PublicationsFileApi.md +497 -0
- data/docs/PulpContainerNamespacesApi.md +40 -64
- data/docs/PulpExport.md +27 -0
- data/docs/PulpExportResponse.md +31 -0
- data/docs/PulpExporter.md +23 -0
- data/docs/PulpExporterResponse.md +29 -0
- data/docs/PulpImport.md +21 -0
- data/docs/PulpImportCheck.md +21 -0
- data/docs/PulpImportCheckResponse.md +21 -0
- data/docs/PulpImporter.md +19 -0
- data/docs/PulpImporterResponse.md +25 -0
- data/docs/Purge.md +19 -0
- data/docs/RBACContentGuard.md +19 -0
- data/docs/RBACContentGuardResponse.md +29 -0
- data/docs/ReclaimSpace.md +19 -0
- data/docs/RedisConnectionResponse.md +17 -0
- data/docs/RemoteResponse.md +55 -0
- data/docs/{ContainerContainerPullThroughRemoteResponseHiddenFields.md → RemoteResponseHiddenFields.md} +2 -2
- data/docs/RemoteResponsePolicyEnum.md +16 -0
- data/docs/RemotesApi.md +114 -0
- data/docs/RemotesContainerApi.md +60 -100
- data/docs/RemotesFileApi.md +734 -0
- data/docs/RemotesPullThroughApi.md +60 -100
- data/docs/RepairApi.md +62 -0
- data/docs/RepositoriesApi.md +124 -0
- data/docs/RepositoriesContainerApi.md +109 -183
- data/docs/RepositoriesContainerPushApi.md +65 -109
- data/docs/RepositoriesContainerPushVersionsApi.md +20 -32
- data/docs/RepositoriesContainerVersionsApi.md +20 -32
- data/docs/RepositoriesFileApi.md +856 -0
- data/docs/RepositoriesFileVersionsApi.md +275 -0
- data/docs/RepositoriesReclaimSpaceApi.md +61 -0
- data/docs/RepositoryAddRemoveContent.md +21 -0
- data/docs/RepositoryResponse.md +35 -0
- data/docs/RepositorySyncURL.md +19 -0
- data/docs/RepositoryVersionsApi.md +104 -0
- data/docs/Role.md +21 -0
- data/docs/RoleResponse.md +29 -0
- data/docs/RolesApi.md +389 -0
- data/docs/SigningServiceResponse.md +29 -0
- data/docs/SigningServicesApi.md +140 -0
- data/docs/StatesEnum.md +16 -0
- data/docs/StatusApi.md +52 -0
- data/docs/StatusResponse.md +33 -0
- data/docs/StorageClassEnum.md +16 -0
- data/docs/StorageResponse.md +21 -0
- data/docs/TaskGroupOperationResponse.md +17 -0
- data/docs/TaskGroupResponse.md +39 -0
- data/docs/TaskGroupsApi.md +130 -0
- data/docs/TaskResponse.md +51 -0
- data/docs/TaskScheduleResponse.md +31 -0
- data/docs/TaskSchedulesApi.md +378 -0
- data/docs/TasksApi.md +601 -0
- data/docs/TokenApi.md +6 -16
- data/docs/Upload.md +17 -0
- data/docs/UploadChunk.md +19 -0
- data/docs/UploadChunkResponse.md +19 -0
- data/docs/UploadCommit.md +17 -0
- data/docs/UploadDetailResponse.md +27 -0
- data/docs/UploadResponse.md +25 -0
- data/docs/UploadsApi.md +603 -0
- data/docs/UpstreamPulp.md +37 -0
- data/docs/UpstreamPulpResponse.md +39 -0
- data/docs/UpstreamPulpsApi.md +635 -0
- data/docs/User.md +29 -0
- data/docs/UserGroup.md +17 -0
- data/docs/UserGroupResponse.md +19 -0
- data/docs/UserResponse.md +37 -0
- data/docs/UserRole.md +21 -0
- data/docs/UserRoleResponse.md +31 -0
- data/docs/UsersApi.md +401 -0
- data/docs/UsersRolesApi.md +263 -0
- data/docs/VersionResponse.md +25 -0
- data/docs/WorkerResponse.md +29 -0
- data/docs/WorkersApi.md +172 -0
- data/lib/pulp_container_client/api/access_policies_api.rb +404 -0
- data/lib/pulp_container_client/api/acs_file_api.rb +805 -0
- data/lib/pulp_container_client/api/artifacts_api.rb +368 -0
- data/lib/pulp_container_client/api/content_api.rb +132 -0
- data/lib/pulp_container_client/api/content_blobs_api.rb +11 -17
- data/lib/pulp_container_client/api/content_files_api.rb +273 -0
- data/lib/pulp_container_client/api/content_manifests_api.rb +11 -17
- data/lib/pulp_container_client/api/content_signatures_api.rb +11 -17
- data/lib/pulp_container_client/api/content_tags_api.rb +11 -17
- data/lib/pulp_container_client/api/contentguards_api.rb +147 -0
- data/lib/pulp_container_client/api/contentguards_composite_api.rb +741 -0
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +741 -0
- data/lib/pulp_container_client/api/contentguards_header_api.rb +741 -0
- data/lib/pulp_container_client/api/contentguards_rbac_api.rb +741 -0
- data/lib/pulp_container_client/api/contentguards_rhsm_api.rb +465 -0
- data/lib/pulp_container_client/api/contentguards_x509_api.rb +465 -0
- data/lib/pulp_container_client/api/distributions_api.rb +171 -0
- data/lib/pulp_container_client/api/distributions_artifacts_api.rb +225 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +77 -113
- data/lib/pulp_container_client/api/distributions_file_api.rb +907 -0
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +77 -113
- data/lib/pulp_container_client/api/docs_api_json_api.rb +89 -0
- data/lib/pulp_container_client/api/docs_api_yaml_api.rb +89 -0
- data/lib/pulp_container_client/api/domains_api.rb +467 -0
- data/lib/pulp_container_client/api/exporters_filesystem_api.rb +467 -0
- data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +294 -0
- data/lib/pulp_container_client/api/exporters_pulp_api.rb +467 -0
- data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +294 -0
- data/lib/pulp_container_client/api/groups_api.rb +735 -0
- data/lib/pulp_container_client/api/groups_roles_api.rb +331 -0
- data/lib/pulp_container_client/api/groups_users_api.rb +226 -0
- data/lib/pulp_container_client/api/importers_pulp_api.rb +465 -0
- data/lib/pulp_container_client/api/importers_pulp_import_check_api.rb +86 -0
- data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +294 -0
- data/lib/pulp_container_client/api/livez_api.rb +76 -0
- data/lib/pulp_container_client/api/orphans_api.rb +78 -0
- data/lib/pulp_container_client/api/orphans_cleanup_api.rb +84 -0
- data/lib/pulp_container_client/api/publications_api.rb +150 -0
- data/lib/pulp_container_client/api/publications_file_api.rb +604 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +49 -73
- data/lib/pulp_container_client/api/remotes_api.rb +168 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +77 -113
- data/lib/pulp_container_client/api/remotes_file_api.rb +904 -0
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +77 -113
- data/lib/pulp_container_client/api/repair_api.rb +86 -0
- data/lib/pulp_container_client/api/repositories_api.rb +183 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +140 -203
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +86 -125
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +25 -37
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +25 -37
- data/lib/pulp_container_client/api/repositories_file_api.rb +1059 -0
- data/lib/pulp_container_client/api/repositories_file_versions_api.rb +349 -0
- data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +84 -0
- data/lib/pulp_container_client/api/repository_versions_api.rb +145 -0
- data/lib/pulp_container_client/api/roles_api.rb +486 -0
- data/lib/pulp_container_client/api/signing_services_api.rb +177 -0
- data/lib/pulp_container_client/api/status_api.rb +78 -0
- data/lib/pulp_container_client/api/task_groups_api.rb +158 -0
- data/lib/pulp_container_client/api/task_schedules_api.rb +462 -0
- data/lib/pulp_container_client/api/tasks_api.rb +750 -0
- data/lib/pulp_container_client/api/token_api.rb +5 -14
- data/lib/pulp_container_client/api/uploads_api.rb +741 -0
- data/lib/pulp_container_client/api/upstream_pulps_api.rb +760 -0
- data/lib/pulp_container_client/api/users_api.rb +504 -0
- data/lib/pulp_container_client/api/users_roles_api.rb +331 -0
- data/lib/pulp_container_client/api/workers_api.rb +225 -0
- data/lib/pulp_container_client/models/access_policy.rb +249 -0
- data/lib/pulp_container_client/models/access_policy_response.rb +298 -0
- data/lib/pulp_container_client/models/api_app_status_response.rb +230 -0
- data/lib/pulp_container_client/models/artifact.rb +379 -0
- data/lib/pulp_container_client/models/artifact_distribution_response.rb +301 -0
- data/lib/pulp_container_client/models/artifact_response.rb +318 -0
- data/lib/pulp_container_client/models/certguard_rhsm_cert_guard.rb +292 -0
- data/lib/pulp_container_client/models/certguard_rhsm_cert_guard_response.rb +268 -0
- data/lib/pulp_container_client/models/certguard_x509_cert_guard.rb +292 -0
- data/lib/pulp_container_client/models/certguard_x509_cert_guard_response.rb +268 -0
- data/lib/pulp_container_client/models/composite_content_guard.rb +270 -0
- data/lib/pulp_container_client/models/composite_content_guard_response.rb +265 -0
- data/lib/pulp_container_client/models/container_container_distribution.rb +11 -11
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +37 -37
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +11 -11
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +37 -37
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +51 -25
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +50 -24
- data/lib/pulp_container_client/models/container_container_push_repository.rb +43 -43
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +61 -61
- data/lib/pulp_container_client/models/container_container_remote.rb +20 -20
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
- data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
- data/lib/pulp_container_client/models/content_app_status_response.rb +230 -0
- data/lib/pulp_container_client/models/content_guard_response.rb +253 -0
- data/lib/pulp_container_client/models/content_redirect_content_guard.rb +258 -0
- data/lib/pulp_container_client/models/content_redirect_content_guard_response.rb +253 -0
- data/lib/pulp_container_client/models/content_settings_response.rb +228 -0
- data/lib/pulp_container_client/models/database_connection_response.rb +213 -0
- data/lib/pulp_container_client/models/distribution_response.rb +312 -0
- data/lib/pulp_container_client/models/domain.rb +332 -0
- data/lib/pulp_container_client/models/domain_response.rb +337 -0
- data/lib/pulp_container_client/models/evaluation_response.rb +245 -0
- data/lib/pulp_container_client/models/file_file_alternate_content_source.rb +270 -0
- data/lib/pulp_container_client/models/file_file_alternate_content_source_response.rb +280 -0
- data/lib/pulp_container_client/models/file_file_content.rb +272 -0
- data/lib/pulp_container_client/models/file_file_content_response.rb +312 -0
- data/lib/pulp_container_client/models/file_file_distribution.rb +322 -0
- data/lib/pulp_container_client/models/file_file_distribution_response.rb +323 -0
- data/lib/pulp_container_client/models/file_file_publication.rb +245 -0
- data/lib/pulp_container_client/models/file_file_publication_response.rb +271 -0
- data/lib/pulp_container_client/models/file_file_remote.rb +669 -0
- data/lib/pulp_container_client/models/file_file_remote_response.rb +497 -0
- data/lib/pulp_container_client/models/file_file_repository.rb +346 -0
- data/lib/pulp_container_client/models/file_file_repository_response.rb +344 -0
- data/lib/pulp_container_client/models/filesystem_export.rb +239 -0
- data/lib/pulp_container_client/models/filesystem_export_response.rb +260 -0
- data/lib/pulp_container_client/models/filesystem_exporter.rb +276 -0
- data/lib/pulp_container_client/models/filesystem_exporter_response.rb +267 -0
- data/lib/pulp_container_client/models/group.rb +241 -0
- data/lib/pulp_container_client/models/group_progress_report_response.rb +249 -0
- data/lib/pulp_container_client/models/group_response.rb +250 -0
- data/lib/pulp_container_client/models/group_role.rb +268 -0
- data/lib/pulp_container_client/models/group_role_response.rb +283 -0
- data/lib/pulp_container_client/models/group_user.rb +241 -0
- data/lib/pulp_container_client/models/group_user_response.rb +241 -0
- data/lib/pulp_container_client/models/header_content_guard.rb +352 -0
- data/lib/pulp_container_client/models/header_content_guard_response.rb +294 -0
- data/lib/pulp_container_client/models/import_response.rb +257 -0
- data/lib/pulp_container_client/models/method_enum.rb +37 -0
- data/lib/pulp_container_client/models/minimal_task_response.rb +292 -0
- data/lib/pulp_container_client/models/multiple_artifact_content_response.rb +242 -0
- data/lib/pulp_container_client/models/orphans_cleanup.rb +220 -0
- data/lib/pulp_container_client/models/paginated_access_policy_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_artifact_distribution_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_artifact_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_composite_content_guard_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_content_guard_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_content_redirect_content_guard_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_distribution_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_domain_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_filesystem_export_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_filesystem_exporter_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_group_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_group_role_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_group_user_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_header_content_guard_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_import_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_multiple_artifact_content_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_publication_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_pulp_export_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_pulp_exporter_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_pulp_importer_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_rbac_content_guard_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_remote_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_repository_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_role_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_signing_service_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_task_group_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_task_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_task_schedule_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_upload_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_user_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_user_role_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginated_worker_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginatedcertguard_rhsm_cert_guard_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginatedcertguard_x509_cert_guard_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginatedfile_file_alternate_content_source_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginatedfile_file_content_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginatedfile_file_distribution_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginatedfile_file_publication_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginatedfile_file_remote_response_list.rb +247 -0
- data/lib/pulp_container_client/models/paginatedfile_file_repository_response_list.rb +247 -0
- data/lib/pulp_container_client/models/patched_access_policy.rb +244 -0
- data/lib/pulp_container_client/models/patched_composite_content_guard.rb +261 -0
- data/lib/pulp_container_client/models/patched_content_redirect_content_guard.rb +249 -0
- data/lib/pulp_container_client/models/patched_domain.rb +313 -0
- data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +258 -0
- data/lib/pulp_container_client/models/patched_group.rb +232 -0
- data/lib/pulp_container_client/models/patched_header_content_guard.rb +325 -0
- data/lib/pulp_container_client/models/patched_pulp_exporter.rb +270 -0
- data/lib/pulp_container_client/models/patched_pulp_importer.rb +235 -0
- data/lib/pulp_container_client/models/patched_rbac_content_guard.rb +249 -0
- data/lib/pulp_container_client/models/patched_role.rb +261 -0
- data/lib/pulp_container_client/models/patched_task_cancel.rb +223 -0
- data/lib/pulp_container_client/models/patched_upstream_pulp.rb +450 -0
- data/lib/pulp_container_client/models/patched_user.rb +342 -0
- data/lib/pulp_container_client/models/patchedcertguard_rhsm_cert_guard.rb +274 -0
- data/lib/pulp_container_client/models/patchedcertguard_x509_cert_guard.rb +274 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +11 -11
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +11 -11
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +51 -25
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +43 -43
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +20 -20
- data/lib/pulp_container_client/models/patchedfile_file_alternate_content_source.rb +256 -0
- data/lib/pulp_container_client/models/patchedfile_file_distribution.rb +304 -0
- data/lib/pulp_container_client/models/patchedfile_file_remote.rb +651 -0
- data/lib/pulp_container_client/models/patchedfile_file_repository.rb +337 -0
- data/lib/pulp_container_client/models/progress_report_response.rb +259 -0
- data/lib/pulp_container_client/models/publication_response.rb +246 -0
- data/lib/pulp_container_client/models/pulp_export.rb +282 -0
- data/lib/pulp_container_client/models/pulp_export_response.rb +280 -0
- data/lib/pulp_container_client/models/pulp_exporter.rb +293 -0
- data/lib/pulp_container_client/models/pulp_exporter_response.rb +284 -0
- data/lib/pulp_container_client/models/pulp_import.rb +260 -0
- data/lib/pulp_container_client/models/pulp_import_check.rb +273 -0
- data/lib/pulp_container_client/models/pulp_import_check_response.rb +228 -0
- data/lib/pulp_container_client/models/pulp_importer.rb +244 -0
- data/lib/pulp_container_client/models/pulp_importer_response.rb +254 -0
- data/lib/pulp_container_client/models/purge.rb +219 -0
- data/lib/pulp_container_client/models/rbac_content_guard.rb +258 -0
- data/lib/pulp_container_client/models/rbac_content_guard_response.rb +275 -0
- data/lib/pulp_container_client/models/reclaim_space.rb +227 -0
- data/lib/pulp_container_client/models/redis_connection_response.rb +213 -0
- data/lib/pulp_container_client/models/remote_response.rb +497 -0
- data/lib/pulp_container_client/models/{container_container_pull_through_remote_response_hidden_fields.rb → remote_response_hidden_fields.rb} +3 -3
- data/lib/pulp_container_client/models/remote_response_policy_enum.rb +36 -0
- data/lib/pulp_container_client/models/repository_add_remove_content.rb +232 -0
- data/lib/pulp_container_client/models/repository_response.rb +319 -0
- data/lib/pulp_container_client/models/repository_sync_url.rb +220 -0
- data/lib/pulp_container_client/models/role.rb +275 -0
- data/lib/pulp_container_client/models/role_response.rb +280 -0
- data/lib/pulp_container_client/models/signing_service_response.rb +287 -0
- data/lib/pulp_container_client/models/states_enum.rb +38 -0
- data/lib/pulp_container_client/models/status_response.rb +331 -0
- data/lib/pulp_container_client/models/storage_class_enum.rb +37 -0
- data/lib/pulp_container_client/models/storage_response.rb +276 -0
- data/lib/pulp_container_client/models/task_group_operation_response.rb +213 -0
- data/lib/pulp_container_client/models/task_group_response.rb +329 -0
- data/lib/pulp_container_client/models/task_response.rb +396 -0
- data/lib/pulp_container_client/models/task_schedule_response.rb +289 -0
- data/lib/pulp_container_client/models/upload.rb +213 -0
- data/lib/pulp_container_client/models/upload_chunk.rb +239 -0
- data/lib/pulp_container_client/models/upload_chunk_response.rb +216 -0
- data/lib/pulp_container_client/models/upload_commit.rb +232 -0
- data/lib/pulp_container_client/models/upload_detail_response.rb +263 -0
- data/lib/pulp_container_client/models/upload_response.rb +252 -0
- data/lib/pulp_container_client/models/upstream_pulp.rb +477 -0
- data/lib/pulp_container_client/models/upstream_pulp_response.rb +338 -0
- data/lib/pulp_container_client/models/user.rb +351 -0
- data/lib/pulp_container_client/models/user_group.rb +241 -0
- data/lib/pulp_container_client/models/user_group_response.rb +241 -0
- data/lib/pulp_container_client/models/user_response.rb +367 -0
- data/lib/pulp_container_client/models/user_role.rb +268 -0
- data/lib/pulp_container_client/models/user_role_response.rb +283 -0
- data/lib/pulp_container_client/models/version_response.rb +273 -0
- data/lib/pulp_container_client/models/worker_response.rb +269 -0
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +214 -1
- data/spec/api/access_policies_api_spec.rb +115 -0
- data/spec/api/acs_file_api_spec.rb +193 -0
- data/spec/api/artifacts_api_spec.rb +107 -0
- data/spec/api/content_api_spec.rb +60 -0
- data/spec/api/content_blobs_api_spec.rb +4 -6
- data/spec/api/content_files_api_spec.rb +90 -0
- data/spec/api/content_manifests_api_spec.rb +4 -6
- data/spec/api/content_signatures_api_spec.rb +4 -6
- data/spec/api/content_tags_api_spec.rb +4 -6
- data/spec/api/contentguards_api_spec.rb +65 -0
- data/spec/api/contentguards_composite_api_spec.rb +181 -0
- data/spec/api/contentguards_content_redirect_api_spec.rb +181 -0
- data/spec/api/contentguards_header_api_spec.rb +181 -0
- data/spec/api/contentguards_rbac_api_spec.rb +181 -0
- data/spec/api/contentguards_rhsm_api_spec.rb +127 -0
- data/spec/api/contentguards_x509_api_spec.rb +127 -0
- data/spec/api/distributions_api_spec.rb +73 -0
- data/spec/api/distributions_artifacts_api_spec.rb +85 -0
- data/spec/api/distributions_container_api_spec.rb +24 -36
- data/spec/api/distributions_file_api_spec.rb +215 -0
- data/spec/api/distributions_pull_through_api_spec.rb +24 -36
- data/spec/api/docs_api_json_api_spec.rb +48 -0
- data/spec/api/docs_api_yaml_api_spec.rb +48 -0
- data/spec/api/domains_api_spec.rb +127 -0
- data/spec/api/exporters_filesystem_api_spec.rb +127 -0
- data/spec/api/exporters_filesystem_exports_api_spec.rb +90 -0
- data/spec/api/exporters_pulp_api_spec.rb +127 -0
- data/spec/api/exporters_pulp_exports_api_spec.rb +90 -0
- data/spec/api/groups_api_spec.rb +179 -0
- data/spec/api/groups_roles_api_spec.rb +101 -0
- data/spec/api/groups_users_api_spec.rb +76 -0
- data/spec/api/importers_pulp_api_spec.rb +127 -0
- data/spec/api/importers_pulp_import_check_api_spec.rb +47 -0
- data/spec/api/importers_pulp_imports_api_spec.rb +90 -0
- data/spec/api/livez_api_spec.rb +46 -0
- data/spec/api/orphans_api_spec.rb +46 -0
- data/spec/api/orphans_cleanup_api_spec.rb +46 -0
- data/spec/api/publications_api_spec.rb +66 -0
- data/spec/api/publications_file_api_spec.rb +156 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +16 -24
- data/spec/api/remotes_api_spec.rb +72 -0
- data/spec/api/remotes_container_api_spec.rb +24 -36
- data/spec/api/remotes_file_api_spec.rb +214 -0
- data/spec/api/remotes_pull_through_api_spec.rb +24 -36
- data/spec/api/repair_api_spec.rb +47 -0
- data/spec/api/repositories_api_spec.rb +77 -0
- data/spec/api/repositories_container_api_spec.rb +42 -63
- data/spec/api/repositories_container_push_api_spec.rb +26 -39
- data/spec/api/repositories_container_push_versions_api_spec.rb +8 -12
- data/spec/api/repositories_container_versions_api_spec.rb +8 -12
- data/spec/api/repositories_file_api_spec.rb +245 -0
- data/spec/api/repositories_file_versions_api_spec.rb +106 -0
- data/spec/api/repositories_reclaim_space_api_spec.rb +46 -0
- data/spec/api/repository_versions_api_spec.rb +67 -0
- data/spec/api/roles_api_spec.rb +134 -0
- data/spec/api/signing_services_api_spec.rb +69 -0
- data/spec/api/status_api_spec.rb +46 -0
- data/spec/api/task_groups_api_spec.rb +64 -0
- data/spec/api/task_schedules_api_spec.rb +126 -0
- data/spec/api/tasks_api_spec.rb +193 -0
- data/spec/api/token_api_spec.rb +2 -5
- data/spec/api/uploads_api_spec.rb +178 -0
- data/spec/api/upstream_pulps_api_spec.rb +180 -0
- data/spec/api/users_api_spec.rb +140 -0
- data/spec/api/users_roles_api_spec.rb +101 -0
- data/spec/api/workers_api_spec.rb +85 -0
- data/spec/models/access_policy_response_spec.rb +89 -0
- data/spec/models/access_policy_spec.rb +59 -0
- data/spec/models/api_app_status_response_spec.rb +53 -0
- data/spec/models/artifact_distribution_response_spec.rb +89 -0
- data/spec/models/artifact_response_spec.rb +101 -0
- data/spec/models/artifact_spec.rb +83 -0
- data/spec/models/certguard_rhsm_cert_guard_response_spec.rb +71 -0
- data/spec/models/{container_container_pull_through_remote_response_hidden_fields_spec.rb → certguard_rhsm_cert_guard_spec.rb} +13 -7
- data/spec/models/certguard_x509_cert_guard_response_spec.rb +71 -0
- data/spec/models/certguard_x509_cert_guard_spec.rb +53 -0
- data/spec/models/composite_content_guard_response_spec.rb +71 -0
- data/spec/models/composite_content_guard_spec.rb +53 -0
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +3 -3
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_pull_through_distribution_spec.rb +3 -3
- data/spec/models/container_container_pull_through_remote_response_spec.rb +12 -0
- data/spec/models/container_container_pull_through_remote_spec.rb +12 -0
- data/spec/models/container_container_push_repository_response_spec.rb +9 -9
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/content_app_status_response_spec.rb +53 -0
- data/spec/models/content_guard_response_spec.rb +65 -0
- data/spec/models/content_redirect_content_guard_response_spec.rb +65 -0
- data/spec/models/content_redirect_content_guard_spec.rb +47 -0
- data/spec/models/content_settings_response_spec.rb +47 -0
- data/spec/models/database_connection_response_spec.rb +41 -0
- data/spec/models/distribution_response_spec.rb +95 -0
- data/spec/models/domain_response_spec.rb +89 -0
- data/spec/models/domain_spec.rb +71 -0
- data/spec/models/evaluation_response_spec.rb +53 -0
- data/spec/models/file_file_alternate_content_source_response_spec.rb +77 -0
- data/spec/models/file_file_alternate_content_source_spec.rb +59 -0
- data/spec/models/file_file_content_response_spec.rb +101 -0
- data/spec/models/file_file_content_spec.rb +65 -0
- data/spec/models/file_file_distribution_response_spec.rb +101 -0
- data/spec/models/file_file_distribution_spec.rb +77 -0
- data/spec/models/file_file_publication_response_spec.rb +77 -0
- data/spec/models/file_file_publication_spec.rb +53 -0
- data/spec/models/file_file_remote_response_spec.rb +155 -0
- data/spec/models/file_file_remote_spec.rb +161 -0
- data/spec/models/file_file_repository_response_spec.rb +107 -0
- data/spec/models/file_file_repository_spec.rb +77 -0
- data/spec/models/filesystem_export_response_spec.rb +71 -0
- data/spec/models/filesystem_export_spec.rb +59 -0
- data/spec/models/filesystem_exporter_response_spec.rb +71 -0
- data/spec/models/filesystem_exporter_spec.rb +53 -0
- data/spec/models/group_progress_report_response_spec.rb +65 -0
- data/spec/models/group_response_spec.rb +53 -0
- data/spec/models/group_role_response_spec.rb +83 -0
- data/spec/models/group_role_spec.rb +53 -0
- data/spec/models/group_spec.rb +41 -0
- data/spec/models/group_user_response_spec.rb +47 -0
- data/spec/models/group_user_spec.rb +41 -0
- data/spec/models/header_content_guard_response_spec.rb +83 -0
- data/spec/models/header_content_guard_spec.rb +65 -0
- data/spec/models/import_response_spec.rb +65 -0
- data/spec/models/method_enum_spec.rb +35 -0
- data/spec/models/minimal_task_response_spec.rb +89 -0
- data/spec/models/multiple_artifact_content_response_spec.rb +59 -0
- data/spec/models/orphans_cleanup_spec.rb +47 -0
- data/spec/models/paginated_access_policy_response_list_spec.rb +59 -0
- data/spec/models/paginated_artifact_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginated_artifact_response_list_spec.rb +59 -0
- data/spec/models/paginated_composite_content_guard_response_list_spec.rb +59 -0
- data/spec/models/paginated_content_guard_response_list_spec.rb +59 -0
- data/spec/models/paginated_content_redirect_content_guard_response_list_spec.rb +59 -0
- data/spec/models/paginated_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginated_domain_response_list_spec.rb +59 -0
- data/spec/models/paginated_filesystem_export_response_list_spec.rb +59 -0
- data/spec/models/paginated_filesystem_exporter_response_list_spec.rb +59 -0
- data/spec/models/paginated_group_response_list_spec.rb +59 -0
- data/spec/models/paginated_group_role_response_list_spec.rb +59 -0
- data/spec/models/paginated_group_user_response_list_spec.rb +59 -0
- data/spec/models/paginated_header_content_guard_response_list_spec.rb +59 -0
- data/spec/models/paginated_import_response_list_spec.rb +59 -0
- data/spec/models/paginated_multiple_artifact_content_response_list_spec.rb +59 -0
- data/spec/models/paginated_publication_response_list_spec.rb +59 -0
- data/spec/models/paginated_pulp_export_response_list_spec.rb +59 -0
- data/spec/models/paginated_pulp_exporter_response_list_spec.rb +59 -0
- data/spec/models/paginated_pulp_importer_response_list_spec.rb +59 -0
- data/spec/models/paginated_rbac_content_guard_response_list_spec.rb +59 -0
- data/spec/models/paginated_remote_response_list_spec.rb +59 -0
- data/spec/models/paginated_repository_response_list_spec.rb +59 -0
- data/spec/models/paginated_role_response_list_spec.rb +59 -0
- data/spec/models/paginated_signing_service_response_list_spec.rb +59 -0
- data/spec/models/paginated_task_group_response_list_spec.rb +59 -0
- data/spec/models/paginated_task_response_list_spec.rb +59 -0
- data/spec/models/paginated_task_schedule_response_list_spec.rb +59 -0
- data/spec/models/paginated_upload_response_list_spec.rb +59 -0
- data/spec/models/paginated_upstream_pulp_response_list_spec.rb +59 -0
- data/spec/models/paginated_user_response_list_spec.rb +59 -0
- data/spec/models/paginated_user_role_response_list_spec.rb +59 -0
- data/spec/models/paginated_worker_response_list_spec.rb +59 -0
- data/spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb +59 -0
- data/spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb +59 -0
- data/spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb +59 -0
- data/spec/models/paginatedfile_file_content_response_list_spec.rb +59 -0
- data/spec/models/paginatedfile_file_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginatedfile_file_publication_response_list_spec.rb +59 -0
- data/spec/models/paginatedfile_file_remote_response_list_spec.rb +59 -0
- data/spec/models/paginatedfile_file_repository_response_list_spec.rb +59 -0
- data/spec/models/patched_access_policy_spec.rb +59 -0
- data/spec/models/patched_composite_content_guard_spec.rb +53 -0
- data/spec/models/patched_content_redirect_content_guard_spec.rb +47 -0
- data/spec/models/patched_domain_spec.rb +71 -0
- data/spec/models/patched_filesystem_exporter_spec.rb +53 -0
- data/spec/models/patched_group_spec.rb +41 -0
- data/spec/models/patched_header_content_guard_spec.rb +65 -0
- data/spec/models/patched_pulp_exporter_spec.rb +59 -0
- data/spec/models/patched_pulp_importer_spec.rb +47 -0
- data/spec/models/patched_rbac_content_guard_spec.rb +47 -0
- data/spec/models/patched_role_spec.rb +53 -0
- data/spec/models/patched_task_cancel_spec.rb +41 -0
- data/spec/models/patched_upstream_pulp_spec.rb +101 -0
- data/spec/models/patched_user_spec.rb +77 -0
- data/spec/models/patchedcertguard_rhsm_cert_guard_spec.rb +53 -0
- data/spec/models/patchedcertguard_x509_cert_guard_spec.rb +53 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +3 -3
- data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +12 -0
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedfile_file_alternate_content_source_spec.rb +59 -0
- data/spec/models/patchedfile_file_distribution_spec.rb +77 -0
- data/spec/models/patchedfile_file_remote_spec.rb +161 -0
- data/spec/models/patchedfile_file_repository_spec.rb +77 -0
- data/spec/models/progress_report_response_spec.rb +71 -0
- data/spec/models/publication_response_spec.rb +65 -0
- data/spec/models/pulp_export_response_spec.rb +83 -0
- data/spec/models/pulp_export_spec.rb +71 -0
- data/spec/models/pulp_exporter_response_spec.rb +77 -0
- data/spec/models/pulp_exporter_spec.rb +59 -0
- data/spec/models/pulp_import_check_response_spec.rb +53 -0
- data/spec/models/pulp_import_check_spec.rb +53 -0
- data/spec/models/pulp_import_spec.rb +53 -0
- data/spec/models/pulp_importer_response_spec.rb +65 -0
- data/spec/models/pulp_importer_spec.rb +47 -0
- data/spec/models/purge_spec.rb +47 -0
- data/spec/models/rbac_content_guard_response_spec.rb +77 -0
- data/spec/models/rbac_content_guard_spec.rb +47 -0
- data/spec/models/reclaim_space_spec.rb +47 -0
- data/spec/models/redis_connection_response_spec.rb +41 -0
- data/spec/models/remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/remote_response_policy_enum_spec.rb +35 -0
- data/spec/models/remote_response_spec.rb +155 -0
- data/spec/models/repository_add_remove_content_spec.rb +53 -0
- data/spec/models/repository_response_spec.rb +95 -0
- data/spec/models/repository_sync_url_spec.rb +47 -0
- data/spec/models/role_response_spec.rb +77 -0
- data/spec/models/role_spec.rb +53 -0
- data/spec/models/signing_service_response_spec.rb +77 -0
- data/spec/models/states_enum_spec.rb +35 -0
- data/spec/models/status_response_spec.rb +89 -0
- data/spec/models/storage_class_enum_spec.rb +35 -0
- data/spec/models/storage_response_spec.rb +53 -0
- data/spec/models/task_group_operation_response_spec.rb +41 -0
- data/spec/models/task_group_response_spec.rb +107 -0
- data/spec/models/task_response_spec.rb +143 -0
- data/spec/models/task_schedule_response_spec.rb +83 -0
- data/spec/models/upload_chunk_response_spec.rb +47 -0
- data/spec/models/upload_chunk_spec.rb +47 -0
- data/spec/models/upload_commit_spec.rb +41 -0
- data/spec/models/upload_detail_response_spec.rb +71 -0
- data/spec/models/upload_response_spec.rb +65 -0
- data/spec/models/upload_spec.rb +41 -0
- data/spec/models/upstream_pulp_response_spec.rb +107 -0
- data/spec/models/upstream_pulp_spec.rb +101 -0
- data/spec/models/user_group_response_spec.rb +47 -0
- data/spec/models/user_group_spec.rb +41 -0
- data/spec/models/user_response_spec.rb +101 -0
- data/spec/models/user_role_response_spec.rb +83 -0
- data/spec/models/user_role_spec.rb +53 -0
- data/spec/models/user_spec.rb +77 -0
- data/spec/models/version_response_spec.rb +65 -0
- data/spec/models/worker_response_spec.rb +77 -0
- metadata +919 -67
|
@@ -32,110 +32,102 @@ describe 'RepositoriesContainerApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for repositories_container_container_add
|
|
36
36
|
# Add content
|
|
37
37
|
# Trigger an asynchronous task to recursively add container content.
|
|
38
38
|
# @param container_container_repository_href
|
|
39
39
|
# @param recursive_manage
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
42
41
|
# @return [AsyncOperationResponse]
|
|
43
|
-
describe '
|
|
42
|
+
describe 'repositories_container_container_add test' do
|
|
44
43
|
it 'should work' do
|
|
45
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
46
45
|
end
|
|
47
46
|
end
|
|
48
47
|
|
|
49
|
-
# unit tests for
|
|
48
|
+
# unit tests for repositories_container_container_add_role
|
|
50
49
|
# Add a role
|
|
51
50
|
# Add a role for this object to users/groups.
|
|
52
51
|
# @param container_container_repository_href
|
|
53
52
|
# @param nested_role
|
|
54
53
|
# @param [Hash] opts the optional parameters
|
|
55
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
56
54
|
# @return [NestedRoleResponse]
|
|
57
|
-
describe '
|
|
55
|
+
describe 'repositories_container_container_add_role test' do
|
|
58
56
|
it 'should work' do
|
|
59
57
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
60
58
|
end
|
|
61
59
|
end
|
|
62
60
|
|
|
63
|
-
# unit tests for
|
|
61
|
+
# unit tests for repositories_container_container_build_image
|
|
64
62
|
# Build an Image
|
|
65
63
|
# Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is in tech preview. Backwards compatibility when upgrading is not guaranteed.
|
|
66
64
|
# @param container_container_repository_href
|
|
67
65
|
# @param [Hash] opts the optional parameters
|
|
68
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
69
66
|
# @option opts [String] :containerfile_artifact Artifact representing the Containerfile that should be used to run podman-build.
|
|
70
67
|
# @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
|
|
71
68
|
# @option opts [String] :tag A tag name for the new image being built.
|
|
72
69
|
# @option opts [AnyType] :artifacts A JSON string where each key is an artifact href and the value is it's relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
|
|
73
70
|
# @return [AsyncOperationResponse]
|
|
74
|
-
describe '
|
|
71
|
+
describe 'repositories_container_container_build_image test' do
|
|
75
72
|
it 'should work' do
|
|
76
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
77
74
|
end
|
|
78
75
|
end
|
|
79
76
|
|
|
80
|
-
# unit tests for
|
|
77
|
+
# unit tests for repositories_container_container_copy_manifests
|
|
81
78
|
# Copy manifests
|
|
82
79
|
# Trigger an asynchronous task to copy manifests
|
|
83
80
|
# @param container_container_repository_href
|
|
84
81
|
# @param manifest_copy
|
|
85
82
|
# @param [Hash] opts the optional parameters
|
|
86
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
87
83
|
# @return [AsyncOperationResponse]
|
|
88
|
-
describe '
|
|
84
|
+
describe 'repositories_container_container_copy_manifests test' do
|
|
89
85
|
it 'should work' do
|
|
90
86
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
91
87
|
end
|
|
92
88
|
end
|
|
93
89
|
|
|
94
|
-
# unit tests for
|
|
90
|
+
# unit tests for repositories_container_container_copy_tags
|
|
95
91
|
# Copy tags
|
|
96
92
|
# Trigger an asynchronous task to copy tags
|
|
97
93
|
# @param container_container_repository_href
|
|
98
94
|
# @param tag_copy
|
|
99
95
|
# @param [Hash] opts the optional parameters
|
|
100
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
101
96
|
# @return [AsyncOperationResponse]
|
|
102
|
-
describe '
|
|
97
|
+
describe 'repositories_container_container_copy_tags test' do
|
|
103
98
|
it 'should work' do
|
|
104
99
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
105
100
|
end
|
|
106
101
|
end
|
|
107
102
|
|
|
108
|
-
# unit tests for
|
|
103
|
+
# unit tests for repositories_container_container_create
|
|
109
104
|
# Create a container repository
|
|
110
105
|
# ViewSet for container repo.
|
|
111
106
|
# @param container_container_repository
|
|
112
107
|
# @param [Hash] opts the optional parameters
|
|
113
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
114
108
|
# @return [ContainerContainerRepositoryResponse]
|
|
115
|
-
describe '
|
|
109
|
+
describe 'repositories_container_container_create test' do
|
|
116
110
|
it 'should work' do
|
|
117
111
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
118
112
|
end
|
|
119
113
|
end
|
|
120
114
|
|
|
121
|
-
# unit tests for
|
|
115
|
+
# unit tests for repositories_container_container_delete
|
|
122
116
|
# Delete a container repository
|
|
123
117
|
# Trigger an asynchronous delete task
|
|
124
118
|
# @param container_container_repository_href
|
|
125
119
|
# @param [Hash] opts the optional parameters
|
|
126
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
127
120
|
# @return [AsyncOperationResponse]
|
|
128
|
-
describe '
|
|
121
|
+
describe 'repositories_container_container_delete test' do
|
|
129
122
|
it 'should work' do
|
|
130
123
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
131
124
|
end
|
|
132
125
|
end
|
|
133
126
|
|
|
134
|
-
# unit tests for
|
|
127
|
+
# unit tests for repositories_container_container_list
|
|
135
128
|
# List container repositorys
|
|
136
129
|
# ViewSet for container repo.
|
|
137
130
|
# @param [Hash] opts the optional parameters
|
|
138
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
139
131
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
|
140
132
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
141
133
|
# @option opts [String] :name Filter results where name matches value
|
|
@@ -166,192 +158,179 @@ describe 'RepositoriesContainerApi' do
|
|
|
166
158
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
167
159
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
168
160
|
# @return [PaginatedcontainerContainerRepositoryResponseList]
|
|
169
|
-
describe '
|
|
161
|
+
describe 'repositories_container_container_list test' do
|
|
170
162
|
it 'should work' do
|
|
171
163
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
172
164
|
end
|
|
173
165
|
end
|
|
174
166
|
|
|
175
|
-
# unit tests for
|
|
167
|
+
# unit tests for repositories_container_container_list_roles
|
|
176
168
|
# List roles
|
|
177
169
|
# List roles assigned to this object.
|
|
178
170
|
# @param container_container_repository_href
|
|
179
171
|
# @param [Hash] opts the optional parameters
|
|
180
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
181
172
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
182
173
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
183
174
|
# @return [ObjectRolesResponse]
|
|
184
|
-
describe '
|
|
175
|
+
describe 'repositories_container_container_list_roles test' do
|
|
185
176
|
it 'should work' do
|
|
186
177
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
187
178
|
end
|
|
188
179
|
end
|
|
189
180
|
|
|
190
|
-
# unit tests for
|
|
181
|
+
# unit tests for repositories_container_container_my_permissions
|
|
191
182
|
# List user permissions
|
|
192
183
|
# List permissions available to the current user on this object.
|
|
193
184
|
# @param container_container_repository_href
|
|
194
185
|
# @param [Hash] opts the optional parameters
|
|
195
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
196
186
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
197
187
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
198
188
|
# @return [MyPermissionsResponse]
|
|
199
|
-
describe '
|
|
189
|
+
describe 'repositories_container_container_my_permissions test' do
|
|
200
190
|
it 'should work' do
|
|
201
191
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
202
192
|
end
|
|
203
193
|
end
|
|
204
194
|
|
|
205
|
-
# unit tests for
|
|
195
|
+
# unit tests for repositories_container_container_partial_update
|
|
206
196
|
# Update a container repository
|
|
207
197
|
# Trigger an asynchronous partial update task
|
|
208
198
|
# @param container_container_repository_href
|
|
209
199
|
# @param patchedcontainer_container_repository
|
|
210
200
|
# @param [Hash] opts the optional parameters
|
|
211
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
212
201
|
# @return [AsyncOperationResponse]
|
|
213
|
-
describe '
|
|
202
|
+
describe 'repositories_container_container_partial_update test' do
|
|
214
203
|
it 'should work' do
|
|
215
204
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
216
205
|
end
|
|
217
206
|
end
|
|
218
207
|
|
|
219
|
-
# unit tests for
|
|
208
|
+
# unit tests for repositories_container_container_read
|
|
220
209
|
# Inspect a container repository
|
|
221
210
|
# ViewSet for container repo.
|
|
222
211
|
# @param container_container_repository_href
|
|
223
212
|
# @param [Hash] opts the optional parameters
|
|
224
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
225
213
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
226
214
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
227
215
|
# @return [ContainerContainerRepositoryResponse]
|
|
228
|
-
describe '
|
|
216
|
+
describe 'repositories_container_container_read test' do
|
|
229
217
|
it 'should work' do
|
|
230
218
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
231
219
|
end
|
|
232
220
|
end
|
|
233
221
|
|
|
234
|
-
# unit tests for
|
|
222
|
+
# unit tests for repositories_container_container_remove
|
|
235
223
|
# Remove content
|
|
236
224
|
# Trigger an async task to recursively remove container content.
|
|
237
225
|
# @param container_container_repository_href
|
|
238
226
|
# @param recursive_manage
|
|
239
227
|
# @param [Hash] opts the optional parameters
|
|
240
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
241
228
|
# @return [AsyncOperationResponse]
|
|
242
|
-
describe '
|
|
229
|
+
describe 'repositories_container_container_remove test' do
|
|
243
230
|
it 'should work' do
|
|
244
231
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
245
232
|
end
|
|
246
233
|
end
|
|
247
234
|
|
|
248
|
-
# unit tests for
|
|
235
|
+
# unit tests for repositories_container_container_remove_role
|
|
249
236
|
# Remove a role
|
|
250
237
|
# Remove a role for this object from users/groups.
|
|
251
238
|
# @param container_container_repository_href
|
|
252
239
|
# @param nested_role
|
|
253
240
|
# @param [Hash] opts the optional parameters
|
|
254
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
255
241
|
# @return [NestedRoleResponse]
|
|
256
|
-
describe '
|
|
242
|
+
describe 'repositories_container_container_remove_role test' do
|
|
257
243
|
it 'should work' do
|
|
258
244
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
259
245
|
end
|
|
260
246
|
end
|
|
261
247
|
|
|
262
|
-
# unit tests for
|
|
248
|
+
# unit tests for repositories_container_container_set_label
|
|
263
249
|
# Set a label
|
|
264
250
|
# Set a single pulp_label on the object to a specific value or null.
|
|
265
251
|
# @param container_container_repository_href
|
|
266
252
|
# @param set_label
|
|
267
253
|
# @param [Hash] opts the optional parameters
|
|
268
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
269
254
|
# @return [SetLabelResponse]
|
|
270
|
-
describe '
|
|
255
|
+
describe 'repositories_container_container_set_label test' do
|
|
271
256
|
it 'should work' do
|
|
272
257
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
273
258
|
end
|
|
274
259
|
end
|
|
275
260
|
|
|
276
|
-
# unit tests for
|
|
261
|
+
# unit tests for repositories_container_container_sign
|
|
277
262
|
# Sign images in the repo
|
|
278
263
|
# Trigger an asynchronous task to sign content.
|
|
279
264
|
# @param container_container_repository_href
|
|
280
265
|
# @param repository_sign
|
|
281
266
|
# @param [Hash] opts the optional parameters
|
|
282
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
283
267
|
# @return [AsyncOperationResponse]
|
|
284
|
-
describe '
|
|
268
|
+
describe 'repositories_container_container_sign test' do
|
|
285
269
|
it 'should work' do
|
|
286
270
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
287
271
|
end
|
|
288
272
|
end
|
|
289
273
|
|
|
290
|
-
# unit tests for
|
|
274
|
+
# unit tests for repositories_container_container_sync
|
|
291
275
|
# Sync from a remote
|
|
292
276
|
# Trigger an asynchronous task to sync content.
|
|
293
277
|
# @param container_container_repository_href
|
|
294
278
|
# @param container_repository_sync_url
|
|
295
279
|
# @param [Hash] opts the optional parameters
|
|
296
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
297
280
|
# @return [AsyncOperationResponse]
|
|
298
|
-
describe '
|
|
281
|
+
describe 'repositories_container_container_sync test' do
|
|
299
282
|
it 'should work' do
|
|
300
283
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
301
284
|
end
|
|
302
285
|
end
|
|
303
286
|
|
|
304
|
-
# unit tests for
|
|
287
|
+
# unit tests for repositories_container_container_tag
|
|
305
288
|
# Create a Tag
|
|
306
289
|
# Trigger an asynchronous task to tag an image in the repository
|
|
307
290
|
# @param container_container_repository_href
|
|
308
291
|
# @param tag_image
|
|
309
292
|
# @param [Hash] opts the optional parameters
|
|
310
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
311
293
|
# @return [AsyncOperationResponse]
|
|
312
|
-
describe '
|
|
294
|
+
describe 'repositories_container_container_tag test' do
|
|
313
295
|
it 'should work' do
|
|
314
296
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
315
297
|
end
|
|
316
298
|
end
|
|
317
299
|
|
|
318
|
-
# unit tests for
|
|
300
|
+
# unit tests for repositories_container_container_unset_label
|
|
319
301
|
# Unset a label
|
|
320
302
|
# Unset a single pulp_label on the object.
|
|
321
303
|
# @param container_container_repository_href
|
|
322
304
|
# @param unset_label
|
|
323
305
|
# @param [Hash] opts the optional parameters
|
|
324
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
325
306
|
# @return [UnsetLabelResponse]
|
|
326
|
-
describe '
|
|
307
|
+
describe 'repositories_container_container_unset_label test' do
|
|
327
308
|
it 'should work' do
|
|
328
309
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
329
310
|
end
|
|
330
311
|
end
|
|
331
312
|
|
|
332
|
-
# unit tests for
|
|
313
|
+
# unit tests for repositories_container_container_untag
|
|
333
314
|
# Delete a tag
|
|
334
315
|
# Trigger an asynchronous task to untag an image in the repository
|
|
335
316
|
# @param container_container_repository_href
|
|
336
317
|
# @param un_tag_image
|
|
337
318
|
# @param [Hash] opts the optional parameters
|
|
338
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
339
319
|
# @return [AsyncOperationResponse]
|
|
340
|
-
describe '
|
|
320
|
+
describe 'repositories_container_container_untag test' do
|
|
341
321
|
it 'should work' do
|
|
342
322
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
343
323
|
end
|
|
344
324
|
end
|
|
345
325
|
|
|
346
|
-
# unit tests for
|
|
326
|
+
# unit tests for repositories_container_container_update
|
|
347
327
|
# Update a container repository
|
|
348
328
|
# Trigger an asynchronous update task
|
|
349
329
|
# @param container_container_repository_href
|
|
350
330
|
# @param container_container_repository
|
|
351
331
|
# @param [Hash] opts the optional parameters
|
|
352
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
353
332
|
# @return [AsyncOperationResponse]
|
|
354
|
-
describe '
|
|
333
|
+
describe 'repositories_container_container_update test' do
|
|
355
334
|
it 'should work' do
|
|
356
335
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
357
336
|
end
|
|
@@ -32,25 +32,23 @@ describe 'RepositoriesContainerPushApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for repositories_container_container_push_add_role
|
|
36
36
|
# Add a role
|
|
37
37
|
# Add a role for this object to users/groups.
|
|
38
38
|
# @param container_container_push_repository_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
42
41
|
# @return [NestedRoleResponse]
|
|
43
|
-
describe '
|
|
42
|
+
describe 'repositories_container_container_push_add_role test' do
|
|
44
43
|
it 'should work' do
|
|
45
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
46
45
|
end
|
|
47
46
|
end
|
|
48
47
|
|
|
49
|
-
# unit tests for
|
|
48
|
+
# unit tests for repositories_container_container_push_list
|
|
50
49
|
# List container push repositorys
|
|
51
50
|
# ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
|
|
52
51
|
# @param [Hash] opts the optional parameters
|
|
53
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
54
52
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
|
55
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
56
54
|
# @option opts [String] :name Filter results where name matches value
|
|
@@ -81,163 +79,152 @@ describe 'RepositoriesContainerPushApi' do
|
|
|
81
79
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
82
80
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
83
81
|
# @return [PaginatedcontainerContainerPushRepositoryResponseList]
|
|
84
|
-
describe '
|
|
82
|
+
describe 'repositories_container_container_push_list test' do
|
|
85
83
|
it 'should work' do
|
|
86
84
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
87
85
|
end
|
|
88
86
|
end
|
|
89
87
|
|
|
90
|
-
# unit tests for
|
|
88
|
+
# unit tests for repositories_container_container_push_list_roles
|
|
91
89
|
# List roles
|
|
92
90
|
# List roles assigned to this object.
|
|
93
91
|
# @param container_container_push_repository_href
|
|
94
92
|
# @param [Hash] opts the optional parameters
|
|
95
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
96
93
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
97
94
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
98
95
|
# @return [ObjectRolesResponse]
|
|
99
|
-
describe '
|
|
96
|
+
describe 'repositories_container_container_push_list_roles test' do
|
|
100
97
|
it 'should work' do
|
|
101
98
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
102
99
|
end
|
|
103
100
|
end
|
|
104
101
|
|
|
105
|
-
# unit tests for
|
|
102
|
+
# unit tests for repositories_container_container_push_my_permissions
|
|
106
103
|
# List user permissions
|
|
107
104
|
# List permissions available to the current user on this object.
|
|
108
105
|
# @param container_container_push_repository_href
|
|
109
106
|
# @param [Hash] opts the optional parameters
|
|
110
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
111
107
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
112
108
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
113
109
|
# @return [MyPermissionsResponse]
|
|
114
|
-
describe '
|
|
110
|
+
describe 'repositories_container_container_push_my_permissions test' do
|
|
115
111
|
it 'should work' do
|
|
116
112
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
117
113
|
end
|
|
118
114
|
end
|
|
119
115
|
|
|
120
|
-
# unit tests for
|
|
116
|
+
# unit tests for repositories_container_container_push_partial_update
|
|
121
117
|
# Update a container push repository
|
|
122
118
|
# Trigger an asynchronous partial update task
|
|
123
119
|
# @param container_container_push_repository_href
|
|
124
120
|
# @param patchedcontainer_container_push_repository
|
|
125
121
|
# @param [Hash] opts the optional parameters
|
|
126
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
127
122
|
# @return [AsyncOperationResponse]
|
|
128
|
-
describe '
|
|
123
|
+
describe 'repositories_container_container_push_partial_update test' do
|
|
129
124
|
it 'should work' do
|
|
130
125
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
131
126
|
end
|
|
132
127
|
end
|
|
133
128
|
|
|
134
|
-
# unit tests for
|
|
129
|
+
# unit tests for repositories_container_container_push_read
|
|
135
130
|
# Inspect a container push repository
|
|
136
131
|
# ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
|
|
137
132
|
# @param container_container_push_repository_href
|
|
138
133
|
# @param [Hash] opts the optional parameters
|
|
139
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
140
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
141
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
142
136
|
# @return [ContainerContainerPushRepositoryResponse]
|
|
143
|
-
describe '
|
|
137
|
+
describe 'repositories_container_container_push_read test' do
|
|
144
138
|
it 'should work' do
|
|
145
139
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
146
140
|
end
|
|
147
141
|
end
|
|
148
142
|
|
|
149
|
-
# unit tests for
|
|
143
|
+
# unit tests for repositories_container_container_push_remove_image
|
|
150
144
|
# Delete an image from a repository
|
|
151
145
|
# Trigger an asynchronous task to remove a manifest and all its associated data by a digest
|
|
152
146
|
# @param container_container_push_repository_href
|
|
153
147
|
# @param remove_image
|
|
154
148
|
# @param [Hash] opts the optional parameters
|
|
155
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
156
149
|
# @return [AsyncOperationResponse]
|
|
157
|
-
describe '
|
|
150
|
+
describe 'repositories_container_container_push_remove_image test' do
|
|
158
151
|
it 'should work' do
|
|
159
152
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
160
153
|
end
|
|
161
154
|
end
|
|
162
155
|
|
|
163
|
-
# unit tests for
|
|
156
|
+
# unit tests for repositories_container_container_push_remove_role
|
|
164
157
|
# Remove a role
|
|
165
158
|
# Remove a role for this object from users/groups.
|
|
166
159
|
# @param container_container_push_repository_href
|
|
167
160
|
# @param nested_role
|
|
168
161
|
# @param [Hash] opts the optional parameters
|
|
169
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
162
|
# @return [NestedRoleResponse]
|
|
171
|
-
describe '
|
|
163
|
+
describe 'repositories_container_container_push_remove_role test' do
|
|
172
164
|
it 'should work' do
|
|
173
165
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
174
166
|
end
|
|
175
167
|
end
|
|
176
168
|
|
|
177
|
-
# unit tests for
|
|
169
|
+
# unit tests for repositories_container_container_push_remove_signatures
|
|
178
170
|
# Create a task which deletes signatures by the passed key_id.
|
|
179
171
|
# @param container_container_push_repository_href
|
|
180
172
|
# @param remove_signatures
|
|
181
173
|
# @param [Hash] opts the optional parameters
|
|
182
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
183
174
|
# @return [RemoveSignaturesResponse]
|
|
184
|
-
describe '
|
|
175
|
+
describe 'repositories_container_container_push_remove_signatures test' do
|
|
185
176
|
it 'should work' do
|
|
186
177
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
187
178
|
end
|
|
188
179
|
end
|
|
189
180
|
|
|
190
|
-
# unit tests for
|
|
181
|
+
# unit tests for repositories_container_container_push_sign
|
|
191
182
|
# Sign images in the repo
|
|
192
183
|
# Trigger an asynchronous task to sign content.
|
|
193
184
|
# @param container_container_push_repository_href
|
|
194
185
|
# @param repository_sign
|
|
195
186
|
# @param [Hash] opts the optional parameters
|
|
196
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
197
187
|
# @return [AsyncOperationResponse]
|
|
198
|
-
describe '
|
|
188
|
+
describe 'repositories_container_container_push_sign test' do
|
|
199
189
|
it 'should work' do
|
|
200
190
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
201
191
|
end
|
|
202
192
|
end
|
|
203
193
|
|
|
204
|
-
# unit tests for
|
|
194
|
+
# unit tests for repositories_container_container_push_tag
|
|
205
195
|
# Create a Tag
|
|
206
196
|
# Trigger an asynchronous task to tag an image in the repository
|
|
207
197
|
# @param container_container_push_repository_href
|
|
208
198
|
# @param tag_image
|
|
209
199
|
# @param [Hash] opts the optional parameters
|
|
210
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
211
200
|
# @return [AsyncOperationResponse]
|
|
212
|
-
describe '
|
|
201
|
+
describe 'repositories_container_container_push_tag test' do
|
|
213
202
|
it 'should work' do
|
|
214
203
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
215
204
|
end
|
|
216
205
|
end
|
|
217
206
|
|
|
218
|
-
# unit tests for
|
|
207
|
+
# unit tests for repositories_container_container_push_untag
|
|
219
208
|
# Delete a tag
|
|
220
209
|
# Trigger an asynchronous task to untag an image in the repository
|
|
221
210
|
# @param container_container_push_repository_href
|
|
222
211
|
# @param un_tag_image
|
|
223
212
|
# @param [Hash] opts the optional parameters
|
|
224
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
225
213
|
# @return [AsyncOperationResponse]
|
|
226
|
-
describe '
|
|
214
|
+
describe 'repositories_container_container_push_untag test' do
|
|
227
215
|
it 'should work' do
|
|
228
216
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
229
217
|
end
|
|
230
218
|
end
|
|
231
219
|
|
|
232
|
-
# unit tests for
|
|
220
|
+
# unit tests for repositories_container_container_push_update
|
|
233
221
|
# Update a container push repository
|
|
234
222
|
# Trigger an asynchronous update task
|
|
235
223
|
# @param container_container_push_repository_href
|
|
236
224
|
# @param container_container_push_repository
|
|
237
225
|
# @param [Hash] opts the optional parameters
|
|
238
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
239
226
|
# @return [AsyncOperationResponse]
|
|
240
|
-
describe '
|
|
227
|
+
describe 'repositories_container_container_push_update test' do
|
|
241
228
|
it 'should work' do
|
|
242
229
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
243
230
|
end
|
|
@@ -32,25 +32,23 @@ describe 'RepositoriesContainerPushVersionsApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for repositories_container_container_push_versions_delete
|
|
36
36
|
# Delete a repository version
|
|
37
37
|
# Trigger an asynchronous task to delete a repository version.
|
|
38
38
|
# @param container_container_push_repository_version_href
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
40
|
# @return [AsyncOperationResponse]
|
|
42
|
-
describe '
|
|
41
|
+
describe 'repositories_container_container_push_versions_delete test' do
|
|
43
42
|
it 'should work' do
|
|
44
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
45
44
|
end
|
|
46
45
|
end
|
|
47
46
|
|
|
48
|
-
# unit tests for
|
|
47
|
+
# unit tests for repositories_container_container_push_versions_list
|
|
49
48
|
# List repository versions
|
|
50
49
|
# ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
|
|
51
50
|
# @param container_container_push_repository_href
|
|
52
51
|
# @param [Hash] opts the optional parameters
|
|
53
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
54
52
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
55
53
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
56
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -73,35 +71,33 @@ describe 'RepositoriesContainerPushVersionsApi' do
|
|
|
73
71
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
74
72
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
75
73
|
# @return [PaginatedRepositoryVersionResponseList]
|
|
76
|
-
describe '
|
|
74
|
+
describe 'repositories_container_container_push_versions_list test' do
|
|
77
75
|
it 'should work' do
|
|
78
76
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
79
77
|
end
|
|
80
78
|
end
|
|
81
79
|
|
|
82
|
-
# unit tests for
|
|
80
|
+
# unit tests for repositories_container_container_push_versions_read
|
|
83
81
|
# Inspect a repository version
|
|
84
82
|
# ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
|
|
85
83
|
# @param container_container_push_repository_version_href
|
|
86
84
|
# @param [Hash] opts the optional parameters
|
|
87
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
88
85
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
89
86
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
90
87
|
# @return [RepositoryVersionResponse]
|
|
91
|
-
describe '
|
|
88
|
+
describe 'repositories_container_container_push_versions_read test' do
|
|
92
89
|
it 'should work' do
|
|
93
90
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
94
91
|
end
|
|
95
92
|
end
|
|
96
93
|
|
|
97
|
-
# unit tests for
|
|
94
|
+
# unit tests for repositories_container_container_push_versions_repair
|
|
98
95
|
# Trigger an asynchronous task to repair a repository version.
|
|
99
96
|
# @param container_container_push_repository_version_href
|
|
100
97
|
# @param repair
|
|
101
98
|
# @param [Hash] opts the optional parameters
|
|
102
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
103
99
|
# @return [AsyncOperationResponse]
|
|
104
|
-
describe '
|
|
100
|
+
describe 'repositories_container_container_push_versions_repair test' do
|
|
105
101
|
it 'should work' do
|
|
106
102
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
107
103
|
end
|