pulp_deb_client 2.9.1 → 2.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentGenericContentsApi.md +10 -10
  4. data/docs/ContentInstallerFileIndicesApi.md +14 -14
  5. data/docs/ContentInstallerPackagesApi.md +40 -40
  6. data/docs/ContentPackageIndicesApi.md +14 -14
  7. data/docs/ContentPackageReleaseComponentsApi.md +10 -10
  8. data/docs/ContentPackagesApi.md +42 -42
  9. data/docs/ContentReleaseArchitecturesApi.md +10 -10
  10. data/docs/ContentReleaseComponentsApi.md +10 -10
  11. data/docs/ContentReleaseFilesApi.md +14 -14
  12. data/docs/ContentReleasesApi.md +12 -12
  13. data/docs/ContentSummary.md +3 -3
  14. data/docs/ContentSummaryResponse.md +3 -3
  15. data/docs/DebAptDistribution.md +4 -0
  16. data/docs/DebAptDistributionResponse.md +4 -0
  17. data/docs/DebAptRemote.md +11 -1
  18. data/docs/DebAptRemoteResponse.md +7 -7
  19. data/docs/DebAptRepository.md +5 -1
  20. data/docs/DebAptRepositoryResponse.md +4 -0
  21. data/docs/DistributionsAptApi.md +20 -12
  22. data/docs/PatcheddebAptDistribution.md +4 -0
  23. data/docs/PatcheddebAptRemote.md +11 -1
  24. data/docs/PatcheddebAptRepository.md +5 -1
  25. data/docs/PublicationsAptApi.md +18 -14
  26. data/docs/PublicationsVerbatimApi.md +18 -14
  27. data/docs/RemotesAptApi.md +24 -16
  28. data/docs/RepositoriesAptApi.md +12 -4
  29. data/docs/RepositoriesDebVersionsApi.md +28 -28
  30. data/docs/RepositoryVersionResponse.md +2 -0
  31. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
  32. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
  33. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +43 -43
  34. data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
  35. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
  36. data/lib/pulp_deb_client/api/content_packages_api.rb +45 -45
  37. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
  38. data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
  39. data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
  40. data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
  41. data/lib/pulp_deb_client/api/distributions_apt_api.rb +26 -14
  42. data/lib/pulp_deb_client/api/publications_apt_api.rb +21 -15
  43. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +21 -15
  44. data/lib/pulp_deb_client/api/remotes_apt_api.rb +30 -18
  45. data/lib/pulp_deb_client/api/repositories_apt_api.rb +17 -5
  46. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +30 -30
  47. data/lib/pulp_deb_client/models/content_summary.rb +12 -6
  48. data/lib/pulp_deb_client/models/content_summary_response.rb +12 -6
  49. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +21 -1
  50. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
  51. data/lib/pulp_deb_client/models/deb_apt_remote.rb +56 -2
  52. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -32
  53. data/lib/pulp_deb_client/models/deb_apt_repository.rb +36 -1
  54. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +36 -1
  55. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +21 -1
  56. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +56 -2
  57. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +36 -1
  58. data/lib/pulp_deb_client/models/repository_version_response.rb +10 -1
  59. data/lib/pulp_deb_client/version.rb +1 -1
  60. data/spec/api/content_generic_contents_api_spec.rb +5 -5
  61. data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
  62. data/spec/api/content_installer_packages_api_spec.rb +20 -20
  63. data/spec/api/content_package_indices_api_spec.rb +7 -7
  64. data/spec/api/content_package_release_components_api_spec.rb +5 -5
  65. data/spec/api/content_packages_api_spec.rb +21 -21
  66. data/spec/api/content_release_architectures_api_spec.rb +5 -5
  67. data/spec/api/content_release_components_api_spec.rb +5 -5
  68. data/spec/api/content_release_files_api_spec.rb +7 -7
  69. data/spec/api/content_releases_api_spec.rb +6 -6
  70. data/spec/api/distributions_apt_api_spec.rb +10 -6
  71. data/spec/api/publications_apt_api_spec.rb +9 -7
  72. data/spec/api/publications_verbatim_api_spec.rb +9 -7
  73. data/spec/api/remotes_apt_api_spec.rb +12 -8
  74. data/spec/api/repositories_apt_api_spec.rb +6 -2
  75. data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
  76. data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
  77. data/spec/models/deb_apt_distribution_spec.rb +12 -0
  78. data/spec/models/deb_apt_remote_response_spec.rb +12 -12
  79. data/spec/models/deb_apt_remote_spec.rb +30 -0
  80. data/spec/models/deb_apt_repository_response_spec.rb +12 -0
  81. data/spec/models/deb_apt_repository_spec.rb +12 -0
  82. data/spec/models/patcheddeb_apt_distribution_spec.rb +12 -0
  83. data/spec/models/patcheddeb_apt_remote_spec.rb +30 -0
  84. data/spec/models/patcheddeb_apt_repository_spec.rb +12 -0
  85. data/spec/models/repository_version_response_spec.rb +6 -0
  86. metadata +56 -56
