pulp_container_client 2.14.14 → 2.14.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +222 -246
- data/docs/AccessPoliciesApi.md +28 -32
- data/docs/ArtifactDistributionResponse.md +7 -7
- data/docs/ArtifactsApi.md +23 -27
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerContainerRepository.md +1 -1
- data/docs/ContainerContainerRepositoryResponse.md +1 -1
- data/docs/ContentApi.md +8 -14
- data/docs/ContentBlobsApi.md +13 -17
- data/docs/ContentManifestsApi.md +15 -19
- data/docs/ContentSignaturesApi.md +13 -17
- data/docs/ContentTagsApi.md +15 -19
- data/docs/ContentguardsApi.md +8 -14
- data/docs/ContentguardsContentRedirectApi.md +53 -57
- data/docs/ContentguardsRbacApi.md +53 -57
- data/docs/DistributionsApi.md +8 -18
- data/docs/DistributionsArtifactsApi.md +13 -21
- data/docs/DistributionsContainerApi.md +53 -61
- data/docs/DocsApiJsonApi.md +6 -6
- data/docs/DocsApiYamlApi.md +6 -6
- data/docs/ExportersFilesystemApi.md +36 -40
- data/docs/ExportersFilesystemExportsApi.md +24 -24
- data/docs/ExportersPulpApi.md +33 -37
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/FilesystemExporter.md +1 -1
- data/docs/FilesystemExporterResponse.md +1 -1
- data/docs/GroupRole.md +1 -3
- data/docs/GroupRoleResponse.md +1 -3
- data/docs/GroupsApi.md +59 -63
- data/docs/GroupsRolesApi.md +27 -33
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +33 -37
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +21 -21
- data/docs/OrphansApi.md +6 -6
- data/docs/OrphansCleanupApi.md +6 -6
- data/docs/PatchedFilesystemExporter.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/PatchedcontainerContainerRepository.md +1 -1
- data/docs/PublicationsApi.md +9 -15
- data/docs/PulpContainerNamespacesApi.md +43 -47
- data/docs/RemoteResponse.md +1 -1
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -14
- data/docs/RemotesContainerApi.md +53 -57
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -30
- data/docs/RepositoriesContainerApi.md +102 -122
- data/docs/RepositoriesContainerPushApi.md +68 -88
- data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
- data/docs/RepositoriesContainerVersionsApi.md +23 -25
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryResponse.md +1 -1
- data/docs/RepositoryVersionsApi.md +8 -12
- data/docs/RolesApi.md +39 -43
- data/docs/SigningServicesApi.md +13 -17
- data/docs/StatusApi.md +1 -1
- data/docs/StatusResponse.md +1 -3
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +35 -39
- data/docs/TasksApi.md +101 -105
- data/docs/TokenApi.md +6 -6
- data/docs/UploadsApi.md +53 -57
- data/docs/UserRole.md +2 -4
- data/docs/UserRoleResponse.md +2 -4
- data/docs/UsersApi.md +39 -43
- data/docs/UsersRolesApi.md +27 -33
- data/docs/VersionResponse.md +1 -3
- data/docs/WorkersApi.md +13 -17
- data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
- data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
- data/lib/pulp_container_client/api/content_api.rb +7 -20
- data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
- data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
- data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
- data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
- data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
- data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
- data/lib/pulp_container_client/api/distributions_api.rb +7 -26
- data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
- data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
- data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
- data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
- data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
- data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
- data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulp_container_client/api/groups_api.rb +77 -83
- data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
- data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulp_container_client/api/orphans_api.rb +5 -5
- data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulp_container_client/api/publications_api.rb +9 -18
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
- data/lib/pulp_container_client/api/remotes_api.rb +7 -20
- data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
- data/lib/pulp_container_client/api/repair_api.rb +6 -6
- data/lib/pulp_container_client/api/repositories_api.rb +7 -44
- data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
- data/lib/pulp_container_client/api/roles_api.rb +51 -57
- data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
- data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
- data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
- data/lib/pulp_container_client/api/tasks_api.rb +125 -131
- data/lib/pulp_container_client/api/token_api.rb +5 -5
- data/lib/pulp_container_client/api/uploads_api.rb +67 -73
- data/lib/pulp_container_client/api/users_api.rb +51 -57
- data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/workers_api.rb +14 -20
- data/lib/pulp_container_client/configuration.rb +3 -3
- data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
- data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
- data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
- data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
- data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
- data/lib/pulp_container_client/models/group_role.rb +5 -16
- data/lib/pulp_container_client/models/group_role_response.rb +4 -15
- data/lib/pulp_container_client/models/nested_role.rb +0 -19
- data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/remote_response.rb +21 -21
- data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_container_client/models/repository_response.rb +1 -1
- data/lib/pulp_container_client/models/status_response.rb +4 -19
- data/lib/pulp_container_client/models/user_role.rb +6 -17
- data/lib/pulp_container_client/models/user_role_response.rb +5 -16
- data/lib/pulp_container_client/models/version_response.rb +4 -19
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +0 -11
- data/spec/api/access_policies_api_spec.rb +11 -13
- data/spec/api/artifacts_api_spec.rb +9 -11
- data/spec/api/content_api_spec.rb +3 -6
- data/spec/api/content_blobs_api_spec.rb +5 -7
- data/spec/api/content_manifests_api_spec.rb +6 -8
- data/spec/api/content_signatures_api_spec.rb +5 -7
- data/spec/api/content_tags_api_spec.rb +6 -8
- data/spec/api/contentguards_api_spec.rb +3 -6
- data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
- data/spec/api/contentguards_rbac_api_spec.rb +21 -23
- data/spec/api/distributions_api_spec.rb +3 -8
- data/spec/api/distributions_artifacts_api_spec.rb +5 -9
- data/spec/api/distributions_container_api_spec.rb +21 -25
- data/spec/api/docs_api_json_api_spec.rb +2 -2
- data/spec/api/docs_api_yaml_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +16 -18
- data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
- data/spec/api/exporters_pulp_api_spec.rb +13 -15
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +27 -29
- data/spec/api/groups_roles_api_spec.rb +13 -16
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +13 -15
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +4 -7
- data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
- data/spec/api/remotes_api_spec.rb +3 -6
- data/spec/api/remotes_container_api_spec.rb +21 -23
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -14
- data/spec/api/repositories_container_api_spec.rb +39 -49
- data/spec/api/repositories_container_push_api_spec.rb +27 -37
- data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
- data/spec/api/repositories_container_versions_api_spec.rb +9 -10
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +3 -5
- data/spec/api/roles_api_spec.rb +19 -21
- data/spec/api/signing_services_api_spec.rb +5 -7
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +15 -17
- data/spec/api/tasks_api_spec.rb +32 -34
- data/spec/api/token_api_spec.rb +2 -2
- data/spec/api/uploads_api_spec.rb +21 -23
- data/spec/api/users_api_spec.rb +19 -21
- data/spec/api/users_roles_api_spec.rb +13 -16
- data/spec/api/workers_api_spec.rb +5 -7
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/group_role_response_spec.rb +0 -6
- data/spec/models/group_role_spec.rb +0 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/status_response_spec.rb +0 -6
- data/spec/models/user_role_response_spec.rb +0 -6
- data/spec/models/user_role_spec.rb +0 -6
- data/spec/models/version_response_spec.rb +0 -6
- metadata +196 -240
- data/docs/Domain.md +0 -27
- data/docs/DomainResponse.md +0 -31
- data/docs/DomainsApi.md +0 -366
- data/docs/PaginatedDomainResponseList.md +0 -23
- data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
- data/docs/PatchedDomain.md +0 -27
- data/docs/PatchedUpstreamPulp.md +0 -37
- data/docs/StorageClassEnum.md +0 -16
- data/docs/UpstreamPulp.md +0 -37
- data/docs/UpstreamPulpResponse.md +0 -39
- data/docs/UpstreamPulpsApi.md +0 -405
- data/lib/pulp_container_client/api/domains_api.rb +0 -452
- data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
- data/lib/pulp_container_client/models/domain.rb +0 -323
- data/lib/pulp_container_client/models/domain_response.rb +0 -318
- data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
- data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
- data/lib/pulp_container_client/models/patched_domain.rb +0 -304
- data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
- data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
- data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
- data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
- data/spec/api/domains_api_spec.rb +0 -122
- data/spec/api/upstream_pulps_api_spec.rb +0 -127
- data/spec/models/domain_response_spec.rb +0 -83
- data/spec/models/domain_spec.rb +0 -71
- data/spec/models/paginated_domain_response_list_spec.rb +0 -59
- data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
- data/spec/models/patched_domain_spec.rb +0 -71
- data/spec/models/patched_upstream_pulp_spec.rb +0 -101
- data/spec/models/storage_class_enum_spec.rb +0 -35
- data/spec/models/upstream_pulp_response_spec.rb +0 -107
- data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -32,7 +32,7 @@ describe 'RemotesApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for remotes_list
|
36
36
|
# List remotes
|
37
37
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
38
38
|
# @param [Hash] opts the optional parameters
|
@@ -43,9 +43,7 @@ describe 'RemotesApi' do
|
|
43
43
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
44
44
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
45
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
46
|
-
# @option opts [Array<String>] :ordering Ordering
|
47
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
46
|
+
# @option opts [Array<String>] :ordering Ordering
|
49
47
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
50
48
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
51
49
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -53,11 +51,10 @@ describe 'RemotesApi' do
|
|
53
51
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
54
52
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
55
53
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
56
|
-
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `container.container` - container.container
|
57
54
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
58
55
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
59
56
|
# @return [PaginatedRemoteResponseList]
|
60
|
-
describe '
|
57
|
+
describe 'remotes_list test' do
|
61
58
|
it 'should work' do
|
62
59
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
63
60
|
end
|
@@ -32,43 +32,43 @@ describe 'RemotesContainerApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for remotes_container_container_add_role
|
36
36
|
# Add a role for this object to users/groups.
|
37
37
|
# @param container_container_remote_href
|
38
38
|
# @param nested_role
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [NestedRoleResponse]
|
41
|
-
describe '
|
41
|
+
describe 'remotes_container_container_add_role test' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
# unit tests for
|
47
|
+
# unit tests for remotes_container_container_create
|
48
48
|
# Create a container remote
|
49
49
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
50
50
|
# @param container_container_remote
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [ContainerContainerRemoteResponse]
|
53
|
-
describe '
|
53
|
+
describe 'remotes_container_container_create test' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
# unit tests for
|
59
|
+
# unit tests for remotes_container_container_delete
|
60
60
|
# Delete a container remote
|
61
61
|
# Trigger an asynchronous delete task
|
62
62
|
# @param container_container_remote_href
|
63
63
|
# @param [Hash] opts the optional parameters
|
64
64
|
# @return [AsyncOperationResponse]
|
65
|
-
describe '
|
65
|
+
describe 'remotes_container_container_delete test' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
# unit tests for
|
71
|
+
# unit tests for remotes_container_container_list
|
72
72
|
# List container remotes
|
73
73
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
74
74
|
# @param [Hash] opts the optional parameters
|
@@ -79,9 +79,7 @@ describe 'RemotesContainerApi' do
|
|
79
79
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
80
80
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
81
81
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
82
|
-
# @option opts [Array<String>] :ordering Ordering
|
83
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
84
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
82
|
+
# @option opts [Array<String>] :ordering Ordering
|
85
83
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
86
84
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
87
85
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -92,52 +90,52 @@ describe 'RemotesContainerApi' do
|
|
92
90
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
93
91
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
94
92
|
# @return [PaginatedcontainerContainerRemoteResponseList]
|
95
|
-
describe '
|
93
|
+
describe 'remotes_container_container_list test' do
|
96
94
|
it 'should work' do
|
97
95
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
96
|
end
|
99
97
|
end
|
100
98
|
|
101
|
-
# unit tests for
|
99
|
+
# unit tests for remotes_container_container_list_roles
|
102
100
|
# List roles assigned to this object.
|
103
101
|
# @param container_container_remote_href
|
104
102
|
# @param [Hash] opts the optional parameters
|
105
103
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
106
104
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
107
105
|
# @return [ObjectRolesResponse]
|
108
|
-
describe '
|
106
|
+
describe 'remotes_container_container_list_roles test' do
|
109
107
|
it 'should work' do
|
110
108
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
111
109
|
end
|
112
110
|
end
|
113
111
|
|
114
|
-
# unit tests for
|
112
|
+
# unit tests for remotes_container_container_my_permissions
|
115
113
|
# List permissions available to the current user on this object.
|
116
114
|
# @param container_container_remote_href
|
117
115
|
# @param [Hash] opts the optional parameters
|
118
116
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
119
117
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
120
118
|
# @return [MyPermissionsResponse]
|
121
|
-
describe '
|
119
|
+
describe 'remotes_container_container_my_permissions test' do
|
122
120
|
it 'should work' do
|
123
121
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
124
122
|
end
|
125
123
|
end
|
126
124
|
|
127
|
-
# unit tests for
|
125
|
+
# unit tests for remotes_container_container_partial_update
|
128
126
|
# Update a container remote
|
129
127
|
# Trigger an asynchronous partial update task
|
130
128
|
# @param container_container_remote_href
|
131
129
|
# @param patchedcontainer_container_remote
|
132
130
|
# @param [Hash] opts the optional parameters
|
133
131
|
# @return [AsyncOperationResponse]
|
134
|
-
describe '
|
132
|
+
describe 'remotes_container_container_partial_update test' do
|
135
133
|
it 'should work' do
|
136
134
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
137
135
|
end
|
138
136
|
end
|
139
137
|
|
140
|
-
# unit tests for
|
138
|
+
# unit tests for remotes_container_container_read
|
141
139
|
# Inspect a container remote
|
142
140
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
143
141
|
# @param container_container_remote_href
|
@@ -145,32 +143,32 @@ describe 'RemotesContainerApi' do
|
|
145
143
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
146
144
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
147
145
|
# @return [ContainerContainerRemoteResponse]
|
148
|
-
describe '
|
146
|
+
describe 'remotes_container_container_read test' do
|
149
147
|
it 'should work' do
|
150
148
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
151
149
|
end
|
152
150
|
end
|
153
151
|
|
154
|
-
# unit tests for
|
152
|
+
# unit tests for remotes_container_container_remove_role
|
155
153
|
# Remove a role for this object from users/groups.
|
156
154
|
# @param container_container_remote_href
|
157
155
|
# @param nested_role
|
158
156
|
# @param [Hash] opts the optional parameters
|
159
157
|
# @return [NestedRoleResponse]
|
160
|
-
describe '
|
158
|
+
describe 'remotes_container_container_remove_role test' do
|
161
159
|
it 'should work' do
|
162
160
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
163
161
|
end
|
164
162
|
end
|
165
163
|
|
166
|
-
# unit tests for
|
164
|
+
# unit tests for remotes_container_container_update
|
167
165
|
# Update a container remote
|
168
166
|
# Trigger an asynchronous update task
|
169
167
|
# @param container_container_remote_href
|
170
168
|
# @param container_container_remote
|
171
169
|
# @param [Hash] opts the optional parameters
|
172
170
|
# @return [AsyncOperationResponse]
|
173
|
-
describe '
|
171
|
+
describe 'remotes_container_container_update test' do
|
174
172
|
it 'should work' do
|
175
173
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
176
174
|
end
|
data/spec/api/repair_api_spec.rb
CHANGED
@@ -32,13 +32,13 @@ describe 'RepairApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for repair_post
|
36
36
|
# Repair Artifact Storage
|
37
37
|
# Trigger an asynchronous task that checks for missing or corrupted artifacts, and attempts to redownload them.
|
38
38
|
# @param repair
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [AsyncOperationResponse]
|
41
|
-
describe '
|
41
|
+
describe 'repair_post test' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
@@ -32,7 +32,7 @@ describe 'RepositoriesApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for repositories_list
|
36
36
|
# List repositories
|
37
37
|
# Endpoint to list all repositories.
|
38
38
|
# @param [Hash] opts the optional parameters
|
@@ -43,24 +43,13 @@ describe 'RepositoriesApi' do
|
|
43
43
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
44
44
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
45
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
46
|
-
# @option opts [Array<String>] :ordering Ordering
|
47
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
46
|
+
# @option opts [Array<String>] :ordering Ordering
|
49
47
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
50
|
-
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `container.container` - container.container * `container.container-push` - container.container-push
|
51
48
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
52
|
-
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
53
|
-
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
54
|
-
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
55
|
-
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
56
|
-
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
57
|
-
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
58
|
-
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
59
|
-
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
60
49
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
61
50
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
62
51
|
# @return [PaginatedRepositoryResponseList]
|
63
|
-
describe '
|
52
|
+
describe 'repositories_list test' do
|
64
53
|
it 'should work' do
|
65
54
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
66
55
|
end
|
@@ -32,32 +32,32 @@ 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
41
|
# @return [AsyncOperationResponse]
|
42
|
-
describe '
|
42
|
+
describe 'repositories_container_container_add test' do
|
43
43
|
it 'should work' do
|
44
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
# unit tests for
|
48
|
+
# unit tests for repositories_container_container_add_role
|
49
49
|
# Add a role for this object to users/groups.
|
50
50
|
# @param container_container_repository_href
|
51
51
|
# @param nested_role
|
52
52
|
# @param [Hash] opts the optional parameters
|
53
53
|
# @return [NestedRoleResponse]
|
54
|
-
describe '
|
54
|
+
describe 'repositories_container_container_add_role test' do
|
55
55
|
it 'should work' do
|
56
56
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
# unit tests for
|
60
|
+
# unit tests for repositories_container_container_build_image
|
61
61
|
# Build an Image
|
62
62
|
# 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 tech preview in Pulp Container 1.1. Backwards compatibility when upgrading is not guaranteed.
|
63
63
|
# @param container_container_repository_href
|
@@ -67,63 +67,63 @@ describe 'RepositoriesContainerApi' do
|
|
67
67
|
# @option opts [String] :tag A tag name for the new image being built.
|
68
68
|
# @option opts [Object] :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.
|
69
69
|
# @return [AsyncOperationResponse]
|
70
|
-
describe '
|
70
|
+
describe 'repositories_container_container_build_image test' do
|
71
71
|
it 'should work' do
|
72
72
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
73
|
end
|
74
74
|
end
|
75
75
|
|
76
|
-
# unit tests for
|
76
|
+
# unit tests for repositories_container_container_copy_manifests
|
77
77
|
# Copy manifests
|
78
78
|
# Trigger an asynchronous task to copy manifests
|
79
79
|
# @param container_container_repository_href
|
80
80
|
# @param manifest_copy
|
81
81
|
# @param [Hash] opts the optional parameters
|
82
82
|
# @return [AsyncOperationResponse]
|
83
|
-
describe '
|
83
|
+
describe 'repositories_container_container_copy_manifests test' do
|
84
84
|
it 'should work' do
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
86
|
end
|
87
87
|
end
|
88
88
|
|
89
|
-
# unit tests for
|
89
|
+
# unit tests for repositories_container_container_copy_tags
|
90
90
|
# Copy tags
|
91
91
|
# Trigger an asynchronous task to copy tags
|
92
92
|
# @param container_container_repository_href
|
93
93
|
# @param tag_copy
|
94
94
|
# @param [Hash] opts the optional parameters
|
95
95
|
# @return [AsyncOperationResponse]
|
96
|
-
describe '
|
96
|
+
describe 'repositories_container_container_copy_tags test' do
|
97
97
|
it 'should work' do
|
98
98
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
99
99
|
end
|
100
100
|
end
|
101
101
|
|
102
|
-
# unit tests for
|
102
|
+
# unit tests for repositories_container_container_create
|
103
103
|
# Create a container repository
|
104
104
|
# ViewSet for container repo.
|
105
105
|
# @param container_container_repository
|
106
106
|
# @param [Hash] opts the optional parameters
|
107
107
|
# @return [ContainerContainerRepositoryResponse]
|
108
|
-
describe '
|
108
|
+
describe 'repositories_container_container_create test' do
|
109
109
|
it 'should work' do
|
110
110
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
111
111
|
end
|
112
112
|
end
|
113
113
|
|
114
|
-
# unit tests for
|
114
|
+
# unit tests for repositories_container_container_delete
|
115
115
|
# Delete a container repository
|
116
116
|
# Trigger an asynchronous delete task
|
117
117
|
# @param container_container_repository_href
|
118
118
|
# @param [Hash] opts the optional parameters
|
119
119
|
# @return [AsyncOperationResponse]
|
120
|
-
describe '
|
120
|
+
describe 'repositories_container_container_delete test' do
|
121
121
|
it 'should work' do
|
122
122
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
123
123
|
end
|
124
124
|
end
|
125
125
|
|
126
|
-
# unit tests for
|
126
|
+
# unit tests for repositories_container_container_list
|
127
127
|
# List container repositorys
|
128
128
|
# ViewSet for container repo.
|
129
129
|
# @param [Hash] opts the optional parameters
|
@@ -134,68 +134,58 @@ describe 'RepositoriesContainerApi' do
|
|
134
134
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
135
135
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
136
136
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
137
|
-
# @option opts [Array<String>] :ordering Ordering
|
138
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
139
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
137
|
+
# @option opts [Array<String>] :ordering Ordering
|
140
138
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
141
139
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
142
|
-
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
143
|
-
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
144
|
-
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
145
|
-
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
146
|
-
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
147
|
-
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
148
|
-
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
149
|
-
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
150
140
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
151
141
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
152
142
|
# @return [PaginatedcontainerContainerRepositoryResponseList]
|
153
|
-
describe '
|
143
|
+
describe 'repositories_container_container_list test' do
|
154
144
|
it 'should work' do
|
155
145
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
156
146
|
end
|
157
147
|
end
|
158
148
|
|
159
|
-
# unit tests for
|
149
|
+
# unit tests for repositories_container_container_list_roles
|
160
150
|
# List roles assigned to this object.
|
161
151
|
# @param container_container_repository_href
|
162
152
|
# @param [Hash] opts the optional parameters
|
163
153
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
164
154
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
165
155
|
# @return [ObjectRolesResponse]
|
166
|
-
describe '
|
156
|
+
describe 'repositories_container_container_list_roles test' do
|
167
157
|
it 'should work' do
|
168
158
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
169
159
|
end
|
170
160
|
end
|
171
161
|
|
172
|
-
# unit tests for
|
162
|
+
# unit tests for repositories_container_container_my_permissions
|
173
163
|
# List permissions available to the current user on this object.
|
174
164
|
# @param container_container_repository_href
|
175
165
|
# @param [Hash] opts the optional parameters
|
176
166
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
177
167
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
178
168
|
# @return [MyPermissionsResponse]
|
179
|
-
describe '
|
169
|
+
describe 'repositories_container_container_my_permissions test' do
|
180
170
|
it 'should work' do
|
181
171
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
182
172
|
end
|
183
173
|
end
|
184
174
|
|
185
|
-
# unit tests for
|
175
|
+
# unit tests for repositories_container_container_partial_update
|
186
176
|
# Update a container repository
|
187
177
|
# Trigger an asynchronous partial update task
|
188
178
|
# @param container_container_repository_href
|
189
179
|
# @param patchedcontainer_container_repository
|
190
180
|
# @param [Hash] opts the optional parameters
|
191
181
|
# @return [AsyncOperationResponse]
|
192
|
-
describe '
|
182
|
+
describe 'repositories_container_container_partial_update test' do
|
193
183
|
it 'should work' do
|
194
184
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
195
185
|
end
|
196
186
|
end
|
197
187
|
|
198
|
-
# unit tests for
|
188
|
+
# unit tests for repositories_container_container_read
|
199
189
|
# Inspect a container repository
|
200
190
|
# ViewSet for container repo.
|
201
191
|
# @param container_container_repository_href
|
@@ -203,97 +193,97 @@ describe 'RepositoriesContainerApi' do
|
|
203
193
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
204
194
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
205
195
|
# @return [ContainerContainerRepositoryResponse]
|
206
|
-
describe '
|
196
|
+
describe 'repositories_container_container_read test' do
|
207
197
|
it 'should work' do
|
208
198
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
209
199
|
end
|
210
200
|
end
|
211
201
|
|
212
|
-
# unit tests for
|
202
|
+
# unit tests for repositories_container_container_remove
|
213
203
|
# Remove content
|
214
204
|
# Trigger an async task to recursively remove container content.
|
215
205
|
# @param container_container_repository_href
|
216
206
|
# @param recursive_manage
|
217
207
|
# @param [Hash] opts the optional parameters
|
218
208
|
# @return [AsyncOperationResponse]
|
219
|
-
describe '
|
209
|
+
describe 'repositories_container_container_remove test' do
|
220
210
|
it 'should work' do
|
221
211
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
222
212
|
end
|
223
213
|
end
|
224
214
|
|
225
|
-
# unit tests for
|
215
|
+
# unit tests for repositories_container_container_remove_role
|
226
216
|
# Remove a role for this object from users/groups.
|
227
217
|
# @param container_container_repository_href
|
228
218
|
# @param nested_role
|
229
219
|
# @param [Hash] opts the optional parameters
|
230
220
|
# @return [NestedRoleResponse]
|
231
|
-
describe '
|
221
|
+
describe 'repositories_container_container_remove_role test' do
|
232
222
|
it 'should work' do
|
233
223
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
234
224
|
end
|
235
225
|
end
|
236
226
|
|
237
|
-
# unit tests for
|
227
|
+
# unit tests for repositories_container_container_sign
|
238
228
|
# Sign images in the repo
|
239
229
|
# Trigger an asynchronous task to sign content.
|
240
230
|
# @param container_container_repository_href
|
241
231
|
# @param repository_sign
|
242
232
|
# @param [Hash] opts the optional parameters
|
243
233
|
# @return [AsyncOperationResponse]
|
244
|
-
describe '
|
234
|
+
describe 'repositories_container_container_sign test' do
|
245
235
|
it 'should work' do
|
246
236
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
247
237
|
end
|
248
238
|
end
|
249
239
|
|
250
|
-
# unit tests for
|
240
|
+
# unit tests for repositories_container_container_sync
|
251
241
|
# Sync from a remote
|
252
242
|
# Trigger an asynchronous task to sync content.
|
253
243
|
# @param container_container_repository_href
|
254
244
|
# @param container_repository_sync_url
|
255
245
|
# @param [Hash] opts the optional parameters
|
256
246
|
# @return [AsyncOperationResponse]
|
257
|
-
describe '
|
247
|
+
describe 'repositories_container_container_sync test' do
|
258
248
|
it 'should work' do
|
259
249
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
260
250
|
end
|
261
251
|
end
|
262
252
|
|
263
|
-
# unit tests for
|
253
|
+
# unit tests for repositories_container_container_tag
|
264
254
|
# Create a Tag
|
265
255
|
# Trigger an asynchronous task to tag an image in the repository
|
266
256
|
# @param container_container_repository_href
|
267
257
|
# @param tag_image
|
268
258
|
# @param [Hash] opts the optional parameters
|
269
259
|
# @return [AsyncOperationResponse]
|
270
|
-
describe '
|
260
|
+
describe 'repositories_container_container_tag test' do
|
271
261
|
it 'should work' do
|
272
262
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
273
263
|
end
|
274
264
|
end
|
275
265
|
|
276
|
-
# unit tests for
|
266
|
+
# unit tests for repositories_container_container_untag
|
277
267
|
# Delete a tag
|
278
268
|
# Trigger an asynchronous task to untag an image in the repository
|
279
269
|
# @param container_container_repository_href
|
280
270
|
# @param un_tag_image
|
281
271
|
# @param [Hash] opts the optional parameters
|
282
272
|
# @return [AsyncOperationResponse]
|
283
|
-
describe '
|
273
|
+
describe 'repositories_container_container_untag test' do
|
284
274
|
it 'should work' do
|
285
275
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
286
276
|
end
|
287
277
|
end
|
288
278
|
|
289
|
-
# unit tests for
|
279
|
+
# unit tests for repositories_container_container_update
|
290
280
|
# Update a container repository
|
291
281
|
# Trigger an asynchronous update task
|
292
282
|
# @param container_container_repository_href
|
293
283
|
# @param container_container_repository
|
294
284
|
# @param [Hash] opts the optional parameters
|
295
285
|
# @return [AsyncOperationResponse]
|
296
|
-
describe '
|
286
|
+
describe 'repositories_container_container_update test' do
|
297
287
|
it 'should work' do
|
298
288
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
299
289
|
end
|