@@ -22,6 +22,8 @@ module PulpDebClient
22
22
 
23
23
  attr_accessor :number
24
24
 
25
+ attr_accessor :repository
26
+
25
27
  # A repository version whose content was used as the initial set of content for this repository version
26
28
  attr_accessor :base_version
27
29
 
@@ -34,6 +36,7 @@ module PulpDebClient
34
36
  :'pulp_href' => :'pulp_href',
35
37
  :'pulp_created' => :'pulp_created',
36
38
  :'number' => :'number',
39
+ :'repository' => :'repository',
37
40
  :'base_version' => :'base_version',
38
41
  :'content_summary' => :'content_summary'
39
42
  }
@@ -45,6 +48,7 @@ module PulpDebClient
45
48
  :'pulp_href' => :'String',
46
49
  :'pulp_created' => :'DateTime',
47
50
  :'number' => :'Integer',
51
+ :'repository' => :'String',
48
52
  :'base_version' => :'String',
49
53
  :'content_summary' => :'ContentSummaryResponse'
50
54
  }
@@ -83,6 +87,10 @@ module PulpDebClient
83
87
  self.number = attributes[:'number']
84
88
  end
85
89
 
90
+ if attributes.key?(:'repository')
91
+ self.repository = attributes[:'repository']
92
+ end
93
+
86
94
  if attributes.key?(:'base_version')
87
95
  self.base_version = attributes[:'base_version']
88
96
  end
@@ -113,6 +121,7 @@ module PulpDebClient
113
121
  pulp_href == o.pulp_href &&
114
122
  pulp_created == o.pulp_created &&
115
123
  number == o.number &&
124
+ repository == o.repository &&
116
125
  base_version == o.base_version &&
117
126
  content_summary == o.content_summary
118
127
  end
@@ -126,7 +135,7 @@ module PulpDebClient
126
135
  # Calculates hash code according to all attributes.
127
136
  # @return [Integer] Hash code
128
137
  def hash
129
- [pulp_href, pulp_created, number, base_version, content_summary].hash
138
+ [pulp_href, pulp_created, number, repository, base_version, content_summary].hash
130
139
  end
131
140
 
132
141
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpDebClient
14
- VERSION = '2.9.1'
14
+ VERSION = '2.12.0'
15
15
  end
@@ -54,11 +54,11 @@ describe 'ContentGenericContentsApi' do
54
54
  # @option opts [Integer] :limit Number of results to return per page.
55
55
  # @option opts [Integer] :offset The initial index from which to return the results.
56
56
  # @option opts [String] :ordering Which field to use when ordering the results.
57
- # @option opts [String] :relative_path relative_path
58
- # @option opts [String] :repository_version repository_version
59
- # @option opts [String] :repository_version_added repository_version_added
60
- # @option opts [String] :repository_version_removed repository_version_removed
61
- # @option opts [String] :sha256 sha256
57
+ # @option opts [String] :relative_path Filter results where relative_path matches value
58
+ # @option opts [String] :repository_version Repository Version referenced by HREF
59
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
60
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
61
+ # @option opts [String] :sha256 Filter results where sha256 matches value
62
62
  # @option opts [String] :fields A list of fields to include in the response.
63
63
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
64
64
  # @return [PaginateddebGenericContentResponseList]
@@ -48,16 +48,16 @@ describe 'ContentInstallerFileIndicesApi' do
48
48
  # List InstallerFileIndices
49
49
  # An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
50
50
  # @param [Hash] opts the optional parameters
51
- # @option opts [String] :architecture architecture
52
- # @option opts [String] :component component
51
+ # @option opts [String] :architecture Filter results where architecture matches value
52
+ # @option opts [String] :component Filter results where component matches value
53
53
  # @option opts [Integer] :limit Number of results to return per page.
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
55
  # @option opts [String] :ordering Which field to use when ordering the results.
56
- # @option opts [String] :relative_path relative_path
57
- # @option opts [String] :repository_version repository_version
58
- # @option opts [String] :repository_version_added repository_version_added
59
- # @option opts [String] :repository_version_removed repository_version_removed
60
- # @option opts [String] :sha256 sha256
56
+ # @option opts [String] :relative_path Filter results where relative_path matches value
57
+ # @option opts [String] :repository_version Repository Version referenced by HREF
58
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
59
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
60
+ # @option opts [String] :sha256 Filter results where sha256 matches value
61
61
  # @option opts [String] :fields A list of fields to include in the response.
62
62
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
63
  # @return [PaginateddebInstallerFileIndexResponseList]
@@ -51,29 +51,29 @@ describe 'ContentInstallerPackagesApi' do
51
51
  # List installer packages
52
52
  # An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
53
53
  # @param [Hash] opts the optional parameters
54
- # @option opts [String] :architecture architecture
55
- # @option opts [String] :auto_built_package auto_built_package
56
- # @option opts [String] :build_essential build_essential
57
- # @option opts [String] :built_using built_using
58
- # @option opts [String] :essential essential
59
- # @option opts [String] :installed_size installed_size
54
+ # @option opts [String] :architecture Filter results where architecture matches value
55
+ # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
56
+ # @option opts [Boolean] :build_essential Filter results where build_essential matches value
57
+ # @option opts [String] :built_using Filter results where built_using matches value
58
+ # @option opts [Boolean] :essential Filter results where essential matches value
59
+ # @option opts [Integer] :installed_size Filter results where installed_size matches value
60
60
  # @option opts [Integer] :limit Number of results to return per page.
61
- # @option opts [String] :maintainer maintainer
62
- # @option opts [String] :multi_arch multi_arch
61
+ # @option opts [String] :maintainer Filter results where maintainer matches value
62
+ # @option opts [String] :multi_arch Filter results where multi_arch matches value
63
63
  # @option opts [Integer] :offset The initial index from which to return the results.
64
64
  # @option opts [String] :ordering Which field to use when ordering the results.
65
- # @option opts [String] :origin origin
66
- # @option opts [String] :original_maintainer original_maintainer
67
- # @option opts [String] :package package
68
- # @option opts [String] :priority priority
69
- # @option opts [String] :repository_version repository_version
70
- # @option opts [String] :repository_version_added repository_version_added
71
- # @option opts [String] :repository_version_removed repository_version_removed
72
- # @option opts [String] :section section
73
- # @option opts [String] :sha256 sha256
74
- # @option opts [String] :source source
75
- # @option opts [String] :tag tag
76
- # @option opts [String] :version version
65
+ # @option opts [String] :origin Filter results where origin matches value
66
+ # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
67
+ # @option opts [String] :package Filter results where package matches value
68
+ # @option opts [String] :priority Filter results where priority matches value
69
+ # @option opts [String] :repository_version Repository Version referenced by HREF
70
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
71
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
72
+ # @option opts [String] :section Filter results where section matches value
73
+ # @option opts [String] :sha256 Filter results where sha256 matches value
74
+ # @option opts [String] :source Filter results where source matches value
75
+ # @option opts [String] :tag Filter results where tag matches value
76
+ # @option opts [String] :version Filter results where version matches value
77
77
  # @option opts [String] :fields A list of fields to include in the response.
78
78
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
79
79
  # @return [PaginateddebBasePackageResponseList]
@@ -48,16 +48,16 @@ describe 'ContentPackageIndicesApi' do
48
48
  # List PackageIndices
49
49
  # A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one 'Packages' file. May optionally include one or more of 'Packages.gz', 'Packages.xz', 'Release'. If included, the 'Release' file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Packages' files it needs when creating the publication. It does not make use of PackageIndex content.
50
50
  # @param [Hash] opts the optional parameters
51
- # @option opts [String] :architecture architecture
52
- # @option opts [String] :component component
51
+ # @option opts [String] :architecture Filter results where architecture matches value
52
+ # @option opts [String] :component Filter results where component matches value
53
53
  # @option opts [Integer] :limit Number of results to return per page.
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
55
  # @option opts [String] :ordering Which field to use when ordering the results.
56
- # @option opts [String] :relative_path relative_path
57
- # @option opts [String] :repository_version repository_version
58
- # @option opts [String] :repository_version_added repository_version_added
59
- # @option opts [String] :repository_version_removed repository_version_removed
60
- # @option opts [String] :sha256 sha256
56
+ # @option opts [String] :relative_path Filter results where relative_path matches value
57
+ # @option opts [String] :repository_version Repository Version referenced by HREF
58
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
59
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
60
+ # @option opts [String] :sha256 Filter results where sha256 matches value
61
61
  # @option opts [String] :fields A list of fields to include in the response.
62
62
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
63
  # @return [PaginateddebPackageIndexResponseList]
@@ -51,11 +51,11 @@ describe 'ContentPackageReleaseComponentsApi' do
51
51
  # @option opts [Integer] :limit Number of results to return per page.
52
52
  # @option opts [Integer] :offset The initial index from which to return the results.
53
53
  # @option opts [String] :ordering Which field to use when ordering the results.
54
- # @option opts [String] :package package
55
- # @option opts [String] :release_component release_component
56
- # @option opts [String] :repository_version repository_version
57
- # @option opts [String] :repository_version_added repository_version_added
58
- # @option opts [String] :repository_version_removed repository_version_removed
54
+ # @option opts [String] :package Filter results where package matches value
55
+ # @option opts [String] :release_component Filter results where release_component matches value
56
+ # @option opts [String] :repository_version Repository Version referenced by HREF
57
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
59
59
  # @option opts [String] :fields A list of fields to include in the response.
60
60
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
61
61
  # @return [PaginateddebPackageReleaseComponentResponseList]
@@ -51,30 +51,30 @@ describe 'ContentPackagesApi' do
51
51
  # List packages
52
52
  # A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
53
53
  # @param [Hash] opts the optional parameters
54
- # @option opts [String] :architecture architecture
55
- # @option opts [String] :auto_built_package auto_built_package
56
- # @option opts [String] :build_essential build_essential
57
- # @option opts [String] :built_using built_using
58
- # @option opts [String] :essential essential
59
- # @option opts [String] :installed_size installed_size
54
+ # @option opts [String] :architecture Filter results where architecture matches value
55
+ # @option opts [String] :auto_built_package Filter results where auto_built_package matches value
56
+ # @option opts [Boolean] :build_essential Filter results where build_essential matches value
57
+ # @option opts [String] :built_using Filter results where built_using matches value
58
+ # @option opts [Boolean] :essential Filter results where essential matches value
59
+ # @option opts [Integer] :installed_size Filter results where installed_size matches value
60
60
  # @option opts [Integer] :limit Number of results to return per page.
61
- # @option opts [String] :maintainer maintainer
62
- # @option opts [String] :multi_arch multi_arch
61
+ # @option opts [String] :maintainer Filter results where maintainer matches value
62
+ # @option opts [String] :multi_arch Filter results where multi_arch matches value
63
63
  # @option opts [Integer] :offset The initial index from which to return the results.
64
64
  # @option opts [String] :ordering Which field to use when ordering the results.
65
- # @option opts [String] :origin origin
66
- # @option opts [String] :original_maintainer original_maintainer
67
- # @option opts [String] :package package
68
- # @option opts [String] :priority priority
69
- # @option opts [String] :relative_path relative_path
70
- # @option opts [String] :repository_version repository_version
71
- # @option opts [String] :repository_version_added repository_version_added
72
- # @option opts [String] :repository_version_removed repository_version_removed
73
- # @option opts [String] :section section
74
- # @option opts [String] :sha256 sha256
75
- # @option opts [String] :source source
76
- # @option opts [String] :tag tag
77
- # @option opts [String] :version version
65
+ # @option opts [String] :origin Filter results where origin matches value
66
+ # @option opts [String] :original_maintainer Filter results where original_maintainer matches value
67
+ # @option opts [String] :package Filter results where package matches value
68
+ # @option opts [String] :priority Filter results where priority matches value
69
+ # @option opts [String] :relative_path Filter results where relative_path matches value
70
+ # @option opts [String] :repository_version Repository Version referenced by HREF
71
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
72
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
73
+ # @option opts [String] :section Filter results where section matches value
74
+ # @option opts [String] :sha256 Filter results where sha256 matches value
75
+ # @option opts [String] :source Filter results where source matches value
76
+ # @option opts [String] :tag Filter results where tag matches value
77
+ # @option opts [String] :version Filter results where version matches value
78
78
  # @option opts [String] :fields A list of fields to include in the response.
79
79
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginateddebBasePackageResponseList]
@@ -48,14 +48,14 @@ describe 'ContentReleaseArchitecturesApi' do
48
48
  # List release architectures
49
49
  # A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
50
50
  # @param [Hash] opts the optional parameters
51
- # @option opts [String] :architecture architecture
51
+ # @option opts [String] :architecture Filter results where architecture matches value
52
52
  # @option opts [Integer] :limit Number of results to return per page.
53
53
  # @option opts [Integer] :offset The initial index from which to return the results.
54
54
  # @option opts [String] :ordering Which field to use when ordering the results.
55
- # @option opts [String] :release release
56
- # @option opts [String] :repository_version repository_version
57
- # @option opts [String] :repository_version_added repository_version_added
58
- # @option opts [String] :repository_version_removed repository_version_removed
55
+ # @option opts [String] :release Filter results where release matches value
56
+ # @option opts [String] :repository_version Repository Version referenced by HREF
57
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
59
59
  # @option opts [String] :fields A list of fields to include in the response.
60
60
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
61
61
  # @return [PaginateddebReleaseArchitectureResponseList]
@@ -48,14 +48,14 @@ describe 'ContentReleaseComponentsApi' do
48
48
  # List release components
49
49
  # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata. Every ReleaseComponent is always associated with exactly one Release. This indicates that the release/distribution in question contains this component.
50
50
  # @param [Hash] opts the optional parameters
51
- # @option opts [String] :component component
51
+ # @option opts [String] :component Filter results where component matches value
52
52
  # @option opts [Integer] :limit Number of results to return per page.
53
53
  # @option opts [Integer] :offset The initial index from which to return the results.
54
54
  # @option opts [String] :ordering Which field to use when ordering the results.
55
- # @option opts [String] :release release
56
- # @option opts [String] :repository_version repository_version
57
- # @option opts [String] :repository_version_added repository_version_added
58
- # @option opts [String] :repository_version_removed repository_version_removed
55
+ # @option opts [String] :release Filter results where release matches value
56
+ # @option opts [String] :repository_version Repository Version referenced by HREF
57
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
59
59
  # @option opts [String] :fields A list of fields to include in the response.
60
60
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
61
61
  # @return [PaginateddebReleaseComponentResponseList]
@@ -48,16 +48,16 @@ describe 'ContentReleaseFilesApi' do
48
48
  # List release files
49
49
  # A ReleaseFile represents the Release file(s) from a single APT distribution. Associated artifacts: At least one of 'Release' and 'InRelease' file. If the 'Release' file is present, then there may also be a 'Release.gpg' detached signature file for it. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Release' files it needs when creating the publication. It does not make use of ReleaseFile content.
50
50
  # @param [Hash] opts the optional parameters
51
- # @option opts [String] :codename codename
51
+ # @option opts [String] :codename Filter results where codename matches value
52
52
  # @option opts [Integer] :limit Number of results to return per page.
53
53
  # @option opts [Integer] :offset The initial index from which to return the results.
54
54
  # @option opts [String] :ordering Which field to use when ordering the results.
55
- # @option opts [String] :relative_path relative_path
56
- # @option opts [String] :repository_version repository_version
57
- # @option opts [String] :repository_version_added repository_version_added
58
- # @option opts [String] :repository_version_removed repository_version_removed
59
- # @option opts [String] :sha256 sha256
60
- # @option opts [String] :suite suite
55
+ # @option opts [String] :relative_path Filter results where relative_path matches value
56
+ # @option opts [String] :repository_version Repository Version referenced by HREF
57
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
59
+ # @option opts [String] :sha256 Filter results where sha256 matches value
60
+ # @option opts [String] :suite Filter results where suite matches value
61
61
  # @option opts [String] :fields A list of fields to include in the response.
62
62
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
63
  # @return [PaginateddebReleaseFileResponseList]
@@ -48,15 +48,15 @@ describe 'ContentReleasesApi' do
48
48
  # List releases
49
49
  # A Release represents a single APT release/distribution. Associated artifacts: None; contains only metadata. Note that in the context of the \"Release content\", the terms \"distribution\" and \"release\" are synonyms. An \"APT repository release/distribution\" is associated with a single 'Release' file below the 'dists/' folder. The \"distribution\" refers to the path between 'dists/' and the 'Release' file. The \"distribution\" could be considered the name of the \"release\". It is often (but not always) equal to the \"codename\" or \"suite\".
50
50
  # @param [Hash] opts the optional parameters
51
- # @option opts [String] :codename codename
52
- # @option opts [String] :distribution distribution
51
+ # @option opts [String] :codename Filter results where codename matches value
52
+ # @option opts [String] :distribution Filter results where distribution matches value
53
53
  # @option opts [Integer] :limit Number of results to return per page.
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
55
  # @option opts [String] :ordering Which field to use when ordering the results.
56
- # @option opts [String] :repository_version repository_version
57
- # @option opts [String] :repository_version_added repository_version_added
58
- # @option opts [String] :repository_version_removed repository_version_removed
59
- # @option opts [String] :suite suite
56
+ # @option opts [String] :repository_version Repository Version referenced by HREF
57
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
59
+ # @option opts [String] :suite Filter results where suite matches value
60
60
  # @option opts [String] :fields A list of fields to include in the response.
61
61
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
62
62
  # @return [PaginateddebReleaseResponseList]
@@ -60,15 +60,19 @@ describe 'DistributionsAptApi' do
60
60
  # List apt distributions
61
61
  # An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
62
62
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :base_path base_path
64
- # @option opts [String] :base_path__contains base_path__contains
65
- # @option opts [String] :base_path__icontains base_path__icontains
66
- # @option opts [String] :base_path__in base_path__in
63
+ # @option opts [String] :base_path
64
+ # @option opts [String] :base_path__contains Filter results where base_path contains value
65
+ # @option opts [String] :base_path__icontains Filter results where base_path contains value
66
+ # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
67
67
  # @option opts [Integer] :limit Number of results to return per page.
68
- # @option opts [String] :name name
69
- # @option opts [String] :name__in name__in
68
+ # @option opts [String] :name
69
+ # @option opts [String] :name__contains Filter results where name contains value
70
+ # @option opts [String] :name__icontains Filter results where name contains value
71
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
72
+ # @option opts [String] :name__startswith Filter results where name starts with value
70
73
  # @option opts [Integer] :offset The initial index from which to return the results.
71
74
  # @option opts [String] :ordering Which field to use when ordering the results.
75
+ # @option opts [String] :pulp_label_select Filter labels by search string
72
76
  # @option opts [String] :fields A list of fields to include in the response.
73
77
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
74
78
  # @return [PaginateddebAptDistributionResponseList]
@@ -60,16 +60,18 @@ describe 'PublicationsAptApi' do
60
60
  # List apt publications
61
61
  # An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include &#39;.deb&#39; packages that were manually uploaded to the relevant AptRepository, users must use &#39;simple&#x3D;true&#39;. Conversely, &#39;structured&#x3D;true&#39; is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
62
62
  # @param [Hash] opts the optional parameters
63
+ # @option opts [String] :content Content Unit referenced by HREF
64
+ # @option opts [String] :content__in Content Unit referenced by HREF
63
65
  # @option opts [Integer] :limit Number of results to return per page.
64
66
  # @option opts [Integer] :offset The initial index from which to return the results.
65
67
  # @option opts [String] :ordering Which field to use when ordering the results.
66
- # @option opts [String] :pulp_created pulp_created
67
- # @option opts [String] :pulp_created__gt pulp_created__gt
68
- # @option opts [String] :pulp_created__gte pulp_created__gte
69
- # @option opts [String] :pulp_created__lt pulp_created__lt
70
- # @option opts [String] :pulp_created__lte pulp_created__lte
71
- # @option opts [String] :pulp_created__range pulp_created__range
72
- # @option opts [String] :repository_version repository_version
68
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
69
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
70
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
71
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
72
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
73
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
74
+ # @option opts [String] :repository_version Repository Version referenced by HREF
73
75
  # @option opts [String] :fields A list of fields to include in the response.
74
76
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
77
  # @return [PaginateddebAptPublicationResponseList]
@@ -60,16 +60,18 @@ describe 'PublicationsVerbatimApi' do
60
60
  # List verbatim publications
61
61
  # An VerbatimPublication is the Pulp-internal representation of a \&quot;mirrored\&quot; AptRepositoryVersion. In other words, the verbatim publisher will recreate the synced subset of some a APT repository using the exact same metadata files and signatures as used by the upstream original. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
62
62
  # @param [Hash] opts the optional parameters
63
+ # @option opts [String] :content Content Unit referenced by HREF
64
+ # @option opts [String] :content__in Content Unit referenced by HREF
63
65
  # @option opts [Integer] :limit Number of results to return per page.
64
66
  # @option opts [Integer] :offset The initial index from which to return the results.
65
67
  # @option opts [String] :ordering Which field to use when ordering the results.
66
- # @option opts [String] :pulp_created pulp_created
67
- # @option opts [String] :pulp_created__gt pulp_created__gt
68
- # @option opts [String] :pulp_created__gte pulp_created__gte
69
- # @option opts [String] :pulp_created__lt pulp_created__lt
70
- # @option opts [String] :pulp_created__lte pulp_created__lte
71
- # @option opts [String] :pulp_created__range pulp_created__range
72
- # @option opts [String] :repository_version repository_version
68
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
69
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
70
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
71
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
72
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
73
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
74
+ # @option opts [String] :repository_version Repository Version referenced by HREF
73
75
  # @option opts [String] :fields A list of fields to include in the response.
74
76
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
77
  # @return [PaginateddebVerbatimPublicationResponseList]
@@ -61,16 +61,20 @@ describe 'RemotesAptApi' do
61
61
  # An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name name
65
- # @option opts [String] :name__in name__in
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
+ # @option opts [String] :name__startswith Filter results where name starts with value
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [String] :ordering Which field to use when ordering the results.
68
- # @option opts [String] :pulp_last_updated pulp_last_updated
69
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
70
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
71
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
72
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
73
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
71
+ # @option opts [String] :pulp_label_select Filter labels by search string
72
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
73
+ # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
74
+ # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
75
+ # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
76
+ # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
77
+ # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
74
78
  # @option opts [String] :fields A list of fields to include in the response.
75
79
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
76
80
  # @return [PaginateddebAptRemoteResponseList]