pulp

package
v0.0.0-...-4628296 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2025 License: MIT Imports: 27 Imported by: 0

Documentation

Overview

Package pulp implements routines for Edge API to interact with the Pulp OSTree service.

The Turnpike Content Guard enables cert-based communication between services and the Pulp service.

Package pulp provides primitives to interact with the openapi HTTP API.

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.3.0 DO NOT EDIT.

Index

Constants

View Source
const (
	BasicAuthScopes                         = "basicAuth.Scopes"
	CookieAuthScopes                        = "cookieAuth.Scopes"
	Json_header_remote_authenticationScopes = "json_header_remote_authentication.Scopes"
)
View Source
const FileRepositoryName = "edge-tar-uploads"
View Source
const JQOrgID = ".identity.org_id"
View Source
const TurnpikeGuardName = "ostree_turnpike_guard"
View Source
const TurnpikeJQFilter = ".identity.x509.subject_dn"

Variables

View Source
var DefaultPageSize = 1000

DefaultPageSize is the default page size for listing resources. If a request returns more than this limit, an error is returned and proper pagination must be implemented. Chances are, we might not need to do this at all.

View Source
var ErrArtifactExists = errors.New("artifact already exists")
View Source
var ErrDomainEmpty = errors.New("domain cannot be empty")
View Source
var ErrRecordNotFound = errors.New("record not found")

Functions

func NewArtifactsCreateRequestWithBody

func NewArtifactsCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewArtifactsCreateRequestWithBody generates requests for ArtifactsCreate with any type of body

func NewArtifactsCreateRequestWithFormdataBody

func NewArtifactsCreateRequestWithFormdataBody(server string, pulpDomain string, body ArtifactsCreateFormdataRequestBody) (*http.Request, error)

NewArtifactsCreateRequestWithFormdataBody calls the generic ArtifactsCreate builder with application/x-www-form-urlencoded body

func NewArtifactsDeleteRequest

func NewArtifactsDeleteRequest(server string, pulpDomain string, pulpId openapi_types.UUID) (*http.Request, error)

NewArtifactsDeleteRequest generates requests for ArtifactsDelete

func NewArtifactsListRequest

func NewArtifactsListRequest(server string, pulpDomain string, params *ArtifactsListParams) (*http.Request, error)

NewArtifactsListRequest generates requests for ArtifactsList

func NewArtifactsReadRequest

func NewArtifactsReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ArtifactsReadParams) (*http.Request, error)

NewArtifactsReadRequest generates requests for ArtifactsRead

func NewContentFileFilesCreateRequestWithBody

func NewContentFileFilesCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewContentFileFilesCreateRequestWithBody generates requests for ContentFileFilesCreate with any type of body

func NewContentFileFilesCreateRequestWithFormdataBody

func NewContentFileFilesCreateRequestWithFormdataBody(server string, pulpDomain string, body ContentFileFilesCreateFormdataRequestBody) (*http.Request, error)

NewContentFileFilesCreateRequestWithFormdataBody calls the generic ContentFileFilesCreate builder with application/x-www-form-urlencoded body

func NewContentFileFilesListRequest

func NewContentFileFilesListRequest(server string, pulpDomain string, params *ContentFileFilesListParams) (*http.Request, error)

NewContentFileFilesListRequest generates requests for ContentFileFilesList

func NewContentFileFilesReadRequest

func NewContentFileFilesReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentFileFilesReadParams) (*http.Request, error)

NewContentFileFilesReadRequest generates requests for ContentFileFilesRead

func NewContentOstreeContentCreateRequest

func NewContentOstreeContentCreateRequest(server string, pulpDomain string, body ContentOstreeContentCreateJSONRequestBody) (*http.Request, error)

NewContentOstreeContentCreateRequest calls the generic ContentOstreeContentCreate builder with application/json body

func NewContentOstreeContentCreateRequestWithBody

func NewContentOstreeContentCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewContentOstreeContentCreateRequestWithBody generates requests for ContentOstreeContentCreate with any type of body

func NewContentOstreeContentCreateRequestWithFormdataBody

func NewContentOstreeContentCreateRequestWithFormdataBody(server string, pulpDomain string, body ContentOstreeContentCreateFormdataRequestBody) (*http.Request, error)

NewContentOstreeContentCreateRequestWithFormdataBody calls the generic ContentOstreeContentCreate builder with application/x-www-form-urlencoded body

func NewContentOstreeContentListRequest

func NewContentOstreeContentListRequest(server string, pulpDomain string, params *ContentOstreeContentListParams) (*http.Request, error)

NewContentOstreeContentListRequest generates requests for ContentOstreeContentList

func NewContentOstreeContentReadRequest

func NewContentOstreeContentReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentOstreeContentReadParams) (*http.Request, error)

NewContentOstreeContentReadRequest generates requests for ContentOstreeContentRead

func NewContentguardsCoreCompositeAddRoleRequest

func NewContentguardsCoreCompositeAddRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleJSONRequestBody) (*http.Request, error)

NewContentguardsCoreCompositeAddRoleRequest calls the generic ContentguardsCoreCompositeAddRole builder with application/json body

func NewContentguardsCoreCompositeAddRoleRequestWithBody

func NewContentguardsCoreCompositeAddRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreCompositeAddRoleRequestWithBody generates requests for ContentguardsCoreCompositeAddRole with any type of body

func NewContentguardsCoreCompositeAddRoleRequestWithFormdataBody

func NewContentguardsCoreCompositeAddRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreCompositeAddRoleRequestWithFormdataBody calls the generic ContentguardsCoreCompositeAddRole builder with application/x-www-form-urlencoded body

func NewContentguardsCoreCompositeCreateRequest

func NewContentguardsCoreCompositeCreateRequest(server string, pulpDomain string, body ContentguardsCoreCompositeCreateJSONRequestBody) (*http.Request, error)

NewContentguardsCoreCompositeCreateRequest calls the generic ContentguardsCoreCompositeCreate builder with application/json body

func NewContentguardsCoreCompositeCreateRequestWithBody

func NewContentguardsCoreCompositeCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreCompositeCreateRequestWithBody generates requests for ContentguardsCoreCompositeCreate with any type of body

func NewContentguardsCoreCompositeCreateRequestWithFormdataBody

func NewContentguardsCoreCompositeCreateRequestWithFormdataBody(server string, pulpDomain string, body ContentguardsCoreCompositeCreateFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreCompositeCreateRequestWithFormdataBody calls the generic ContentguardsCoreCompositeCreate builder with application/x-www-form-urlencoded body

func NewContentguardsCoreCompositeDeleteRequest

func NewContentguardsCoreCompositeDeleteRequest(server string, pulpDomain string, pulpId openapi_types.UUID) (*http.Request, error)

NewContentguardsCoreCompositeDeleteRequest generates requests for ContentguardsCoreCompositeDelete

func NewContentguardsCoreCompositeListRequest

func NewContentguardsCoreCompositeListRequest(server string, pulpDomain string, params *ContentguardsCoreCompositeListParams) (*http.Request, error)

NewContentguardsCoreCompositeListRequest generates requests for ContentguardsCoreCompositeList

func NewContentguardsCoreCompositeListRolesRequest

func NewContentguardsCoreCompositeListRolesRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeListRolesParams) (*http.Request, error)

NewContentguardsCoreCompositeListRolesRequest generates requests for ContentguardsCoreCompositeListRoles

func NewContentguardsCoreCompositeMyPermissionsRequest

func NewContentguardsCoreCompositeMyPermissionsRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeMyPermissionsParams) (*http.Request, error)

NewContentguardsCoreCompositeMyPermissionsRequest generates requests for ContentguardsCoreCompositeMyPermissions

func NewContentguardsCoreCompositePartialUpdateRequest

func NewContentguardsCoreCompositePartialUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositePartialUpdateJSONRequestBody) (*http.Request, error)

NewContentguardsCoreCompositePartialUpdateRequest calls the generic ContentguardsCoreCompositePartialUpdate builder with application/json body

func NewContentguardsCoreCompositePartialUpdateRequestWithBody

func NewContentguardsCoreCompositePartialUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreCompositePartialUpdateRequestWithBody generates requests for ContentguardsCoreCompositePartialUpdate with any type of body

func NewContentguardsCoreCompositePartialUpdateRequestWithFormdataBody

func NewContentguardsCoreCompositePartialUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositePartialUpdateFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreCompositePartialUpdateRequestWithFormdataBody calls the generic ContentguardsCoreCompositePartialUpdate builder with application/x-www-form-urlencoded body

func NewContentguardsCoreCompositeReadRequest

func NewContentguardsCoreCompositeReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeReadParams) (*http.Request, error)

NewContentguardsCoreCompositeReadRequest generates requests for ContentguardsCoreCompositeRead

func NewContentguardsCoreCompositeRemoveRoleRequest

func NewContentguardsCoreCompositeRemoveRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleJSONRequestBody) (*http.Request, error)

NewContentguardsCoreCompositeRemoveRoleRequest calls the generic ContentguardsCoreCompositeRemoveRole builder with application/json body

func NewContentguardsCoreCompositeRemoveRoleRequestWithBody

func NewContentguardsCoreCompositeRemoveRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreCompositeRemoveRoleRequestWithBody generates requests for ContentguardsCoreCompositeRemoveRole with any type of body

func NewContentguardsCoreCompositeRemoveRoleRequestWithFormdataBody

func NewContentguardsCoreCompositeRemoveRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreCompositeRemoveRoleRequestWithFormdataBody calls the generic ContentguardsCoreCompositeRemoveRole builder with application/x-www-form-urlencoded body

func NewContentguardsCoreCompositeUpdateRequest

func NewContentguardsCoreCompositeUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateJSONRequestBody) (*http.Request, error)

NewContentguardsCoreCompositeUpdateRequest calls the generic ContentguardsCoreCompositeUpdate builder with application/json body

func NewContentguardsCoreCompositeUpdateRequestWithBody

func NewContentguardsCoreCompositeUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreCompositeUpdateRequestWithBody generates requests for ContentguardsCoreCompositeUpdate with any type of body

func NewContentguardsCoreCompositeUpdateRequestWithFormdataBody

func NewContentguardsCoreCompositeUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreCompositeUpdateRequestWithFormdataBody calls the generic ContentguardsCoreCompositeUpdate builder with application/x-www-form-urlencoded body

func NewContentguardsCoreHeaderAddRoleRequest

func NewContentguardsCoreHeaderAddRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleJSONRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderAddRoleRequest calls the generic ContentguardsCoreHeaderAddRole builder with application/json body

func NewContentguardsCoreHeaderAddRoleRequestWithBody

func NewContentguardsCoreHeaderAddRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreHeaderAddRoleRequestWithBody generates requests for ContentguardsCoreHeaderAddRole with any type of body

func NewContentguardsCoreHeaderAddRoleRequestWithFormdataBody

func NewContentguardsCoreHeaderAddRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderAddRoleRequestWithFormdataBody calls the generic ContentguardsCoreHeaderAddRole builder with application/x-www-form-urlencoded body

func NewContentguardsCoreHeaderCreateRequest

func NewContentguardsCoreHeaderCreateRequest(server string, pulpDomain string, body ContentguardsCoreHeaderCreateJSONRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderCreateRequest calls the generic ContentguardsCoreHeaderCreate builder with application/json body

func NewContentguardsCoreHeaderCreateRequestWithBody

func NewContentguardsCoreHeaderCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreHeaderCreateRequestWithBody generates requests for ContentguardsCoreHeaderCreate with any type of body

func NewContentguardsCoreHeaderCreateRequestWithFormdataBody

func NewContentguardsCoreHeaderCreateRequestWithFormdataBody(server string, pulpDomain string, body ContentguardsCoreHeaderCreateFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderCreateRequestWithFormdataBody calls the generic ContentguardsCoreHeaderCreate builder with application/x-www-form-urlencoded body

func NewContentguardsCoreHeaderDeleteRequest

func NewContentguardsCoreHeaderDeleteRequest(server string, pulpDomain string, pulpId openapi_types.UUID) (*http.Request, error)

NewContentguardsCoreHeaderDeleteRequest generates requests for ContentguardsCoreHeaderDelete

func NewContentguardsCoreHeaderListRequest

func NewContentguardsCoreHeaderListRequest(server string, pulpDomain string, params *ContentguardsCoreHeaderListParams) (*http.Request, error)

NewContentguardsCoreHeaderListRequest generates requests for ContentguardsCoreHeaderList

func NewContentguardsCoreHeaderListRolesRequest

func NewContentguardsCoreHeaderListRolesRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderListRolesParams) (*http.Request, error)

NewContentguardsCoreHeaderListRolesRequest generates requests for ContentguardsCoreHeaderListRoles

func NewContentguardsCoreHeaderMyPermissionsRequest

func NewContentguardsCoreHeaderMyPermissionsRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderMyPermissionsParams) (*http.Request, error)

NewContentguardsCoreHeaderMyPermissionsRequest generates requests for ContentguardsCoreHeaderMyPermissions

func NewContentguardsCoreHeaderPartialUpdateRequest

func NewContentguardsCoreHeaderPartialUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateJSONRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderPartialUpdateRequest calls the generic ContentguardsCoreHeaderPartialUpdate builder with application/json body

func NewContentguardsCoreHeaderPartialUpdateRequestWithBody

func NewContentguardsCoreHeaderPartialUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreHeaderPartialUpdateRequestWithBody generates requests for ContentguardsCoreHeaderPartialUpdate with any type of body

func NewContentguardsCoreHeaderPartialUpdateRequestWithFormdataBody

func NewContentguardsCoreHeaderPartialUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderPartialUpdateRequestWithFormdataBody calls the generic ContentguardsCoreHeaderPartialUpdate builder with application/x-www-form-urlencoded body

func NewContentguardsCoreHeaderReadRequest

func NewContentguardsCoreHeaderReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderReadParams) (*http.Request, error)

NewContentguardsCoreHeaderReadRequest generates requests for ContentguardsCoreHeaderRead

func NewContentguardsCoreHeaderRemoveRoleRequest

func NewContentguardsCoreHeaderRemoveRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleJSONRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderRemoveRoleRequest calls the generic ContentguardsCoreHeaderRemoveRole builder with application/json body

func NewContentguardsCoreHeaderRemoveRoleRequestWithBody

func NewContentguardsCoreHeaderRemoveRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreHeaderRemoveRoleRequestWithBody generates requests for ContentguardsCoreHeaderRemoveRole with any type of body

func NewContentguardsCoreHeaderRemoveRoleRequestWithFormdataBody

func NewContentguardsCoreHeaderRemoveRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderRemoveRoleRequestWithFormdataBody calls the generic ContentguardsCoreHeaderRemoveRole builder with application/x-www-form-urlencoded body

func NewContentguardsCoreHeaderUpdateRequest

func NewContentguardsCoreHeaderUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateJSONRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderUpdateRequest calls the generic ContentguardsCoreHeaderUpdate builder with application/json body

func NewContentguardsCoreHeaderUpdateRequestWithBody

func NewContentguardsCoreHeaderUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreHeaderUpdateRequestWithBody generates requests for ContentguardsCoreHeaderUpdate with any type of body

func NewContentguardsCoreHeaderUpdateRequestWithFormdataBody

func NewContentguardsCoreHeaderUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreHeaderUpdateRequestWithFormdataBody calls the generic ContentguardsCoreHeaderUpdate builder with application/x-www-form-urlencoded body

func NewContentguardsCoreRbacAddRoleRequest

func NewContentguardsCoreRbacAddRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleJSONRequestBody) (*http.Request, error)

NewContentguardsCoreRbacAddRoleRequest calls the generic ContentguardsCoreRbacAddRole builder with application/json body

func NewContentguardsCoreRbacAddRoleRequestWithBody

func NewContentguardsCoreRbacAddRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreRbacAddRoleRequestWithBody generates requests for ContentguardsCoreRbacAddRole with any type of body

func NewContentguardsCoreRbacAddRoleRequestWithFormdataBody

func NewContentguardsCoreRbacAddRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreRbacAddRoleRequestWithFormdataBody calls the generic ContentguardsCoreRbacAddRole builder with application/x-www-form-urlencoded body

func NewContentguardsCoreRbacCreateRequest

func NewContentguardsCoreRbacCreateRequest(server string, pulpDomain string, body ContentguardsCoreRbacCreateJSONRequestBody) (*http.Request, error)

NewContentguardsCoreRbacCreateRequest calls the generic ContentguardsCoreRbacCreate builder with application/json body

func NewContentguardsCoreRbacCreateRequestWithBody

func NewContentguardsCoreRbacCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreRbacCreateRequestWithBody generates requests for ContentguardsCoreRbacCreate with any type of body

func NewContentguardsCoreRbacCreateRequestWithFormdataBody

func NewContentguardsCoreRbacCreateRequestWithFormdataBody(server string, pulpDomain string, body ContentguardsCoreRbacCreateFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreRbacCreateRequestWithFormdataBody calls the generic ContentguardsCoreRbacCreate builder with application/x-www-form-urlencoded body

func NewContentguardsCoreRbacDeleteRequest

func NewContentguardsCoreRbacDeleteRequest(server string, pulpDomain string, pulpId openapi_types.UUID) (*http.Request, error)

NewContentguardsCoreRbacDeleteRequest generates requests for ContentguardsCoreRbacDelete

func NewContentguardsCoreRbacListRequest

func NewContentguardsCoreRbacListRequest(server string, pulpDomain string, params *ContentguardsCoreRbacListParams) (*http.Request, error)

NewContentguardsCoreRbacListRequest generates requests for ContentguardsCoreRbacList

func NewContentguardsCoreRbacListRolesRequest

func NewContentguardsCoreRbacListRolesRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacListRolesParams) (*http.Request, error)

NewContentguardsCoreRbacListRolesRequest generates requests for ContentguardsCoreRbacListRoles

func NewContentguardsCoreRbacMyPermissionsRequest

func NewContentguardsCoreRbacMyPermissionsRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacMyPermissionsParams) (*http.Request, error)

NewContentguardsCoreRbacMyPermissionsRequest generates requests for ContentguardsCoreRbacMyPermissions

func NewContentguardsCoreRbacPartialUpdateRequest

func NewContentguardsCoreRbacPartialUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateJSONRequestBody) (*http.Request, error)

NewContentguardsCoreRbacPartialUpdateRequest calls the generic ContentguardsCoreRbacPartialUpdate builder with application/json body

func NewContentguardsCoreRbacPartialUpdateRequestWithBody

func NewContentguardsCoreRbacPartialUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreRbacPartialUpdateRequestWithBody generates requests for ContentguardsCoreRbacPartialUpdate with any type of body

func NewContentguardsCoreRbacPartialUpdateRequestWithFormdataBody

func NewContentguardsCoreRbacPartialUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreRbacPartialUpdateRequestWithFormdataBody calls the generic ContentguardsCoreRbacPartialUpdate builder with application/x-www-form-urlencoded body

func NewContentguardsCoreRbacReadRequest

func NewContentguardsCoreRbacReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacReadParams) (*http.Request, error)

NewContentguardsCoreRbacReadRequest generates requests for ContentguardsCoreRbacRead

func NewContentguardsCoreRbacRemoveRoleRequest

func NewContentguardsCoreRbacRemoveRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleJSONRequestBody) (*http.Request, error)

NewContentguardsCoreRbacRemoveRoleRequest calls the generic ContentguardsCoreRbacRemoveRole builder with application/json body

func NewContentguardsCoreRbacRemoveRoleRequestWithBody

func NewContentguardsCoreRbacRemoveRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreRbacRemoveRoleRequestWithBody generates requests for ContentguardsCoreRbacRemoveRole with any type of body

func NewContentguardsCoreRbacRemoveRoleRequestWithFormdataBody

func NewContentguardsCoreRbacRemoveRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreRbacRemoveRoleRequestWithFormdataBody calls the generic ContentguardsCoreRbacRemoveRole builder with application/x-www-form-urlencoded body

func NewContentguardsCoreRbacUpdateRequest

func NewContentguardsCoreRbacUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateJSONRequestBody) (*http.Request, error)

NewContentguardsCoreRbacUpdateRequest calls the generic ContentguardsCoreRbacUpdate builder with application/json body

func NewContentguardsCoreRbacUpdateRequestWithBody

func NewContentguardsCoreRbacUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewContentguardsCoreRbacUpdateRequestWithBody generates requests for ContentguardsCoreRbacUpdate with any type of body

func NewContentguardsCoreRbacUpdateRequestWithFormdataBody

func NewContentguardsCoreRbacUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateFormdataRequestBody) (*http.Request, error)

NewContentguardsCoreRbacUpdateRequestWithFormdataBody calls the generic ContentguardsCoreRbacUpdate builder with application/x-www-form-urlencoded body

func NewDistributionsOstreeOstreeAddRoleRequest

func NewDistributionsOstreeOstreeAddRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleJSONRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeAddRoleRequest calls the generic DistributionsOstreeOstreeAddRole builder with application/json body

func NewDistributionsOstreeOstreeAddRoleRequestWithBody

func NewDistributionsOstreeOstreeAddRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDistributionsOstreeOstreeAddRoleRequestWithBody generates requests for DistributionsOstreeOstreeAddRole with any type of body

func NewDistributionsOstreeOstreeAddRoleRequestWithFormdataBody

func NewDistributionsOstreeOstreeAddRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleFormdataRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeAddRoleRequestWithFormdataBody calls the generic DistributionsOstreeOstreeAddRole builder with application/x-www-form-urlencoded body

func NewDistributionsOstreeOstreeCreateRequest

func NewDistributionsOstreeOstreeCreateRequest(server string, pulpDomain string, body DistributionsOstreeOstreeCreateJSONRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeCreateRequest calls the generic DistributionsOstreeOstreeCreate builder with application/json body

func NewDistributionsOstreeOstreeCreateRequestWithBody

func NewDistributionsOstreeOstreeCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewDistributionsOstreeOstreeCreateRequestWithBody generates requests for DistributionsOstreeOstreeCreate with any type of body

func NewDistributionsOstreeOstreeCreateRequestWithFormdataBody

func NewDistributionsOstreeOstreeCreateRequestWithFormdataBody(server string, pulpDomain string, body DistributionsOstreeOstreeCreateFormdataRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeCreateRequestWithFormdataBody calls the generic DistributionsOstreeOstreeCreate builder with application/x-www-form-urlencoded body

func NewDistributionsOstreeOstreeDeleteRequest

func NewDistributionsOstreeOstreeDeleteRequest(server string, pulpDomain string, pulpId openapi_types.UUID) (*http.Request, error)

NewDistributionsOstreeOstreeDeleteRequest generates requests for DistributionsOstreeOstreeDelete

func NewDistributionsOstreeOstreeListRequest

func NewDistributionsOstreeOstreeListRequest(server string, pulpDomain string, params *DistributionsOstreeOstreeListParams) (*http.Request, error)

NewDistributionsOstreeOstreeListRequest generates requests for DistributionsOstreeOstreeList

func NewDistributionsOstreeOstreeListRolesRequest

func NewDistributionsOstreeOstreeListRolesRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeListRolesParams) (*http.Request, error)

NewDistributionsOstreeOstreeListRolesRequest generates requests for DistributionsOstreeOstreeListRoles

func NewDistributionsOstreeOstreeMyPermissionsRequest

func NewDistributionsOstreeOstreeMyPermissionsRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeMyPermissionsParams) (*http.Request, error)

NewDistributionsOstreeOstreeMyPermissionsRequest generates requests for DistributionsOstreeOstreeMyPermissions

func NewDistributionsOstreeOstreePartialUpdateRequest

func NewDistributionsOstreeOstreePartialUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateJSONRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreePartialUpdateRequest calls the generic DistributionsOstreeOstreePartialUpdate builder with application/json body

func NewDistributionsOstreeOstreePartialUpdateRequestWithBody

func NewDistributionsOstreeOstreePartialUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDistributionsOstreeOstreePartialUpdateRequestWithBody generates requests for DistributionsOstreeOstreePartialUpdate with any type of body

func NewDistributionsOstreeOstreePartialUpdateRequestWithFormdataBody

func NewDistributionsOstreeOstreePartialUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateFormdataRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreePartialUpdateRequestWithFormdataBody calls the generic DistributionsOstreeOstreePartialUpdate builder with application/x-www-form-urlencoded body

func NewDistributionsOstreeOstreeReadRequest

func NewDistributionsOstreeOstreeReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeReadParams) (*http.Request, error)

NewDistributionsOstreeOstreeReadRequest generates requests for DistributionsOstreeOstreeRead

func NewDistributionsOstreeOstreeRemoveRoleRequest

func NewDistributionsOstreeOstreeRemoveRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleJSONRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeRemoveRoleRequest calls the generic DistributionsOstreeOstreeRemoveRole builder with application/json body

func NewDistributionsOstreeOstreeRemoveRoleRequestWithBody

func NewDistributionsOstreeOstreeRemoveRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDistributionsOstreeOstreeRemoveRoleRequestWithBody generates requests for DistributionsOstreeOstreeRemoveRole with any type of body

func NewDistributionsOstreeOstreeRemoveRoleRequestWithFormdataBody

func NewDistributionsOstreeOstreeRemoveRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleFormdataRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeRemoveRoleRequestWithFormdataBody calls the generic DistributionsOstreeOstreeRemoveRole builder with application/x-www-form-urlencoded body

func NewDistributionsOstreeOstreeSetLabelRequest

func NewDistributionsOstreeOstreeSetLabelRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelJSONRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeSetLabelRequest calls the generic DistributionsOstreeOstreeSetLabel builder with application/json body

func NewDistributionsOstreeOstreeSetLabelRequestWithBody

func NewDistributionsOstreeOstreeSetLabelRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDistributionsOstreeOstreeSetLabelRequestWithBody generates requests for DistributionsOstreeOstreeSetLabel with any type of body

func NewDistributionsOstreeOstreeSetLabelRequestWithFormdataBody

func NewDistributionsOstreeOstreeSetLabelRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelFormdataRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeSetLabelRequestWithFormdataBody calls the generic DistributionsOstreeOstreeSetLabel builder with application/x-www-form-urlencoded body

func NewDistributionsOstreeOstreeUnsetLabelRequest

func NewDistributionsOstreeOstreeUnsetLabelRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelJSONRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeUnsetLabelRequest calls the generic DistributionsOstreeOstreeUnsetLabel builder with application/json body

func NewDistributionsOstreeOstreeUnsetLabelRequestWithBody

func NewDistributionsOstreeOstreeUnsetLabelRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDistributionsOstreeOstreeUnsetLabelRequestWithBody generates requests for DistributionsOstreeOstreeUnsetLabel with any type of body

func NewDistributionsOstreeOstreeUnsetLabelRequestWithFormdataBody

func NewDistributionsOstreeOstreeUnsetLabelRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelFormdataRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeUnsetLabelRequestWithFormdataBody calls the generic DistributionsOstreeOstreeUnsetLabel builder with application/x-www-form-urlencoded body

func NewDistributionsOstreeOstreeUpdateRequest

func NewDistributionsOstreeOstreeUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateJSONRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeUpdateRequest calls the generic DistributionsOstreeOstreeUpdate builder with application/json body

func NewDistributionsOstreeOstreeUpdateRequestWithBody

func NewDistributionsOstreeOstreeUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDistributionsOstreeOstreeUpdateRequestWithBody generates requests for DistributionsOstreeOstreeUpdate with any type of body

func NewDistributionsOstreeOstreeUpdateRequestWithFormdataBody

func NewDistributionsOstreeOstreeUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateFormdataRequestBody) (*http.Request, error)

NewDistributionsOstreeOstreeUpdateRequestWithFormdataBody calls the generic DistributionsOstreeOstreeUpdate builder with application/x-www-form-urlencoded body

func NewDomainsCreateRequest

func NewDomainsCreateRequest(server string, pulpDomain string, body DomainsCreateJSONRequestBody) (*http.Request, error)

NewDomainsCreateRequest calls the generic DomainsCreate builder with application/json body

func NewDomainsCreateRequestWithBody

func NewDomainsCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewDomainsCreateRequestWithBody generates requests for DomainsCreate with any type of body

func NewDomainsCreateRequestWithFormdataBody

func NewDomainsCreateRequestWithFormdataBody(server string, pulpDomain string, body DomainsCreateFormdataRequestBody) (*http.Request, error)

NewDomainsCreateRequestWithFormdataBody calls the generic DomainsCreate builder with application/x-www-form-urlencoded body

func NewDomainsDeleteRequest

func NewDomainsDeleteRequest(server string, pulpDomain string, pulpId openapi_types.UUID) (*http.Request, error)

NewDomainsDeleteRequest generates requests for DomainsDelete

func NewDomainsListRequest

func NewDomainsListRequest(server string, pulpDomain string, params *DomainsListParams) (*http.Request, error)

NewDomainsListRequest generates requests for DomainsList

func NewDomainsPartialUpdateRequest

func NewDomainsPartialUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateJSONRequestBody) (*http.Request, error)

NewDomainsPartialUpdateRequest calls the generic DomainsPartialUpdate builder with application/json body

func NewDomainsPartialUpdateRequestWithBody

func NewDomainsPartialUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainsPartialUpdateRequestWithBody generates requests for DomainsPartialUpdate with any type of body

func NewDomainsPartialUpdateRequestWithFormdataBody

func NewDomainsPartialUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateFormdataRequestBody) (*http.Request, error)

NewDomainsPartialUpdateRequestWithFormdataBody calls the generic DomainsPartialUpdate builder with application/x-www-form-urlencoded body

func NewDomainsReadRequest

func NewDomainsReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *DomainsReadParams) (*http.Request, error)

NewDomainsReadRequest generates requests for DomainsRead

func NewDomainsUpdateRequest

func NewDomainsUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateJSONRequestBody) (*http.Request, error)

NewDomainsUpdateRequest calls the generic DomainsUpdate builder with application/json body

func NewDomainsUpdateRequestWithBody

func NewDomainsUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewDomainsUpdateRequestWithBody generates requests for DomainsUpdate with any type of body

func NewDomainsUpdateRequestWithFormdataBody

func NewDomainsUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateFormdataRequestBody) (*http.Request, error)

NewDomainsUpdateRequestWithFormdataBody calls the generic DomainsUpdate builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileAddRoleRequest

func NewRepositoriesFileFileAddRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFileAddRoleRequest calls the generic RepositoriesFileFileAddRole builder with application/json body

func NewRepositoriesFileFileAddRoleRequestWithBody

func NewRepositoriesFileFileAddRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFileAddRoleRequestWithBody generates requests for RepositoriesFileFileAddRole with any type of body

func NewRepositoriesFileFileAddRoleRequestWithFormdataBody

func NewRepositoriesFileFileAddRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFileAddRoleRequestWithFormdataBody calls the generic RepositoriesFileFileAddRole builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileCreateRequest

func NewRepositoriesFileFileCreateRequest(server string, pulpDomain string, body RepositoriesFileFileCreateJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFileCreateRequest calls the generic RepositoriesFileFileCreate builder with application/json body

func NewRepositoriesFileFileCreateRequestWithBody

func NewRepositoriesFileFileCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFileCreateRequestWithBody generates requests for RepositoriesFileFileCreate with any type of body

func NewRepositoriesFileFileCreateRequestWithFormdataBody

func NewRepositoriesFileFileCreateRequestWithFormdataBody(server string, pulpDomain string, body RepositoriesFileFileCreateFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFileCreateRequestWithFormdataBody calls the generic RepositoriesFileFileCreate builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileDeleteRequest

func NewRepositoriesFileFileDeleteRequest(server string, pulpDomain string, pulpId openapi_types.UUID) (*http.Request, error)

NewRepositoriesFileFileDeleteRequest generates requests for RepositoriesFileFileDelete

func NewRepositoriesFileFileListRequest

func NewRepositoriesFileFileListRequest(server string, pulpDomain string, params *RepositoriesFileFileListParams) (*http.Request, error)

NewRepositoriesFileFileListRequest generates requests for RepositoriesFileFileList

func NewRepositoriesFileFileListRolesRequest

func NewRepositoriesFileFileListRolesRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileListRolesParams) (*http.Request, error)

NewRepositoriesFileFileListRolesRequest generates requests for RepositoriesFileFileListRoles

func NewRepositoriesFileFileModifyRequest

func NewRepositoriesFileFileModifyRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFileModifyRequest calls the generic RepositoriesFileFileModify builder with application/json body

func NewRepositoriesFileFileModifyRequestWithBody

func NewRepositoriesFileFileModifyRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFileModifyRequestWithBody generates requests for RepositoriesFileFileModify with any type of body

func NewRepositoriesFileFileModifyRequestWithFormdataBody

func NewRepositoriesFileFileModifyRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFileModifyRequestWithFormdataBody calls the generic RepositoriesFileFileModify builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileMyPermissionsRequest

func NewRepositoriesFileFileMyPermissionsRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileMyPermissionsParams) (*http.Request, error)

NewRepositoriesFileFileMyPermissionsRequest generates requests for RepositoriesFileFileMyPermissions

func NewRepositoriesFileFilePartialUpdateRequest

func NewRepositoriesFileFilePartialUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFilePartialUpdateRequest calls the generic RepositoriesFileFilePartialUpdate builder with application/json body

func NewRepositoriesFileFilePartialUpdateRequestWithBody

func NewRepositoriesFileFilePartialUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFilePartialUpdateRequestWithBody generates requests for RepositoriesFileFilePartialUpdate with any type of body

func NewRepositoriesFileFilePartialUpdateRequestWithFormdataBody

func NewRepositoriesFileFilePartialUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFilePartialUpdateRequestWithFormdataBody calls the generic RepositoriesFileFilePartialUpdate builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileReadRequest

func NewRepositoriesFileFileReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileReadParams) (*http.Request, error)

NewRepositoriesFileFileReadRequest generates requests for RepositoriesFileFileRead

func NewRepositoriesFileFileRemoveRoleRequest

func NewRepositoriesFileFileRemoveRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFileRemoveRoleRequest calls the generic RepositoriesFileFileRemoveRole builder with application/json body

func NewRepositoriesFileFileRemoveRoleRequestWithBody

func NewRepositoriesFileFileRemoveRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFileRemoveRoleRequestWithBody generates requests for RepositoriesFileFileRemoveRole with any type of body

func NewRepositoriesFileFileRemoveRoleRequestWithFormdataBody

func NewRepositoriesFileFileRemoveRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFileRemoveRoleRequestWithFormdataBody calls the generic RepositoriesFileFileRemoveRole builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileSetLabelRequest

func NewRepositoriesFileFileSetLabelRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFileSetLabelRequest calls the generic RepositoriesFileFileSetLabel builder with application/json body

func NewRepositoriesFileFileSetLabelRequestWithBody

func NewRepositoriesFileFileSetLabelRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFileSetLabelRequestWithBody generates requests for RepositoriesFileFileSetLabel with any type of body

func NewRepositoriesFileFileSetLabelRequestWithFormdataBody

func NewRepositoriesFileFileSetLabelRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFileSetLabelRequestWithFormdataBody calls the generic RepositoriesFileFileSetLabel builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileSyncRequest

func NewRepositoriesFileFileSyncRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFileSyncRequest calls the generic RepositoriesFileFileSync builder with application/json body

func NewRepositoriesFileFileSyncRequestWithBody

func NewRepositoriesFileFileSyncRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFileSyncRequestWithBody generates requests for RepositoriesFileFileSync with any type of body

func NewRepositoriesFileFileSyncRequestWithFormdataBody

func NewRepositoriesFileFileSyncRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFileSyncRequestWithFormdataBody calls the generic RepositoriesFileFileSync builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileUnsetLabelRequest

func NewRepositoriesFileFileUnsetLabelRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFileUnsetLabelRequest calls the generic RepositoriesFileFileUnsetLabel builder with application/json body

func NewRepositoriesFileFileUnsetLabelRequestWithBody

func NewRepositoriesFileFileUnsetLabelRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFileUnsetLabelRequestWithBody generates requests for RepositoriesFileFileUnsetLabel with any type of body

func NewRepositoriesFileFileUnsetLabelRequestWithFormdataBody

func NewRepositoriesFileFileUnsetLabelRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFileUnsetLabelRequestWithFormdataBody calls the generic RepositoriesFileFileUnsetLabel builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileUpdateRequest

func NewRepositoriesFileFileUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFileUpdateRequest calls the generic RepositoriesFileFileUpdate builder with application/json body

func NewRepositoriesFileFileUpdateRequestWithBody

func NewRepositoriesFileFileUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFileUpdateRequestWithBody generates requests for RepositoriesFileFileUpdate with any type of body

func NewRepositoriesFileFileUpdateRequestWithFormdataBody

func NewRepositoriesFileFileUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFileUpdateRequestWithFormdataBody calls the generic RepositoriesFileFileUpdate builder with application/x-www-form-urlencoded body

func NewRepositoriesFileFileVersionsDeleteRequest

func NewRepositoriesFileFileVersionsDeleteRequest(server string, pulpDomain string, repositoryPk openapi_types.UUID, number int64) (*http.Request, error)

NewRepositoriesFileFileVersionsDeleteRequest generates requests for RepositoriesFileFileVersionsDelete

func NewRepositoriesFileFileVersionsListRequest

func NewRepositoriesFileFileVersionsListRequest(server string, pulpDomain string, repositoryPk openapi_types.UUID, params *RepositoriesFileFileVersionsListParams) (*http.Request, error)

NewRepositoriesFileFileVersionsListRequest generates requests for RepositoriesFileFileVersionsList

func NewRepositoriesFileFileVersionsReadRequest

func NewRepositoriesFileFileVersionsReadRequest(server string, pulpDomain string, repositoryPk openapi_types.UUID, number int64, params *RepositoriesFileFileVersionsReadParams) (*http.Request, error)

NewRepositoriesFileFileVersionsReadRequest generates requests for RepositoriesFileFileVersionsRead

func NewRepositoriesFileFileVersionsRepairRequest

func NewRepositoriesFileFileVersionsRepairRequest(server string, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairJSONRequestBody) (*http.Request, error)

NewRepositoriesFileFileVersionsRepairRequest calls the generic RepositoriesFileFileVersionsRepair builder with application/json body

func NewRepositoriesFileFileVersionsRepairRequestWithBody

func NewRepositoriesFileFileVersionsRepairRequestWithBody(server string, pulpDomain string, repositoryPk openapi_types.UUID, number int64, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesFileFileVersionsRepairRequestWithBody generates requests for RepositoriesFileFileVersionsRepair with any type of body

func NewRepositoriesFileFileVersionsRepairRequestWithFormdataBody

func NewRepositoriesFileFileVersionsRepairRequestWithFormdataBody(server string, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairFormdataRequestBody) (*http.Request, error)

NewRepositoriesFileFileVersionsRepairRequestWithFormdataBody calls the generic RepositoriesFileFileVersionsRepair builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeAddRoleRequest

func NewRepositoriesOstreeOstreeAddRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeAddRoleRequest calls the generic RepositoriesOstreeOstreeAddRole builder with application/json body

func NewRepositoriesOstreeOstreeAddRoleRequestWithBody

func NewRepositoriesOstreeOstreeAddRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeAddRoleRequestWithBody generates requests for RepositoriesOstreeOstreeAddRole with any type of body

func NewRepositoriesOstreeOstreeAddRoleRequestWithFormdataBody

func NewRepositoriesOstreeOstreeAddRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeAddRoleRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeAddRole builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeCreateRequest

func NewRepositoriesOstreeOstreeCreateRequest(server string, pulpDomain string, body RepositoriesOstreeOstreeCreateJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeCreateRequest calls the generic RepositoriesOstreeOstreeCreate builder with application/json body

func NewRepositoriesOstreeOstreeCreateRequestWithBody

func NewRepositoriesOstreeOstreeCreateRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeCreateRequestWithBody generates requests for RepositoriesOstreeOstreeCreate with any type of body

func NewRepositoriesOstreeOstreeCreateRequestWithFormdataBody

func NewRepositoriesOstreeOstreeCreateRequestWithFormdataBody(server string, pulpDomain string, body RepositoriesOstreeOstreeCreateFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeCreateRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeCreate builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeDeleteRequest

func NewRepositoriesOstreeOstreeDeleteRequest(server string, pulpDomain string, pulpId openapi_types.UUID) (*http.Request, error)

NewRepositoriesOstreeOstreeDeleteRequest generates requests for RepositoriesOstreeOstreeDelete

func NewRepositoriesOstreeOstreeImportAllRequest

func NewRepositoriesOstreeOstreeImportAllRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeImportAllRequest calls the generic RepositoriesOstreeOstreeImportAll builder with application/json body

func NewRepositoriesOstreeOstreeImportAllRequestWithBody

func NewRepositoriesOstreeOstreeImportAllRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeImportAllRequestWithBody generates requests for RepositoriesOstreeOstreeImportAll with any type of body

func NewRepositoriesOstreeOstreeImportAllRequestWithFormdataBody

func NewRepositoriesOstreeOstreeImportAllRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeImportAllRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeImportAll builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeImportCommitsRequest

func NewRepositoriesOstreeOstreeImportCommitsRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeImportCommitsRequest calls the generic RepositoriesOstreeOstreeImportCommits builder with application/json body

func NewRepositoriesOstreeOstreeImportCommitsRequestWithBody

func NewRepositoriesOstreeOstreeImportCommitsRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeImportCommitsRequestWithBody generates requests for RepositoriesOstreeOstreeImportCommits with any type of body

func NewRepositoriesOstreeOstreeImportCommitsRequestWithFormdataBody

func NewRepositoriesOstreeOstreeImportCommitsRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeImportCommitsRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeImportCommits builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeListRequest

func NewRepositoriesOstreeOstreeListRequest(server string, pulpDomain string, params *RepositoriesOstreeOstreeListParams) (*http.Request, error)

NewRepositoriesOstreeOstreeListRequest generates requests for RepositoriesOstreeOstreeList

func NewRepositoriesOstreeOstreeListRolesRequest

func NewRepositoriesOstreeOstreeListRolesRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeListRolesParams) (*http.Request, error)

NewRepositoriesOstreeOstreeListRolesRequest generates requests for RepositoriesOstreeOstreeListRoles

func NewRepositoriesOstreeOstreeModifyRequest

func NewRepositoriesOstreeOstreeModifyRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeModifyRequest calls the generic RepositoriesOstreeOstreeModify builder with application/json body

func NewRepositoriesOstreeOstreeModifyRequestWithBody

func NewRepositoriesOstreeOstreeModifyRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeModifyRequestWithBody generates requests for RepositoriesOstreeOstreeModify with any type of body

func NewRepositoriesOstreeOstreeModifyRequestWithFormdataBody

func NewRepositoriesOstreeOstreeModifyRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeModifyRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeModify builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeMyPermissionsRequest

func NewRepositoriesOstreeOstreeMyPermissionsRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeMyPermissionsParams) (*http.Request, error)

NewRepositoriesOstreeOstreeMyPermissionsRequest generates requests for RepositoriesOstreeOstreeMyPermissions

func NewRepositoriesOstreeOstreePartialUpdateRequest

func NewRepositoriesOstreeOstreePartialUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreePartialUpdateRequest calls the generic RepositoriesOstreeOstreePartialUpdate builder with application/json body

func NewRepositoriesOstreeOstreePartialUpdateRequestWithBody

func NewRepositoriesOstreeOstreePartialUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreePartialUpdateRequestWithBody generates requests for RepositoriesOstreeOstreePartialUpdate with any type of body

func NewRepositoriesOstreeOstreePartialUpdateRequestWithFormdataBody

func NewRepositoriesOstreeOstreePartialUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreePartialUpdateRequestWithFormdataBody calls the generic RepositoriesOstreeOstreePartialUpdate builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeReadRequest

func NewRepositoriesOstreeOstreeReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeReadParams) (*http.Request, error)

NewRepositoriesOstreeOstreeReadRequest generates requests for RepositoriesOstreeOstreeRead

func NewRepositoriesOstreeOstreeRemoveRoleRequest

func NewRepositoriesOstreeOstreeRemoveRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeRemoveRoleRequest calls the generic RepositoriesOstreeOstreeRemoveRole builder with application/json body

func NewRepositoriesOstreeOstreeRemoveRoleRequestWithBody

func NewRepositoriesOstreeOstreeRemoveRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeRemoveRoleRequestWithBody generates requests for RepositoriesOstreeOstreeRemoveRole with any type of body

func NewRepositoriesOstreeOstreeRemoveRoleRequestWithFormdataBody

func NewRepositoriesOstreeOstreeRemoveRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeRemoveRoleRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeRemoveRole builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeSetLabelRequest

func NewRepositoriesOstreeOstreeSetLabelRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeSetLabelRequest calls the generic RepositoriesOstreeOstreeSetLabel builder with application/json body

func NewRepositoriesOstreeOstreeSetLabelRequestWithBody

func NewRepositoriesOstreeOstreeSetLabelRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeSetLabelRequestWithBody generates requests for RepositoriesOstreeOstreeSetLabel with any type of body

func NewRepositoriesOstreeOstreeSetLabelRequestWithFormdataBody

func NewRepositoriesOstreeOstreeSetLabelRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeSetLabelRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeSetLabel builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeSyncRequest

func NewRepositoriesOstreeOstreeSyncRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeSyncRequest calls the generic RepositoriesOstreeOstreeSync builder with application/json body

func NewRepositoriesOstreeOstreeSyncRequestWithBody

func NewRepositoriesOstreeOstreeSyncRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeSyncRequestWithBody generates requests for RepositoriesOstreeOstreeSync with any type of body

func NewRepositoriesOstreeOstreeSyncRequestWithFormdataBody

func NewRepositoriesOstreeOstreeSyncRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeSyncRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeSync builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeUnsetLabelRequest

func NewRepositoriesOstreeOstreeUnsetLabelRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeUnsetLabelRequest calls the generic RepositoriesOstreeOstreeUnsetLabel builder with application/json body

func NewRepositoriesOstreeOstreeUnsetLabelRequestWithBody

func NewRepositoriesOstreeOstreeUnsetLabelRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeUnsetLabelRequestWithBody generates requests for RepositoriesOstreeOstreeUnsetLabel with any type of body

func NewRepositoriesOstreeOstreeUnsetLabelRequestWithFormdataBody

func NewRepositoriesOstreeOstreeUnsetLabelRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeUnsetLabelRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeUnsetLabel builder with application/x-www-form-urlencoded body

func NewRepositoriesOstreeOstreeUpdateRequest

func NewRepositoriesOstreeOstreeUpdateRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateJSONRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeUpdateRequest calls the generic RepositoriesOstreeOstreeUpdate builder with application/json body

func NewRepositoriesOstreeOstreeUpdateRequestWithBody

func NewRepositoriesOstreeOstreeUpdateRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewRepositoriesOstreeOstreeUpdateRequestWithBody generates requests for RepositoriesOstreeOstreeUpdate with any type of body

func NewRepositoriesOstreeOstreeUpdateRequestWithFormdataBody

func NewRepositoriesOstreeOstreeUpdateRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateFormdataRequestBody) (*http.Request, error)

NewRepositoriesOstreeOstreeUpdateRequestWithFormdataBody calls the generic RepositoriesOstreeOstreeUpdate builder with application/x-www-form-urlencoded body

func NewTasksAddRoleRequest

func NewTasksAddRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleJSONRequestBody) (*http.Request, error)

NewTasksAddRoleRequest calls the generic TasksAddRole builder with application/json body

func NewTasksAddRoleRequestWithBody

func NewTasksAddRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewTasksAddRoleRequestWithBody generates requests for TasksAddRole with any type of body

func NewTasksAddRoleRequestWithFormdataBody

func NewTasksAddRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleFormdataRequestBody) (*http.Request, error)

NewTasksAddRoleRequestWithFormdataBody calls the generic TasksAddRole builder with application/x-www-form-urlencoded body

func NewTasksCancelRequest

func NewTasksCancelRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelJSONRequestBody) (*http.Request, error)

NewTasksCancelRequest calls the generic TasksCancel builder with application/json body

func NewTasksCancelRequestWithBody

func NewTasksCancelRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewTasksCancelRequestWithBody generates requests for TasksCancel with any type of body

func NewTasksCancelRequestWithFormdataBody

func NewTasksCancelRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelFormdataRequestBody) (*http.Request, error)

NewTasksCancelRequestWithFormdataBody calls the generic TasksCancel builder with application/x-www-form-urlencoded body

func NewTasksDeleteRequest

func NewTasksDeleteRequest(server string, pulpDomain string, pulpId openapi_types.UUID) (*http.Request, error)

NewTasksDeleteRequest generates requests for TasksDelete

func NewTasksListRequest

func NewTasksListRequest(server string, pulpDomain string, params *TasksListParams) (*http.Request, error)

NewTasksListRequest generates requests for TasksList

func NewTasksListRolesRequest

func NewTasksListRolesRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *TasksListRolesParams) (*http.Request, error)

NewTasksListRolesRequest generates requests for TasksListRoles

func NewTasksMyPermissionsRequest

func NewTasksMyPermissionsRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *TasksMyPermissionsParams) (*http.Request, error)

NewTasksMyPermissionsRequest generates requests for TasksMyPermissions

func NewTasksPurgeRequest

func NewTasksPurgeRequest(server string, pulpDomain string, body TasksPurgeJSONRequestBody) (*http.Request, error)

NewTasksPurgeRequest calls the generic TasksPurge builder with application/json body

func NewTasksPurgeRequestWithBody

func NewTasksPurgeRequestWithBody(server string, pulpDomain string, contentType string, body io.Reader) (*http.Request, error)

NewTasksPurgeRequestWithBody generates requests for TasksPurge with any type of body

func NewTasksPurgeRequestWithFormdataBody

func NewTasksPurgeRequestWithFormdataBody(server string, pulpDomain string, body TasksPurgeFormdataRequestBody) (*http.Request, error)

NewTasksPurgeRequestWithFormdataBody calls the generic TasksPurge builder with application/x-www-form-urlencoded body

func NewTasksReadRequest

func NewTasksReadRequest(server string, pulpDomain string, pulpId openapi_types.UUID, params *TasksReadParams) (*http.Request, error)

NewTasksReadRequest generates requests for TasksRead

func NewTasksRemoveRoleRequest

func NewTasksRemoveRoleRequest(server string, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleJSONRequestBody) (*http.Request, error)

NewTasksRemoveRoleRequest calls the generic TasksRemoveRole builder with application/json body

func NewTasksRemoveRoleRequestWithBody

func NewTasksRemoveRoleRequestWithBody(server string, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewTasksRemoveRoleRequestWithBody generates requests for TasksRemoveRole with any type of body

func NewTasksRemoveRoleRequestWithFormdataBody

func NewTasksRemoveRoleRequestWithFormdataBody(server string, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleFormdataRequestBody) (*http.Request, error)

NewTasksRemoveRoleRequestWithFormdataBody calls the generic TasksRemoveRole builder with application/x-www-form-urlencoded body

func ScanRepoFileVersion

func ScanRepoFileVersion(href *string) int64

func ScanUUID

func ScanUUID(href *string) uuid.UUID

Types

type Artifact

type Artifact struct {
	// File The stored file.
	File openapi_types.File `json:"file"`

	// Md5 The MD5 checksum of the file if available.
	Md5 *string `json:"md5"`

	// Sha1 The SHA-1 checksum of the file if available.
	Sha1 *string `json:"sha1"`

	// Sha224 The SHA-224 checksum of the file if available.
	Sha224 *string `json:"sha224"`

	// Sha256 The SHA-256 checksum of the file if available.
	Sha256 *string `json:"sha256"`

	// Sha384 The SHA-384 checksum of the file if available.
	Sha384 *string `json:"sha384"`

	// Sha512 The SHA-512 checksum of the file if available.
	Sha512 *string `json:"sha512"`

	// Size The size of the file in bytes.
	Size *int64 `json:"size,omitempty"`
}

Artifact Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type ArtifactResponse

type ArtifactResponse struct {
	// File The stored file.
	File string `json:"file"`

	// Md5 The MD5 checksum of the file if available.
	Md5 *string `json:"md5"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time `json:"pulp_created,omitempty"`
	PulpHref    *string    `json:"pulp_href,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`

	// Sha1 The SHA-1 checksum of the file if available.
	Sha1 *string `json:"sha1"`

	// Sha224 The SHA-224 checksum of the file if available.
	Sha224 *string `json:"sha224"`

	// Sha256 The SHA-256 checksum of the file if available.
	Sha256 *string `json:"sha256"`

	// Sha384 The SHA-384 checksum of the file if available.
	Sha384 *string `json:"sha384"`

	// Sha512 The SHA-512 checksum of the file if available.
	Sha512 *string `json:"sha512"`

	// Size The size of the file in bytes.
	Size *int64 `json:"size,omitempty"`
}

ArtifactResponse Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type ArtifactsCreateFormdataRequestBody

type ArtifactsCreateFormdataRequestBody = Artifact

ArtifactsCreateFormdataRequestBody defines body for ArtifactsCreate for application/x-www-form-urlencoded ContentType.

type ArtifactsCreateMultipartRequestBody

type ArtifactsCreateMultipartRequestBody = Artifact

ArtifactsCreateMultipartRequestBody defines body for ArtifactsCreate for multipart/form-data ContentType.

type ArtifactsCreateResponse

type ArtifactsCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ArtifactResponse
}

func ParseArtifactsCreateResponse

func ParseArtifactsCreateResponse(rsp *http.Response) (*ArtifactsCreateResponse, error)

ParseArtifactsCreateResponse parses an HTTP response from a ArtifactsCreateWithResponse call

func (ArtifactsCreateResponse) Status

func (r ArtifactsCreateResponse) Status() string

Status returns HTTPResponse.Status

func (ArtifactsCreateResponse) StatusCode

func (r ArtifactsCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArtifactsDeleteResponse

type ArtifactsDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseArtifactsDeleteResponse

func ParseArtifactsDeleteResponse(rsp *http.Response) (*ArtifactsDeleteResponse, error)

ParseArtifactsDeleteResponse parses an HTTP response from a ArtifactsDeleteWithResponse call

func (ArtifactsDeleteResponse) Status

func (r ArtifactsDeleteResponse) Status() string

Status returns HTTPResponse.Status

func (ArtifactsDeleteResponse) StatusCode

func (r ArtifactsDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArtifactsListParams

type ArtifactsListParams struct {
	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Md5 Filter results where md5 matches value
	Md5 *string `form:"md5,omitempty" json:"md5,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `file` - File
	// * `-file` - File (descending)
	// * `size` - Size
	// * `-size` - Size (descending)
	// * `md5` - Md5
	// * `-md5` - Md5 (descending)
	// * `sha1` - Sha1
	// * `-sha1` - Sha1 (descending)
	// * `sha224` - Sha224
	// * `-sha224` - Sha224 (descending)
	// * `sha256` - Sha256
	// * `-sha256` - Sha256 (descending)
	// * `sha384` - Sha384
	// * `-sha384` - Sha384 (descending)
	// * `sha512` - Sha512
	// * `-sha512` - Sha512 (descending)
	// * `timestamp_of_interest` - Timestamp of interest
	// * `-timestamp_of_interest` - Timestamp of interest (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]ArtifactsListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// OrphanedFor Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
	OrphanedFor *float32 `form:"orphaned_for,omitempty" json:"orphaned_for,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`
	Q        *string               `form:"q,omitempty" json:"q,omitempty"`

	// RepositoryVersion Repository Version referenced by HREF
	RepositoryVersion *string `form:"repository_version,omitempty" json:"repository_version,omitempty"`

	// Sha1 Filter results where sha1 matches value
	Sha1 *string `form:"sha1,omitempty" json:"sha1,omitempty"`

	// Sha224 Filter results where sha224 matches value
	Sha224 *string `form:"sha224,omitempty" json:"sha224,omitempty"`

	// Sha256 Filter results where sha256 matches value
	Sha256 *string `form:"sha256,omitempty" json:"sha256,omitempty"`

	// Sha384 Filter results where sha384 matches value
	Sha384 *string `form:"sha384,omitempty" json:"sha384,omitempty"`

	// Sha512 Filter results where sha512 matches value
	Sha512 *string `form:"sha512,omitempty" json:"sha512,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ArtifactsListParams defines parameters for ArtifactsList.

type ArtifactsListParamsOrdering

type ArtifactsListParamsOrdering string

ArtifactsListParamsOrdering defines parameters for ArtifactsList.

const (
	ArtifactsListParamsOrderingFile                     ArtifactsListParamsOrdering = "file"
	ArtifactsListParamsOrderingMd5                      ArtifactsListParamsOrdering = "md5"
	ArtifactsListParamsOrderingMinusFile                ArtifactsListParamsOrdering = "-file"
	ArtifactsListParamsOrderingMinusMd5                 ArtifactsListParamsOrdering = "-md5"
	ArtifactsListParamsOrderingMinusPk                  ArtifactsListParamsOrdering = "-pk"
	ArtifactsListParamsOrderingMinusPulpCreated         ArtifactsListParamsOrdering = "-pulp_created"
	ArtifactsListParamsOrderingMinusPulpId              ArtifactsListParamsOrdering = "-pulp_id"
	ArtifactsListParamsOrderingMinusPulpLastUpdated     ArtifactsListParamsOrdering = "-pulp_last_updated"
	ArtifactsListParamsOrderingMinusSha1                ArtifactsListParamsOrdering = "-sha1"
	ArtifactsListParamsOrderingMinusSha224              ArtifactsListParamsOrdering = "-sha224"
	ArtifactsListParamsOrderingMinusSha256              ArtifactsListParamsOrdering = "-sha256"
	ArtifactsListParamsOrderingMinusSha384              ArtifactsListParamsOrdering = "-sha384"
	ArtifactsListParamsOrderingMinusSha512              ArtifactsListParamsOrdering = "-sha512"
	ArtifactsListParamsOrderingMinusSize                ArtifactsListParamsOrdering = "-size"
	ArtifactsListParamsOrderingMinusTimestampOfInterest ArtifactsListParamsOrdering = "-timestamp_of_interest"
	ArtifactsListParamsOrderingPk                       ArtifactsListParamsOrdering = "pk"
	ArtifactsListParamsOrderingPulpCreated              ArtifactsListParamsOrdering = "pulp_created"
	ArtifactsListParamsOrderingPulpId                   ArtifactsListParamsOrdering = "pulp_id"
	ArtifactsListParamsOrderingPulpLastUpdated          ArtifactsListParamsOrdering = "pulp_last_updated"
	ArtifactsListParamsOrderingSha1                     ArtifactsListParamsOrdering = "sha1"
	ArtifactsListParamsOrderingSha224                   ArtifactsListParamsOrdering = "sha224"
	ArtifactsListParamsOrderingSha256                   ArtifactsListParamsOrdering = "sha256"
	ArtifactsListParamsOrderingSha384                   ArtifactsListParamsOrdering = "sha384"
	ArtifactsListParamsOrderingSha512                   ArtifactsListParamsOrdering = "sha512"
	ArtifactsListParamsOrderingSize                     ArtifactsListParamsOrdering = "size"
	ArtifactsListParamsOrderingTimestampOfInterest      ArtifactsListParamsOrdering = "timestamp_of_interest"
)

Defines values for ArtifactsListParamsOrdering.

type ArtifactsListResponse

type ArtifactsListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedArtifactResponseList
}

func ParseArtifactsListResponse

func ParseArtifactsListResponse(rsp *http.Response) (*ArtifactsListResponse, error)

ParseArtifactsListResponse parses an HTTP response from a ArtifactsListWithResponse call

func (ArtifactsListResponse) Status

func (r ArtifactsListResponse) Status() string

Status returns HTTPResponse.Status

func (ArtifactsListResponse) StatusCode

func (r ArtifactsListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArtifactsReadParams

type ArtifactsReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ArtifactsReadParams defines parameters for ArtifactsRead.

type ArtifactsReadResponse

type ArtifactsReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArtifactResponse
}

func ParseArtifactsReadResponse

func ParseArtifactsReadResponse(rsp *http.Response) (*ArtifactsReadResponse, error)

ParseArtifactsReadResponse parses an HTTP response from a ArtifactsReadWithResponse call

func (ArtifactsReadResponse) Status

func (r ArtifactsReadResponse) Status() string

Status returns HTTPResponse.Status

func (ArtifactsReadResponse) StatusCode

func (r ArtifactsReadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AsyncOperationResponse

type AsyncOperationResponse struct {
	// Task The href of the task.
	Task string `json:"task"`
}

AsyncOperationResponse Serializer for asynchronous operations.

type BackoffDelay

type BackoffDelay int

BackoffDelay allows sleeping for a certain amount of time. The delay pattern is: 16ms 32ms 64ms 128ms 256ms 512ms 1.024s 2.048s 2.048s (repeats "forever").

func (*BackoffDelay) Sleep

func (retries *BackoffDelay) Sleep()

type Client

type Client struct {
	// The endpoint of the server conforming to this interface, with scheme,
	// https://api.deepmap.com for example. This can contain a path relative
	// to the server, such as https://api.deepmap.com/dev-test, and all the
	// paths in the swagger spec will be appended to the server.
	Server string

	// Doer for performing requests, typically a *http.Client with any
	// customized settings, such as certificate chains.
	Client HttpRequestDoer

	// A list of callbacks for modifying requests which are generated before sending over
	// the network.
	RequestEditors []RequestEditorFn
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(server string, opts ...ClientOption) (*Client, error)

Creates a new Client, with reasonable defaults

func (*Client) ArtifactsCreateWithBody

func (c *Client) ArtifactsCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArtifactsCreateWithFormdataBody

func (c *Client) ArtifactsCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ArtifactsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArtifactsDelete

func (c *Client) ArtifactsDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArtifactsList

func (c *Client) ArtifactsList(ctx context.Context, pulpDomain string, params *ArtifactsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ArtifactsRead

func (c *Client) ArtifactsRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ArtifactsReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentFileFilesCreateWithBody

func (c *Client) ContentFileFilesCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentFileFilesCreateWithFormdataBody

func (c *Client) ContentFileFilesCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentFileFilesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentFileFilesList

func (c *Client) ContentFileFilesList(ctx context.Context, pulpDomain string, params *ContentFileFilesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentFileFilesRead

func (c *Client) ContentFileFilesRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentFileFilesReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentOstreeContentCreate

func (c *Client) ContentOstreeContentCreate(ctx context.Context, pulpDomain string, body ContentOstreeContentCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentOstreeContentCreateWithBody

func (c *Client) ContentOstreeContentCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentOstreeContentCreateWithFormdataBody

func (c *Client) ContentOstreeContentCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentOstreeContentCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentOstreeContentList

func (c *Client) ContentOstreeContentList(ctx context.Context, pulpDomain string, params *ContentOstreeContentListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentOstreeContentRead

func (c *Client) ContentOstreeContentRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentOstreeContentReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeAddRole

func (c *Client) ContentguardsCoreCompositeAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeAddRoleWithBody

func (c *Client) ContentguardsCoreCompositeAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeAddRoleWithFormdataBody

func (c *Client) ContentguardsCoreCompositeAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeCreate

func (c *Client) ContentguardsCoreCompositeCreate(ctx context.Context, pulpDomain string, body ContentguardsCoreCompositeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeCreateWithBody

func (c *Client) ContentguardsCoreCompositeCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeCreateWithFormdataBody

func (c *Client) ContentguardsCoreCompositeCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentguardsCoreCompositeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeDelete

func (c *Client) ContentguardsCoreCompositeDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeList

func (c *Client) ContentguardsCoreCompositeList(ctx context.Context, pulpDomain string, params *ContentguardsCoreCompositeListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeListRoles

func (c *Client) ContentguardsCoreCompositeListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeMyPermissions

func (c *Client) ContentguardsCoreCompositeMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositePartialUpdate

func (c *Client) ContentguardsCoreCompositePartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositePartialUpdateWithBody

func (c *Client) ContentguardsCoreCompositePartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositePartialUpdateWithFormdataBody

func (c *Client) ContentguardsCoreCompositePartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeRead

func (c *Client) ContentguardsCoreCompositeRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeRemoveRole

func (c *Client) ContentguardsCoreCompositeRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeRemoveRoleWithBody

func (c *Client) ContentguardsCoreCompositeRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeRemoveRoleWithFormdataBody

func (c *Client) ContentguardsCoreCompositeRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeUpdate

func (c *Client) ContentguardsCoreCompositeUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeUpdateWithBody

func (c *Client) ContentguardsCoreCompositeUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreCompositeUpdateWithFormdataBody

func (c *Client) ContentguardsCoreCompositeUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderAddRole

func (c *Client) ContentguardsCoreHeaderAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderAddRoleWithBody

func (c *Client) ContentguardsCoreHeaderAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderAddRoleWithFormdataBody

func (c *Client) ContentguardsCoreHeaderAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderCreate

func (c *Client) ContentguardsCoreHeaderCreate(ctx context.Context, pulpDomain string, body ContentguardsCoreHeaderCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderCreateWithBody

func (c *Client) ContentguardsCoreHeaderCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderCreateWithFormdataBody

func (c *Client) ContentguardsCoreHeaderCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentguardsCoreHeaderCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderDelete

func (c *Client) ContentguardsCoreHeaderDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderList

func (c *Client) ContentguardsCoreHeaderList(ctx context.Context, pulpDomain string, params *ContentguardsCoreHeaderListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderListRoles

func (c *Client) ContentguardsCoreHeaderListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderMyPermissions

func (c *Client) ContentguardsCoreHeaderMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderPartialUpdate

func (c *Client) ContentguardsCoreHeaderPartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderPartialUpdateWithBody

func (c *Client) ContentguardsCoreHeaderPartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderPartialUpdateWithFormdataBody

func (c *Client) ContentguardsCoreHeaderPartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderRead

func (c *Client) ContentguardsCoreHeaderRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderRemoveRole

func (c *Client) ContentguardsCoreHeaderRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderRemoveRoleWithBody

func (c *Client) ContentguardsCoreHeaderRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderRemoveRoleWithFormdataBody

func (c *Client) ContentguardsCoreHeaderRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderUpdate

func (c *Client) ContentguardsCoreHeaderUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderUpdateWithBody

func (c *Client) ContentguardsCoreHeaderUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreHeaderUpdateWithFormdataBody

func (c *Client) ContentguardsCoreHeaderUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacAddRole

func (c *Client) ContentguardsCoreRbacAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacAddRoleWithBody

func (c *Client) ContentguardsCoreRbacAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacAddRoleWithFormdataBody

func (c *Client) ContentguardsCoreRbacAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacCreate

func (c *Client) ContentguardsCoreRbacCreate(ctx context.Context, pulpDomain string, body ContentguardsCoreRbacCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacCreateWithBody

func (c *Client) ContentguardsCoreRbacCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacCreateWithFormdataBody

func (c *Client) ContentguardsCoreRbacCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentguardsCoreRbacCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacDelete

func (c *Client) ContentguardsCoreRbacDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacList

func (c *Client) ContentguardsCoreRbacList(ctx context.Context, pulpDomain string, params *ContentguardsCoreRbacListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacListRoles

func (c *Client) ContentguardsCoreRbacListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacMyPermissions

func (c *Client) ContentguardsCoreRbacMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacPartialUpdate

func (c *Client) ContentguardsCoreRbacPartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacPartialUpdateWithBody

func (c *Client) ContentguardsCoreRbacPartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacPartialUpdateWithFormdataBody

func (c *Client) ContentguardsCoreRbacPartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacRead

func (c *Client) ContentguardsCoreRbacRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacRemoveRole

func (c *Client) ContentguardsCoreRbacRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacRemoveRoleWithBody

func (c *Client) ContentguardsCoreRbacRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacRemoveRoleWithFormdataBody

func (c *Client) ContentguardsCoreRbacRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacUpdate

func (c *Client) ContentguardsCoreRbacUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacUpdateWithBody

func (c *Client) ContentguardsCoreRbacUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ContentguardsCoreRbacUpdateWithFormdataBody

func (c *Client) ContentguardsCoreRbacUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeAddRole

func (c *Client) DistributionsOstreeOstreeAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeAddRoleWithBody

func (c *Client) DistributionsOstreeOstreeAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeAddRoleWithFormdataBody

func (c *Client) DistributionsOstreeOstreeAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeCreate

func (c *Client) DistributionsOstreeOstreeCreate(ctx context.Context, pulpDomain string, body DistributionsOstreeOstreeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeCreateWithBody

func (c *Client) DistributionsOstreeOstreeCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeCreateWithFormdataBody

func (c *Client) DistributionsOstreeOstreeCreateWithFormdataBody(ctx context.Context, pulpDomain string, body DistributionsOstreeOstreeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeDelete

func (c *Client) DistributionsOstreeOstreeDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeList

func (c *Client) DistributionsOstreeOstreeList(ctx context.Context, pulpDomain string, params *DistributionsOstreeOstreeListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeListRoles

func (c *Client) DistributionsOstreeOstreeListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeMyPermissions

func (c *Client) DistributionsOstreeOstreeMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreePartialUpdate

func (c *Client) DistributionsOstreeOstreePartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreePartialUpdateWithBody

func (c *Client) DistributionsOstreeOstreePartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreePartialUpdateWithFormdataBody

func (c *Client) DistributionsOstreeOstreePartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeRead

func (c *Client) DistributionsOstreeOstreeRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeRemoveRole

func (c *Client) DistributionsOstreeOstreeRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeRemoveRoleWithBody

func (c *Client) DistributionsOstreeOstreeRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeRemoveRoleWithFormdataBody

func (c *Client) DistributionsOstreeOstreeRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeSetLabel

func (c *Client) DistributionsOstreeOstreeSetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeSetLabelWithBody

func (c *Client) DistributionsOstreeOstreeSetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeSetLabelWithFormdataBody

func (c *Client) DistributionsOstreeOstreeSetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeUnsetLabel

func (c *Client) DistributionsOstreeOstreeUnsetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeUnsetLabelWithBody

func (c *Client) DistributionsOstreeOstreeUnsetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeUnsetLabelWithFormdataBody

func (c *Client) DistributionsOstreeOstreeUnsetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeUpdate

func (c *Client) DistributionsOstreeOstreeUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeUpdateWithBody

func (c *Client) DistributionsOstreeOstreeUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DistributionsOstreeOstreeUpdateWithFormdataBody

func (c *Client) DistributionsOstreeOstreeUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsCreate

func (c *Client) DomainsCreate(ctx context.Context, pulpDomain string, body DomainsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsCreateWithBody

func (c *Client) DomainsCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsCreateWithFormdataBody

func (c *Client) DomainsCreateWithFormdataBody(ctx context.Context, pulpDomain string, body DomainsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsDelete

func (c *Client) DomainsDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsList

func (c *Client) DomainsList(ctx context.Context, pulpDomain string, params *DomainsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsPartialUpdate

func (c *Client) DomainsPartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsPartialUpdateWithBody

func (c *Client) DomainsPartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsPartialUpdateWithFormdataBody

func (c *Client) DomainsPartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsRead

func (c *Client) DomainsRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DomainsReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsUpdate

func (c *Client) DomainsUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsUpdateWithBody

func (c *Client) DomainsUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DomainsUpdateWithFormdataBody

func (c *Client) DomainsUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileAddRole

func (c *Client) RepositoriesFileFileAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileAddRoleWithBody

func (c *Client) RepositoriesFileFileAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileAddRoleWithFormdataBody

func (c *Client) RepositoriesFileFileAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileCreate

func (c *Client) RepositoriesFileFileCreate(ctx context.Context, pulpDomain string, body RepositoriesFileFileCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileCreateWithBody

func (c *Client) RepositoriesFileFileCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileCreateWithFormdataBody

func (c *Client) RepositoriesFileFileCreateWithFormdataBody(ctx context.Context, pulpDomain string, body RepositoriesFileFileCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileDelete

func (c *Client) RepositoriesFileFileDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileList

func (c *Client) RepositoriesFileFileList(ctx context.Context, pulpDomain string, params *RepositoriesFileFileListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileListRoles

func (c *Client) RepositoriesFileFileListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileModify

func (c *Client) RepositoriesFileFileModify(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileModifyWithBody

func (c *Client) RepositoriesFileFileModifyWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileModifyWithFormdataBody

func (c *Client) RepositoriesFileFileModifyWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileMyPermissions

func (c *Client) RepositoriesFileFileMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFilePartialUpdate

func (c *Client) RepositoriesFileFilePartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFilePartialUpdateWithBody

func (c *Client) RepositoriesFileFilePartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFilePartialUpdateWithFormdataBody

func (c *Client) RepositoriesFileFilePartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileRead

func (c *Client) RepositoriesFileFileRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileRemoveRole

func (c *Client) RepositoriesFileFileRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileRemoveRoleWithBody

func (c *Client) RepositoriesFileFileRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileRemoveRoleWithFormdataBody

func (c *Client) RepositoriesFileFileRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileSetLabel

func (c *Client) RepositoriesFileFileSetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileSetLabelWithBody

func (c *Client) RepositoriesFileFileSetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileSetLabelWithFormdataBody

func (c *Client) RepositoriesFileFileSetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileSync

func (c *Client) RepositoriesFileFileSync(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileSyncWithBody

func (c *Client) RepositoriesFileFileSyncWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileSyncWithFormdataBody

func (c *Client) RepositoriesFileFileSyncWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileUnsetLabel

func (c *Client) RepositoriesFileFileUnsetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileUnsetLabelWithBody

func (c *Client) RepositoriesFileFileUnsetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileUnsetLabelWithFormdataBody

func (c *Client) RepositoriesFileFileUnsetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileUpdate

func (c *Client) RepositoriesFileFileUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileUpdateWithBody

func (c *Client) RepositoriesFileFileUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileUpdateWithFormdataBody

func (c *Client) RepositoriesFileFileUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileVersionsDelete

func (c *Client) RepositoriesFileFileVersionsDelete(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileVersionsList

func (c *Client) RepositoriesFileFileVersionsList(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, params *RepositoriesFileFileVersionsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileVersionsRead

func (c *Client) RepositoriesFileFileVersionsRead(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, params *RepositoriesFileFileVersionsReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileVersionsRepair

func (c *Client) RepositoriesFileFileVersionsRepair(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileVersionsRepairWithBody

func (c *Client) RepositoriesFileFileVersionsRepairWithBody(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesFileFileVersionsRepairWithFormdataBody

func (c *Client) RepositoriesFileFileVersionsRepairWithFormdataBody(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeAddRole

func (c *Client) RepositoriesOstreeOstreeAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeAddRoleWithBody

func (c *Client) RepositoriesOstreeOstreeAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeAddRoleWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeCreate

func (c *Client) RepositoriesOstreeOstreeCreate(ctx context.Context, pulpDomain string, body RepositoriesOstreeOstreeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeCreateWithBody

func (c *Client) RepositoriesOstreeOstreeCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeCreateWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeCreateWithFormdataBody(ctx context.Context, pulpDomain string, body RepositoriesOstreeOstreeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeDelete

func (c *Client) RepositoriesOstreeOstreeDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeImportAll

func (c *Client) RepositoriesOstreeOstreeImportAll(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeImportAllWithBody

func (c *Client) RepositoriesOstreeOstreeImportAllWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeImportAllWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeImportAllWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeImportCommits

func (c *Client) RepositoriesOstreeOstreeImportCommits(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeImportCommitsWithBody

func (c *Client) RepositoriesOstreeOstreeImportCommitsWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeImportCommitsWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeImportCommitsWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeList

func (c *Client) RepositoriesOstreeOstreeList(ctx context.Context, pulpDomain string, params *RepositoriesOstreeOstreeListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeListRoles

func (c *Client) RepositoriesOstreeOstreeListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeModify

func (c *Client) RepositoriesOstreeOstreeModify(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeModifyWithBody

func (c *Client) RepositoriesOstreeOstreeModifyWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeModifyWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeModifyWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeMyPermissions

func (c *Client) RepositoriesOstreeOstreeMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreePartialUpdate

func (c *Client) RepositoriesOstreeOstreePartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreePartialUpdateWithBody

func (c *Client) RepositoriesOstreeOstreePartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreePartialUpdateWithFormdataBody

func (c *Client) RepositoriesOstreeOstreePartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeRead

func (c *Client) RepositoriesOstreeOstreeRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeRemoveRole

func (c *Client) RepositoriesOstreeOstreeRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeRemoveRoleWithBody

func (c *Client) RepositoriesOstreeOstreeRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeRemoveRoleWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeSetLabel

func (c *Client) RepositoriesOstreeOstreeSetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeSetLabelWithBody

func (c *Client) RepositoriesOstreeOstreeSetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeSetLabelWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeSetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeSync

func (c *Client) RepositoriesOstreeOstreeSync(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeSyncWithBody

func (c *Client) RepositoriesOstreeOstreeSyncWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeSyncWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeSyncWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeUnsetLabel

func (c *Client) RepositoriesOstreeOstreeUnsetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeUnsetLabelWithBody

func (c *Client) RepositoriesOstreeOstreeUnsetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeUnsetLabelWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeUnsetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeUpdate

func (c *Client) RepositoriesOstreeOstreeUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeUpdateWithBody

func (c *Client) RepositoriesOstreeOstreeUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RepositoriesOstreeOstreeUpdateWithFormdataBody

func (c *Client) RepositoriesOstreeOstreeUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksAddRole

func (c *Client) TasksAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksAddRoleWithBody

func (c *Client) TasksAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksAddRoleWithFormdataBody

func (c *Client) TasksAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksCancel

func (c *Client) TasksCancel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksCancelWithBody

func (c *Client) TasksCancelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksCancelWithFormdataBody

func (c *Client) TasksCancelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksDelete

func (c *Client) TasksDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksList

func (c *Client) TasksList(ctx context.Context, pulpDomain string, params *TasksListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksListRoles

func (c *Client) TasksListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksMyPermissions

func (c *Client) TasksMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksPurge

func (c *Client) TasksPurge(ctx context.Context, pulpDomain string, body TasksPurgeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksPurgeWithBody

func (c *Client) TasksPurgeWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksPurgeWithFormdataBody

func (c *Client) TasksPurgeWithFormdataBody(ctx context.Context, pulpDomain string, body TasksPurgeFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksRead

func (c *Client) TasksRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksRemoveRole

func (c *Client) TasksRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksRemoveRoleWithBody

func (c *Client) TasksRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TasksRemoveRoleWithFormdataBody

func (c *Client) TasksRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// ArtifactsList request
	ArtifactsList(ctx context.Context, pulpDomain string, params *ArtifactsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ArtifactsCreateWithBody request with any body
	ArtifactsCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ArtifactsCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ArtifactsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ArtifactsDelete request
	ArtifactsDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ArtifactsRead request
	ArtifactsRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ArtifactsReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentFileFilesList request
	ContentFileFilesList(ctx context.Context, pulpDomain string, params *ContentFileFilesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentFileFilesCreateWithBody request with any body
	ContentFileFilesCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentFileFilesCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentFileFilesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentFileFilesRead request
	ContentFileFilesRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentFileFilesReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentOstreeContentList request
	ContentOstreeContentList(ctx context.Context, pulpDomain string, params *ContentOstreeContentListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentOstreeContentCreateWithBody request with any body
	ContentOstreeContentCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentOstreeContentCreate(ctx context.Context, pulpDomain string, body ContentOstreeContentCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentOstreeContentCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentOstreeContentCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentOstreeContentRead request
	ContentOstreeContentRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentOstreeContentReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositeList request
	ContentguardsCoreCompositeList(ctx context.Context, pulpDomain string, params *ContentguardsCoreCompositeListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositeCreateWithBody request with any body
	ContentguardsCoreCompositeCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositeCreate(ctx context.Context, pulpDomain string, body ContentguardsCoreCompositeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositeCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentguardsCoreCompositeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositeDelete request
	ContentguardsCoreCompositeDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositeRead request
	ContentguardsCoreCompositeRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositePartialUpdateWithBody request with any body
	ContentguardsCoreCompositePartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositePartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositePartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositeUpdateWithBody request with any body
	ContentguardsCoreCompositeUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositeUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositeUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositeAddRoleWithBody request with any body
	ContentguardsCoreCompositeAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositeAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositeAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositeListRoles request
	ContentguardsCoreCompositeListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositeMyPermissions request
	ContentguardsCoreCompositeMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreCompositeRemoveRoleWithBody request with any body
	ContentguardsCoreCompositeRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositeRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreCompositeRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderList request
	ContentguardsCoreHeaderList(ctx context.Context, pulpDomain string, params *ContentguardsCoreHeaderListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderCreateWithBody request with any body
	ContentguardsCoreHeaderCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderCreate(ctx context.Context, pulpDomain string, body ContentguardsCoreHeaderCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentguardsCoreHeaderCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderDelete request
	ContentguardsCoreHeaderDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderRead request
	ContentguardsCoreHeaderRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderPartialUpdateWithBody request with any body
	ContentguardsCoreHeaderPartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderPartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderPartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderUpdateWithBody request with any body
	ContentguardsCoreHeaderUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderAddRoleWithBody request with any body
	ContentguardsCoreHeaderAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderListRoles request
	ContentguardsCoreHeaderListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderMyPermissions request
	ContentguardsCoreHeaderMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreHeaderRemoveRoleWithBody request with any body
	ContentguardsCoreHeaderRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreHeaderRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacList request
	ContentguardsCoreRbacList(ctx context.Context, pulpDomain string, params *ContentguardsCoreRbacListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacCreateWithBody request with any body
	ContentguardsCoreRbacCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacCreate(ctx context.Context, pulpDomain string, body ContentguardsCoreRbacCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacCreateWithFormdataBody(ctx context.Context, pulpDomain string, body ContentguardsCoreRbacCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacDelete request
	ContentguardsCoreRbacDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacRead request
	ContentguardsCoreRbacRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacPartialUpdateWithBody request with any body
	ContentguardsCoreRbacPartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacPartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacPartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacUpdateWithBody request with any body
	ContentguardsCoreRbacUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacAddRoleWithBody request with any body
	ContentguardsCoreRbacAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacListRoles request
	ContentguardsCoreRbacListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacMyPermissions request
	ContentguardsCoreRbacMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ContentguardsCoreRbacRemoveRoleWithBody request with any body
	ContentguardsCoreRbacRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	ContentguardsCoreRbacRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeList request
	DistributionsOstreeOstreeList(ctx context.Context, pulpDomain string, params *DistributionsOstreeOstreeListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeCreateWithBody request with any body
	DistributionsOstreeOstreeCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeCreate(ctx context.Context, pulpDomain string, body DistributionsOstreeOstreeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeCreateWithFormdataBody(ctx context.Context, pulpDomain string, body DistributionsOstreeOstreeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeDelete request
	DistributionsOstreeOstreeDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeRead request
	DistributionsOstreeOstreeRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreePartialUpdateWithBody request with any body
	DistributionsOstreeOstreePartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreePartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreePartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeUpdateWithBody request with any body
	DistributionsOstreeOstreeUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeAddRoleWithBody request with any body
	DistributionsOstreeOstreeAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeListRoles request
	DistributionsOstreeOstreeListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeMyPermissions request
	DistributionsOstreeOstreeMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeRemoveRoleWithBody request with any body
	DistributionsOstreeOstreeRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeSetLabelWithBody request with any body
	DistributionsOstreeOstreeSetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeSetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeSetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DistributionsOstreeOstreeUnsetLabelWithBody request with any body
	DistributionsOstreeOstreeUnsetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeUnsetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DistributionsOstreeOstreeUnsetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainsList request
	DomainsList(ctx context.Context, pulpDomain string, params *DomainsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainsCreateWithBody request with any body
	DomainsCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DomainsCreate(ctx context.Context, pulpDomain string, body DomainsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DomainsCreateWithFormdataBody(ctx context.Context, pulpDomain string, body DomainsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainsDelete request
	DomainsDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainsRead request
	DomainsRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DomainsReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainsPartialUpdateWithBody request with any body
	DomainsPartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DomainsPartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DomainsPartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DomainsUpdateWithBody request with any body
	DomainsUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DomainsUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	DomainsUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileList request
	RepositoriesFileFileList(ctx context.Context, pulpDomain string, params *RepositoriesFileFileListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileCreateWithBody request with any body
	RepositoriesFileFileCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileCreate(ctx context.Context, pulpDomain string, body RepositoriesFileFileCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileCreateWithFormdataBody(ctx context.Context, pulpDomain string, body RepositoriesFileFileCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileDelete request
	RepositoriesFileFileDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileRead request
	RepositoriesFileFileRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFilePartialUpdateWithBody request with any body
	RepositoriesFileFilePartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFilePartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFilePartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileUpdateWithBody request with any body
	RepositoriesFileFileUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileAddRoleWithBody request with any body
	RepositoriesFileFileAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileListRoles request
	RepositoriesFileFileListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileModifyWithBody request with any body
	RepositoriesFileFileModifyWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileModify(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileModifyWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileMyPermissions request
	RepositoriesFileFileMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileRemoveRoleWithBody request with any body
	RepositoriesFileFileRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileSetLabelWithBody request with any body
	RepositoriesFileFileSetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileSetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileSetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileSyncWithBody request with any body
	RepositoriesFileFileSyncWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileSync(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileSyncWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileUnsetLabelWithBody request with any body
	RepositoriesFileFileUnsetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileUnsetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileUnsetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileVersionsList request
	RepositoriesFileFileVersionsList(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, params *RepositoriesFileFileVersionsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileVersionsDelete request
	RepositoriesFileFileVersionsDelete(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileVersionsRead request
	RepositoriesFileFileVersionsRead(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, params *RepositoriesFileFileVersionsReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesFileFileVersionsRepairWithBody request with any body
	RepositoriesFileFileVersionsRepairWithBody(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileVersionsRepair(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesFileFileVersionsRepairWithFormdataBody(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeList request
	RepositoriesOstreeOstreeList(ctx context.Context, pulpDomain string, params *RepositoriesOstreeOstreeListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeCreateWithBody request with any body
	RepositoriesOstreeOstreeCreateWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeCreate(ctx context.Context, pulpDomain string, body RepositoriesOstreeOstreeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeCreateWithFormdataBody(ctx context.Context, pulpDomain string, body RepositoriesOstreeOstreeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeDelete request
	RepositoriesOstreeOstreeDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeRead request
	RepositoriesOstreeOstreeRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreePartialUpdateWithBody request with any body
	RepositoriesOstreeOstreePartialUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreePartialUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreePartialUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeUpdateWithBody request with any body
	RepositoriesOstreeOstreeUpdateWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeUpdate(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeUpdateWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeAddRoleWithBody request with any body
	RepositoriesOstreeOstreeAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeImportAllWithBody request with any body
	RepositoriesOstreeOstreeImportAllWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeImportAll(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeImportAllWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeImportCommitsWithBody request with any body
	RepositoriesOstreeOstreeImportCommitsWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeImportCommits(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeImportCommitsWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeListRoles request
	RepositoriesOstreeOstreeListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeModifyWithBody request with any body
	RepositoriesOstreeOstreeModifyWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeModify(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeModifyWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeMyPermissions request
	RepositoriesOstreeOstreeMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeRemoveRoleWithBody request with any body
	RepositoriesOstreeOstreeRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeSetLabelWithBody request with any body
	RepositoriesOstreeOstreeSetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeSetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeSetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeSyncWithBody request with any body
	RepositoriesOstreeOstreeSyncWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeSync(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeSyncWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RepositoriesOstreeOstreeUnsetLabelWithBody request with any body
	RepositoriesOstreeOstreeUnsetLabelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeUnsetLabel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	RepositoriesOstreeOstreeUnsetLabelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TasksList request
	TasksList(ctx context.Context, pulpDomain string, params *TasksListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TasksPurgeWithBody request with any body
	TasksPurgeWithBody(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TasksPurge(ctx context.Context, pulpDomain string, body TasksPurgeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	TasksPurgeWithFormdataBody(ctx context.Context, pulpDomain string, body TasksPurgeFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TasksDelete request
	TasksDelete(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TasksRead request
	TasksRead(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksReadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TasksCancelWithBody request with any body
	TasksCancelWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TasksCancel(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	TasksCancelWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TasksAddRoleWithBody request with any body
	TasksAddRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TasksAddRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	TasksAddRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TasksListRoles request
	TasksListRoles(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksListRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TasksMyPermissions request
	TasksMyPermissions(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksMyPermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TasksRemoveRoleWithBody request with any body
	TasksRemoveRoleWithBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TasksRemoveRole(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	TasksRemoveRoleWithFormdataBody(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) ArtifactsCreateWithBodyWithResponse

func (c *ClientWithResponses) ArtifactsCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArtifactsCreateResponse, error)

ArtifactsCreateWithBodyWithResponse request with arbitrary body returning *ArtifactsCreateResponse

func (*ClientWithResponses) ArtifactsCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ArtifactsCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ArtifactsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ArtifactsCreateResponse, error)

func (*ClientWithResponses) ArtifactsDeleteWithResponse

func (c *ClientWithResponses) ArtifactsDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ArtifactsDeleteResponse, error)

ArtifactsDeleteWithResponse request returning *ArtifactsDeleteResponse

func (*ClientWithResponses) ArtifactsListWithResponse

func (c *ClientWithResponses) ArtifactsListWithResponse(ctx context.Context, pulpDomain string, params *ArtifactsListParams, reqEditors ...RequestEditorFn) (*ArtifactsListResponse, error)

ArtifactsListWithResponse request returning *ArtifactsListResponse

func (*ClientWithResponses) ArtifactsReadWithResponse

func (c *ClientWithResponses) ArtifactsReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ArtifactsReadParams, reqEditors ...RequestEditorFn) (*ArtifactsReadResponse, error)

ArtifactsReadWithResponse request returning *ArtifactsReadResponse

func (*ClientWithResponses) ContentFileFilesCreateWithBodyWithResponse

func (c *ClientWithResponses) ContentFileFilesCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentFileFilesCreateResponse, error)

ContentFileFilesCreateWithBodyWithResponse request with arbitrary body returning *ContentFileFilesCreateResponse

func (*ClientWithResponses) ContentFileFilesCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentFileFilesCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentFileFilesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentFileFilesCreateResponse, error)

func (*ClientWithResponses) ContentFileFilesListWithResponse

func (c *ClientWithResponses) ContentFileFilesListWithResponse(ctx context.Context, pulpDomain string, params *ContentFileFilesListParams, reqEditors ...RequestEditorFn) (*ContentFileFilesListResponse, error)

ContentFileFilesListWithResponse request returning *ContentFileFilesListResponse

func (*ClientWithResponses) ContentFileFilesReadWithResponse

func (c *ClientWithResponses) ContentFileFilesReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentFileFilesReadParams, reqEditors ...RequestEditorFn) (*ContentFileFilesReadResponse, error)

ContentFileFilesReadWithResponse request returning *ContentFileFilesReadResponse

func (*ClientWithResponses) ContentOstreeContentCreateWithBodyWithResponse

func (c *ClientWithResponses) ContentOstreeContentCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentOstreeContentCreateResponse, error)

ContentOstreeContentCreateWithBodyWithResponse request with arbitrary body returning *ContentOstreeContentCreateResponse

func (*ClientWithResponses) ContentOstreeContentCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentOstreeContentCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentOstreeContentCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentOstreeContentCreateResponse, error)

func (*ClientWithResponses) ContentOstreeContentCreateWithResponse

func (c *ClientWithResponses) ContentOstreeContentCreateWithResponse(ctx context.Context, pulpDomain string, body ContentOstreeContentCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentOstreeContentCreateResponse, error)

func (*ClientWithResponses) ContentOstreeContentListWithResponse

func (c *ClientWithResponses) ContentOstreeContentListWithResponse(ctx context.Context, pulpDomain string, params *ContentOstreeContentListParams, reqEditors ...RequestEditorFn) (*ContentOstreeContentListResponse, error)

ContentOstreeContentListWithResponse request returning *ContentOstreeContentListResponse

func (*ClientWithResponses) ContentOstreeContentReadWithResponse

func (c *ClientWithResponses) ContentOstreeContentReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentOstreeContentReadParams, reqEditors ...RequestEditorFn) (*ContentOstreeContentReadResponse, error)

ContentOstreeContentReadWithResponse request returning *ContentOstreeContentReadResponse

func (*ClientWithResponses) ContentguardsCoreCompositeAddRoleWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeAddRoleResponse, error)

ContentguardsCoreCompositeAddRoleWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreCompositeAddRoleResponse

func (*ClientWithResponses) ContentguardsCoreCompositeAddRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeAddRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreCompositeAddRoleWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeAddRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreCompositeCreateWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeCreateResponse, error)

ContentguardsCoreCompositeCreateWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreCompositeCreateResponse

func (*ClientWithResponses) ContentguardsCoreCompositeCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreCompositeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeCreateResponse, error)

func (*ClientWithResponses) ContentguardsCoreCompositeCreateWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeCreateWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreCompositeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeCreateResponse, error)

func (*ClientWithResponses) ContentguardsCoreCompositeDeleteWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeDeleteResponse, error)

ContentguardsCoreCompositeDeleteWithResponse request returning *ContentguardsCoreCompositeDeleteResponse

func (*ClientWithResponses) ContentguardsCoreCompositeListRolesWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeListRolesParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeListRolesResponse, error)

ContentguardsCoreCompositeListRolesWithResponse request returning *ContentguardsCoreCompositeListRolesResponse

func (*ClientWithResponses) ContentguardsCoreCompositeListWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeListWithResponse(ctx context.Context, pulpDomain string, params *ContentguardsCoreCompositeListParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeListResponse, error)

ContentguardsCoreCompositeListWithResponse request returning *ContentguardsCoreCompositeListResponse

func (*ClientWithResponses) ContentguardsCoreCompositeMyPermissionsWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeMyPermissionsParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeMyPermissionsResponse, error)

ContentguardsCoreCompositeMyPermissionsWithResponse request returning *ContentguardsCoreCompositeMyPermissionsResponse

func (*ClientWithResponses) ContentguardsCoreCompositePartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositePartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositePartialUpdateResponse, error)

ContentguardsCoreCompositePartialUpdateWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreCompositePartialUpdateResponse

func (*ClientWithResponses) ContentguardsCoreCompositePartialUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositePartialUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreCompositeReadWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeReadParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeReadResponse, error)

ContentguardsCoreCompositeReadWithResponse request returning *ContentguardsCoreCompositeReadResponse

func (*ClientWithResponses) ContentguardsCoreCompositeRemoveRoleWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeRemoveRoleResponse, error)

ContentguardsCoreCompositeRemoveRoleWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreCompositeRemoveRoleResponse

func (*ClientWithResponses) ContentguardsCoreCompositeRemoveRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeRemoveRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreCompositeRemoveRoleWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeRemoveRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreCompositeUpdateWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeUpdateResponse, error)

ContentguardsCoreCompositeUpdateWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreCompositeUpdateResponse

func (*ClientWithResponses) ContentguardsCoreCompositeUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreCompositeUpdateWithResponse

func (c *ClientWithResponses) ContentguardsCoreCompositeUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderAddRoleWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderAddRoleResponse, error)

ContentguardsCoreHeaderAddRoleWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreHeaderAddRoleResponse

func (*ClientWithResponses) ContentguardsCoreHeaderAddRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderAddRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderAddRoleWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderAddRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderCreateWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderCreateResponse, error)

ContentguardsCoreHeaderCreateWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreHeaderCreateResponse

func (*ClientWithResponses) ContentguardsCoreHeaderCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreHeaderCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderCreateResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderCreateWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderCreateWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreHeaderCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderCreateResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderDeleteWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderDeleteResponse, error)

ContentguardsCoreHeaderDeleteWithResponse request returning *ContentguardsCoreHeaderDeleteResponse

func (*ClientWithResponses) ContentguardsCoreHeaderListRolesWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderListRolesParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderListRolesResponse, error)

ContentguardsCoreHeaderListRolesWithResponse request returning *ContentguardsCoreHeaderListRolesResponse

func (*ClientWithResponses) ContentguardsCoreHeaderListWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderListWithResponse(ctx context.Context, pulpDomain string, params *ContentguardsCoreHeaderListParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderListResponse, error)

ContentguardsCoreHeaderListWithResponse request returning *ContentguardsCoreHeaderListResponse

func (*ClientWithResponses) ContentguardsCoreHeaderMyPermissionsWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderMyPermissionsParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderMyPermissionsResponse, error)

ContentguardsCoreHeaderMyPermissionsWithResponse request returning *ContentguardsCoreHeaderMyPermissionsResponse

func (*ClientWithResponses) ContentguardsCoreHeaderPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderPartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderPartialUpdateResponse, error)

ContentguardsCoreHeaderPartialUpdateWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreHeaderPartialUpdateResponse

func (*ClientWithResponses) ContentguardsCoreHeaderPartialUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderPartialUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderPartialUpdateWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderPartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderPartialUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderReadWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderReadParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderReadResponse, error)

ContentguardsCoreHeaderReadWithResponse request returning *ContentguardsCoreHeaderReadResponse

func (*ClientWithResponses) ContentguardsCoreHeaderRemoveRoleWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderRemoveRoleResponse, error)

ContentguardsCoreHeaderRemoveRoleWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreHeaderRemoveRoleResponse

func (*ClientWithResponses) ContentguardsCoreHeaderRemoveRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderRemoveRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderRemoveRoleWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderRemoveRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderUpdateWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderUpdateResponse, error)

ContentguardsCoreHeaderUpdateWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreHeaderUpdateResponse

func (*ClientWithResponses) ContentguardsCoreHeaderUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreHeaderUpdateWithResponse

func (c *ClientWithResponses) ContentguardsCoreHeaderUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacAddRoleWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacAddRoleResponse, error)

ContentguardsCoreRbacAddRoleWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreRbacAddRoleResponse

func (*ClientWithResponses) ContentguardsCoreRbacAddRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacAddRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacAddRoleWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacAddRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacCreateWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacCreateResponse, error)

ContentguardsCoreRbacCreateWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreRbacCreateResponse

func (*ClientWithResponses) ContentguardsCoreRbacCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreRbacCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacCreateResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacCreateWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacCreateWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreRbacCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacCreateResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacDeleteWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacDeleteResponse, error)

ContentguardsCoreRbacDeleteWithResponse request returning *ContentguardsCoreRbacDeleteResponse

func (*ClientWithResponses) ContentguardsCoreRbacListRolesWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacListRolesParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacListRolesResponse, error)

ContentguardsCoreRbacListRolesWithResponse request returning *ContentguardsCoreRbacListRolesResponse

func (*ClientWithResponses) ContentguardsCoreRbacListWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacListWithResponse(ctx context.Context, pulpDomain string, params *ContentguardsCoreRbacListParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacListResponse, error)

ContentguardsCoreRbacListWithResponse request returning *ContentguardsCoreRbacListResponse

func (*ClientWithResponses) ContentguardsCoreRbacMyPermissionsWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacMyPermissionsParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacMyPermissionsResponse, error)

ContentguardsCoreRbacMyPermissionsWithResponse request returning *ContentguardsCoreRbacMyPermissionsResponse

func (*ClientWithResponses) ContentguardsCoreRbacPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacPartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacPartialUpdateResponse, error)

ContentguardsCoreRbacPartialUpdateWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreRbacPartialUpdateResponse

func (*ClientWithResponses) ContentguardsCoreRbacPartialUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacPartialUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacPartialUpdateWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacPartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacPartialUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacReadWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacReadParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacReadResponse, error)

ContentguardsCoreRbacReadWithResponse request returning *ContentguardsCoreRbacReadResponse

func (*ClientWithResponses) ContentguardsCoreRbacRemoveRoleWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacRemoveRoleResponse, error)

ContentguardsCoreRbacRemoveRoleWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreRbacRemoveRoleResponse

func (*ClientWithResponses) ContentguardsCoreRbacRemoveRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacRemoveRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacRemoveRoleWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacRemoveRoleResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacUpdateWithBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacUpdateResponse, error)

ContentguardsCoreRbacUpdateWithBodyWithResponse request with arbitrary body returning *ContentguardsCoreRbacUpdateResponse

func (*ClientWithResponses) ContentguardsCoreRbacUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacUpdateResponse, error)

func (*ClientWithResponses) ContentguardsCoreRbacUpdateWithResponse

func (c *ClientWithResponses) ContentguardsCoreRbacUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacUpdateResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeAddRoleWithBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeAddRoleResponse, error)

DistributionsOstreeOstreeAddRoleWithBodyWithResponse request with arbitrary body returning *DistributionsOstreeOstreeAddRoleResponse

func (*ClientWithResponses) DistributionsOstreeOstreeAddRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeAddRoleResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeAddRoleWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeAddRoleResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeCreateWithBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeCreateResponse, error)

DistributionsOstreeOstreeCreateWithBodyWithResponse request with arbitrary body returning *DistributionsOstreeOstreeCreateResponse

func (*ClientWithResponses) DistributionsOstreeOstreeCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body DistributionsOstreeOstreeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeCreateResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeCreateWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeCreateWithResponse(ctx context.Context, pulpDomain string, body DistributionsOstreeOstreeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeCreateResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeDeleteWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeDeleteResponse, error)

DistributionsOstreeOstreeDeleteWithResponse request returning *DistributionsOstreeOstreeDeleteResponse

func (*ClientWithResponses) DistributionsOstreeOstreeListRolesWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeListRolesParams, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeListRolesResponse, error)

DistributionsOstreeOstreeListRolesWithResponse request returning *DistributionsOstreeOstreeListRolesResponse

func (*ClientWithResponses) DistributionsOstreeOstreeListWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeListWithResponse(ctx context.Context, pulpDomain string, params *DistributionsOstreeOstreeListParams, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeListResponse, error)

DistributionsOstreeOstreeListWithResponse request returning *DistributionsOstreeOstreeListResponse

func (*ClientWithResponses) DistributionsOstreeOstreeMyPermissionsWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeMyPermissionsParams, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeMyPermissionsResponse, error)

DistributionsOstreeOstreeMyPermissionsWithResponse request returning *DistributionsOstreeOstreeMyPermissionsResponse

func (*ClientWithResponses) DistributionsOstreeOstreePartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreePartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreePartialUpdateResponse, error)

DistributionsOstreeOstreePartialUpdateWithBodyWithResponse request with arbitrary body returning *DistributionsOstreeOstreePartialUpdateResponse

func (*ClientWithResponses) DistributionsOstreeOstreePartialUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreePartialUpdateResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreePartialUpdateWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreePartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreePartialUpdateResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeReadWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeReadParams, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeReadResponse, error)

DistributionsOstreeOstreeReadWithResponse request returning *DistributionsOstreeOstreeReadResponse

func (*ClientWithResponses) DistributionsOstreeOstreeRemoveRoleWithBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeRemoveRoleResponse, error)

DistributionsOstreeOstreeRemoveRoleWithBodyWithResponse request with arbitrary body returning *DistributionsOstreeOstreeRemoveRoleResponse

func (*ClientWithResponses) DistributionsOstreeOstreeRemoveRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeRemoveRoleResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeRemoveRoleWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeRemoveRoleResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeSetLabelWithBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeSetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeSetLabelResponse, error)

DistributionsOstreeOstreeSetLabelWithBodyWithResponse request with arbitrary body returning *DistributionsOstreeOstreeSetLabelResponse

func (*ClientWithResponses) DistributionsOstreeOstreeSetLabelWithFormdataBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeSetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeSetLabelResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeSetLabelWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeSetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeSetLabelResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeUnsetLabelWithBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeUnsetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUnsetLabelResponse, error)

DistributionsOstreeOstreeUnsetLabelWithBodyWithResponse request with arbitrary body returning *DistributionsOstreeOstreeUnsetLabelResponse

func (*ClientWithResponses) DistributionsOstreeOstreeUnsetLabelWithFormdataBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeUnsetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUnsetLabelResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeUnsetLabelWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeUnsetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUnsetLabelResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeUpdateWithBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUpdateResponse, error)

DistributionsOstreeOstreeUpdateWithBodyWithResponse request with arbitrary body returning *DistributionsOstreeOstreeUpdateResponse

func (*ClientWithResponses) DistributionsOstreeOstreeUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUpdateResponse, error)

func (*ClientWithResponses) DistributionsOstreeOstreeUpdateWithResponse

func (c *ClientWithResponses) DistributionsOstreeOstreeUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUpdateResponse, error)

func (*ClientWithResponses) DomainsCreateWithBodyWithResponse

func (c *ClientWithResponses) DomainsCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainsCreateResponse, error)

DomainsCreateWithBodyWithResponse request with arbitrary body returning *DomainsCreateResponse

func (*ClientWithResponses) DomainsCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) DomainsCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body DomainsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DomainsCreateResponse, error)

func (*ClientWithResponses) DomainsCreateWithResponse

func (c *ClientWithResponses) DomainsCreateWithResponse(ctx context.Context, pulpDomain string, body DomainsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainsCreateResponse, error)

func (*ClientWithResponses) DomainsDeleteWithResponse

func (c *ClientWithResponses) DomainsDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainsDeleteResponse, error)

DomainsDeleteWithResponse request returning *DomainsDeleteResponse

func (*ClientWithResponses) DomainsListWithResponse

func (c *ClientWithResponses) DomainsListWithResponse(ctx context.Context, pulpDomain string, params *DomainsListParams, reqEditors ...RequestEditorFn) (*DomainsListResponse, error)

DomainsListWithResponse request returning *DomainsListResponse

func (*ClientWithResponses) DomainsPartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) DomainsPartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainsPartialUpdateResponse, error)

DomainsPartialUpdateWithBodyWithResponse request with arbitrary body returning *DomainsPartialUpdateResponse

func (*ClientWithResponses) DomainsPartialUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) DomainsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DomainsPartialUpdateResponse, error)

func (*ClientWithResponses) DomainsPartialUpdateWithResponse

func (c *ClientWithResponses) DomainsPartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainsPartialUpdateResponse, error)

func (*ClientWithResponses) DomainsReadWithResponse

func (c *ClientWithResponses) DomainsReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DomainsReadParams, reqEditors ...RequestEditorFn) (*DomainsReadResponse, error)

DomainsReadWithResponse request returning *DomainsReadResponse

func (*ClientWithResponses) DomainsUpdateWithBodyWithResponse

func (c *ClientWithResponses) DomainsUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainsUpdateResponse, error)

DomainsUpdateWithBodyWithResponse request with arbitrary body returning *DomainsUpdateResponse

func (*ClientWithResponses) DomainsUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) DomainsUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DomainsUpdateResponse, error)

func (*ClientWithResponses) DomainsUpdateWithResponse

func (c *ClientWithResponses) DomainsUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainsUpdateResponse, error)

func (*ClientWithResponses) RepositoriesFileFileAddRoleWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileAddRoleResponse, error)

RepositoriesFileFileAddRoleWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFileAddRoleResponse

func (*ClientWithResponses) RepositoriesFileFileAddRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileAddRoleResponse, error)

func (*ClientWithResponses) RepositoriesFileFileAddRoleWithResponse

func (c *ClientWithResponses) RepositoriesFileFileAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileAddRoleResponse, error)

func (*ClientWithResponses) RepositoriesFileFileCreateWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileCreateResponse, error)

RepositoriesFileFileCreateWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFileCreateResponse

func (*ClientWithResponses) RepositoriesFileFileCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body RepositoriesFileFileCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileCreateResponse, error)

func (*ClientWithResponses) RepositoriesFileFileCreateWithResponse

func (c *ClientWithResponses) RepositoriesFileFileCreateWithResponse(ctx context.Context, pulpDomain string, body RepositoriesFileFileCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileCreateResponse, error)

func (*ClientWithResponses) RepositoriesFileFileDeleteWithResponse

func (c *ClientWithResponses) RepositoriesFileFileDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*RepositoriesFileFileDeleteResponse, error)

RepositoriesFileFileDeleteWithResponse request returning *RepositoriesFileFileDeleteResponse

func (*ClientWithResponses) RepositoriesFileFileListRolesWithResponse

func (c *ClientWithResponses) RepositoriesFileFileListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileListRolesParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileListRolesResponse, error)

RepositoriesFileFileListRolesWithResponse request returning *RepositoriesFileFileListRolesResponse

func (*ClientWithResponses) RepositoriesFileFileListWithResponse

func (c *ClientWithResponses) RepositoriesFileFileListWithResponse(ctx context.Context, pulpDomain string, params *RepositoriesFileFileListParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileListResponse, error)

RepositoriesFileFileListWithResponse request returning *RepositoriesFileFileListResponse

func (*ClientWithResponses) RepositoriesFileFileModifyWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileModifyWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileModifyResponse, error)

RepositoriesFileFileModifyWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFileModifyResponse

func (*ClientWithResponses) RepositoriesFileFileModifyWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileModifyWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileModifyResponse, error)

func (*ClientWithResponses) RepositoriesFileFileModifyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileModifyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileModifyResponse, error)

func (*ClientWithResponses) RepositoriesFileFileMyPermissionsWithResponse

func (c *ClientWithResponses) RepositoriesFileFileMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileMyPermissionsParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileMyPermissionsResponse, error)

RepositoriesFileFileMyPermissionsWithResponse request returning *RepositoriesFileFileMyPermissionsResponse

func (*ClientWithResponses) RepositoriesFileFilePartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFilePartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFilePartialUpdateResponse, error)

RepositoriesFileFilePartialUpdateWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFilePartialUpdateResponse

func (*ClientWithResponses) RepositoriesFileFilePartialUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFilePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFilePartialUpdateResponse, error)

func (*ClientWithResponses) RepositoriesFileFilePartialUpdateWithResponse

func (c *ClientWithResponses) RepositoriesFileFilePartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFilePartialUpdateResponse, error)

func (*ClientWithResponses) RepositoriesFileFileReadWithResponse

func (c *ClientWithResponses) RepositoriesFileFileReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileReadParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileReadResponse, error)

RepositoriesFileFileReadWithResponse request returning *RepositoriesFileFileReadResponse

func (*ClientWithResponses) RepositoriesFileFileRemoveRoleWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileRemoveRoleResponse, error)

RepositoriesFileFileRemoveRoleWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFileRemoveRoleResponse

func (*ClientWithResponses) RepositoriesFileFileRemoveRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileRemoveRoleResponse, error)

func (*ClientWithResponses) RepositoriesFileFileRemoveRoleWithResponse

func (c *ClientWithResponses) RepositoriesFileFileRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileRemoveRoleResponse, error)

func (*ClientWithResponses) RepositoriesFileFileSetLabelWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileSetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSetLabelResponse, error)

RepositoriesFileFileSetLabelWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFileSetLabelResponse

func (*ClientWithResponses) RepositoriesFileFileSetLabelWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileSetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSetLabelResponse, error)

func (*ClientWithResponses) RepositoriesFileFileSetLabelWithResponse

func (c *ClientWithResponses) RepositoriesFileFileSetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSetLabelResponse, error)

func (*ClientWithResponses) RepositoriesFileFileSyncWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileSyncWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSyncResponse, error)

RepositoriesFileFileSyncWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFileSyncResponse

func (*ClientWithResponses) RepositoriesFileFileSyncWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileSyncWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSyncResponse, error)

func (*ClientWithResponses) RepositoriesFileFileSyncWithResponse

func (c *ClientWithResponses) RepositoriesFileFileSyncWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSyncResponse, error)

func (*ClientWithResponses) RepositoriesFileFileUnsetLabelWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileUnsetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUnsetLabelResponse, error)

RepositoriesFileFileUnsetLabelWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFileUnsetLabelResponse

func (*ClientWithResponses) RepositoriesFileFileUnsetLabelWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileUnsetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUnsetLabelResponse, error)

func (*ClientWithResponses) RepositoriesFileFileUnsetLabelWithResponse

func (c *ClientWithResponses) RepositoriesFileFileUnsetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUnsetLabelResponse, error)

func (*ClientWithResponses) RepositoriesFileFileUpdateWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUpdateResponse, error)

RepositoriesFileFileUpdateWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFileUpdateResponse

func (*ClientWithResponses) RepositoriesFileFileUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUpdateResponse, error)

func (*ClientWithResponses) RepositoriesFileFileUpdateWithResponse

func (c *ClientWithResponses) RepositoriesFileFileUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUpdateResponse, error)

func (*ClientWithResponses) RepositoriesFileFileVersionsDeleteWithResponse

func (c *ClientWithResponses) RepositoriesFileFileVersionsDeleteWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsDeleteResponse, error)

RepositoriesFileFileVersionsDeleteWithResponse request returning *RepositoriesFileFileVersionsDeleteResponse

func (*ClientWithResponses) RepositoriesFileFileVersionsListWithResponse

func (c *ClientWithResponses) RepositoriesFileFileVersionsListWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, params *RepositoriesFileFileVersionsListParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsListResponse, error)

RepositoriesFileFileVersionsListWithResponse request returning *RepositoriesFileFileVersionsListResponse

func (*ClientWithResponses) RepositoriesFileFileVersionsReadWithResponse

func (c *ClientWithResponses) RepositoriesFileFileVersionsReadWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, params *RepositoriesFileFileVersionsReadParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsReadResponse, error)

RepositoriesFileFileVersionsReadWithResponse request returning *RepositoriesFileFileVersionsReadResponse

func (*ClientWithResponses) RepositoriesFileFileVersionsRepairWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileVersionsRepairWithBodyWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsRepairResponse, error)

RepositoriesFileFileVersionsRepairWithBodyWithResponse request with arbitrary body returning *RepositoriesFileFileVersionsRepairResponse

func (*ClientWithResponses) RepositoriesFileFileVersionsRepairWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesFileFileVersionsRepairWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsRepairResponse, error)

func (*ClientWithResponses) RepositoriesFileFileVersionsRepairWithResponse

func (c *ClientWithResponses) RepositoriesFileFileVersionsRepairWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsRepairResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeAddRoleWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeAddRoleResponse, error)

RepositoriesOstreeOstreeAddRoleWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeAddRoleResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeAddRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeAddRoleResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeAddRoleWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeAddRoleResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeCreateWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeCreateResponse, error)

RepositoriesOstreeOstreeCreateWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeCreateResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeCreateWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body RepositoriesOstreeOstreeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeCreateResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeCreateWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeCreateWithResponse(ctx context.Context, pulpDomain string, body RepositoriesOstreeOstreeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeCreateResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeDeleteWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeDeleteResponse, error)

RepositoriesOstreeOstreeDeleteWithResponse request returning *RepositoriesOstreeOstreeDeleteResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeImportAllWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeImportAllWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportAllResponse, error)

RepositoriesOstreeOstreeImportAllWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeImportAllResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeImportAllWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeImportAllWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportAllResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeImportAllWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeImportAllWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportAllResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeImportCommitsWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeImportCommitsWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportCommitsResponse, error)

RepositoriesOstreeOstreeImportCommitsWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeImportCommitsResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeImportCommitsWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeImportCommitsWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportCommitsResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeImportCommitsWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeImportCommitsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportCommitsResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeListRolesWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeListRolesParams, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeListRolesResponse, error)

RepositoriesOstreeOstreeListRolesWithResponse request returning *RepositoriesOstreeOstreeListRolesResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeListWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeListWithResponse(ctx context.Context, pulpDomain string, params *RepositoriesOstreeOstreeListParams, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeListResponse, error)

RepositoriesOstreeOstreeListWithResponse request returning *RepositoriesOstreeOstreeListResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeModifyWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeModifyWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeModifyResponse, error)

RepositoriesOstreeOstreeModifyWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeModifyResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeModifyWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeModifyWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeModifyResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeModifyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeModifyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeModifyResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeMyPermissionsWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeMyPermissionsParams, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeMyPermissionsResponse, error)

RepositoriesOstreeOstreeMyPermissionsWithResponse request returning *RepositoriesOstreeOstreeMyPermissionsResponse

func (*ClientWithResponses) RepositoriesOstreeOstreePartialUpdateWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreePartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreePartialUpdateResponse, error)

RepositoriesOstreeOstreePartialUpdateWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreePartialUpdateResponse

func (*ClientWithResponses) RepositoriesOstreeOstreePartialUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreePartialUpdateResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreePartialUpdateWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreePartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreePartialUpdateResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeReadWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeReadParams, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeReadResponse, error)

RepositoriesOstreeOstreeReadWithResponse request returning *RepositoriesOstreeOstreeReadResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeRemoveRoleWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeRemoveRoleResponse, error)

RepositoriesOstreeOstreeRemoveRoleWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeRemoveRoleResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeRemoveRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeRemoveRoleResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeRemoveRoleWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeRemoveRoleResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeSetLabelWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeSetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSetLabelResponse, error)

RepositoriesOstreeOstreeSetLabelWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeSetLabelResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeSetLabelWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeSetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSetLabelResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeSetLabelWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeSetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSetLabelResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeSyncWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeSyncWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSyncResponse, error)

RepositoriesOstreeOstreeSyncWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeSyncResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeSyncWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeSyncWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSyncResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeSyncWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeSyncWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSyncResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeUnsetLabelWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeUnsetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUnsetLabelResponse, error)

RepositoriesOstreeOstreeUnsetLabelWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeUnsetLabelResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeUnsetLabelWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeUnsetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUnsetLabelResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeUnsetLabelWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeUnsetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUnsetLabelResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeUpdateWithBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUpdateResponse, error)

RepositoriesOstreeOstreeUpdateWithBodyWithResponse request with arbitrary body returning *RepositoriesOstreeOstreeUpdateResponse

func (*ClientWithResponses) RepositoriesOstreeOstreeUpdateWithFormdataBodyWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUpdateResponse, error)

func (*ClientWithResponses) RepositoriesOstreeOstreeUpdateWithResponse

func (c *ClientWithResponses) RepositoriesOstreeOstreeUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUpdateResponse, error)

func (*ClientWithResponses) TasksAddRoleWithBodyWithResponse

func (c *ClientWithResponses) TasksAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksAddRoleResponse, error)

TasksAddRoleWithBodyWithResponse request with arbitrary body returning *TasksAddRoleResponse

func (*ClientWithResponses) TasksAddRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) TasksAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksAddRoleResponse, error)

func (*ClientWithResponses) TasksAddRoleWithResponse

func (c *ClientWithResponses) TasksAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksAddRoleResponse, error)

func (*ClientWithResponses) TasksCancelWithBodyWithResponse

func (c *ClientWithResponses) TasksCancelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksCancelResponse, error)

TasksCancelWithBodyWithResponse request with arbitrary body returning *TasksCancelResponse

func (*ClientWithResponses) TasksCancelWithFormdataBodyWithResponse

func (c *ClientWithResponses) TasksCancelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksCancelResponse, error)

func (*ClientWithResponses) TasksCancelWithResponse

func (c *ClientWithResponses) TasksCancelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksCancelResponse, error)

func (*ClientWithResponses) TasksDeleteWithResponse

func (c *ClientWithResponses) TasksDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*TasksDeleteResponse, error)

TasksDeleteWithResponse request returning *TasksDeleteResponse

func (*ClientWithResponses) TasksListRolesWithResponse

func (c *ClientWithResponses) TasksListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksListRolesParams, reqEditors ...RequestEditorFn) (*TasksListRolesResponse, error)

TasksListRolesWithResponse request returning *TasksListRolesResponse

func (*ClientWithResponses) TasksListWithResponse

func (c *ClientWithResponses) TasksListWithResponse(ctx context.Context, pulpDomain string, params *TasksListParams, reqEditors ...RequestEditorFn) (*TasksListResponse, error)

TasksListWithResponse request returning *TasksListResponse

func (*ClientWithResponses) TasksMyPermissionsWithResponse

func (c *ClientWithResponses) TasksMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksMyPermissionsParams, reqEditors ...RequestEditorFn) (*TasksMyPermissionsResponse, error)

TasksMyPermissionsWithResponse request returning *TasksMyPermissionsResponse

func (*ClientWithResponses) TasksPurgeWithBodyWithResponse

func (c *ClientWithResponses) TasksPurgeWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksPurgeResponse, error)

TasksPurgeWithBodyWithResponse request with arbitrary body returning *TasksPurgeResponse

func (*ClientWithResponses) TasksPurgeWithFormdataBodyWithResponse

func (c *ClientWithResponses) TasksPurgeWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body TasksPurgeFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksPurgeResponse, error)

func (*ClientWithResponses) TasksPurgeWithResponse

func (c *ClientWithResponses) TasksPurgeWithResponse(ctx context.Context, pulpDomain string, body TasksPurgeJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksPurgeResponse, error)

func (*ClientWithResponses) TasksReadWithResponse

func (c *ClientWithResponses) TasksReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksReadParams, reqEditors ...RequestEditorFn) (*TasksReadResponse, error)

TasksReadWithResponse request returning *TasksReadResponse

func (*ClientWithResponses) TasksRemoveRoleWithBodyWithResponse

func (c *ClientWithResponses) TasksRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksRemoveRoleResponse, error)

TasksRemoveRoleWithBodyWithResponse request with arbitrary body returning *TasksRemoveRoleResponse

func (*ClientWithResponses) TasksRemoveRoleWithFormdataBodyWithResponse

func (c *ClientWithResponses) TasksRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksRemoveRoleResponse, error)

func (*ClientWithResponses) TasksRemoveRoleWithResponse

func (c *ClientWithResponses) TasksRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksRemoveRoleResponse, error)

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// ArtifactsListWithResponse request
	ArtifactsListWithResponse(ctx context.Context, pulpDomain string, params *ArtifactsListParams, reqEditors ...RequestEditorFn) (*ArtifactsListResponse, error)

	// ArtifactsCreateWithBodyWithResponse request with any body
	ArtifactsCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArtifactsCreateResponse, error)

	ArtifactsCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ArtifactsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ArtifactsCreateResponse, error)

	// ArtifactsDeleteWithResponse request
	ArtifactsDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ArtifactsDeleteResponse, error)

	// ArtifactsReadWithResponse request
	ArtifactsReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ArtifactsReadParams, reqEditors ...RequestEditorFn) (*ArtifactsReadResponse, error)

	// ContentFileFilesListWithResponse request
	ContentFileFilesListWithResponse(ctx context.Context, pulpDomain string, params *ContentFileFilesListParams, reqEditors ...RequestEditorFn) (*ContentFileFilesListResponse, error)

	// ContentFileFilesCreateWithBodyWithResponse request with any body
	ContentFileFilesCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentFileFilesCreateResponse, error)

	ContentFileFilesCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentFileFilesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentFileFilesCreateResponse, error)

	// ContentFileFilesReadWithResponse request
	ContentFileFilesReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentFileFilesReadParams, reqEditors ...RequestEditorFn) (*ContentFileFilesReadResponse, error)

	// ContentOstreeContentListWithResponse request
	ContentOstreeContentListWithResponse(ctx context.Context, pulpDomain string, params *ContentOstreeContentListParams, reqEditors ...RequestEditorFn) (*ContentOstreeContentListResponse, error)

	// ContentOstreeContentCreateWithBodyWithResponse request with any body
	ContentOstreeContentCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentOstreeContentCreateResponse, error)

	ContentOstreeContentCreateWithResponse(ctx context.Context, pulpDomain string, body ContentOstreeContentCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentOstreeContentCreateResponse, error)

	ContentOstreeContentCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentOstreeContentCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentOstreeContentCreateResponse, error)

	// ContentOstreeContentReadWithResponse request
	ContentOstreeContentReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentOstreeContentReadParams, reqEditors ...RequestEditorFn) (*ContentOstreeContentReadResponse, error)

	// ContentguardsCoreCompositeListWithResponse request
	ContentguardsCoreCompositeListWithResponse(ctx context.Context, pulpDomain string, params *ContentguardsCoreCompositeListParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeListResponse, error)

	// ContentguardsCoreCompositeCreateWithBodyWithResponse request with any body
	ContentguardsCoreCompositeCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeCreateResponse, error)

	ContentguardsCoreCompositeCreateWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreCompositeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeCreateResponse, error)

	ContentguardsCoreCompositeCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreCompositeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeCreateResponse, error)

	// ContentguardsCoreCompositeDeleteWithResponse request
	ContentguardsCoreCompositeDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeDeleteResponse, error)

	// ContentguardsCoreCompositeReadWithResponse request
	ContentguardsCoreCompositeReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeReadParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeReadResponse, error)

	// ContentguardsCoreCompositePartialUpdateWithBodyWithResponse request with any body
	ContentguardsCoreCompositePartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositePartialUpdateResponse, error)

	ContentguardsCoreCompositePartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositePartialUpdateResponse, error)

	ContentguardsCoreCompositePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositePartialUpdateResponse, error)

	// ContentguardsCoreCompositeUpdateWithBodyWithResponse request with any body
	ContentguardsCoreCompositeUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeUpdateResponse, error)

	ContentguardsCoreCompositeUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeUpdateResponse, error)

	ContentguardsCoreCompositeUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeUpdateResponse, error)

	// ContentguardsCoreCompositeAddRoleWithBodyWithResponse request with any body
	ContentguardsCoreCompositeAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeAddRoleResponse, error)

	ContentguardsCoreCompositeAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeAddRoleResponse, error)

	ContentguardsCoreCompositeAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeAddRoleResponse, error)

	// ContentguardsCoreCompositeListRolesWithResponse request
	ContentguardsCoreCompositeListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeListRolesParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeListRolesResponse, error)

	// ContentguardsCoreCompositeMyPermissionsWithResponse request
	ContentguardsCoreCompositeMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreCompositeMyPermissionsParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeMyPermissionsResponse, error)

	// ContentguardsCoreCompositeRemoveRoleWithBodyWithResponse request with any body
	ContentguardsCoreCompositeRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeRemoveRoleResponse, error)

	ContentguardsCoreCompositeRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeRemoveRoleResponse, error)

	ContentguardsCoreCompositeRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreCompositeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreCompositeRemoveRoleResponse, error)

	// ContentguardsCoreHeaderListWithResponse request
	ContentguardsCoreHeaderListWithResponse(ctx context.Context, pulpDomain string, params *ContentguardsCoreHeaderListParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderListResponse, error)

	// ContentguardsCoreHeaderCreateWithBodyWithResponse request with any body
	ContentguardsCoreHeaderCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderCreateResponse, error)

	ContentguardsCoreHeaderCreateWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreHeaderCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderCreateResponse, error)

	ContentguardsCoreHeaderCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreHeaderCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderCreateResponse, error)

	// ContentguardsCoreHeaderDeleteWithResponse request
	ContentguardsCoreHeaderDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderDeleteResponse, error)

	// ContentguardsCoreHeaderReadWithResponse request
	ContentguardsCoreHeaderReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderReadParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderReadResponse, error)

	// ContentguardsCoreHeaderPartialUpdateWithBodyWithResponse request with any body
	ContentguardsCoreHeaderPartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderPartialUpdateResponse, error)

	ContentguardsCoreHeaderPartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderPartialUpdateResponse, error)

	ContentguardsCoreHeaderPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderPartialUpdateResponse, error)

	// ContentguardsCoreHeaderUpdateWithBodyWithResponse request with any body
	ContentguardsCoreHeaderUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderUpdateResponse, error)

	ContentguardsCoreHeaderUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderUpdateResponse, error)

	ContentguardsCoreHeaderUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderUpdateResponse, error)

	// ContentguardsCoreHeaderAddRoleWithBodyWithResponse request with any body
	ContentguardsCoreHeaderAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderAddRoleResponse, error)

	ContentguardsCoreHeaderAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderAddRoleResponse, error)

	ContentguardsCoreHeaderAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderAddRoleResponse, error)

	// ContentguardsCoreHeaderListRolesWithResponse request
	ContentguardsCoreHeaderListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderListRolesParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderListRolesResponse, error)

	// ContentguardsCoreHeaderMyPermissionsWithResponse request
	ContentguardsCoreHeaderMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreHeaderMyPermissionsParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderMyPermissionsResponse, error)

	// ContentguardsCoreHeaderRemoveRoleWithBodyWithResponse request with any body
	ContentguardsCoreHeaderRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderRemoveRoleResponse, error)

	ContentguardsCoreHeaderRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderRemoveRoleResponse, error)

	ContentguardsCoreHeaderRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreHeaderRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreHeaderRemoveRoleResponse, error)

	// ContentguardsCoreRbacListWithResponse request
	ContentguardsCoreRbacListWithResponse(ctx context.Context, pulpDomain string, params *ContentguardsCoreRbacListParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacListResponse, error)

	// ContentguardsCoreRbacCreateWithBodyWithResponse request with any body
	ContentguardsCoreRbacCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacCreateResponse, error)

	ContentguardsCoreRbacCreateWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreRbacCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacCreateResponse, error)

	ContentguardsCoreRbacCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body ContentguardsCoreRbacCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacCreateResponse, error)

	// ContentguardsCoreRbacDeleteWithResponse request
	ContentguardsCoreRbacDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacDeleteResponse, error)

	// ContentguardsCoreRbacReadWithResponse request
	ContentguardsCoreRbacReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacReadParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacReadResponse, error)

	// ContentguardsCoreRbacPartialUpdateWithBodyWithResponse request with any body
	ContentguardsCoreRbacPartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacPartialUpdateResponse, error)

	ContentguardsCoreRbacPartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacPartialUpdateResponse, error)

	ContentguardsCoreRbacPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacPartialUpdateResponse, error)

	// ContentguardsCoreRbacUpdateWithBodyWithResponse request with any body
	ContentguardsCoreRbacUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacUpdateResponse, error)

	ContentguardsCoreRbacUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacUpdateResponse, error)

	ContentguardsCoreRbacUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacUpdateResponse, error)

	// ContentguardsCoreRbacAddRoleWithBodyWithResponse request with any body
	ContentguardsCoreRbacAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacAddRoleResponse, error)

	ContentguardsCoreRbacAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacAddRoleResponse, error)

	ContentguardsCoreRbacAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacAddRoleResponse, error)

	// ContentguardsCoreRbacListRolesWithResponse request
	ContentguardsCoreRbacListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacListRolesParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacListRolesResponse, error)

	// ContentguardsCoreRbacMyPermissionsWithResponse request
	ContentguardsCoreRbacMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *ContentguardsCoreRbacMyPermissionsParams, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacMyPermissionsResponse, error)

	// ContentguardsCoreRbacRemoveRoleWithBodyWithResponse request with any body
	ContentguardsCoreRbacRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacRemoveRoleResponse, error)

	ContentguardsCoreRbacRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacRemoveRoleResponse, error)

	ContentguardsCoreRbacRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body ContentguardsCoreRbacRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*ContentguardsCoreRbacRemoveRoleResponse, error)

	// DistributionsOstreeOstreeListWithResponse request
	DistributionsOstreeOstreeListWithResponse(ctx context.Context, pulpDomain string, params *DistributionsOstreeOstreeListParams, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeListResponse, error)

	// DistributionsOstreeOstreeCreateWithBodyWithResponse request with any body
	DistributionsOstreeOstreeCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeCreateResponse, error)

	DistributionsOstreeOstreeCreateWithResponse(ctx context.Context, pulpDomain string, body DistributionsOstreeOstreeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeCreateResponse, error)

	DistributionsOstreeOstreeCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body DistributionsOstreeOstreeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeCreateResponse, error)

	// DistributionsOstreeOstreeDeleteWithResponse request
	DistributionsOstreeOstreeDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeDeleteResponse, error)

	// DistributionsOstreeOstreeReadWithResponse request
	DistributionsOstreeOstreeReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeReadParams, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeReadResponse, error)

	// DistributionsOstreeOstreePartialUpdateWithBodyWithResponse request with any body
	DistributionsOstreeOstreePartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreePartialUpdateResponse, error)

	DistributionsOstreeOstreePartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreePartialUpdateResponse, error)

	DistributionsOstreeOstreePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreePartialUpdateResponse, error)

	// DistributionsOstreeOstreeUpdateWithBodyWithResponse request with any body
	DistributionsOstreeOstreeUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUpdateResponse, error)

	DistributionsOstreeOstreeUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUpdateResponse, error)

	DistributionsOstreeOstreeUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUpdateResponse, error)

	// DistributionsOstreeOstreeAddRoleWithBodyWithResponse request with any body
	DistributionsOstreeOstreeAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeAddRoleResponse, error)

	DistributionsOstreeOstreeAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeAddRoleResponse, error)

	DistributionsOstreeOstreeAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeAddRoleResponse, error)

	// DistributionsOstreeOstreeListRolesWithResponse request
	DistributionsOstreeOstreeListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeListRolesParams, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeListRolesResponse, error)

	// DistributionsOstreeOstreeMyPermissionsWithResponse request
	DistributionsOstreeOstreeMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DistributionsOstreeOstreeMyPermissionsParams, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeMyPermissionsResponse, error)

	// DistributionsOstreeOstreeRemoveRoleWithBodyWithResponse request with any body
	DistributionsOstreeOstreeRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeRemoveRoleResponse, error)

	DistributionsOstreeOstreeRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeRemoveRoleResponse, error)

	DistributionsOstreeOstreeRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeRemoveRoleResponse, error)

	// DistributionsOstreeOstreeSetLabelWithBodyWithResponse request with any body
	DistributionsOstreeOstreeSetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeSetLabelResponse, error)

	DistributionsOstreeOstreeSetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeSetLabelResponse, error)

	DistributionsOstreeOstreeSetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeSetLabelResponse, error)

	// DistributionsOstreeOstreeUnsetLabelWithBodyWithResponse request with any body
	DistributionsOstreeOstreeUnsetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUnsetLabelResponse, error)

	DistributionsOstreeOstreeUnsetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUnsetLabelResponse, error)

	DistributionsOstreeOstreeUnsetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DistributionsOstreeOstreeUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*DistributionsOstreeOstreeUnsetLabelResponse, error)

	// DomainsListWithResponse request
	DomainsListWithResponse(ctx context.Context, pulpDomain string, params *DomainsListParams, reqEditors ...RequestEditorFn) (*DomainsListResponse, error)

	// DomainsCreateWithBodyWithResponse request with any body
	DomainsCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainsCreateResponse, error)

	DomainsCreateWithResponse(ctx context.Context, pulpDomain string, body DomainsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainsCreateResponse, error)

	DomainsCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body DomainsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DomainsCreateResponse, error)

	// DomainsDeleteWithResponse request
	DomainsDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DomainsDeleteResponse, error)

	// DomainsReadWithResponse request
	DomainsReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *DomainsReadParams, reqEditors ...RequestEditorFn) (*DomainsReadResponse, error)

	// DomainsPartialUpdateWithBodyWithResponse request with any body
	DomainsPartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainsPartialUpdateResponse, error)

	DomainsPartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainsPartialUpdateResponse, error)

	DomainsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DomainsPartialUpdateResponse, error)

	// DomainsUpdateWithBodyWithResponse request with any body
	DomainsUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DomainsUpdateResponse, error)

	DomainsUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DomainsUpdateResponse, error)

	DomainsUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body DomainsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DomainsUpdateResponse, error)

	// RepositoriesFileFileListWithResponse request
	RepositoriesFileFileListWithResponse(ctx context.Context, pulpDomain string, params *RepositoriesFileFileListParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileListResponse, error)

	// RepositoriesFileFileCreateWithBodyWithResponse request with any body
	RepositoriesFileFileCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileCreateResponse, error)

	RepositoriesFileFileCreateWithResponse(ctx context.Context, pulpDomain string, body RepositoriesFileFileCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileCreateResponse, error)

	RepositoriesFileFileCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body RepositoriesFileFileCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileCreateResponse, error)

	// RepositoriesFileFileDeleteWithResponse request
	RepositoriesFileFileDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*RepositoriesFileFileDeleteResponse, error)

	// RepositoriesFileFileReadWithResponse request
	RepositoriesFileFileReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileReadParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileReadResponse, error)

	// RepositoriesFileFilePartialUpdateWithBodyWithResponse request with any body
	RepositoriesFileFilePartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFilePartialUpdateResponse, error)

	RepositoriesFileFilePartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFilePartialUpdateResponse, error)

	RepositoriesFileFilePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFilePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFilePartialUpdateResponse, error)

	// RepositoriesFileFileUpdateWithBodyWithResponse request with any body
	RepositoriesFileFileUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUpdateResponse, error)

	RepositoriesFileFileUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUpdateResponse, error)

	RepositoriesFileFileUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUpdateResponse, error)

	// RepositoriesFileFileAddRoleWithBodyWithResponse request with any body
	RepositoriesFileFileAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileAddRoleResponse, error)

	RepositoriesFileFileAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileAddRoleResponse, error)

	RepositoriesFileFileAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileAddRoleResponse, error)

	// RepositoriesFileFileListRolesWithResponse request
	RepositoriesFileFileListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileListRolesParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileListRolesResponse, error)

	// RepositoriesFileFileModifyWithBodyWithResponse request with any body
	RepositoriesFileFileModifyWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileModifyResponse, error)

	RepositoriesFileFileModifyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileModifyResponse, error)

	RepositoriesFileFileModifyWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileModifyFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileModifyResponse, error)

	// RepositoriesFileFileMyPermissionsWithResponse request
	RepositoriesFileFileMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesFileFileMyPermissionsParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileMyPermissionsResponse, error)

	// RepositoriesFileFileRemoveRoleWithBodyWithResponse request with any body
	RepositoriesFileFileRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileRemoveRoleResponse, error)

	RepositoriesFileFileRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileRemoveRoleResponse, error)

	RepositoriesFileFileRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileRemoveRoleResponse, error)

	// RepositoriesFileFileSetLabelWithBodyWithResponse request with any body
	RepositoriesFileFileSetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSetLabelResponse, error)

	RepositoriesFileFileSetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSetLabelResponse, error)

	RepositoriesFileFileSetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSetLabelResponse, error)

	// RepositoriesFileFileSyncWithBodyWithResponse request with any body
	RepositoriesFileFileSyncWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSyncResponse, error)

	RepositoriesFileFileSyncWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSyncResponse, error)

	RepositoriesFileFileSyncWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileSyncFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileSyncResponse, error)

	// RepositoriesFileFileUnsetLabelWithBodyWithResponse request with any body
	RepositoriesFileFileUnsetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUnsetLabelResponse, error)

	RepositoriesFileFileUnsetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUnsetLabelResponse, error)

	RepositoriesFileFileUnsetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesFileFileUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileUnsetLabelResponse, error)

	// RepositoriesFileFileVersionsListWithResponse request
	RepositoriesFileFileVersionsListWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, params *RepositoriesFileFileVersionsListParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsListResponse, error)

	// RepositoriesFileFileVersionsDeleteWithResponse request
	RepositoriesFileFileVersionsDeleteWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsDeleteResponse, error)

	// RepositoriesFileFileVersionsReadWithResponse request
	RepositoriesFileFileVersionsReadWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, params *RepositoriesFileFileVersionsReadParams, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsReadResponse, error)

	// RepositoriesFileFileVersionsRepairWithBodyWithResponse request with any body
	RepositoriesFileFileVersionsRepairWithBodyWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsRepairResponse, error)

	RepositoriesFileFileVersionsRepairWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsRepairResponse, error)

	RepositoriesFileFileVersionsRepairWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, repositoryPk openapi_types.UUID, number int64, body RepositoriesFileFileVersionsRepairFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesFileFileVersionsRepairResponse, error)

	// RepositoriesOstreeOstreeListWithResponse request
	RepositoriesOstreeOstreeListWithResponse(ctx context.Context, pulpDomain string, params *RepositoriesOstreeOstreeListParams, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeListResponse, error)

	// RepositoriesOstreeOstreeCreateWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeCreateWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeCreateResponse, error)

	RepositoriesOstreeOstreeCreateWithResponse(ctx context.Context, pulpDomain string, body RepositoriesOstreeOstreeCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeCreateResponse, error)

	RepositoriesOstreeOstreeCreateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body RepositoriesOstreeOstreeCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeCreateResponse, error)

	// RepositoriesOstreeOstreeDeleteWithResponse request
	RepositoriesOstreeOstreeDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeDeleteResponse, error)

	// RepositoriesOstreeOstreeReadWithResponse request
	RepositoriesOstreeOstreeReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeReadParams, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeReadResponse, error)

	// RepositoriesOstreeOstreePartialUpdateWithBodyWithResponse request with any body
	RepositoriesOstreeOstreePartialUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreePartialUpdateResponse, error)

	RepositoriesOstreeOstreePartialUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreePartialUpdateResponse, error)

	RepositoriesOstreeOstreePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreePartialUpdateResponse, error)

	// RepositoriesOstreeOstreeUpdateWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeUpdateWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUpdateResponse, error)

	RepositoriesOstreeOstreeUpdateWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUpdateResponse, error)

	RepositoriesOstreeOstreeUpdateWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUpdateResponse, error)

	// RepositoriesOstreeOstreeAddRoleWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeAddRoleResponse, error)

	RepositoriesOstreeOstreeAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeAddRoleResponse, error)

	RepositoriesOstreeOstreeAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeAddRoleResponse, error)

	// RepositoriesOstreeOstreeImportAllWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeImportAllWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportAllResponse, error)

	RepositoriesOstreeOstreeImportAllWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportAllResponse, error)

	RepositoriesOstreeOstreeImportAllWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportAllFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportAllResponse, error)

	// RepositoriesOstreeOstreeImportCommitsWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeImportCommitsWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportCommitsResponse, error)

	RepositoriesOstreeOstreeImportCommitsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportCommitsResponse, error)

	RepositoriesOstreeOstreeImportCommitsWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeImportCommitsFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeImportCommitsResponse, error)

	// RepositoriesOstreeOstreeListRolesWithResponse request
	RepositoriesOstreeOstreeListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeListRolesParams, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeListRolesResponse, error)

	// RepositoriesOstreeOstreeModifyWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeModifyWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeModifyResponse, error)

	RepositoriesOstreeOstreeModifyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeModifyResponse, error)

	RepositoriesOstreeOstreeModifyWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeModifyFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeModifyResponse, error)

	// RepositoriesOstreeOstreeMyPermissionsWithResponse request
	RepositoriesOstreeOstreeMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *RepositoriesOstreeOstreeMyPermissionsParams, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeMyPermissionsResponse, error)

	// RepositoriesOstreeOstreeRemoveRoleWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeRemoveRoleResponse, error)

	RepositoriesOstreeOstreeRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeRemoveRoleResponse, error)

	RepositoriesOstreeOstreeRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeRemoveRoleResponse, error)

	// RepositoriesOstreeOstreeSetLabelWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeSetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSetLabelResponse, error)

	RepositoriesOstreeOstreeSetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSetLabelResponse, error)

	RepositoriesOstreeOstreeSetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSetLabelResponse, error)

	// RepositoriesOstreeOstreeSyncWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeSyncWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSyncResponse, error)

	RepositoriesOstreeOstreeSyncWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSyncResponse, error)

	RepositoriesOstreeOstreeSyncWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeSyncFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeSyncResponse, error)

	// RepositoriesOstreeOstreeUnsetLabelWithBodyWithResponse request with any body
	RepositoriesOstreeOstreeUnsetLabelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUnsetLabelResponse, error)

	RepositoriesOstreeOstreeUnsetLabelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUnsetLabelResponse, error)

	RepositoriesOstreeOstreeUnsetLabelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body RepositoriesOstreeOstreeUnsetLabelFormdataRequestBody, reqEditors ...RequestEditorFn) (*RepositoriesOstreeOstreeUnsetLabelResponse, error)

	// TasksListWithResponse request
	TasksListWithResponse(ctx context.Context, pulpDomain string, params *TasksListParams, reqEditors ...RequestEditorFn) (*TasksListResponse, error)

	// TasksPurgeWithBodyWithResponse request with any body
	TasksPurgeWithBodyWithResponse(ctx context.Context, pulpDomain string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksPurgeResponse, error)

	TasksPurgeWithResponse(ctx context.Context, pulpDomain string, body TasksPurgeJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksPurgeResponse, error)

	TasksPurgeWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, body TasksPurgeFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksPurgeResponse, error)

	// TasksDeleteWithResponse request
	TasksDeleteWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, reqEditors ...RequestEditorFn) (*TasksDeleteResponse, error)

	// TasksReadWithResponse request
	TasksReadWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksReadParams, reqEditors ...RequestEditorFn) (*TasksReadResponse, error)

	// TasksCancelWithBodyWithResponse request with any body
	TasksCancelWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksCancelResponse, error)

	TasksCancelWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksCancelResponse, error)

	TasksCancelWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksCancelFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksCancelResponse, error)

	// TasksAddRoleWithBodyWithResponse request with any body
	TasksAddRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksAddRoleResponse, error)

	TasksAddRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksAddRoleResponse, error)

	TasksAddRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksAddRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksAddRoleResponse, error)

	// TasksListRolesWithResponse request
	TasksListRolesWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksListRolesParams, reqEditors ...RequestEditorFn) (*TasksListRolesResponse, error)

	// TasksMyPermissionsWithResponse request
	TasksMyPermissionsWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, params *TasksMyPermissionsParams, reqEditors ...RequestEditorFn) (*TasksMyPermissionsResponse, error)

	// TasksRemoveRoleWithBodyWithResponse request with any body
	TasksRemoveRoleWithBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksRemoveRoleResponse, error)

	TasksRemoveRoleWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksRemoveRoleResponse, error)

	TasksRemoveRoleWithFormdataBodyWithResponse(ctx context.Context, pulpDomain string, pulpId openapi_types.UUID, body TasksRemoveRoleFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksRemoveRoleResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type CompositeContentGuard

type CompositeContentGuard struct {
	// Description An optional description.
	Description *string `json:"description"`

	// Guards List of ContentGuards to ask for access-permission.
	Guards *[]string `json:"guards,omitempty"`

	// Name The unique name.
	Name string `json:"name"`
}

CompositeContentGuard Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type CompositeContentGuardResponse

type CompositeContentGuardResponse struct {
	// Description An optional description.
	Description *string `json:"description"`

	// Guards List of ContentGuards to ask for access-permission.
	Guards *[]string `json:"guards,omitempty"`

	// Name The unique name.
	Name string `json:"name"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time `json:"pulp_created,omitempty"`
	PulpHref    *string    `json:"pulp_href,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`
}

CompositeContentGuardResponse Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type ContentFileFilesCreateFormdataRequestBody

type ContentFileFilesCreateFormdataRequestBody = FileFileContent

ContentFileFilesCreateFormdataRequestBody defines body for ContentFileFilesCreate for application/x-www-form-urlencoded ContentType.

type ContentFileFilesCreateMultipartRequestBody

type ContentFileFilesCreateMultipartRequestBody = FileFileContent

ContentFileFilesCreateMultipartRequestBody defines body for ContentFileFilesCreate for multipart/form-data ContentType.

type ContentFileFilesCreateResponse

type ContentFileFilesCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseContentFileFilesCreateResponse

func ParseContentFileFilesCreateResponse(rsp *http.Response) (*ContentFileFilesCreateResponse, error)

ParseContentFileFilesCreateResponse parses an HTTP response from a ContentFileFilesCreateWithResponse call

func (ContentFileFilesCreateResponse) Status

Status returns HTTPResponse.Status

func (ContentFileFilesCreateResponse) StatusCode

func (r ContentFileFilesCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContentFileFilesListParams

type ContentFileFilesListParams struct {
	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `pulp_type` - Pulp type
	// * `-pulp_type` - Pulp type (descending)
	// * `upstream_id` - Upstream id
	// * `-upstream_id` - Upstream id (descending)
	// * `timestamp_of_interest` - Timestamp of interest
	// * `-timestamp_of_interest` - Timestamp of interest (descending)
	// * `relative_path` - Relative path
	// * `-relative_path` - Relative path (descending)
	// * `digest` - Digest
	// * `-digest` - Digest (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]ContentFileFilesListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// OrphanedFor Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
	OrphanedFor *float32 `form:"orphaned_for,omitempty" json:"orphaned_for,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`
	Q        *string               `form:"q,omitempty" json:"q,omitempty"`

	// RelativePath Filter results where relative_path matches value
	RelativePath *string `form:"relative_path,omitempty" json:"relative_path,omitempty"`

	// RepositoryVersion Repository Version referenced by HREF
	RepositoryVersion *string `form:"repository_version,omitempty" json:"repository_version,omitempty"`

	// RepositoryVersionAdded Repository Version referenced by HREF
	RepositoryVersionAdded *string `form:"repository_version_added,omitempty" json:"repository_version_added,omitempty"`

	// RepositoryVersionRemoved Repository Version referenced by HREF
	RepositoryVersionRemoved *string `form:"repository_version_removed,omitempty" json:"repository_version_removed,omitempty"`
	Sha256                   *string `form:"sha256,omitempty" json:"sha256,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentFileFilesListParams defines parameters for ContentFileFilesList.

type ContentFileFilesListParamsOrdering

type ContentFileFilesListParamsOrdering string

ContentFileFilesListParamsOrdering defines parameters for ContentFileFilesList.

const (
	ContentFileFilesListParamsOrderingDigest                   ContentFileFilesListParamsOrdering = "digest"
	ContentFileFilesListParamsOrderingMinusDigest              ContentFileFilesListParamsOrdering = "-digest"
	ContentFileFilesListParamsOrderingMinusPk                  ContentFileFilesListParamsOrdering = "-pk"
	ContentFileFilesListParamsOrderingMinusPulpCreated         ContentFileFilesListParamsOrdering = "-pulp_created"
	ContentFileFilesListParamsOrderingMinusPulpId              ContentFileFilesListParamsOrdering = "-pulp_id"
	ContentFileFilesListParamsOrderingMinusPulpLastUpdated     ContentFileFilesListParamsOrdering = "-pulp_last_updated"
	ContentFileFilesListParamsOrderingMinusPulpType            ContentFileFilesListParamsOrdering = "-pulp_type"
	ContentFileFilesListParamsOrderingMinusRelativePath        ContentFileFilesListParamsOrdering = "-relative_path"
	ContentFileFilesListParamsOrderingMinusTimestampOfInterest ContentFileFilesListParamsOrdering = "-timestamp_of_interest"
	ContentFileFilesListParamsOrderingMinusUpstreamId          ContentFileFilesListParamsOrdering = "-upstream_id"
	ContentFileFilesListParamsOrderingPk                       ContentFileFilesListParamsOrdering = "pk"
	ContentFileFilesListParamsOrderingPulpCreated              ContentFileFilesListParamsOrdering = "pulp_created"
	ContentFileFilesListParamsOrderingPulpId                   ContentFileFilesListParamsOrdering = "pulp_id"
	ContentFileFilesListParamsOrderingPulpLastUpdated          ContentFileFilesListParamsOrdering = "pulp_last_updated"
	ContentFileFilesListParamsOrderingPulpType                 ContentFileFilesListParamsOrdering = "pulp_type"
	ContentFileFilesListParamsOrderingRelativePath             ContentFileFilesListParamsOrdering = "relative_path"
	ContentFileFilesListParamsOrderingTimestampOfInterest      ContentFileFilesListParamsOrdering = "timestamp_of_interest"
	ContentFileFilesListParamsOrderingUpstreamId               ContentFileFilesListParamsOrdering = "upstream_id"
)

Defines values for ContentFileFilesListParamsOrdering.

type ContentFileFilesListResponse

type ContentFileFilesListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedfileFileContentResponseList
}

func ParseContentFileFilesListResponse

func ParseContentFileFilesListResponse(rsp *http.Response) (*ContentFileFilesListResponse, error)

ParseContentFileFilesListResponse parses an HTTP response from a ContentFileFilesListWithResponse call

func (ContentFileFilesListResponse) Status

Status returns HTTPResponse.Status

func (ContentFileFilesListResponse) StatusCode

func (r ContentFileFilesListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContentFileFilesReadParams

type ContentFileFilesReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentFileFilesReadParams defines parameters for ContentFileFilesRead.

type ContentFileFilesReadResponse

type ContentFileFilesReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FileFileContentResponse
}

func ParseContentFileFilesReadResponse

func ParseContentFileFilesReadResponse(rsp *http.Response) (*ContentFileFilesReadResponse, error)

ParseContentFileFilesReadResponse parses an HTTP response from a ContentFileFilesReadWithResponse call

func (ContentFileFilesReadResponse) Status

Status returns HTTPResponse.Status

func (ContentFileFilesReadResponse) StatusCode

func (r ContentFileFilesReadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContentOstreeContentCreateFormdataRequestBody

type ContentOstreeContentCreateFormdataRequestBody = OstreeOstreeContent

ContentOstreeContentCreateFormdataRequestBody defines body for ContentOstreeContentCreate for application/x-www-form-urlencoded ContentType.

type ContentOstreeContentCreateJSONRequestBody

type ContentOstreeContentCreateJSONRequestBody = OstreeOstreeContent

ContentOstreeContentCreateJSONRequestBody defines body for ContentOstreeContentCreate for application/json ContentType.

type ContentOstreeContentCreateMultipartRequestBody

type ContentOstreeContentCreateMultipartRequestBody = OstreeOstreeContent

ContentOstreeContentCreateMultipartRequestBody defines body for ContentOstreeContentCreate for multipart/form-data ContentType.

type ContentOstreeContentCreateResponse

type ContentOstreeContentCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseContentOstreeContentCreateResponse

func ParseContentOstreeContentCreateResponse(rsp *http.Response) (*ContentOstreeContentCreateResponse, error)

ParseContentOstreeContentCreateResponse parses an HTTP response from a ContentOstreeContentCreateWithResponse call

func (ContentOstreeContentCreateResponse) Status

Status returns HTTPResponse.Status

func (ContentOstreeContentCreateResponse) StatusCode

func (r ContentOstreeContentCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContentOstreeContentListParams

type ContentOstreeContentListParams struct {
	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]ContentOstreeContentListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// OrphanedFor Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
	OrphanedFor *float32 `form:"orphaned_for,omitempty" json:"orphaned_for,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`
	Q        *string               `form:"q,omitempty" json:"q,omitempty"`

	// RepositoryVersion Repository Version referenced by HREF
	RepositoryVersion *string `form:"repository_version,omitempty" json:"repository_version,omitempty"`

	// RepositoryVersionAdded Repository Version referenced by HREF
	RepositoryVersionAdded *string `form:"repository_version_added,omitempty" json:"repository_version_added,omitempty"`

	// RepositoryVersionRemoved Repository Version referenced by HREF
	RepositoryVersionRemoved *string `form:"repository_version_removed,omitempty" json:"repository_version_removed,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentOstreeContentListParams defines parameters for ContentOstreeContentList.

type ContentOstreeContentListParamsOrdering

type ContentOstreeContentListParamsOrdering string

ContentOstreeContentListParamsOrdering defines parameters for ContentOstreeContentList.

const (
	ContentOstreeContentListParamsOrderingMinusPk ContentOstreeContentListParamsOrdering = "-pk"
	ContentOstreeContentListParamsOrderingPk      ContentOstreeContentListParamsOrdering = "pk"
)

Defines values for ContentOstreeContentListParamsOrdering.

type ContentOstreeContentListResponse

type ContentOstreeContentListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedostreeOstreeContentResponseList
}

func ParseContentOstreeContentListResponse

func ParseContentOstreeContentListResponse(rsp *http.Response) (*ContentOstreeContentListResponse, error)

ParseContentOstreeContentListResponse parses an HTTP response from a ContentOstreeContentListWithResponse call

func (ContentOstreeContentListResponse) Status

Status returns HTTPResponse.Status

func (ContentOstreeContentListResponse) StatusCode

func (r ContentOstreeContentListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContentOstreeContentReadParams

type ContentOstreeContentReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentOstreeContentReadParams defines parameters for ContentOstreeContentRead.

type ContentOstreeContentReadResponse

type ContentOstreeContentReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OstreeOstreeContentResponse
}

func ParseContentOstreeContentReadResponse

func ParseContentOstreeContentReadResponse(rsp *http.Response) (*ContentOstreeContentReadResponse, error)

ParseContentOstreeContentReadResponse parses an HTTP response from a ContentOstreeContentReadWithResponse call

func (ContentOstreeContentReadResponse) Status

Status returns HTTPResponse.Status

func (ContentOstreeContentReadResponse) StatusCode

func (r ContentOstreeContentReadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContentSummaryResponse

type ContentSummaryResponse struct {
	Added   map[string]interface{} `json:"added"`
	Present map[string]interface{} `json:"present"`
	Removed map[string]interface{} `json:"removed"`
}

ContentSummaryResponse Serializer for the RepositoryVersion content summary

type ContentguardsCoreCompositeAddRoleFormdataRequestBody

type ContentguardsCoreCompositeAddRoleFormdataRequestBody = NestedRole

ContentguardsCoreCompositeAddRoleFormdataRequestBody defines body for ContentguardsCoreCompositeAddRole for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreCompositeAddRoleJSONRequestBody

type ContentguardsCoreCompositeAddRoleJSONRequestBody = NestedRole

ContentguardsCoreCompositeAddRoleJSONRequestBody defines body for ContentguardsCoreCompositeAddRole for application/json ContentType.

type ContentguardsCoreCompositeAddRoleMultipartRequestBody

type ContentguardsCoreCompositeAddRoleMultipartRequestBody = NestedRole

ContentguardsCoreCompositeAddRoleMultipartRequestBody defines body for ContentguardsCoreCompositeAddRole for multipart/form-data ContentType.

type ContentguardsCoreCompositeAddRoleResponse

type ContentguardsCoreCompositeAddRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseContentguardsCoreCompositeAddRoleResponse

func ParseContentguardsCoreCompositeAddRoleResponse(rsp *http.Response) (*ContentguardsCoreCompositeAddRoleResponse, error)

ParseContentguardsCoreCompositeAddRoleResponse parses an HTTP response from a ContentguardsCoreCompositeAddRoleWithResponse call

func (ContentguardsCoreCompositeAddRoleResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositeAddRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreCompositeCreateFormdataRequestBody

type ContentguardsCoreCompositeCreateFormdataRequestBody = CompositeContentGuard

ContentguardsCoreCompositeCreateFormdataRequestBody defines body for ContentguardsCoreCompositeCreate for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreCompositeCreateJSONRequestBody

type ContentguardsCoreCompositeCreateJSONRequestBody = CompositeContentGuard

ContentguardsCoreCompositeCreateJSONRequestBody defines body for ContentguardsCoreCompositeCreate for application/json ContentType.

type ContentguardsCoreCompositeCreateMultipartRequestBody

type ContentguardsCoreCompositeCreateMultipartRequestBody = CompositeContentGuard

ContentguardsCoreCompositeCreateMultipartRequestBody defines body for ContentguardsCoreCompositeCreate for multipart/form-data ContentType.

type ContentguardsCoreCompositeCreateResponse

type ContentguardsCoreCompositeCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *CompositeContentGuardResponse
}

func ParseContentguardsCoreCompositeCreateResponse

func ParseContentguardsCoreCompositeCreateResponse(rsp *http.Response) (*ContentguardsCoreCompositeCreateResponse, error)

ParseContentguardsCoreCompositeCreateResponse parses an HTTP response from a ContentguardsCoreCompositeCreateWithResponse call

func (ContentguardsCoreCompositeCreateResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositeCreateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreCompositeDeleteResponse

type ContentguardsCoreCompositeDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseContentguardsCoreCompositeDeleteResponse

func ParseContentguardsCoreCompositeDeleteResponse(rsp *http.Response) (*ContentguardsCoreCompositeDeleteResponse, error)

ParseContentguardsCoreCompositeDeleteResponse parses an HTTP response from a ContentguardsCoreCompositeDeleteWithResponse call

func (ContentguardsCoreCompositeDeleteResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositeDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreCompositeListParams

type ContentguardsCoreCompositeListParams struct {
	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Name Filter results where name matches value
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// NameContains Filter results where name contains value
	NameContains *string `form:"name__contains,omitempty" json:"name__contains,omitempty"`

	// NameIcontains Filter results where name contains value
	NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`

	// NameIexact Filter results where name matches value
	NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`

	// NameIn Filter results where name is in a comma-separated list of values
	NameIn *[]string `form:"name__in,omitempty" json:"name__in,omitempty"`

	// NameIregex Filter results where name matches regex value
	NameIregex *string `form:"name__iregex,omitempty" json:"name__iregex,omitempty"`

	// NameIstartswith Filter results where name starts with value
	NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`

	// NameRegex Filter results where name matches regex value
	NameRegex *string `form:"name__regex,omitempty" json:"name__regex,omitempty"`

	// NameStartswith Filter results where name starts with value
	NameStartswith *string `form:"name__startswith,omitempty" json:"name__startswith,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `pulp_type` - Pulp type
	// * `-pulp_type` - Pulp type (descending)
	// * `name` - Name
	// * `-name` - Name (descending)
	// * `description` - Description
	// * `-description` - Description (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]ContentguardsCoreCompositeListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`
	Q        *string               `form:"q,omitempty" json:"q,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreCompositeListParams defines parameters for ContentguardsCoreCompositeList.

type ContentguardsCoreCompositeListParamsOrdering

type ContentguardsCoreCompositeListParamsOrdering string

ContentguardsCoreCompositeListParamsOrdering defines parameters for ContentguardsCoreCompositeList.

const (
	ContentguardsCoreCompositeListParamsOrderingDescription          ContentguardsCoreCompositeListParamsOrdering = "description"
	ContentguardsCoreCompositeListParamsOrderingMinusDescription     ContentguardsCoreCompositeListParamsOrdering = "-description"
	ContentguardsCoreCompositeListParamsOrderingMinusName            ContentguardsCoreCompositeListParamsOrdering = "-name"
	ContentguardsCoreCompositeListParamsOrderingMinusPk              ContentguardsCoreCompositeListParamsOrdering = "-pk"
	ContentguardsCoreCompositeListParamsOrderingMinusPulpCreated     ContentguardsCoreCompositeListParamsOrdering = "-pulp_created"
	ContentguardsCoreCompositeListParamsOrderingMinusPulpId          ContentguardsCoreCompositeListParamsOrdering = "-pulp_id"
	ContentguardsCoreCompositeListParamsOrderingMinusPulpLastUpdated ContentguardsCoreCompositeListParamsOrdering = "-pulp_last_updated"
	ContentguardsCoreCompositeListParamsOrderingMinusPulpType        ContentguardsCoreCompositeListParamsOrdering = "-pulp_type"
	ContentguardsCoreCompositeListParamsOrderingName                 ContentguardsCoreCompositeListParamsOrdering = "name"
	ContentguardsCoreCompositeListParamsOrderingPk                   ContentguardsCoreCompositeListParamsOrdering = "pk"
	ContentguardsCoreCompositeListParamsOrderingPulpCreated          ContentguardsCoreCompositeListParamsOrdering = "pulp_created"
	ContentguardsCoreCompositeListParamsOrderingPulpId               ContentguardsCoreCompositeListParamsOrdering = "pulp_id"
	ContentguardsCoreCompositeListParamsOrderingPulpLastUpdated      ContentguardsCoreCompositeListParamsOrdering = "pulp_last_updated"
	ContentguardsCoreCompositeListParamsOrderingPulpType             ContentguardsCoreCompositeListParamsOrdering = "pulp_type"
)

Defines values for ContentguardsCoreCompositeListParamsOrdering.

type ContentguardsCoreCompositeListResponse

type ContentguardsCoreCompositeListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedCompositeContentGuardResponseList
}

func ParseContentguardsCoreCompositeListResponse

func ParseContentguardsCoreCompositeListResponse(rsp *http.Response) (*ContentguardsCoreCompositeListResponse, error)

ParseContentguardsCoreCompositeListResponse parses an HTTP response from a ContentguardsCoreCompositeListWithResponse call

func (ContentguardsCoreCompositeListResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositeListResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreCompositeListRolesParams

type ContentguardsCoreCompositeListRolesParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreCompositeListRolesParams defines parameters for ContentguardsCoreCompositeListRoles.

type ContentguardsCoreCompositeListRolesResponse

type ContentguardsCoreCompositeListRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ObjectRolesResponse
}

func ParseContentguardsCoreCompositeListRolesResponse

func ParseContentguardsCoreCompositeListRolesResponse(rsp *http.Response) (*ContentguardsCoreCompositeListRolesResponse, error)

ParseContentguardsCoreCompositeListRolesResponse parses an HTTP response from a ContentguardsCoreCompositeListRolesWithResponse call

func (ContentguardsCoreCompositeListRolesResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositeListRolesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreCompositeMyPermissionsParams

type ContentguardsCoreCompositeMyPermissionsParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreCompositeMyPermissionsParams defines parameters for ContentguardsCoreCompositeMyPermissions.

type ContentguardsCoreCompositeMyPermissionsResponse

type ContentguardsCoreCompositeMyPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *MyPermissionsResponse
}

func ParseContentguardsCoreCompositeMyPermissionsResponse

func ParseContentguardsCoreCompositeMyPermissionsResponse(rsp *http.Response) (*ContentguardsCoreCompositeMyPermissionsResponse, error)

ParseContentguardsCoreCompositeMyPermissionsResponse parses an HTTP response from a ContentguardsCoreCompositeMyPermissionsWithResponse call

func (ContentguardsCoreCompositeMyPermissionsResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositeMyPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreCompositePartialUpdateFormdataRequestBody

type ContentguardsCoreCompositePartialUpdateFormdataRequestBody = PatchedCompositeContentGuard

ContentguardsCoreCompositePartialUpdateFormdataRequestBody defines body for ContentguardsCoreCompositePartialUpdate for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreCompositePartialUpdateJSONRequestBody

type ContentguardsCoreCompositePartialUpdateJSONRequestBody = PatchedCompositeContentGuard

ContentguardsCoreCompositePartialUpdateJSONRequestBody defines body for ContentguardsCoreCompositePartialUpdate for application/json ContentType.

type ContentguardsCoreCompositePartialUpdateMultipartRequestBody

type ContentguardsCoreCompositePartialUpdateMultipartRequestBody = PatchedCompositeContentGuard

ContentguardsCoreCompositePartialUpdateMultipartRequestBody defines body for ContentguardsCoreCompositePartialUpdate for multipart/form-data ContentType.

type ContentguardsCoreCompositePartialUpdateResponse

type ContentguardsCoreCompositePartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CompositeContentGuardResponse
}

func ParseContentguardsCoreCompositePartialUpdateResponse

func ParseContentguardsCoreCompositePartialUpdateResponse(rsp *http.Response) (*ContentguardsCoreCompositePartialUpdateResponse, error)

ParseContentguardsCoreCompositePartialUpdateResponse parses an HTTP response from a ContentguardsCoreCompositePartialUpdateWithResponse call

func (ContentguardsCoreCompositePartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositePartialUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreCompositeReadParams

type ContentguardsCoreCompositeReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreCompositeReadParams defines parameters for ContentguardsCoreCompositeRead.

type ContentguardsCoreCompositeReadResponse

type ContentguardsCoreCompositeReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CompositeContentGuardResponse
}

func ParseContentguardsCoreCompositeReadResponse

func ParseContentguardsCoreCompositeReadResponse(rsp *http.Response) (*ContentguardsCoreCompositeReadResponse, error)

ParseContentguardsCoreCompositeReadResponse parses an HTTP response from a ContentguardsCoreCompositeReadWithResponse call

func (ContentguardsCoreCompositeReadResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositeReadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreCompositeRemoveRoleFormdataRequestBody

type ContentguardsCoreCompositeRemoveRoleFormdataRequestBody = NestedRole

ContentguardsCoreCompositeRemoveRoleFormdataRequestBody defines body for ContentguardsCoreCompositeRemoveRole for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreCompositeRemoveRoleJSONRequestBody

type ContentguardsCoreCompositeRemoveRoleJSONRequestBody = NestedRole

ContentguardsCoreCompositeRemoveRoleJSONRequestBody defines body for ContentguardsCoreCompositeRemoveRole for application/json ContentType.

type ContentguardsCoreCompositeRemoveRoleMultipartRequestBody

type ContentguardsCoreCompositeRemoveRoleMultipartRequestBody = NestedRole

ContentguardsCoreCompositeRemoveRoleMultipartRequestBody defines body for ContentguardsCoreCompositeRemoveRole for multipart/form-data ContentType.

type ContentguardsCoreCompositeRemoveRoleResponse

type ContentguardsCoreCompositeRemoveRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseContentguardsCoreCompositeRemoveRoleResponse

func ParseContentguardsCoreCompositeRemoveRoleResponse(rsp *http.Response) (*ContentguardsCoreCompositeRemoveRoleResponse, error)

ParseContentguardsCoreCompositeRemoveRoleResponse parses an HTTP response from a ContentguardsCoreCompositeRemoveRoleWithResponse call

func (ContentguardsCoreCompositeRemoveRoleResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositeRemoveRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreCompositeUpdateFormdataRequestBody

type ContentguardsCoreCompositeUpdateFormdataRequestBody = CompositeContentGuard

ContentguardsCoreCompositeUpdateFormdataRequestBody defines body for ContentguardsCoreCompositeUpdate for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreCompositeUpdateJSONRequestBody

type ContentguardsCoreCompositeUpdateJSONRequestBody = CompositeContentGuard

ContentguardsCoreCompositeUpdateJSONRequestBody defines body for ContentguardsCoreCompositeUpdate for application/json ContentType.

type ContentguardsCoreCompositeUpdateMultipartRequestBody

type ContentguardsCoreCompositeUpdateMultipartRequestBody = CompositeContentGuard

ContentguardsCoreCompositeUpdateMultipartRequestBody defines body for ContentguardsCoreCompositeUpdate for multipart/form-data ContentType.

type ContentguardsCoreCompositeUpdateResponse

type ContentguardsCoreCompositeUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CompositeContentGuardResponse
}

func ParseContentguardsCoreCompositeUpdateResponse

func ParseContentguardsCoreCompositeUpdateResponse(rsp *http.Response) (*ContentguardsCoreCompositeUpdateResponse, error)

ParseContentguardsCoreCompositeUpdateResponse parses an HTTP response from a ContentguardsCoreCompositeUpdateWithResponse call

func (ContentguardsCoreCompositeUpdateResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreCompositeUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderAddRoleFormdataRequestBody

type ContentguardsCoreHeaderAddRoleFormdataRequestBody = NestedRole

ContentguardsCoreHeaderAddRoleFormdataRequestBody defines body for ContentguardsCoreHeaderAddRole for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreHeaderAddRoleJSONRequestBody

type ContentguardsCoreHeaderAddRoleJSONRequestBody = NestedRole

ContentguardsCoreHeaderAddRoleJSONRequestBody defines body for ContentguardsCoreHeaderAddRole for application/json ContentType.

type ContentguardsCoreHeaderAddRoleMultipartRequestBody

type ContentguardsCoreHeaderAddRoleMultipartRequestBody = NestedRole

ContentguardsCoreHeaderAddRoleMultipartRequestBody defines body for ContentguardsCoreHeaderAddRole for multipart/form-data ContentType.

type ContentguardsCoreHeaderAddRoleResponse

type ContentguardsCoreHeaderAddRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseContentguardsCoreHeaderAddRoleResponse

func ParseContentguardsCoreHeaderAddRoleResponse(rsp *http.Response) (*ContentguardsCoreHeaderAddRoleResponse, error)

ParseContentguardsCoreHeaderAddRoleResponse parses an HTTP response from a ContentguardsCoreHeaderAddRoleWithResponse call

func (ContentguardsCoreHeaderAddRoleResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderAddRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderCreateFormdataRequestBody

type ContentguardsCoreHeaderCreateFormdataRequestBody = HeaderContentGuard

ContentguardsCoreHeaderCreateFormdataRequestBody defines body for ContentguardsCoreHeaderCreate for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreHeaderCreateJSONRequestBody

type ContentguardsCoreHeaderCreateJSONRequestBody = HeaderContentGuard

ContentguardsCoreHeaderCreateJSONRequestBody defines body for ContentguardsCoreHeaderCreate for application/json ContentType.

type ContentguardsCoreHeaderCreateMultipartRequestBody

type ContentguardsCoreHeaderCreateMultipartRequestBody = HeaderContentGuard

ContentguardsCoreHeaderCreateMultipartRequestBody defines body for ContentguardsCoreHeaderCreate for multipart/form-data ContentType.

type ContentguardsCoreHeaderCreateResponse

type ContentguardsCoreHeaderCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *HeaderContentGuardResponse
}

func ParseContentguardsCoreHeaderCreateResponse

func ParseContentguardsCoreHeaderCreateResponse(rsp *http.Response) (*ContentguardsCoreHeaderCreateResponse, error)

ParseContentguardsCoreHeaderCreateResponse parses an HTTP response from a ContentguardsCoreHeaderCreateWithResponse call

func (ContentguardsCoreHeaderCreateResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderCreateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderDeleteResponse

type ContentguardsCoreHeaderDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseContentguardsCoreHeaderDeleteResponse

func ParseContentguardsCoreHeaderDeleteResponse(rsp *http.Response) (*ContentguardsCoreHeaderDeleteResponse, error)

ParseContentguardsCoreHeaderDeleteResponse parses an HTTP response from a ContentguardsCoreHeaderDeleteWithResponse call

func (ContentguardsCoreHeaderDeleteResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderListParams

type ContentguardsCoreHeaderListParams struct {
	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Name Filter results where name matches value
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// NameContains Filter results where name contains value
	NameContains *string `form:"name__contains,omitempty" json:"name__contains,omitempty"`

	// NameIcontains Filter results where name contains value
	NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`

	// NameIexact Filter results where name matches value
	NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`

	// NameIn Filter results where name is in a comma-separated list of values
	NameIn *[]string `form:"name__in,omitempty" json:"name__in,omitempty"`

	// NameIregex Filter results where name matches regex value
	NameIregex *string `form:"name__iregex,omitempty" json:"name__iregex,omitempty"`

	// NameIstartswith Filter results where name starts with value
	NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`

	// NameRegex Filter results where name matches regex value
	NameRegex *string `form:"name__regex,omitempty" json:"name__regex,omitempty"`

	// NameStartswith Filter results where name starts with value
	NameStartswith *string `form:"name__startswith,omitempty" json:"name__startswith,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `pulp_type` - Pulp type
	// * `-pulp_type` - Pulp type (descending)
	// * `name` - Name
	// * `-name` - Name (descending)
	// * `description` - Description
	// * `-description` - Description (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]ContentguardsCoreHeaderListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`
	Q        *string               `form:"q,omitempty" json:"q,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreHeaderListParams defines parameters for ContentguardsCoreHeaderList.

type ContentguardsCoreHeaderListParamsOrdering

type ContentguardsCoreHeaderListParamsOrdering string

ContentguardsCoreHeaderListParamsOrdering defines parameters for ContentguardsCoreHeaderList.

const (
	ContentguardsCoreHeaderListParamsOrderingDescription          ContentguardsCoreHeaderListParamsOrdering = "description"
	ContentguardsCoreHeaderListParamsOrderingMinusDescription     ContentguardsCoreHeaderListParamsOrdering = "-description"
	ContentguardsCoreHeaderListParamsOrderingMinusName            ContentguardsCoreHeaderListParamsOrdering = "-name"
	ContentguardsCoreHeaderListParamsOrderingMinusPk              ContentguardsCoreHeaderListParamsOrdering = "-pk"
	ContentguardsCoreHeaderListParamsOrderingMinusPulpCreated     ContentguardsCoreHeaderListParamsOrdering = "-pulp_created"
	ContentguardsCoreHeaderListParamsOrderingMinusPulpId          ContentguardsCoreHeaderListParamsOrdering = "-pulp_id"
	ContentguardsCoreHeaderListParamsOrderingMinusPulpLastUpdated ContentguardsCoreHeaderListParamsOrdering = "-pulp_last_updated"
	ContentguardsCoreHeaderListParamsOrderingMinusPulpType        ContentguardsCoreHeaderListParamsOrdering = "-pulp_type"
	ContentguardsCoreHeaderListParamsOrderingName                 ContentguardsCoreHeaderListParamsOrdering = "name"
	ContentguardsCoreHeaderListParamsOrderingPk                   ContentguardsCoreHeaderListParamsOrdering = "pk"
	ContentguardsCoreHeaderListParamsOrderingPulpCreated          ContentguardsCoreHeaderListParamsOrdering = "pulp_created"
	ContentguardsCoreHeaderListParamsOrderingPulpId               ContentguardsCoreHeaderListParamsOrdering = "pulp_id"
	ContentguardsCoreHeaderListParamsOrderingPulpLastUpdated      ContentguardsCoreHeaderListParamsOrdering = "pulp_last_updated"
	ContentguardsCoreHeaderListParamsOrderingPulpType             ContentguardsCoreHeaderListParamsOrdering = "pulp_type"
)

Defines values for ContentguardsCoreHeaderListParamsOrdering.

type ContentguardsCoreHeaderListResponse

type ContentguardsCoreHeaderListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedHeaderContentGuardResponseList
}

func ParseContentguardsCoreHeaderListResponse

func ParseContentguardsCoreHeaderListResponse(rsp *http.Response) (*ContentguardsCoreHeaderListResponse, error)

ParseContentguardsCoreHeaderListResponse parses an HTTP response from a ContentguardsCoreHeaderListWithResponse call

func (ContentguardsCoreHeaderListResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderListResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderListRolesParams

type ContentguardsCoreHeaderListRolesParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreHeaderListRolesParams defines parameters for ContentguardsCoreHeaderListRoles.

type ContentguardsCoreHeaderListRolesResponse

type ContentguardsCoreHeaderListRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ObjectRolesResponse
}

func ParseContentguardsCoreHeaderListRolesResponse

func ParseContentguardsCoreHeaderListRolesResponse(rsp *http.Response) (*ContentguardsCoreHeaderListRolesResponse, error)

ParseContentguardsCoreHeaderListRolesResponse parses an HTTP response from a ContentguardsCoreHeaderListRolesWithResponse call

func (ContentguardsCoreHeaderListRolesResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderListRolesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderMyPermissionsParams

type ContentguardsCoreHeaderMyPermissionsParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreHeaderMyPermissionsParams defines parameters for ContentguardsCoreHeaderMyPermissions.

type ContentguardsCoreHeaderMyPermissionsResponse

type ContentguardsCoreHeaderMyPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *MyPermissionsResponse
}

func ParseContentguardsCoreHeaderMyPermissionsResponse

func ParseContentguardsCoreHeaderMyPermissionsResponse(rsp *http.Response) (*ContentguardsCoreHeaderMyPermissionsResponse, error)

ParseContentguardsCoreHeaderMyPermissionsResponse parses an HTTP response from a ContentguardsCoreHeaderMyPermissionsWithResponse call

func (ContentguardsCoreHeaderMyPermissionsResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderMyPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderPartialUpdateFormdataRequestBody

type ContentguardsCoreHeaderPartialUpdateFormdataRequestBody = PatchedHeaderContentGuard

ContentguardsCoreHeaderPartialUpdateFormdataRequestBody defines body for ContentguardsCoreHeaderPartialUpdate for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreHeaderPartialUpdateJSONRequestBody

type ContentguardsCoreHeaderPartialUpdateJSONRequestBody = PatchedHeaderContentGuard

ContentguardsCoreHeaderPartialUpdateJSONRequestBody defines body for ContentguardsCoreHeaderPartialUpdate for application/json ContentType.

type ContentguardsCoreHeaderPartialUpdateMultipartRequestBody

type ContentguardsCoreHeaderPartialUpdateMultipartRequestBody = PatchedHeaderContentGuard

ContentguardsCoreHeaderPartialUpdateMultipartRequestBody defines body for ContentguardsCoreHeaderPartialUpdate for multipart/form-data ContentType.

type ContentguardsCoreHeaderPartialUpdateResponse

type ContentguardsCoreHeaderPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *HeaderContentGuardResponse
}

func ParseContentguardsCoreHeaderPartialUpdateResponse

func ParseContentguardsCoreHeaderPartialUpdateResponse(rsp *http.Response) (*ContentguardsCoreHeaderPartialUpdateResponse, error)

ParseContentguardsCoreHeaderPartialUpdateResponse parses an HTTP response from a ContentguardsCoreHeaderPartialUpdateWithResponse call

func (ContentguardsCoreHeaderPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderPartialUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderReadParams

type ContentguardsCoreHeaderReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreHeaderReadParams defines parameters for ContentguardsCoreHeaderRead.

type ContentguardsCoreHeaderReadResponse

type ContentguardsCoreHeaderReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *HeaderContentGuardResponse
}

func ParseContentguardsCoreHeaderReadResponse

func ParseContentguardsCoreHeaderReadResponse(rsp *http.Response) (*ContentguardsCoreHeaderReadResponse, error)

ParseContentguardsCoreHeaderReadResponse parses an HTTP response from a ContentguardsCoreHeaderReadWithResponse call

func (ContentguardsCoreHeaderReadResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderReadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderRemoveRoleFormdataRequestBody

type ContentguardsCoreHeaderRemoveRoleFormdataRequestBody = NestedRole

ContentguardsCoreHeaderRemoveRoleFormdataRequestBody defines body for ContentguardsCoreHeaderRemoveRole for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreHeaderRemoveRoleJSONRequestBody

type ContentguardsCoreHeaderRemoveRoleJSONRequestBody = NestedRole

ContentguardsCoreHeaderRemoveRoleJSONRequestBody defines body for ContentguardsCoreHeaderRemoveRole for application/json ContentType.

type ContentguardsCoreHeaderRemoveRoleMultipartRequestBody

type ContentguardsCoreHeaderRemoveRoleMultipartRequestBody = NestedRole

ContentguardsCoreHeaderRemoveRoleMultipartRequestBody defines body for ContentguardsCoreHeaderRemoveRole for multipart/form-data ContentType.

type ContentguardsCoreHeaderRemoveRoleResponse

type ContentguardsCoreHeaderRemoveRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseContentguardsCoreHeaderRemoveRoleResponse

func ParseContentguardsCoreHeaderRemoveRoleResponse(rsp *http.Response) (*ContentguardsCoreHeaderRemoveRoleResponse, error)

ParseContentguardsCoreHeaderRemoveRoleResponse parses an HTTP response from a ContentguardsCoreHeaderRemoveRoleWithResponse call

func (ContentguardsCoreHeaderRemoveRoleResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderRemoveRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreHeaderUpdateFormdataRequestBody

type ContentguardsCoreHeaderUpdateFormdataRequestBody = HeaderContentGuard

ContentguardsCoreHeaderUpdateFormdataRequestBody defines body for ContentguardsCoreHeaderUpdate for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreHeaderUpdateJSONRequestBody

type ContentguardsCoreHeaderUpdateJSONRequestBody = HeaderContentGuard

ContentguardsCoreHeaderUpdateJSONRequestBody defines body for ContentguardsCoreHeaderUpdate for application/json ContentType.

type ContentguardsCoreHeaderUpdateMultipartRequestBody

type ContentguardsCoreHeaderUpdateMultipartRequestBody = HeaderContentGuard

ContentguardsCoreHeaderUpdateMultipartRequestBody defines body for ContentguardsCoreHeaderUpdate for multipart/form-data ContentType.

type ContentguardsCoreHeaderUpdateResponse

type ContentguardsCoreHeaderUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *HeaderContentGuardResponse
}

func ParseContentguardsCoreHeaderUpdateResponse

func ParseContentguardsCoreHeaderUpdateResponse(rsp *http.Response) (*ContentguardsCoreHeaderUpdateResponse, error)

ParseContentguardsCoreHeaderUpdateResponse parses an HTTP response from a ContentguardsCoreHeaderUpdateWithResponse call

func (ContentguardsCoreHeaderUpdateResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreHeaderUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacAddRoleFormdataRequestBody

type ContentguardsCoreRbacAddRoleFormdataRequestBody = NestedRole

ContentguardsCoreRbacAddRoleFormdataRequestBody defines body for ContentguardsCoreRbacAddRole for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreRbacAddRoleJSONRequestBody

type ContentguardsCoreRbacAddRoleJSONRequestBody = NestedRole

ContentguardsCoreRbacAddRoleJSONRequestBody defines body for ContentguardsCoreRbacAddRole for application/json ContentType.

type ContentguardsCoreRbacAddRoleMultipartRequestBody

type ContentguardsCoreRbacAddRoleMultipartRequestBody = NestedRole

ContentguardsCoreRbacAddRoleMultipartRequestBody defines body for ContentguardsCoreRbacAddRole for multipart/form-data ContentType.

type ContentguardsCoreRbacAddRoleResponse

type ContentguardsCoreRbacAddRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseContentguardsCoreRbacAddRoleResponse

func ParseContentguardsCoreRbacAddRoleResponse(rsp *http.Response) (*ContentguardsCoreRbacAddRoleResponse, error)

ParseContentguardsCoreRbacAddRoleResponse parses an HTTP response from a ContentguardsCoreRbacAddRoleWithResponse call

func (ContentguardsCoreRbacAddRoleResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacAddRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacCreateFormdataRequestBody

type ContentguardsCoreRbacCreateFormdataRequestBody = RBACContentGuard

ContentguardsCoreRbacCreateFormdataRequestBody defines body for ContentguardsCoreRbacCreate for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreRbacCreateJSONRequestBody

type ContentguardsCoreRbacCreateJSONRequestBody = RBACContentGuard

ContentguardsCoreRbacCreateJSONRequestBody defines body for ContentguardsCoreRbacCreate for application/json ContentType.

type ContentguardsCoreRbacCreateMultipartRequestBody

type ContentguardsCoreRbacCreateMultipartRequestBody = RBACContentGuard

ContentguardsCoreRbacCreateMultipartRequestBody defines body for ContentguardsCoreRbacCreate for multipart/form-data ContentType.

type ContentguardsCoreRbacCreateResponse

type ContentguardsCoreRbacCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *RBACContentGuardResponse
}

func ParseContentguardsCoreRbacCreateResponse

func ParseContentguardsCoreRbacCreateResponse(rsp *http.Response) (*ContentguardsCoreRbacCreateResponse, error)

ParseContentguardsCoreRbacCreateResponse parses an HTTP response from a ContentguardsCoreRbacCreateWithResponse call

func (ContentguardsCoreRbacCreateResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacCreateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacDeleteResponse

type ContentguardsCoreRbacDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseContentguardsCoreRbacDeleteResponse

func ParseContentguardsCoreRbacDeleteResponse(rsp *http.Response) (*ContentguardsCoreRbacDeleteResponse, error)

ParseContentguardsCoreRbacDeleteResponse parses an HTTP response from a ContentguardsCoreRbacDeleteWithResponse call

func (ContentguardsCoreRbacDeleteResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacListParams

type ContentguardsCoreRbacListParams struct {
	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Name Filter results where name matches value
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// NameContains Filter results where name contains value
	NameContains *string `form:"name__contains,omitempty" json:"name__contains,omitempty"`

	// NameIcontains Filter results where name contains value
	NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`

	// NameIexact Filter results where name matches value
	NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`

	// NameIn Filter results where name is in a comma-separated list of values
	NameIn *[]string `form:"name__in,omitempty" json:"name__in,omitempty"`

	// NameIregex Filter results where name matches regex value
	NameIregex *string `form:"name__iregex,omitempty" json:"name__iregex,omitempty"`

	// NameIstartswith Filter results where name starts with value
	NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`

	// NameRegex Filter results where name matches regex value
	NameRegex *string `form:"name__regex,omitempty" json:"name__regex,omitempty"`

	// NameStartswith Filter results where name starts with value
	NameStartswith *string `form:"name__startswith,omitempty" json:"name__startswith,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `pulp_type` - Pulp type
	// * `-pulp_type` - Pulp type (descending)
	// * `name` - Name
	// * `-name` - Name (descending)
	// * `description` - Description
	// * `-description` - Description (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]ContentguardsCoreRbacListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`
	Q        *string               `form:"q,omitempty" json:"q,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreRbacListParams defines parameters for ContentguardsCoreRbacList.

type ContentguardsCoreRbacListParamsOrdering

type ContentguardsCoreRbacListParamsOrdering string

ContentguardsCoreRbacListParamsOrdering defines parameters for ContentguardsCoreRbacList.

const (
	ContentguardsCoreRbacListParamsOrderingDescription          ContentguardsCoreRbacListParamsOrdering = "description"
	ContentguardsCoreRbacListParamsOrderingMinusDescription     ContentguardsCoreRbacListParamsOrdering = "-description"
	ContentguardsCoreRbacListParamsOrderingMinusName            ContentguardsCoreRbacListParamsOrdering = "-name"
	ContentguardsCoreRbacListParamsOrderingMinusPk              ContentguardsCoreRbacListParamsOrdering = "-pk"
	ContentguardsCoreRbacListParamsOrderingMinusPulpCreated     ContentguardsCoreRbacListParamsOrdering = "-pulp_created"
	ContentguardsCoreRbacListParamsOrderingMinusPulpId          ContentguardsCoreRbacListParamsOrdering = "-pulp_id"
	ContentguardsCoreRbacListParamsOrderingMinusPulpLastUpdated ContentguardsCoreRbacListParamsOrdering = "-pulp_last_updated"
	ContentguardsCoreRbacListParamsOrderingMinusPulpType        ContentguardsCoreRbacListParamsOrdering = "-pulp_type"
	ContentguardsCoreRbacListParamsOrderingName                 ContentguardsCoreRbacListParamsOrdering = "name"
	ContentguardsCoreRbacListParamsOrderingPk                   ContentguardsCoreRbacListParamsOrdering = "pk"
	ContentguardsCoreRbacListParamsOrderingPulpCreated          ContentguardsCoreRbacListParamsOrdering = "pulp_created"
	ContentguardsCoreRbacListParamsOrderingPulpId               ContentguardsCoreRbacListParamsOrdering = "pulp_id"
	ContentguardsCoreRbacListParamsOrderingPulpLastUpdated      ContentguardsCoreRbacListParamsOrdering = "pulp_last_updated"
	ContentguardsCoreRbacListParamsOrderingPulpType             ContentguardsCoreRbacListParamsOrdering = "pulp_type"
)

Defines values for ContentguardsCoreRbacListParamsOrdering.

type ContentguardsCoreRbacListResponse

type ContentguardsCoreRbacListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRBACContentGuardResponseList
}

func ParseContentguardsCoreRbacListResponse

func ParseContentguardsCoreRbacListResponse(rsp *http.Response) (*ContentguardsCoreRbacListResponse, error)

ParseContentguardsCoreRbacListResponse parses an HTTP response from a ContentguardsCoreRbacListWithResponse call

func (ContentguardsCoreRbacListResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacListResponse) StatusCode

func (r ContentguardsCoreRbacListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacListRolesParams

type ContentguardsCoreRbacListRolesParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreRbacListRolesParams defines parameters for ContentguardsCoreRbacListRoles.

type ContentguardsCoreRbacListRolesResponse

type ContentguardsCoreRbacListRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ObjectRolesResponse
}

func ParseContentguardsCoreRbacListRolesResponse

func ParseContentguardsCoreRbacListRolesResponse(rsp *http.Response) (*ContentguardsCoreRbacListRolesResponse, error)

ParseContentguardsCoreRbacListRolesResponse parses an HTTP response from a ContentguardsCoreRbacListRolesWithResponse call

func (ContentguardsCoreRbacListRolesResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacListRolesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacMyPermissionsParams

type ContentguardsCoreRbacMyPermissionsParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreRbacMyPermissionsParams defines parameters for ContentguardsCoreRbacMyPermissions.

type ContentguardsCoreRbacMyPermissionsResponse

type ContentguardsCoreRbacMyPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *MyPermissionsResponse
}

func ParseContentguardsCoreRbacMyPermissionsResponse

func ParseContentguardsCoreRbacMyPermissionsResponse(rsp *http.Response) (*ContentguardsCoreRbacMyPermissionsResponse, error)

ParseContentguardsCoreRbacMyPermissionsResponse parses an HTTP response from a ContentguardsCoreRbacMyPermissionsWithResponse call

func (ContentguardsCoreRbacMyPermissionsResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacMyPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacPartialUpdateFormdataRequestBody

type ContentguardsCoreRbacPartialUpdateFormdataRequestBody = PatchedRBACContentGuard

ContentguardsCoreRbacPartialUpdateFormdataRequestBody defines body for ContentguardsCoreRbacPartialUpdate for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreRbacPartialUpdateJSONRequestBody

type ContentguardsCoreRbacPartialUpdateJSONRequestBody = PatchedRBACContentGuard

ContentguardsCoreRbacPartialUpdateJSONRequestBody defines body for ContentguardsCoreRbacPartialUpdate for application/json ContentType.

type ContentguardsCoreRbacPartialUpdateMultipartRequestBody

type ContentguardsCoreRbacPartialUpdateMultipartRequestBody = PatchedRBACContentGuard

ContentguardsCoreRbacPartialUpdateMultipartRequestBody defines body for ContentguardsCoreRbacPartialUpdate for multipart/form-data ContentType.

type ContentguardsCoreRbacPartialUpdateResponse

type ContentguardsCoreRbacPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RBACContentGuardResponse
}

func ParseContentguardsCoreRbacPartialUpdateResponse

func ParseContentguardsCoreRbacPartialUpdateResponse(rsp *http.Response) (*ContentguardsCoreRbacPartialUpdateResponse, error)

ParseContentguardsCoreRbacPartialUpdateResponse parses an HTTP response from a ContentguardsCoreRbacPartialUpdateWithResponse call

func (ContentguardsCoreRbacPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacPartialUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacReadParams

type ContentguardsCoreRbacReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

ContentguardsCoreRbacReadParams defines parameters for ContentguardsCoreRbacRead.

type ContentguardsCoreRbacReadResponse

type ContentguardsCoreRbacReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RBACContentGuardResponse
}

func ParseContentguardsCoreRbacReadResponse

func ParseContentguardsCoreRbacReadResponse(rsp *http.Response) (*ContentguardsCoreRbacReadResponse, error)

ParseContentguardsCoreRbacReadResponse parses an HTTP response from a ContentguardsCoreRbacReadWithResponse call

func (ContentguardsCoreRbacReadResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacReadResponse) StatusCode

func (r ContentguardsCoreRbacReadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacRemoveRoleFormdataRequestBody

type ContentguardsCoreRbacRemoveRoleFormdataRequestBody = NestedRole

ContentguardsCoreRbacRemoveRoleFormdataRequestBody defines body for ContentguardsCoreRbacRemoveRole for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreRbacRemoveRoleJSONRequestBody

type ContentguardsCoreRbacRemoveRoleJSONRequestBody = NestedRole

ContentguardsCoreRbacRemoveRoleJSONRequestBody defines body for ContentguardsCoreRbacRemoveRole for application/json ContentType.

type ContentguardsCoreRbacRemoveRoleMultipartRequestBody

type ContentguardsCoreRbacRemoveRoleMultipartRequestBody = NestedRole

ContentguardsCoreRbacRemoveRoleMultipartRequestBody defines body for ContentguardsCoreRbacRemoveRole for multipart/form-data ContentType.

type ContentguardsCoreRbacRemoveRoleResponse

type ContentguardsCoreRbacRemoveRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseContentguardsCoreRbacRemoveRoleResponse

func ParseContentguardsCoreRbacRemoveRoleResponse(rsp *http.Response) (*ContentguardsCoreRbacRemoveRoleResponse, error)

ParseContentguardsCoreRbacRemoveRoleResponse parses an HTTP response from a ContentguardsCoreRbacRemoveRoleWithResponse call

func (ContentguardsCoreRbacRemoveRoleResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacRemoveRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ContentguardsCoreRbacUpdateFormdataRequestBody

type ContentguardsCoreRbacUpdateFormdataRequestBody = RBACContentGuard

ContentguardsCoreRbacUpdateFormdataRequestBody defines body for ContentguardsCoreRbacUpdate for application/x-www-form-urlencoded ContentType.

type ContentguardsCoreRbacUpdateJSONRequestBody

type ContentguardsCoreRbacUpdateJSONRequestBody = RBACContentGuard

ContentguardsCoreRbacUpdateJSONRequestBody defines body for ContentguardsCoreRbacUpdate for application/json ContentType.

type ContentguardsCoreRbacUpdateMultipartRequestBody

type ContentguardsCoreRbacUpdateMultipartRequestBody = RBACContentGuard

ContentguardsCoreRbacUpdateMultipartRequestBody defines body for ContentguardsCoreRbacUpdate for multipart/form-data ContentType.

type ContentguardsCoreRbacUpdateResponse

type ContentguardsCoreRbacUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RBACContentGuardResponse
}

func ParseContentguardsCoreRbacUpdateResponse

func ParseContentguardsCoreRbacUpdateResponse(rsp *http.Response) (*ContentguardsCoreRbacUpdateResponse, error)

ParseContentguardsCoreRbacUpdateResponse parses an HTTP response from a ContentguardsCoreRbacUpdateWithResponse call

func (ContentguardsCoreRbacUpdateResponse) Status

Status returns HTTPResponse.Status

func (ContentguardsCoreRbacUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeAddRoleFormdataRequestBody

type DistributionsOstreeOstreeAddRoleFormdataRequestBody = NestedRole

DistributionsOstreeOstreeAddRoleFormdataRequestBody defines body for DistributionsOstreeOstreeAddRole for application/x-www-form-urlencoded ContentType.

type DistributionsOstreeOstreeAddRoleJSONRequestBody

type DistributionsOstreeOstreeAddRoleJSONRequestBody = NestedRole

DistributionsOstreeOstreeAddRoleJSONRequestBody defines body for DistributionsOstreeOstreeAddRole for application/json ContentType.

type DistributionsOstreeOstreeAddRoleMultipartRequestBody

type DistributionsOstreeOstreeAddRoleMultipartRequestBody = NestedRole

DistributionsOstreeOstreeAddRoleMultipartRequestBody defines body for DistributionsOstreeOstreeAddRole for multipart/form-data ContentType.

type DistributionsOstreeOstreeAddRoleResponse

type DistributionsOstreeOstreeAddRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseDistributionsOstreeOstreeAddRoleResponse

func ParseDistributionsOstreeOstreeAddRoleResponse(rsp *http.Response) (*DistributionsOstreeOstreeAddRoleResponse, error)

ParseDistributionsOstreeOstreeAddRoleResponse parses an HTTP response from a DistributionsOstreeOstreeAddRoleWithResponse call

func (DistributionsOstreeOstreeAddRoleResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeAddRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeCreateFormdataRequestBody

type DistributionsOstreeOstreeCreateFormdataRequestBody = OstreeOstreeDistribution

DistributionsOstreeOstreeCreateFormdataRequestBody defines body for DistributionsOstreeOstreeCreate for application/x-www-form-urlencoded ContentType.

type DistributionsOstreeOstreeCreateJSONRequestBody

type DistributionsOstreeOstreeCreateJSONRequestBody = OstreeOstreeDistribution

DistributionsOstreeOstreeCreateJSONRequestBody defines body for DistributionsOstreeOstreeCreate for application/json ContentType.

type DistributionsOstreeOstreeCreateMultipartRequestBody

type DistributionsOstreeOstreeCreateMultipartRequestBody = OstreeOstreeDistribution

DistributionsOstreeOstreeCreateMultipartRequestBody defines body for DistributionsOstreeOstreeCreate for multipart/form-data ContentType.

type DistributionsOstreeOstreeCreateResponse

type DistributionsOstreeOstreeCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseDistributionsOstreeOstreeCreateResponse

func ParseDistributionsOstreeOstreeCreateResponse(rsp *http.Response) (*DistributionsOstreeOstreeCreateResponse, error)

ParseDistributionsOstreeOstreeCreateResponse parses an HTTP response from a DistributionsOstreeOstreeCreateWithResponse call

func (DistributionsOstreeOstreeCreateResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeCreateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeDeleteResponse

type DistributionsOstreeOstreeDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseDistributionsOstreeOstreeDeleteResponse

func ParseDistributionsOstreeOstreeDeleteResponse(rsp *http.Response) (*DistributionsOstreeOstreeDeleteResponse, error)

ParseDistributionsOstreeOstreeDeleteResponse parses an HTTP response from a DistributionsOstreeOstreeDeleteWithResponse call

func (DistributionsOstreeOstreeDeleteResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeListParams

type DistributionsOstreeOstreeListParams struct {
	// BasePath Filter results where base_path matches value
	BasePath *string `form:"base_path,omitempty" json:"base_path,omitempty"`

	// BasePathContains Filter results where base_path contains value
	BasePathContains *string `form:"base_path__contains,omitempty" json:"base_path__contains,omitempty"`

	// BasePathIcontains Filter results where base_path contains value
	BasePathIcontains *string `form:"base_path__icontains,omitempty" json:"base_path__icontains,omitempty"`

	// BasePathIn Filter results where base_path is in a comma-separated list of values
	BasePathIn *[]string `form:"base_path__in,omitempty" json:"base_path__in,omitempty"`

	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Name Filter results where name matches value
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// NameContains Filter results where name contains value
	NameContains *string `form:"name__contains,omitempty" json:"name__contains,omitempty"`

	// NameIcontains Filter results where name contains value
	NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`

	// NameIexact Filter results where name matches value
	NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`

	// NameIn Filter results where name is in a comma-separated list of values
	NameIn *[]string `form:"name__in,omitempty" json:"name__in,omitempty"`

	// NameIregex Filter results where name matches regex value
	NameIregex *string `form:"name__iregex,omitempty" json:"name__iregex,omitempty"`

	// NameIstartswith Filter results where name starts with value
	NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`

	// NameRegex Filter results where name matches regex value
	NameRegex *string `form:"name__regex,omitempty" json:"name__regex,omitempty"`

	// NameStartswith Filter results where name starts with value
	NameStartswith *string `form:"name__startswith,omitempty" json:"name__startswith,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `pulp_type` - Pulp type
	// * `-pulp_type` - Pulp type (descending)
	// * `name` - Name
	// * `-name` - Name (descending)
	// * `pulp_labels` - Pulp labels
	// * `-pulp_labels` - Pulp labels (descending)
	// * `base_path` - Base path
	// * `-base_path` - Base path (descending)
	// * `hidden` - Hidden
	// * `-hidden` - Hidden (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]DistributionsOstreeOstreeListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`

	// PulpLabelSelect Filter labels by search string
	PulpLabelSelect *string `form:"pulp_label_select,omitempty" json:"pulp_label_select,omitempty"`
	Q               *string `form:"q,omitempty" json:"q,omitempty"`

	// Repository Filter results where repository matches value
	Repository *openapi_types.UUID `form:"repository,omitempty" json:"repository,omitempty"`

	// RepositoryIn Filter results where repository is in a comma-separated list of values
	RepositoryIn *[]openapi_types.UUID `form:"repository__in,omitempty" json:"repository__in,omitempty"`

	// WithContent Filter distributions based on the content served by them
	WithContent *string `form:"with_content,omitempty" json:"with_content,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

DistributionsOstreeOstreeListParams defines parameters for DistributionsOstreeOstreeList.

type DistributionsOstreeOstreeListParamsOrdering

type DistributionsOstreeOstreeListParamsOrdering string

DistributionsOstreeOstreeListParamsOrdering defines parameters for DistributionsOstreeOstreeList.

const (
	DistributionsOstreeOstreeListParamsOrderingBasePath             DistributionsOstreeOstreeListParamsOrdering = "base_path"
	DistributionsOstreeOstreeListParamsOrderingHidden               DistributionsOstreeOstreeListParamsOrdering = "hidden"
	DistributionsOstreeOstreeListParamsOrderingMinusBasePath        DistributionsOstreeOstreeListParamsOrdering = "-base_path"
	DistributionsOstreeOstreeListParamsOrderingMinusHidden          DistributionsOstreeOstreeListParamsOrdering = "-hidden"
	DistributionsOstreeOstreeListParamsOrderingMinusName            DistributionsOstreeOstreeListParamsOrdering = "-name"
	DistributionsOstreeOstreeListParamsOrderingMinusPk              DistributionsOstreeOstreeListParamsOrdering = "-pk"
	DistributionsOstreeOstreeListParamsOrderingMinusPulpCreated     DistributionsOstreeOstreeListParamsOrdering = "-pulp_created"
	DistributionsOstreeOstreeListParamsOrderingMinusPulpId          DistributionsOstreeOstreeListParamsOrdering = "-pulp_id"
	DistributionsOstreeOstreeListParamsOrderingMinusPulpLabels      DistributionsOstreeOstreeListParamsOrdering = "-pulp_labels"
	DistributionsOstreeOstreeListParamsOrderingMinusPulpLastUpdated DistributionsOstreeOstreeListParamsOrdering = "-pulp_last_updated"
	DistributionsOstreeOstreeListParamsOrderingMinusPulpType        DistributionsOstreeOstreeListParamsOrdering = "-pulp_type"
	DistributionsOstreeOstreeListParamsOrderingName                 DistributionsOstreeOstreeListParamsOrdering = "name"
	DistributionsOstreeOstreeListParamsOrderingPk                   DistributionsOstreeOstreeListParamsOrdering = "pk"
	DistributionsOstreeOstreeListParamsOrderingPulpCreated          DistributionsOstreeOstreeListParamsOrdering = "pulp_created"
	DistributionsOstreeOstreeListParamsOrderingPulpId               DistributionsOstreeOstreeListParamsOrdering = "pulp_id"
	DistributionsOstreeOstreeListParamsOrderingPulpLabels           DistributionsOstreeOstreeListParamsOrdering = "pulp_labels"
	DistributionsOstreeOstreeListParamsOrderingPulpLastUpdated      DistributionsOstreeOstreeListParamsOrdering = "pulp_last_updated"
	DistributionsOstreeOstreeListParamsOrderingPulpType             DistributionsOstreeOstreeListParamsOrdering = "pulp_type"
)

Defines values for DistributionsOstreeOstreeListParamsOrdering.

type DistributionsOstreeOstreeListResponse

type DistributionsOstreeOstreeListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedostreeOstreeDistributionResponseList
}

func ParseDistributionsOstreeOstreeListResponse

func ParseDistributionsOstreeOstreeListResponse(rsp *http.Response) (*DistributionsOstreeOstreeListResponse, error)

ParseDistributionsOstreeOstreeListResponse parses an HTTP response from a DistributionsOstreeOstreeListWithResponse call

func (DistributionsOstreeOstreeListResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeListResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeListRolesParams

type DistributionsOstreeOstreeListRolesParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

DistributionsOstreeOstreeListRolesParams defines parameters for DistributionsOstreeOstreeListRoles.

type DistributionsOstreeOstreeListRolesResponse

type DistributionsOstreeOstreeListRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ObjectRolesResponse
}

func ParseDistributionsOstreeOstreeListRolesResponse

func ParseDistributionsOstreeOstreeListRolesResponse(rsp *http.Response) (*DistributionsOstreeOstreeListRolesResponse, error)

ParseDistributionsOstreeOstreeListRolesResponse parses an HTTP response from a DistributionsOstreeOstreeListRolesWithResponse call

func (DistributionsOstreeOstreeListRolesResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeListRolesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeMyPermissionsParams

type DistributionsOstreeOstreeMyPermissionsParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

DistributionsOstreeOstreeMyPermissionsParams defines parameters for DistributionsOstreeOstreeMyPermissions.

type DistributionsOstreeOstreeMyPermissionsResponse

type DistributionsOstreeOstreeMyPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *MyPermissionsResponse
}

func ParseDistributionsOstreeOstreeMyPermissionsResponse

func ParseDistributionsOstreeOstreeMyPermissionsResponse(rsp *http.Response) (*DistributionsOstreeOstreeMyPermissionsResponse, error)

ParseDistributionsOstreeOstreeMyPermissionsResponse parses an HTTP response from a DistributionsOstreeOstreeMyPermissionsWithResponse call

func (DistributionsOstreeOstreeMyPermissionsResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeMyPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreePartialUpdateFormdataRequestBody

type DistributionsOstreeOstreePartialUpdateFormdataRequestBody = PatchedostreeOstreeDistribution

DistributionsOstreeOstreePartialUpdateFormdataRequestBody defines body for DistributionsOstreeOstreePartialUpdate for application/x-www-form-urlencoded ContentType.

type DistributionsOstreeOstreePartialUpdateJSONRequestBody

type DistributionsOstreeOstreePartialUpdateJSONRequestBody = PatchedostreeOstreeDistribution

DistributionsOstreeOstreePartialUpdateJSONRequestBody defines body for DistributionsOstreeOstreePartialUpdate for application/json ContentType.

type DistributionsOstreeOstreePartialUpdateMultipartRequestBody

type DistributionsOstreeOstreePartialUpdateMultipartRequestBody = PatchedostreeOstreeDistribution

DistributionsOstreeOstreePartialUpdateMultipartRequestBody defines body for DistributionsOstreeOstreePartialUpdate for multipart/form-data ContentType.

type DistributionsOstreeOstreePartialUpdateResponse

type DistributionsOstreeOstreePartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseDistributionsOstreeOstreePartialUpdateResponse

func ParseDistributionsOstreeOstreePartialUpdateResponse(rsp *http.Response) (*DistributionsOstreeOstreePartialUpdateResponse, error)

ParseDistributionsOstreeOstreePartialUpdateResponse parses an HTTP response from a DistributionsOstreeOstreePartialUpdateWithResponse call

func (DistributionsOstreeOstreePartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreePartialUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeReadParams

type DistributionsOstreeOstreeReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

DistributionsOstreeOstreeReadParams defines parameters for DistributionsOstreeOstreeRead.

type DistributionsOstreeOstreeReadResponse

type DistributionsOstreeOstreeReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OstreeOstreeDistributionResponse
}

func ParseDistributionsOstreeOstreeReadResponse

func ParseDistributionsOstreeOstreeReadResponse(rsp *http.Response) (*DistributionsOstreeOstreeReadResponse, error)

ParseDistributionsOstreeOstreeReadResponse parses an HTTP response from a DistributionsOstreeOstreeReadWithResponse call

func (DistributionsOstreeOstreeReadResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeReadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeRemoveRoleFormdataRequestBody

type DistributionsOstreeOstreeRemoveRoleFormdataRequestBody = NestedRole

DistributionsOstreeOstreeRemoveRoleFormdataRequestBody defines body for DistributionsOstreeOstreeRemoveRole for application/x-www-form-urlencoded ContentType.

type DistributionsOstreeOstreeRemoveRoleJSONRequestBody

type DistributionsOstreeOstreeRemoveRoleJSONRequestBody = NestedRole

DistributionsOstreeOstreeRemoveRoleJSONRequestBody defines body for DistributionsOstreeOstreeRemoveRole for application/json ContentType.

type DistributionsOstreeOstreeRemoveRoleMultipartRequestBody

type DistributionsOstreeOstreeRemoveRoleMultipartRequestBody = NestedRole

DistributionsOstreeOstreeRemoveRoleMultipartRequestBody defines body for DistributionsOstreeOstreeRemoveRole for multipart/form-data ContentType.

type DistributionsOstreeOstreeRemoveRoleResponse

type DistributionsOstreeOstreeRemoveRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseDistributionsOstreeOstreeRemoveRoleResponse

func ParseDistributionsOstreeOstreeRemoveRoleResponse(rsp *http.Response) (*DistributionsOstreeOstreeRemoveRoleResponse, error)

ParseDistributionsOstreeOstreeRemoveRoleResponse parses an HTTP response from a DistributionsOstreeOstreeRemoveRoleWithResponse call

func (DistributionsOstreeOstreeRemoveRoleResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeRemoveRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeSetLabelFormdataRequestBody

type DistributionsOstreeOstreeSetLabelFormdataRequestBody = SetLabel

DistributionsOstreeOstreeSetLabelFormdataRequestBody defines body for DistributionsOstreeOstreeSetLabel for application/x-www-form-urlencoded ContentType.

type DistributionsOstreeOstreeSetLabelJSONRequestBody

type DistributionsOstreeOstreeSetLabelJSONRequestBody = SetLabel

DistributionsOstreeOstreeSetLabelJSONRequestBody defines body for DistributionsOstreeOstreeSetLabel for application/json ContentType.

type DistributionsOstreeOstreeSetLabelMultipartRequestBody

type DistributionsOstreeOstreeSetLabelMultipartRequestBody = SetLabel

DistributionsOstreeOstreeSetLabelMultipartRequestBody defines body for DistributionsOstreeOstreeSetLabel for multipart/form-data ContentType.

type DistributionsOstreeOstreeSetLabelResponse

type DistributionsOstreeOstreeSetLabelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SetLabelResponse
}

func ParseDistributionsOstreeOstreeSetLabelResponse

func ParseDistributionsOstreeOstreeSetLabelResponse(rsp *http.Response) (*DistributionsOstreeOstreeSetLabelResponse, error)

ParseDistributionsOstreeOstreeSetLabelResponse parses an HTTP response from a DistributionsOstreeOstreeSetLabelWithResponse call

func (DistributionsOstreeOstreeSetLabelResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeSetLabelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeUnsetLabelFormdataRequestBody

type DistributionsOstreeOstreeUnsetLabelFormdataRequestBody = UnsetLabel

DistributionsOstreeOstreeUnsetLabelFormdataRequestBody defines body for DistributionsOstreeOstreeUnsetLabel for application/x-www-form-urlencoded ContentType.

type DistributionsOstreeOstreeUnsetLabelJSONRequestBody

type DistributionsOstreeOstreeUnsetLabelJSONRequestBody = UnsetLabel

DistributionsOstreeOstreeUnsetLabelJSONRequestBody defines body for DistributionsOstreeOstreeUnsetLabel for application/json ContentType.

type DistributionsOstreeOstreeUnsetLabelMultipartRequestBody

type DistributionsOstreeOstreeUnsetLabelMultipartRequestBody = UnsetLabel

DistributionsOstreeOstreeUnsetLabelMultipartRequestBody defines body for DistributionsOstreeOstreeUnsetLabel for multipart/form-data ContentType.

type DistributionsOstreeOstreeUnsetLabelResponse

type DistributionsOstreeOstreeUnsetLabelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UnsetLabelResponse
}

func ParseDistributionsOstreeOstreeUnsetLabelResponse

func ParseDistributionsOstreeOstreeUnsetLabelResponse(rsp *http.Response) (*DistributionsOstreeOstreeUnsetLabelResponse, error)

ParseDistributionsOstreeOstreeUnsetLabelResponse parses an HTTP response from a DistributionsOstreeOstreeUnsetLabelWithResponse call

func (DistributionsOstreeOstreeUnsetLabelResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeUnsetLabelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DistributionsOstreeOstreeUpdateFormdataRequestBody

type DistributionsOstreeOstreeUpdateFormdataRequestBody = OstreeOstreeDistribution

DistributionsOstreeOstreeUpdateFormdataRequestBody defines body for DistributionsOstreeOstreeUpdate for application/x-www-form-urlencoded ContentType.

type DistributionsOstreeOstreeUpdateJSONRequestBody

type DistributionsOstreeOstreeUpdateJSONRequestBody = OstreeOstreeDistribution

DistributionsOstreeOstreeUpdateJSONRequestBody defines body for DistributionsOstreeOstreeUpdate for application/json ContentType.

type DistributionsOstreeOstreeUpdateMultipartRequestBody

type DistributionsOstreeOstreeUpdateMultipartRequestBody = OstreeOstreeDistribution

DistributionsOstreeOstreeUpdateMultipartRequestBody defines body for DistributionsOstreeOstreeUpdate for multipart/form-data ContentType.

type DistributionsOstreeOstreeUpdateResponse

type DistributionsOstreeOstreeUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseDistributionsOstreeOstreeUpdateResponse

func ParseDistributionsOstreeOstreeUpdateResponse(rsp *http.Response) (*DistributionsOstreeOstreeUpdateResponse, error)

ParseDistributionsOstreeOstreeUpdateResponse parses an HTTP response from a DistributionsOstreeOstreeUpdateWithResponse call

func (DistributionsOstreeOstreeUpdateResponse) Status

Status returns HTTPResponse.Status

func (DistributionsOstreeOstreeUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type Domain

type Domain struct {
	// Description An optional description.
	Description *string `json:"description"`

	// HideGuardedDistributions Boolean to hide distributions with a content guard in the content app.
	HideGuardedDistributions *bool `json:"hide_guarded_distributions,omitempty"`

	// Name A name for this domain.
	Name string `json:"name"`

	// RedirectToObjectStorage Boolean to have the content app redirect to object storage.
	RedirectToObjectStorage *bool `json:"redirect_to_object_storage,omitempty"`

	// StorageClass Backend storage class for domain.
	//
	// * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage
	// * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage
	// * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
	StorageClass StorageClassEnum `json:"storage_class"`

	// StorageSettings Settings for storage class.
	StorageSettings map[string]interface{} `json:"storage_settings"`
}

Domain Serializer for Domain.

type DomainResponse

type DomainResponse struct {
	// Description An optional description.
	Description *string `json:"description"`

	// HideGuardedDistributions Boolean to hide distributions with a content guard in the content app.
	HideGuardedDistributions *bool `json:"hide_guarded_distributions,omitempty"`

	// Name A name for this domain.
	Name string `json:"name"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time `json:"pulp_created,omitempty"`
	PulpHref    *string    `json:"pulp_href,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`

	// RedirectToObjectStorage Boolean to have the content app redirect to object storage.
	RedirectToObjectStorage *bool `json:"redirect_to_object_storage,omitempty"`

	// StorageClass Backend storage class for domain.
	//
	// * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage
	// * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage
	// * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
	StorageClass StorageClassEnum `json:"storage_class"`

	// StorageSettings Settings for storage class.
	StorageSettings map[string]interface{} `json:"storage_settings"`
}

DomainResponse Serializer for Domain.

type DomainsCreateFormdataRequestBody

type DomainsCreateFormdataRequestBody = Domain

DomainsCreateFormdataRequestBody defines body for DomainsCreate for application/x-www-form-urlencoded ContentType.

type DomainsCreateJSONRequestBody

type DomainsCreateJSONRequestBody = Domain

DomainsCreateJSONRequestBody defines body for DomainsCreate for application/json ContentType.

type DomainsCreateMultipartRequestBody

type DomainsCreateMultipartRequestBody = Domain

DomainsCreateMultipartRequestBody defines body for DomainsCreate for multipart/form-data ContentType.

type DomainsCreateResponse

type DomainsCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DomainResponse
}

func ParseDomainsCreateResponse

func ParseDomainsCreateResponse(rsp *http.Response) (*DomainsCreateResponse, error)

ParseDomainsCreateResponse parses an HTTP response from a DomainsCreateWithResponse call

func (DomainsCreateResponse) Status

func (r DomainsCreateResponse) Status() string

Status returns HTTPResponse.Status

func (DomainsCreateResponse) StatusCode

func (r DomainsCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainsDeleteResponse

type DomainsDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseDomainsDeleteResponse

func ParseDomainsDeleteResponse(rsp *http.Response) (*DomainsDeleteResponse, error)

ParseDomainsDeleteResponse parses an HTTP response from a DomainsDeleteWithResponse call

func (DomainsDeleteResponse) Status

func (r DomainsDeleteResponse) Status() string

Status returns HTTPResponse.Status

func (DomainsDeleteResponse) StatusCode

func (r DomainsDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainsListParams

type DomainsListParams struct {
	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Name Filter results where name matches value
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// NameContains Filter results where name contains value
	NameContains *string `form:"name__contains,omitempty" json:"name__contains,omitempty"`

	// NameIcontains Filter results where name contains value
	NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`

	// NameIexact Filter results where name matches value
	NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`

	// NameIn Filter results where name is in a comma-separated list of values
	NameIn *[]string `form:"name__in,omitempty" json:"name__in,omitempty"`

	// NameIregex Filter results where name matches regex value
	NameIregex *string `form:"name__iregex,omitempty" json:"name__iregex,omitempty"`

	// NameIstartswith Filter results where name starts with value
	NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`

	// NameRegex Filter results where name matches regex value
	NameRegex *string `form:"name__regex,omitempty" json:"name__regex,omitempty"`

	// NameStartswith Filter results where name starts with value
	NameStartswith *string `form:"name__startswith,omitempty" json:"name__startswith,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `name` - Name
	// * `-name` - Name (descending)
	// * `description` - Description
	// * `-description` - Description (descending)
	// * `storage_class` - Storage class
	// * `-storage_class` - Storage class (descending)
	// * `storage_settings` - Storage settings
	// * `-storage_settings` - Storage settings (descending)
	// * `redirect_to_object_storage` - Redirect to object storage
	// * `-redirect_to_object_storage` - Redirect to object storage (descending)
	// * `hide_guarded_distributions` - Hide guarded distributions
	// * `-hide_guarded_distributions` - Hide guarded distributions (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]DomainsListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`
	Q        *string               `form:"q,omitempty" json:"q,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

DomainsListParams defines parameters for DomainsList.

type DomainsListParamsOrdering

type DomainsListParamsOrdering string

DomainsListParamsOrdering defines parameters for DomainsList.

const (
	DomainsListParamsOrderingDescription                   DomainsListParamsOrdering = "description"
	DomainsListParamsOrderingHideGuardedDistributions      DomainsListParamsOrdering = "hide_guarded_distributions"
	DomainsListParamsOrderingMinusDescription              DomainsListParamsOrdering = "-description"
	DomainsListParamsOrderingMinusHideGuardedDistributions DomainsListParamsOrdering = "-hide_guarded_distributions"
	DomainsListParamsOrderingMinusName                     DomainsListParamsOrdering = "-name"
	DomainsListParamsOrderingMinusPk                       DomainsListParamsOrdering = "-pk"
	DomainsListParamsOrderingMinusPulpCreated              DomainsListParamsOrdering = "-pulp_created"
	DomainsListParamsOrderingMinusPulpId                   DomainsListParamsOrdering = "-pulp_id"
	DomainsListParamsOrderingMinusPulpLastUpdated          DomainsListParamsOrdering = "-pulp_last_updated"
	DomainsListParamsOrderingMinusRedirectToObjectStorage  DomainsListParamsOrdering = "-redirect_to_object_storage"
	DomainsListParamsOrderingMinusStorageClass             DomainsListParamsOrdering = "-storage_class"
	DomainsListParamsOrderingMinusStorageSettings          DomainsListParamsOrdering = "-storage_settings"
	DomainsListParamsOrderingName                          DomainsListParamsOrdering = "name"
	DomainsListParamsOrderingPk                            DomainsListParamsOrdering = "pk"
	DomainsListParamsOrderingPulpCreated                   DomainsListParamsOrdering = "pulp_created"
	DomainsListParamsOrderingPulpId                        DomainsListParamsOrdering = "pulp_id"
	DomainsListParamsOrderingPulpLastUpdated               DomainsListParamsOrdering = "pulp_last_updated"
	DomainsListParamsOrderingRedirectToObjectStorage       DomainsListParamsOrdering = "redirect_to_object_storage"
	DomainsListParamsOrderingStorageClass                  DomainsListParamsOrdering = "storage_class"
	DomainsListParamsOrderingStorageSettings               DomainsListParamsOrdering = "storage_settings"
)

Defines values for DomainsListParamsOrdering.

type DomainsListResponse

type DomainsListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedDomainResponseList
}

func ParseDomainsListResponse

func ParseDomainsListResponse(rsp *http.Response) (*DomainsListResponse, error)

ParseDomainsListResponse parses an HTTP response from a DomainsListWithResponse call

func (DomainsListResponse) Status

func (r DomainsListResponse) Status() string

Status returns HTTPResponse.Status

func (DomainsListResponse) StatusCode

func (r DomainsListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainsPartialUpdateFormdataRequestBody

type DomainsPartialUpdateFormdataRequestBody = PatchedDomain

DomainsPartialUpdateFormdataRequestBody defines body for DomainsPartialUpdate for application/x-www-form-urlencoded ContentType.

type DomainsPartialUpdateJSONRequestBody

type DomainsPartialUpdateJSONRequestBody = PatchedDomain

DomainsPartialUpdateJSONRequestBody defines body for DomainsPartialUpdate for application/json ContentType.

type DomainsPartialUpdateMultipartRequestBody

type DomainsPartialUpdateMultipartRequestBody = PatchedDomain

DomainsPartialUpdateMultipartRequestBody defines body for DomainsPartialUpdate for multipart/form-data ContentType.

type DomainsPartialUpdateResponse

type DomainsPartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseDomainsPartialUpdateResponse

func ParseDomainsPartialUpdateResponse(rsp *http.Response) (*DomainsPartialUpdateResponse, error)

ParseDomainsPartialUpdateResponse parses an HTTP response from a DomainsPartialUpdateWithResponse call

func (DomainsPartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (DomainsPartialUpdateResponse) StatusCode

func (r DomainsPartialUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainsReadParams

type DomainsReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

DomainsReadParams defines parameters for DomainsRead.

type DomainsReadResponse

type DomainsReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DomainResponse
}

func ParseDomainsReadResponse

func ParseDomainsReadResponse(rsp *http.Response) (*DomainsReadResponse, error)

ParseDomainsReadResponse parses an HTTP response from a DomainsReadWithResponse call

func (DomainsReadResponse) Status

func (r DomainsReadResponse) Status() string

Status returns HTTPResponse.Status

func (DomainsReadResponse) StatusCode

func (r DomainsReadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DomainsUpdateFormdataRequestBody

type DomainsUpdateFormdataRequestBody = Domain

DomainsUpdateFormdataRequestBody defines body for DomainsUpdate for application/x-www-form-urlencoded ContentType.

type DomainsUpdateJSONRequestBody

type DomainsUpdateJSONRequestBody = Domain

DomainsUpdateJSONRequestBody defines body for DomainsUpdate for application/json ContentType.

type DomainsUpdateMultipartRequestBody

type DomainsUpdateMultipartRequestBody = Domain

DomainsUpdateMultipartRequestBody defines body for DomainsUpdate for multipart/form-data ContentType.

type DomainsUpdateResponse

type DomainsUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseDomainsUpdateResponse

func ParseDomainsUpdateResponse(rsp *http.Response) (*DomainsUpdateResponse, error)

ParseDomainsUpdateResponse parses an HTTP response from a DomainsUpdateWithResponse call

func (DomainsUpdateResponse) Status

func (r DomainsUpdateResponse) Status() string

Status returns HTTPResponse.Status

func (DomainsUpdateResponse) StatusCode

func (r DomainsUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type FileFileContent

type FileFileContent struct {
	// Artifact Artifact file representing the physical content
	Artifact *string `json:"artifact,omitempty"`

	// File An uploaded file that may be turned into the content unit.
	File *openapi_types.File `json:"file,omitempty"`

	// FileUrl A url that Pulp can download and turn into the content unit.
	FileUrl *string `json:"file_url,omitempty"`

	// RelativePath Path where the artifact is located relative to distributions base_path
	RelativePath string `json:"relative_path"`

	// Repository A URI of a repository the new content unit should be associated with.
	Repository *string `json:"repository,omitempty"`

	// Upload An uncommitted upload that may be turned into the content unit.
	Upload *string `json:"upload,omitempty"`
}

FileFileContent Serializer for File Content.

type FileFileContentResponse

type FileFileContentResponse struct {
	// Artifact Artifact file representing the physical content
	Artifact *string `json:"artifact,omitempty"`

	// Md5 The MD5 checksum if available.
	Md5 *string `json:"md5,omitempty"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time `json:"pulp_created,omitempty"`
	PulpHref    *string    `json:"pulp_href,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`

	// RelativePath Path where the artifact is located relative to distributions base_path
	RelativePath string `json:"relative_path"`

	// Sha1 The SHA-1 checksum if available.
	Sha1 *string `json:"sha1,omitempty"`

	// Sha224 The SHA-224 checksum if available.
	Sha224 *string `json:"sha224,omitempty"`

	// Sha256 The SHA-256 checksum if available.
	Sha256 *string `json:"sha256,omitempty"`

	// Sha384 The SHA-384 checksum if available.
	Sha384 *string `json:"sha384,omitempty"`

	// Sha512 The SHA-512 checksum if available.
	Sha512 *string `json:"sha512,omitempty"`
}

FileFileContentResponse Serializer for File Content.

type FileFileRepository

type FileFileRepository struct {
	// Autopublish Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.
	Autopublish *bool `json:"autopublish,omitempty"`

	// Description An optional description.
	Description *string `json:"description"`

	// Manifest Filename to use for manifest file containing metadata for all the files.
	Manifest *string `json:"manifest"`

	// Name A unique name for this repository.
	Name       string              `json:"name"`
	PulpLabels *map[string]*string `json:"pulp_labels,omitempty"`

	// Remote An optional remote to use by default when syncing.
	Remote *string `json:"remote"`

	// RetainRepoVersions Retain X versions of the repository. Default is null which retains all versions.
	RetainRepoVersions *int64 `json:"retain_repo_versions"`
}

FileFileRepository Serializer for File Repositories.

type FileFileRepositoryResponse

type FileFileRepositoryResponse struct {
	// Autopublish Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.
	Autopublish *bool `json:"autopublish,omitempty"`

	// Description An optional description.
	Description       *string `json:"description"`
	LatestVersionHref *string `json:"latest_version_href,omitempty"`

	// Manifest Filename to use for manifest file containing metadata for all the files.
	Manifest *string `json:"manifest"`

	// Name A unique name for this repository.
	Name string `json:"name"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time          `json:"pulp_created,omitempty"`
	PulpHref    *string             `json:"pulp_href,omitempty"`
	PulpLabels  *map[string]*string `json:"pulp_labels,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`

	// Remote An optional remote to use by default when syncing.
	Remote *string `json:"remote"`

	// RetainRepoVersions Retain X versions of the repository. Default is null which retains all versions.
	RetainRepoVersions *int64  `json:"retain_repo_versions"`
	VersionsHref       *string `json:"versions_href,omitempty"`
}

FileFileRepositoryResponse Serializer for File Repositories.

type GroupResponse

type GroupResponse struct {
	Id *int64 `json:"id,omitempty"`

	// Name Name
	Name     string  `json:"name"`
	PulpHref *string `json:"pulp_href,omitempty"`
}

GroupResponse Serializer for Group.

type GroupUserResponse

type GroupUserResponse struct {
	PulpHref *string `json:"pulp_href,omitempty"`

	// Username Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
	Username string `json:"username"`
}

GroupUserResponse Serializer for Users that belong to a Group.

type HeaderContentGuard

type HeaderContentGuard struct {
	// Description An optional description.
	Description *string `json:"description"`

	// HeaderName The header name the guard will check on.
	HeaderName string `json:"header_name"`

	// HeaderValue The value that will authorize the request.
	HeaderValue string `json:"header_value"`

	// JqFilter A JQ syntax compatible filter. If jq_filter is not set, then the value willonly be Base64 decoded and checked as an explicit string match.
	JqFilter *string `json:"jq_filter"`

	// Name The unique name.
	Name string `json:"name"`
}

HeaderContentGuard A serializer for HeaderContentGuard.

type HeaderContentGuardResponse

type HeaderContentGuardResponse struct {
	// Description An optional description.
	Description *string `json:"description"`

	// HeaderName The header name the guard will check on.
	HeaderName string `json:"header_name"`

	// HeaderValue The value that will authorize the request.
	HeaderValue string `json:"header_value"`

	// JqFilter A JQ syntax compatible filter. If jq_filter is not set, then the value willonly be Base64 decoded and checked as an explicit string match.
	JqFilter *string `json:"jq_filter"`

	// Name The unique name.
	Name string `json:"name"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time `json:"pulp_created,omitempty"`
	PulpHref    *string    `json:"pulp_href,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`
}

HeaderContentGuardResponse A serializer for HeaderContentGuard.

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type MyPermissionsResponse

type MyPermissionsResponse struct {
	Permissions []string `json:"permissions"`
}

MyPermissionsResponse defines model for MyPermissionsResponse.

type NestedRole

type NestedRole struct {
	Groups *[]string `json:"groups,omitempty"`
	Role   string    `json:"role"`
	Users  *[]string `json:"users,omitempty"`
}

NestedRole Serializer to add/remove object roles to/from users/groups.

This is used in conjunction with “pulpcore.app.viewsets.base.RolesMixin“ and requires the underlying object to be passed as “content_object“ in the context.

type NestedRoleResponse

type NestedRoleResponse struct {
	Groups *[]string `json:"groups,omitempty"`
	Role   string    `json:"role"`
	Users  *[]string `json:"users,omitempty"`
}

NestedRoleResponse Serializer to add/remove object roles to/from users/groups.

This is used in conjunction with “pulpcore.app.viewsets.base.RolesMixin“ and requires the underlying object to be passed as “content_object“ in the context.

type ObjectRolesResponse

type ObjectRolesResponse struct {
	Roles []NestedRoleResponse `json:"roles"`
}

ObjectRolesResponse defines model for ObjectRolesResponse.

type OstreeImportAll

type OstreeImportAll struct {
	// Artifact An artifact representing OSTree content compressed as a tarball.
	Artifact string `json:"artifact"`

	// RepositoryName The name of a repository that contains the compressed OSTree content.
	RepositoryName string `json:"repository_name"`
}

OstreeImportAll A Serializer class for importing all refs and commits to a repository.

type OstreeImportCommitsToRef

type OstreeImportCommitsToRef struct {
	// Artifact An artifact representing OSTree content compressed as a tarball.
	Artifact string `json:"artifact"`

	// Ref The name of a ref branch that holds the reference to the last commit.
	Ref string `json:"ref"`

	// RepositoryName The name of a repository that contains the compressed OSTree content.
	RepositoryName string `json:"repository_name"`
}

OstreeImportCommitsToRef A Serializer class for appending child commits to a repository.

type OstreeOstreeContent

type OstreeOstreeContent struct {
	// Artifact Artifact file representing the physical content
	Artifact     string `json:"artifact"`
	Digest       string `json:"digest"`
	RelativePath string `json:"relative_path"`

	// Repository A URI of a repository the new content unit should be associated with.
	Repository *string `json:"repository,omitempty"`
}

OstreeOstreeContent A Serializer class for uncategorized content units (e.g., static deltas).

type OstreeOstreeContentResponse

type OstreeOstreeContentResponse struct {
	// Artifact Artifact file representing the physical content
	Artifact string `json:"artifact"`
	Digest   string `json:"digest"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time `json:"pulp_created,omitempty"`
	PulpHref    *string    `json:"pulp_href,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`
	RelativePath    string     `json:"relative_path"`
}

OstreeOstreeContentResponse A Serializer class for uncategorized content units (e.g., static deltas).

type OstreeOstreeDistribution

type OstreeOstreeDistribution struct {
	// BasePath The base (relative) path component of the published url. Avoid paths that                     overlap with other distribution base paths (e.g. "foo" and "foo/bar")
	BasePath string `json:"base_path"`

	// ContentGuard An optional content-guard.
	ContentGuard *string `json:"content_guard"`

	// Hidden Whether this distribution should be shown in the content app.
	Hidden *bool `json:"hidden,omitempty"`

	// Name A unique name. Ex, `rawhide` and `stable`.
	Name       string              `json:"name"`
	PulpLabels *map[string]*string `json:"pulp_labels,omitempty"`

	// Repository The latest RepositoryVersion for this Repository will be served.
	Repository *string `json:"repository"`

	// RepositoryVersion RepositoryVersion to be served
	RepositoryVersion *string `json:"repository_version"`
}

OstreeOstreeDistribution A Serializer class for an OSTree distribution.

type OstreeOstreeDistributionResponse

type OstreeOstreeDistributionResponse struct {
	// BasePath The base (relative) path component of the published url. Avoid paths that                     overlap with other distribution base paths (e.g. "foo" and "foo/bar")
	BasePath string `json:"base_path"`

	// BaseUrl The URL for accessing the publication as defined by this distribution.
	BaseUrl *string `json:"base_url,omitempty"`

	// ContentGuard An optional content-guard.
	ContentGuard *string `json:"content_guard"`

	// Hidden Whether this distribution should be shown in the content app.
	Hidden *bool `json:"hidden,omitempty"`

	// Name A unique name. Ex, `rawhide` and `stable`.
	Name string `json:"name"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time          `json:"pulp_created,omitempty"`
	PulpHref    *string             `json:"pulp_href,omitempty"`
	PulpLabels  *map[string]*string `json:"pulp_labels,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`

	// Repository The latest RepositoryVersion for this Repository will be served.
	Repository *string `json:"repository"`

	// RepositoryVersion RepositoryVersion to be served
	RepositoryVersion *string `json:"repository_version"`
}

OstreeOstreeDistributionResponse A Serializer class for an OSTree distribution.

type OstreeOstreeRepository

type OstreeOstreeRepository struct {
	ComputeDelta *bool `json:"compute_delta,omitempty"`

	// Description An optional description.
	Description *string `json:"description"`

	// Name A unique name for this repository.
	Name       string              `json:"name"`
	PulpLabels *map[string]*string `json:"pulp_labels,omitempty"`

	// Remote An optional remote to use by default when syncing.
	Remote *string `json:"remote"`

	// RetainRepoVersions Retain X versions of the repository. Default is null which retains all versions.
	RetainRepoVersions *int64 `json:"retain_repo_versions"`
}

OstreeOstreeRepository A Serializer class for an OSTree repository.

type OstreeOstreeRepositoryResponse

type OstreeOstreeRepositoryResponse struct {
	ComputeDelta *bool `json:"compute_delta,omitempty"`

	// Description An optional description.
	Description       *string `json:"description"`
	LatestVersionHref *string `json:"latest_version_href,omitempty"`

	// Name A unique name for this repository.
	Name string `json:"name"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time          `json:"pulp_created,omitempty"`
	PulpHref    *string             `json:"pulp_href,omitempty"`
	PulpLabels  *map[string]*string `json:"pulp_labels,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`

	// Remote An optional remote to use by default when syncing.
	Remote *string `json:"remote"`

	// RetainRepoVersions Retain X versions of the repository. Default is null which retains all versions.
	RetainRepoVersions *int64  `json:"retain_repo_versions"`
	VersionsHref       *string `json:"versions_href,omitempty"`
}

OstreeOstreeRepositoryResponse A Serializer class for an OSTree repository.

type PaginatedArtifactResponseList

type PaginatedArtifactResponseList struct {
	Count    int                `json:"count"`
	Next     *string            `json:"next"`
	Previous *string            `json:"previous"`
	Results  []ArtifactResponse `json:"results"`
}

PaginatedArtifactResponseList defines model for PaginatedArtifactResponseList.

type PaginatedCompositeContentGuardResponseList

type PaginatedCompositeContentGuardResponseList struct {
	Count    int                             `json:"count"`
	Next     *string                         `json:"next"`
	Previous *string                         `json:"previous"`
	Results  []CompositeContentGuardResponse `json:"results"`
}

PaginatedCompositeContentGuardResponseList defines model for PaginatedCompositeContentGuardResponseList.

type PaginatedDomainResponseList

type PaginatedDomainResponseList struct {
	Count    int              `json:"count"`
	Next     *string          `json:"next"`
	Previous *string          `json:"previous"`
	Results  []DomainResponse `json:"results"`
}

PaginatedDomainResponseList defines model for PaginatedDomainResponseList.

type PaginatedHeaderContentGuardResponseList

type PaginatedHeaderContentGuardResponseList struct {
	Count    int                          `json:"count"`
	Next     *string                      `json:"next"`
	Previous *string                      `json:"previous"`
	Results  []HeaderContentGuardResponse `json:"results"`
}

PaginatedHeaderContentGuardResponseList defines model for PaginatedHeaderContentGuardResponseList.

type PaginatedRBACContentGuardResponseList

type PaginatedRBACContentGuardResponseList struct {
	Count    int                        `json:"count"`
	Next     *string                    `json:"next"`
	Previous *string                    `json:"previous"`
	Results  []RBACContentGuardResponse `json:"results"`
}

PaginatedRBACContentGuardResponseList defines model for PaginatedRBACContentGuardResponseList.

type PaginatedRepositoryVersionResponseList

type PaginatedRepositoryVersionResponseList struct {
	Count    int                         `json:"count"`
	Next     *string                     `json:"next"`
	Previous *string                     `json:"previous"`
	Results  []RepositoryVersionResponse `json:"results"`
}

PaginatedRepositoryVersionResponseList defines model for PaginatedRepositoryVersionResponseList.

type PaginatedTaskResponseList

type PaginatedTaskResponseList struct {
	Count    int            `json:"count"`
	Next     *string        `json:"next"`
	Previous *string        `json:"previous"`
	Results  []TaskResponse `json:"results"`
}

PaginatedTaskResponseList defines model for PaginatedTaskResponseList.

type PaginatedfileFileContentResponseList

type PaginatedfileFileContentResponseList struct {
	Count    int                       `json:"count"`
	Next     *string                   `json:"next"`
	Previous *string                   `json:"previous"`
	Results  []FileFileContentResponse `json:"results"`
}

PaginatedfileFileContentResponseList defines model for Paginatedfile.FileContentResponseList.

type PaginatedfileFileRepositoryResponseList

type PaginatedfileFileRepositoryResponseList struct {
	Count    int                          `json:"count"`
	Next     *string                      `json:"next"`
	Previous *string                      `json:"previous"`
	Results  []FileFileRepositoryResponse `json:"results"`
}

PaginatedfileFileRepositoryResponseList defines model for Paginatedfile.FileRepositoryResponseList.

type PaginatedostreeOstreeContentResponseList

type PaginatedostreeOstreeContentResponseList struct {
	Count    int                           `json:"count"`
	Next     *string                       `json:"next"`
	Previous *string                       `json:"previous"`
	Results  []OstreeOstreeContentResponse `json:"results"`
}

PaginatedostreeOstreeContentResponseList defines model for Paginatedostree.OstreeContentResponseList.

type PaginatedostreeOstreeDistributionResponseList

type PaginatedostreeOstreeDistributionResponseList struct {
	Count    int                                `json:"count"`
	Next     *string                            `json:"next"`
	Previous *string                            `json:"previous"`
	Results  []OstreeOstreeDistributionResponse `json:"results"`
}

PaginatedostreeOstreeDistributionResponseList defines model for Paginatedostree.OstreeDistributionResponseList.

type PaginatedostreeOstreeRepositoryResponseList

type PaginatedostreeOstreeRepositoryResponseList struct {
	Count    int                              `json:"count"`
	Next     *string                          `json:"next"`
	Previous *string                          `json:"previous"`
	Results  []OstreeOstreeRepositoryResponse `json:"results"`
}

PaginatedostreeOstreeRepositoryResponseList defines model for Paginatedostree.OstreeRepositoryResponseList.

type PatchedCompositeContentGuard

type PatchedCompositeContentGuard struct {
	// Description An optional description.
	Description *string `json:"description"`

	// Guards List of ContentGuards to ask for access-permission.
	Guards *[]string `json:"guards,omitempty"`

	// Name The unique name.
	Name *string `json:"name,omitempty"`
}

PatchedCompositeContentGuard Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type PatchedDomain

type PatchedDomain struct {
	// Description An optional description.
	Description *string `json:"description"`

	// HideGuardedDistributions Boolean to hide distributions with a content guard in the content app.
	HideGuardedDistributions *bool `json:"hide_guarded_distributions,omitempty"`

	// Name A name for this domain.
	Name *string `json:"name,omitempty"`

	// RedirectToObjectStorage Boolean to have the content app redirect to object storage.
	RedirectToObjectStorage *bool `json:"redirect_to_object_storage,omitempty"`

	// StorageClass Backend storage class for domain.
	//
	// * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage
	// * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage
	// * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
	StorageClass *StorageClassEnum `json:"storage_class,omitempty"`

	// StorageSettings Settings for storage class.
	StorageSettings *map[string]interface{} `json:"storage_settings,omitempty"`
}

PatchedDomain Serializer for Domain.

type PatchedHeaderContentGuard

type PatchedHeaderContentGuard struct {
	// Description An optional description.
	Description *string `json:"description"`

	// HeaderName The header name the guard will check on.
	HeaderName *string `json:"header_name,omitempty"`

	// HeaderValue The value that will authorize the request.
	HeaderValue *string `json:"header_value,omitempty"`

	// JqFilter A JQ syntax compatible filter. If jq_filter is not set, then the value willonly be Base64 decoded and checked as an explicit string match.
	JqFilter *string `json:"jq_filter"`

	// Name The unique name.
	Name *string `json:"name,omitempty"`
}

PatchedHeaderContentGuard A serializer for HeaderContentGuard.

type PatchedRBACContentGuard

type PatchedRBACContentGuard struct {
	// Description An optional description.
	Description *string `json:"description"`

	// Name The unique name.
	Name *string `json:"name,omitempty"`
}

PatchedRBACContentGuard Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type PatchedTaskCancel

type PatchedTaskCancel struct {
	// State The desired state of the task. Only 'canceled' is accepted.
	State *string `json:"state,omitempty"`
}

PatchedTaskCancel Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type PatchedfileFileRepository

type PatchedfileFileRepository struct {
	// Autopublish Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.
	Autopublish *bool `json:"autopublish,omitempty"`

	// Description An optional description.
	Description *string `json:"description"`

	// Manifest Filename to use for manifest file containing metadata for all the files.
	Manifest *string `json:"manifest"`

	// Name A unique name for this repository.
	Name       *string             `json:"name,omitempty"`
	PulpLabels *map[string]*string `json:"pulp_labels,omitempty"`

	// Remote An optional remote to use by default when syncing.
	Remote *string `json:"remote"`

	// RetainRepoVersions Retain X versions of the repository. Default is null which retains all versions.
	RetainRepoVersions *int64 `json:"retain_repo_versions"`
}

PatchedfileFileRepository Serializer for File Repositories.

type PatchedostreeOstreeDistribution

type PatchedostreeOstreeDistribution struct {
	// BasePath The base (relative) path component of the published url. Avoid paths that                     overlap with other distribution base paths (e.g. "foo" and "foo/bar")
	BasePath *string `json:"base_path,omitempty"`

	// ContentGuard An optional content-guard.
	ContentGuard *string `json:"content_guard"`

	// Hidden Whether this distribution should be shown in the content app.
	Hidden *bool `json:"hidden,omitempty"`

	// Name A unique name. Ex, `rawhide` and `stable`.
	Name       *string             `json:"name,omitempty"`
	PulpLabels *map[string]*string `json:"pulp_labels,omitempty"`

	// Repository The latest RepositoryVersion for this Repository will be served.
	Repository *string `json:"repository"`

	// RepositoryVersion RepositoryVersion to be served
	RepositoryVersion *string `json:"repository_version"`
}

PatchedostreeOstreeDistribution A Serializer class for an OSTree distribution.

type PatchedostreeOstreeRepository

type PatchedostreeOstreeRepository struct {
	ComputeDelta *bool `json:"compute_delta,omitempty"`

	// Description An optional description.
	Description *string `json:"description"`

	// Name A unique name for this repository.
	Name       *string             `json:"name,omitempty"`
	PulpLabels *map[string]*string `json:"pulp_labels,omitempty"`

	// Remote An optional remote to use by default when syncing.
	Remote *string `json:"remote"`

	// RetainRepoVersions Retain X versions of the repository. Default is null which retains all versions.
	RetainRepoVersions *int64 `json:"retain_repo_versions"`
}

PatchedostreeOstreeRepository A Serializer class for an OSTree repository.

type ProgressReportResponse

type ProgressReportResponse struct {
	// Code Identifies the type of progress report'.
	Code *string `json:"code,omitempty"`

	// Done The count of items already processed. Defaults to 0.
	Done *int64 `json:"done,omitempty"`

	// Message The message shown to the user for the progress report.
	Message *string `json:"message,omitempty"`

	// State The current state of the progress report. The possible values are: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. The default is 'waiting'.
	State *string `json:"state,omitempty"`

	// Suffix The suffix to be shown with the progress report.
	Suffix *string `json:"suffix"`

	// Total The total count of items.
	Total *int64 `json:"total,omitempty"`
}

ProgressReportResponse Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type PulpService

type PulpService struct {
	// contains filtered or unexported fields
}

nolint: revive

func NewPulpService

func NewPulpService(ctx context.Context) (*PulpService, error)

NewPulpService creates a new PulpService. It uses the org_id from the context to contruct domain. If org_id is not found in the context, it returns an error.

func NewPulpServiceDefaultDomain

func NewPulpServiceDefaultDomain(ctx context.Context) (*PulpService, error)

NewPulpServiceDefaultDomain creates a new PulpService with the default domain. Use this client only for domain creation. All subsequent operations should use the domain specific client.

func NewPulpServiceWithDomain

func NewPulpServiceWithDomain(ctx context.Context, domain string) (*PulpService, error)

NewPulpServiceWithDomain creates a new PulpService with the given domain. It returns an error if the domain is empty.

func (*PulpService) ArtifactsCreate

func (ps *PulpService) ArtifactsCreate(ctx context.Context, filename string) (*ArtifactResponse, error)

ArtifactsCreate creates an artifact from a file.

func (*PulpService) ArtifactsCreatePipe

func (ps *PulpService) ArtifactsCreatePipe(ctx context.Context, filename string) (*ArtifactResponse, error)

ArtifactsCreatePipe creates an artifact from a file using a pipe to avoid buffering the file in memory. Pulp currently does require Content-Length header, therefore this function figures out length of the stream in advance.

func (*PulpService) ArtifactsList

func (ps *PulpService) ArtifactsList(ctx context.Context, sha256 string) ([]ArtifactResponse, error)

func (*PulpService) ArtifactsRead

func (ps *PulpService) ArtifactsRead(ctx context.Context, id uuid.UUID) (*ArtifactResponse, error)

func (*PulpService) CompositeGuardCreate

func (ps *PulpService) CompositeGuardCreate(ctx context.Context, orgID string, hrefs ...string) (*CompositeContentGuardResponse, error)

CompositeGuardCreate creates a new composite guard with the given orgID and one or more Pulp guard hrefs.

func (*PulpService) CompositeGuardDelete

func (ps *PulpService) CompositeGuardDelete(ctx context.Context, id uuid.UUID) error

CompositeGuardDelete deletes the composite guard with the given ID.

func (*PulpService) CompositeGuardEnsure

func (ps *PulpService) CompositeGuardEnsure(ctx context.Context, orgID string, pulpGuardHrefs []string) (*CompositeContentGuardResponse, error)

CompositeGuardEnsure ensures that the composite guard is created and returns it. The method is idempotent.

func (*PulpService) CompositeGuardList

func (ps *PulpService) CompositeGuardList(ctx context.Context, nameFilter string) ([]CompositeContentGuardResponse, error)

CompositeGuardList returns a list of composite guards with the given name filter.

func (*PulpService) CompositeGuardRead

func (ps *PulpService) CompositeGuardRead(ctx context.Context, id uuid.UUID) (*CompositeContentGuardResponse, error)

CompositeGuardRead returns the composite guard with the given ID.

func (*PulpService) CompositeGuardReadByOrgID

func (ps *PulpService) CompositeGuardReadByOrgID(ctx context.Context, orgID string) (*CompositeContentGuardResponse, error)

CompositeGuardReadByOrgID returns the composite guard for the given orgID.

func (*PulpService) ContentGuardEnsure

func (ps *PulpService) ContentGuardEnsure(ctx context.Context, orgID string) (*CompositeContentGuardResponse, error)

ContentGuardEnsure ensures that the header and RBAC guards are created and returns the composite guard. If it finds that the composite guard is not created or the guards are not the same as the ones provided, it will delete it and recreate it. This method is idempotent and will not create the guards if they already exist.

func (*PulpService) DistributionsCreate

func (ps *PulpService) DistributionsCreate(ctx context.Context, name, basePath, repoHref, contentGuard string) (*OstreeOstreeDistributionResponse, error)

func (*PulpService) DistributionsDelete

func (ps *PulpService) DistributionsDelete(ctx context.Context, id uuid.UUID) error

func (*PulpService) DistributionsRead

func (ps *PulpService) DistributionsRead(ctx context.Context, id uuid.UUID) (*OstreeOstreeDistributionResponse, error)

func (*PulpService) Domain

func (ps *PulpService) Domain() string

func (*PulpService) DomainsCreate

func (ps *PulpService) DomainsCreate(ctx context.Context, domain string) (*DomainResponse, error)

func (*PulpService) DomainsDelete

func (ps *PulpService) DomainsDelete(ctx context.Context, domain string, id uuid.UUID) (*AsyncOperationResponse, error)

func (*PulpService) DomainsList

func (ps *PulpService) DomainsList(ctx context.Context, nameFilter string) ([]DomainResponse, error)

func (*PulpService) DomainsRead

func (ps *PulpService) DomainsRead(ctx context.Context, domain string, id uuid.UUID) (*DomainResponse, error)

func (*PulpService) FileRepositoriesArtifactRead

func (ps *PulpService) FileRepositoriesArtifactRead(ctx context.Context, id uuid.UUID) (*FileFileContentResponse, error)

FileRepositoriesArtifactRead reads a file artifact from a file repository.

func (*PulpService) FileRepositoriesCreate

func (ps *PulpService) FileRepositoriesCreate(ctx context.Context, name string) (*FileFileRepositoryResponse, error)

FileRepositoriesCreate creates a new file repository.

func (*PulpService) FileRepositoriesDelete

func (ps *PulpService) FileRepositoriesDelete(ctx context.Context, id uuid.UUID) error

FileRepositoriesDelete deletes a file repository.

func (*PulpService) FileRepositoriesEnsure

func (ps *PulpService) FileRepositoriesEnsure(ctx context.Context) (string, error)

FileRepositoriesEnsure ensures a file repository exists.

func (*PulpService) FileRepositoriesImport

func (ps *PulpService) FileRepositoriesImport(ctx context.Context, repoHref, url string) (string, string, error)

FileRepositoriesImport imports a file into a file repository. Returns the artifact href and a version artifact href which can be used to delete the artifact.

func (*PulpService) FileRepositoriesList

func (ps *PulpService) FileRepositoriesList(ctx context.Context, nameFilter string) ([]FileFileRepositoryResponse, error)

FileRepositoriesList lists file repositories.

func (*PulpService) FileRepositoriesRead

func (ps *PulpService) FileRepositoriesRead(ctx context.Context, id uuid.UUID) (*FileFileRepositoryResponse, error)

FileRepositoriesRead reads a file repository.

func (*PulpService) FileRepositoriesVersionDelete

func (ps *PulpService) FileRepositoriesVersionDelete(ctx context.Context, id uuid.UUID, version int64) error

FileRepositoriesVersionDelete deletes a file version from a file repository.

func (*PulpService) HeaderGuardCreate

func (ps *PulpService) HeaderGuardCreate(ctx context.Context, orgID string) (*HeaderContentGuardResponse, error)

HeaderGuardCreate creates a new header guard for the given orgID.

func (*PulpService) HeaderGuardDelete

func (ps *PulpService) HeaderGuardDelete(ctx context.Context, id uuid.UUID) error

HeaderGuardDelete deletes the header guard with the given ID.

func (*PulpService) HeaderGuardEnsure

func (ps *PulpService) HeaderGuardEnsure(ctx context.Context, orgID string) (*HeaderContentGuardResponse, error)

HeaderGuardEnsure ensures that the header guard is created and returns it. The method is idempotent.

func (*PulpService) HeaderGuardList

func (ps *PulpService) HeaderGuardList(ctx context.Context, nameFilter string) ([]HeaderContentGuardResponse, error)

HeaderGuardList returns a list of header guards with the given name filter.

func (*PulpService) HeaderGuardRead

func (ps *PulpService) HeaderGuardRead(ctx context.Context, id uuid.UUID) (*HeaderContentGuardResponse, error)

HeaderGuardRead returns the header guard with the given ID.

func (*PulpService) HeaderGuardReadByOrgID

func (ps *PulpService) HeaderGuardReadByOrgID(ctx context.Context, orgID string) (*HeaderContentGuardResponse, error)

HeaderGuardReadByOrgID returns the header guard for the given orgID.

func (*PulpService) RbacGuardCreate

func (ps *PulpService) RbacGuardCreate(ctx context.Context) (*RBACContentGuardResponse, error)

RbacGuardCreate creates a new RBAC guard and returns it.

func (*PulpService) RbacGuardDelete

func (ps *PulpService) RbacGuardDelete(ctx context.Context, id uuid.UUID) error

RbacGuardDelete deletes the RBAC guard with the given ID.

func (*PulpService) RbacGuardEnsure

func (ps *PulpService) RbacGuardEnsure(ctx context.Context) (*RBACContentGuardResponse, error)

RbacGuardEnsure ensures that the RBAC guard is created and returns it. The method is idempotent.

func (*PulpService) RbacGuardFind

func (ps *PulpService) RbacGuardFind(ctx context.Context) (*RBACContentGuardResponse, error)

RbacGuardFind returns the RBAC guard.

func (*PulpService) RbacGuardList

func (ps *PulpService) RbacGuardList(ctx context.Context, nameFilter string) ([]RBACContentGuardResponse, error)

RbacGuardList returns a list of RBAC guards. The nameFilter can be used to filter the results.

func (*PulpService) RbacGuardRead

func (ps *PulpService) RbacGuardRead(ctx context.Context, id uuid.UUID) (*RBACContentGuardResponse, error)

RbacGuardRead returns the RBAC guard with the given ID.

func (*PulpService) RepositoriesCreate

func (ps *PulpService) RepositoriesCreate(ctx context.Context, name string) (*OstreeOstreeRepositoryResponse, error)

func (*PulpService) RepositoriesDelete

func (ps *PulpService) RepositoriesDelete(ctx context.Context, id uuid.UUID) error

func (*PulpService) RepositoriesImport

func (ps *PulpService) RepositoriesImport(ctx context.Context, id uuid.UUID, repoName, artifactHref string) (*OstreeOstreeRepositoryResponse, error)

RepositoriesImport imports an initial commit into a repo

func (*PulpService) RepositoriesImportCommit

func (ps *PulpService) RepositoriesImportCommit(ctx context.Context, id uuid.UUID, repoName, artifactHref string, ostreeRef string) (*OstreeOstreeRepositoryResponse, error)

RepositoriesImportCommit updates an existing repo containing one or more commits

func (*PulpService) RepositoriesRead

func (ps *PulpService) RepositoriesRead(ctx context.Context, id uuid.UUID) (*OstreeOstreeRepositoryResponse, error)

func (*PulpService) TurnpikeGuardCreate

func (ps *PulpService) TurnpikeGuardCreate(ctx context.Context) (*HeaderContentGuardResponse, error)

TurnpikeGuardCreate creates a new Turnpike guard and returns it.

func (*PulpService) TurnpikeGuardDelete

func (ps *PulpService) TurnpikeGuardDelete(ctx context.Context, id uuid.UUID) error

TurnpikeGuardDelete deletes the Turnpike guard with the given ID.

func (*PulpService) TurnpikeGuardEnsure

func (ps *PulpService) TurnpikeGuardEnsure(ctx context.Context) (*HeaderContentGuardResponse, error)

TurnpikeGuardEnsure ensures that the Turnpike guard is created and returns it. The method is idempotent.

func (*PulpService) TurnpikeGuardFind

func (ps *PulpService) TurnpikeGuardFind(ctx context.Context) (*HeaderContentGuardResponse, error)

TurnpikeGuardFind returns the Turnpike guard.

func (*PulpService) TurnpikeGuardList

func (ps *PulpService) TurnpikeGuardList(ctx context.Context, nameFilter string) ([]HeaderContentGuardResponse, error)

TurnpikeGuardList returns a list of header guards. The nameFilter can be used to filter the results.

func (*PulpService) TurnpikeGuardRead

func (ps *PulpService) TurnpikeGuardRead(ctx context.Context, id uuid.UUID) (*HeaderContentGuardResponse, error)

TurnpikeGuardRead returns the Turnpike guard with the given ID.

func (*PulpService) WaitForTask

func (ps *PulpService) WaitForTask(ctx context.Context, taskHref string) ([]string, error)

WaitForTask waits for the task to complete. It returns the created resource href if the task is successful. If the task fails, it returns an error. If the task is cancelled, it returns an error.

type Purge

type Purge struct {
	// FinishedBefore Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]'
	FinishedBefore *time.Time `json:"finished_before,omitempty"`

	// States List of task-states to be purged. Only 'final' states are allowed.
	States *[]StatesEnum `json:"states,omitempty"`
}

Purge defines model for Purge.

type RBACContentGuard

type RBACContentGuard struct {
	// Description An optional description.
	Description *string `json:"description"`

	// Name The unique name.
	Name string `json:"name"`
}

RBACContentGuard Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type RBACContentGuardResponse

type RBACContentGuardResponse struct {
	// Description An optional description.
	Description *string          `json:"description"`
	Groups      *[]GroupResponse `json:"groups,omitempty"`

	// Name The unique name.
	Name string `json:"name"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time `json:"pulp_created,omitempty"`
	PulpHref    *string    `json:"pulp_href,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time           `json:"pulp_last_updated,omitempty"`
	Users           *[]GroupUserResponse `json:"users,omitempty"`
}

RBACContentGuardResponse Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type Repair

type Repair struct {
	// VerifyChecksums Will verify that the checksum of all stored files matches what saved in the database. Otherwise only the existence of the files will be checked. Enabled by default
	VerifyChecksums *bool `json:"verify_checksums,omitempty"`
}

Repair defines model for Repair.

type RepositoriesFileFileAddRoleFormdataRequestBody

type RepositoriesFileFileAddRoleFormdataRequestBody = NestedRole

RepositoriesFileFileAddRoleFormdataRequestBody defines body for RepositoriesFileFileAddRole for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFileAddRoleJSONRequestBody

type RepositoriesFileFileAddRoleJSONRequestBody = NestedRole

RepositoriesFileFileAddRoleJSONRequestBody defines body for RepositoriesFileFileAddRole for application/json ContentType.

type RepositoriesFileFileAddRoleMultipartRequestBody

type RepositoriesFileFileAddRoleMultipartRequestBody = NestedRole

RepositoriesFileFileAddRoleMultipartRequestBody defines body for RepositoriesFileFileAddRole for multipart/form-data ContentType.

type RepositoriesFileFileAddRoleResponse

type RepositoriesFileFileAddRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseRepositoriesFileFileAddRoleResponse

func ParseRepositoriesFileFileAddRoleResponse(rsp *http.Response) (*RepositoriesFileFileAddRoleResponse, error)

ParseRepositoriesFileFileAddRoleResponse parses an HTTP response from a RepositoriesFileFileAddRoleWithResponse call

func (RepositoriesFileFileAddRoleResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileAddRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileCreateFormdataRequestBody

type RepositoriesFileFileCreateFormdataRequestBody = FileFileRepository

RepositoriesFileFileCreateFormdataRequestBody defines body for RepositoriesFileFileCreate for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFileCreateJSONRequestBody

type RepositoriesFileFileCreateJSONRequestBody = FileFileRepository

RepositoriesFileFileCreateJSONRequestBody defines body for RepositoriesFileFileCreate for application/json ContentType.

type RepositoriesFileFileCreateMultipartRequestBody

type RepositoriesFileFileCreateMultipartRequestBody = FileFileRepository

RepositoriesFileFileCreateMultipartRequestBody defines body for RepositoriesFileFileCreate for multipart/form-data ContentType.

type RepositoriesFileFileCreateResponse

type RepositoriesFileFileCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *FileFileRepositoryResponse
}

func ParseRepositoriesFileFileCreateResponse

func ParseRepositoriesFileFileCreateResponse(rsp *http.Response) (*RepositoriesFileFileCreateResponse, error)

ParseRepositoriesFileFileCreateResponse parses an HTTP response from a RepositoriesFileFileCreateWithResponse call

func (RepositoriesFileFileCreateResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileCreateResponse) StatusCode

func (r RepositoriesFileFileCreateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileDeleteResponse

type RepositoriesFileFileDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesFileFileDeleteResponse

func ParseRepositoriesFileFileDeleteResponse(rsp *http.Response) (*RepositoriesFileFileDeleteResponse, error)

ParseRepositoriesFileFileDeleteResponse parses an HTTP response from a RepositoriesFileFileDeleteWithResponse call

func (RepositoriesFileFileDeleteResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileDeleteResponse) StatusCode

func (r RepositoriesFileFileDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileListParams

type RepositoriesFileFileListParams struct {
	// LatestWithContent Content Unit referenced by HREF
	LatestWithContent *string `form:"latest_with_content,omitempty" json:"latest_with_content,omitempty"`

	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Name Filter results where name matches value
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// NameContains Filter results where name contains value
	NameContains *string `form:"name__contains,omitempty" json:"name__contains,omitempty"`

	// NameIcontains Filter results where name contains value
	NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`

	// NameIexact Filter results where name matches value
	NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`

	// NameIn Filter results where name is in a comma-separated list of values
	NameIn *[]string `form:"name__in,omitempty" json:"name__in,omitempty"`

	// NameIregex Filter results where name matches regex value
	NameIregex *string `form:"name__iregex,omitempty" json:"name__iregex,omitempty"`

	// NameIstartswith Filter results where name starts with value
	NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`

	// NameRegex Filter results where name matches regex value
	NameRegex *string `form:"name__regex,omitempty" json:"name__regex,omitempty"`

	// NameStartswith Filter results where name starts with value
	NameStartswith *string `form:"name__startswith,omitempty" json:"name__startswith,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `pulp_type` - Pulp type
	// * `-pulp_type` - Pulp type (descending)
	// * `name` - Name
	// * `-name` - Name (descending)
	// * `pulp_labels` - Pulp labels
	// * `-pulp_labels` - Pulp labels (descending)
	// * `description` - Description
	// * `-description` - Description (descending)
	// * `next_version` - Next version
	// * `-next_version` - Next version (descending)
	// * `retain_repo_versions` - Retain repo versions
	// * `-retain_repo_versions` - Retain repo versions (descending)
	// * `user_hidden` - User hidden
	// * `-user_hidden` - User hidden (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]RepositoriesFileFileListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`

	// PulpLabelSelect Filter labels by search string
	PulpLabelSelect *string `form:"pulp_label_select,omitempty" json:"pulp_label_select,omitempty"`
	Q               *string `form:"q,omitempty" json:"q,omitempty"`

	// Remote Foreign Key referenced by HREF
	Remote *openapi_types.UUID `form:"remote,omitempty" json:"remote,omitempty"`

	// RetainRepoVersions Filter results where retain_repo_versions matches value
	RetainRepoVersions *int `form:"retain_repo_versions,omitempty" json:"retain_repo_versions,omitempty"`

	// RetainRepoVersionsGt Filter results where retain_repo_versions is greater than value
	RetainRepoVersionsGt *int `form:"retain_repo_versions__gt,omitempty" json:"retain_repo_versions__gt,omitempty"`

	// RetainRepoVersionsGte Filter results where retain_repo_versions is greater than or equal to value
	RetainRepoVersionsGte *int `form:"retain_repo_versions__gte,omitempty" json:"retain_repo_versions__gte,omitempty"`

	// RetainRepoVersionsIsnull Filter results where retain_repo_versions has a null value
	RetainRepoVersionsIsnull *bool `form:"retain_repo_versions__isnull,omitempty" json:"retain_repo_versions__isnull,omitempty"`

	// RetainRepoVersionsLt Filter results where retain_repo_versions is less than value
	RetainRepoVersionsLt *int `form:"retain_repo_versions__lt,omitempty" json:"retain_repo_versions__lt,omitempty"`

	// RetainRepoVersionsLte Filter results where retain_repo_versions is less than or equal to value
	RetainRepoVersionsLte *int `form:"retain_repo_versions__lte,omitempty" json:"retain_repo_versions__lte,omitempty"`

	// RetainRepoVersionsNe Filter results where retain_repo_versions not equal to value
	RetainRepoVersionsNe *int `form:"retain_repo_versions__ne,omitempty" json:"retain_repo_versions__ne,omitempty"`

	// RetainRepoVersionsRange Filter results where retain_repo_versions is between two comma separated values
	RetainRepoVersionsRange *[]int `form:"retain_repo_versions__range,omitempty" json:"retain_repo_versions__range,omitempty"`

	// WithContent Content Unit referenced by HREF
	WithContent *string `form:"with_content,omitempty" json:"with_content,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesFileFileListParams defines parameters for RepositoriesFileFileList.

type RepositoriesFileFileListParamsOrdering

type RepositoriesFileFileListParamsOrdering string

RepositoriesFileFileListParamsOrdering defines parameters for RepositoriesFileFileList.

const (
	RepositoriesFileFileListParamsOrderingDescription             RepositoriesFileFileListParamsOrdering = "description"
	RepositoriesFileFileListParamsOrderingMinusDescription        RepositoriesFileFileListParamsOrdering = "-description"
	RepositoriesFileFileListParamsOrderingMinusName               RepositoriesFileFileListParamsOrdering = "-name"
	RepositoriesFileFileListParamsOrderingMinusNextVersion        RepositoriesFileFileListParamsOrdering = "-next_version"
	RepositoriesFileFileListParamsOrderingMinusPk                 RepositoriesFileFileListParamsOrdering = "-pk"
	RepositoriesFileFileListParamsOrderingMinusPulpCreated        RepositoriesFileFileListParamsOrdering = "-pulp_created"
	RepositoriesFileFileListParamsOrderingMinusPulpId             RepositoriesFileFileListParamsOrdering = "-pulp_id"
	RepositoriesFileFileListParamsOrderingMinusPulpLabels         RepositoriesFileFileListParamsOrdering = "-pulp_labels"
	RepositoriesFileFileListParamsOrderingMinusPulpLastUpdated    RepositoriesFileFileListParamsOrdering = "-pulp_last_updated"
	RepositoriesFileFileListParamsOrderingMinusPulpType           RepositoriesFileFileListParamsOrdering = "-pulp_type"
	RepositoriesFileFileListParamsOrderingMinusRetainRepoVersions RepositoriesFileFileListParamsOrdering = "-retain_repo_versions"
	RepositoriesFileFileListParamsOrderingMinusUserHidden         RepositoriesFileFileListParamsOrdering = "-user_hidden"
	RepositoriesFileFileListParamsOrderingName                    RepositoriesFileFileListParamsOrdering = "name"
	RepositoriesFileFileListParamsOrderingNextVersion             RepositoriesFileFileListParamsOrdering = "next_version"
	RepositoriesFileFileListParamsOrderingPk                      RepositoriesFileFileListParamsOrdering = "pk"
	RepositoriesFileFileListParamsOrderingPulpCreated             RepositoriesFileFileListParamsOrdering = "pulp_created"
	RepositoriesFileFileListParamsOrderingPulpId                  RepositoriesFileFileListParamsOrdering = "pulp_id"
	RepositoriesFileFileListParamsOrderingPulpLabels              RepositoriesFileFileListParamsOrdering = "pulp_labels"
	RepositoriesFileFileListParamsOrderingPulpLastUpdated         RepositoriesFileFileListParamsOrdering = "pulp_last_updated"
	RepositoriesFileFileListParamsOrderingPulpType                RepositoriesFileFileListParamsOrdering = "pulp_type"
	RepositoriesFileFileListParamsOrderingRetainRepoVersions      RepositoriesFileFileListParamsOrdering = "retain_repo_versions"
	RepositoriesFileFileListParamsOrderingUserHidden              RepositoriesFileFileListParamsOrdering = "user_hidden"
)

Defines values for RepositoriesFileFileListParamsOrdering.

type RepositoriesFileFileListResponse

type RepositoriesFileFileListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedfileFileRepositoryResponseList
}

func ParseRepositoriesFileFileListResponse

func ParseRepositoriesFileFileListResponse(rsp *http.Response) (*RepositoriesFileFileListResponse, error)

ParseRepositoriesFileFileListResponse parses an HTTP response from a RepositoriesFileFileListWithResponse call

func (RepositoriesFileFileListResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileListResponse) StatusCode

func (r RepositoriesFileFileListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileListRolesParams

type RepositoriesFileFileListRolesParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesFileFileListRolesParams defines parameters for RepositoriesFileFileListRoles.

type RepositoriesFileFileListRolesResponse

type RepositoriesFileFileListRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ObjectRolesResponse
}

func ParseRepositoriesFileFileListRolesResponse

func ParseRepositoriesFileFileListRolesResponse(rsp *http.Response) (*RepositoriesFileFileListRolesResponse, error)

ParseRepositoriesFileFileListRolesResponse parses an HTTP response from a RepositoriesFileFileListRolesWithResponse call

func (RepositoriesFileFileListRolesResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileListRolesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileModifyFormdataRequestBody

type RepositoriesFileFileModifyFormdataRequestBody = RepositoryAddRemoveContent

RepositoriesFileFileModifyFormdataRequestBody defines body for RepositoriesFileFileModify for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFileModifyJSONRequestBody

type RepositoriesFileFileModifyJSONRequestBody = RepositoryAddRemoveContent

RepositoriesFileFileModifyJSONRequestBody defines body for RepositoriesFileFileModify for application/json ContentType.

type RepositoriesFileFileModifyMultipartRequestBody

type RepositoriesFileFileModifyMultipartRequestBody = RepositoryAddRemoveContent

RepositoriesFileFileModifyMultipartRequestBody defines body for RepositoriesFileFileModify for multipart/form-data ContentType.

type RepositoriesFileFileModifyResponse

type RepositoriesFileFileModifyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesFileFileModifyResponse

func ParseRepositoriesFileFileModifyResponse(rsp *http.Response) (*RepositoriesFileFileModifyResponse, error)

ParseRepositoriesFileFileModifyResponse parses an HTTP response from a RepositoriesFileFileModifyWithResponse call

func (RepositoriesFileFileModifyResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileModifyResponse) StatusCode

func (r RepositoriesFileFileModifyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileMyPermissionsParams

type RepositoriesFileFileMyPermissionsParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesFileFileMyPermissionsParams defines parameters for RepositoriesFileFileMyPermissions.

type RepositoriesFileFileMyPermissionsResponse

type RepositoriesFileFileMyPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *MyPermissionsResponse
}

func ParseRepositoriesFileFileMyPermissionsResponse

func ParseRepositoriesFileFileMyPermissionsResponse(rsp *http.Response) (*RepositoriesFileFileMyPermissionsResponse, error)

ParseRepositoriesFileFileMyPermissionsResponse parses an HTTP response from a RepositoriesFileFileMyPermissionsWithResponse call

func (RepositoriesFileFileMyPermissionsResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileMyPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFilePartialUpdateFormdataRequestBody

type RepositoriesFileFilePartialUpdateFormdataRequestBody = PatchedfileFileRepository

RepositoriesFileFilePartialUpdateFormdataRequestBody defines body for RepositoriesFileFilePartialUpdate for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFilePartialUpdateJSONRequestBody

type RepositoriesFileFilePartialUpdateJSONRequestBody = PatchedfileFileRepository

RepositoriesFileFilePartialUpdateJSONRequestBody defines body for RepositoriesFileFilePartialUpdate for application/json ContentType.

type RepositoriesFileFilePartialUpdateMultipartRequestBody

type RepositoriesFileFilePartialUpdateMultipartRequestBody = PatchedfileFileRepository

RepositoriesFileFilePartialUpdateMultipartRequestBody defines body for RepositoriesFileFilePartialUpdate for multipart/form-data ContentType.

type RepositoriesFileFilePartialUpdateResponse

type RepositoriesFileFilePartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesFileFilePartialUpdateResponse

func ParseRepositoriesFileFilePartialUpdateResponse(rsp *http.Response) (*RepositoriesFileFilePartialUpdateResponse, error)

ParseRepositoriesFileFilePartialUpdateResponse parses an HTTP response from a RepositoriesFileFilePartialUpdateWithResponse call

func (RepositoriesFileFilePartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFilePartialUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileReadParams

type RepositoriesFileFileReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesFileFileReadParams defines parameters for RepositoriesFileFileRead.

type RepositoriesFileFileReadResponse

type RepositoriesFileFileReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FileFileRepositoryResponse
}

func ParseRepositoriesFileFileReadResponse

func ParseRepositoriesFileFileReadResponse(rsp *http.Response) (*RepositoriesFileFileReadResponse, error)

ParseRepositoriesFileFileReadResponse parses an HTTP response from a RepositoriesFileFileReadWithResponse call

func (RepositoriesFileFileReadResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileReadResponse) StatusCode

func (r RepositoriesFileFileReadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileRemoveRoleFormdataRequestBody

type RepositoriesFileFileRemoveRoleFormdataRequestBody = NestedRole

RepositoriesFileFileRemoveRoleFormdataRequestBody defines body for RepositoriesFileFileRemoveRole for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFileRemoveRoleJSONRequestBody

type RepositoriesFileFileRemoveRoleJSONRequestBody = NestedRole

RepositoriesFileFileRemoveRoleJSONRequestBody defines body for RepositoriesFileFileRemoveRole for application/json ContentType.

type RepositoriesFileFileRemoveRoleMultipartRequestBody

type RepositoriesFileFileRemoveRoleMultipartRequestBody = NestedRole

RepositoriesFileFileRemoveRoleMultipartRequestBody defines body for RepositoriesFileFileRemoveRole for multipart/form-data ContentType.

type RepositoriesFileFileRemoveRoleResponse

type RepositoriesFileFileRemoveRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseRepositoriesFileFileRemoveRoleResponse

func ParseRepositoriesFileFileRemoveRoleResponse(rsp *http.Response) (*RepositoriesFileFileRemoveRoleResponse, error)

ParseRepositoriesFileFileRemoveRoleResponse parses an HTTP response from a RepositoriesFileFileRemoveRoleWithResponse call

func (RepositoriesFileFileRemoveRoleResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileRemoveRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileSetLabelFormdataRequestBody

type RepositoriesFileFileSetLabelFormdataRequestBody = SetLabel

RepositoriesFileFileSetLabelFormdataRequestBody defines body for RepositoriesFileFileSetLabel for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFileSetLabelJSONRequestBody

type RepositoriesFileFileSetLabelJSONRequestBody = SetLabel

RepositoriesFileFileSetLabelJSONRequestBody defines body for RepositoriesFileFileSetLabel for application/json ContentType.

type RepositoriesFileFileSetLabelMultipartRequestBody

type RepositoriesFileFileSetLabelMultipartRequestBody = SetLabel

RepositoriesFileFileSetLabelMultipartRequestBody defines body for RepositoriesFileFileSetLabel for multipart/form-data ContentType.

type RepositoriesFileFileSetLabelResponse

type RepositoriesFileFileSetLabelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *SetLabelResponse
}

func ParseRepositoriesFileFileSetLabelResponse

func ParseRepositoriesFileFileSetLabelResponse(rsp *http.Response) (*RepositoriesFileFileSetLabelResponse, error)

ParseRepositoriesFileFileSetLabelResponse parses an HTTP response from a RepositoriesFileFileSetLabelWithResponse call

func (RepositoriesFileFileSetLabelResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileSetLabelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileSyncFormdataRequestBody

type RepositoriesFileFileSyncFormdataRequestBody = RepositorySyncURL

RepositoriesFileFileSyncFormdataRequestBody defines body for RepositoriesFileFileSync for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFileSyncJSONRequestBody

type RepositoriesFileFileSyncJSONRequestBody = RepositorySyncURL

RepositoriesFileFileSyncJSONRequestBody defines body for RepositoriesFileFileSync for application/json ContentType.

type RepositoriesFileFileSyncMultipartRequestBody

type RepositoriesFileFileSyncMultipartRequestBody = RepositorySyncURL

RepositoriesFileFileSyncMultipartRequestBody defines body for RepositoriesFileFileSync for multipart/form-data ContentType.

type RepositoriesFileFileSyncResponse

type RepositoriesFileFileSyncResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesFileFileSyncResponse

func ParseRepositoriesFileFileSyncResponse(rsp *http.Response) (*RepositoriesFileFileSyncResponse, error)

ParseRepositoriesFileFileSyncResponse parses an HTTP response from a RepositoriesFileFileSyncWithResponse call

func (RepositoriesFileFileSyncResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileSyncResponse) StatusCode

func (r RepositoriesFileFileSyncResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileUnsetLabelFormdataRequestBody

type RepositoriesFileFileUnsetLabelFormdataRequestBody = UnsetLabel

RepositoriesFileFileUnsetLabelFormdataRequestBody defines body for RepositoriesFileFileUnsetLabel for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFileUnsetLabelJSONRequestBody

type RepositoriesFileFileUnsetLabelJSONRequestBody = UnsetLabel

RepositoriesFileFileUnsetLabelJSONRequestBody defines body for RepositoriesFileFileUnsetLabel for application/json ContentType.

type RepositoriesFileFileUnsetLabelMultipartRequestBody

type RepositoriesFileFileUnsetLabelMultipartRequestBody = UnsetLabel

RepositoriesFileFileUnsetLabelMultipartRequestBody defines body for RepositoriesFileFileUnsetLabel for multipart/form-data ContentType.

type RepositoriesFileFileUnsetLabelResponse

type RepositoriesFileFileUnsetLabelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *UnsetLabelResponse
}

func ParseRepositoriesFileFileUnsetLabelResponse

func ParseRepositoriesFileFileUnsetLabelResponse(rsp *http.Response) (*RepositoriesFileFileUnsetLabelResponse, error)

ParseRepositoriesFileFileUnsetLabelResponse parses an HTTP response from a RepositoriesFileFileUnsetLabelWithResponse call

func (RepositoriesFileFileUnsetLabelResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileUnsetLabelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileUpdateFormdataRequestBody

type RepositoriesFileFileUpdateFormdataRequestBody = FileFileRepository

RepositoriesFileFileUpdateFormdataRequestBody defines body for RepositoriesFileFileUpdate for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFileUpdateJSONRequestBody

type RepositoriesFileFileUpdateJSONRequestBody = FileFileRepository

RepositoriesFileFileUpdateJSONRequestBody defines body for RepositoriesFileFileUpdate for application/json ContentType.

type RepositoriesFileFileUpdateMultipartRequestBody

type RepositoriesFileFileUpdateMultipartRequestBody = FileFileRepository

RepositoriesFileFileUpdateMultipartRequestBody defines body for RepositoriesFileFileUpdate for multipart/form-data ContentType.

type RepositoriesFileFileUpdateResponse

type RepositoriesFileFileUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesFileFileUpdateResponse

func ParseRepositoriesFileFileUpdateResponse(rsp *http.Response) (*RepositoriesFileFileUpdateResponse, error)

ParseRepositoriesFileFileUpdateResponse parses an HTTP response from a RepositoriesFileFileUpdateWithResponse call

func (RepositoriesFileFileUpdateResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileUpdateResponse) StatusCode

func (r RepositoriesFileFileUpdateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileVersionsDeleteResponse

type RepositoriesFileFileVersionsDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesFileFileVersionsDeleteResponse

func ParseRepositoriesFileFileVersionsDeleteResponse(rsp *http.Response) (*RepositoriesFileFileVersionsDeleteResponse, error)

ParseRepositoriesFileFileVersionsDeleteResponse parses an HTTP response from a RepositoriesFileFileVersionsDeleteWithResponse call

func (RepositoriesFileFileVersionsDeleteResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileVersionsDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileVersionsListParams

type RepositoriesFileFileVersionsListParams struct {
	// Content Content Unit referenced by HREF
	Content *string `form:"content,omitempty" json:"content,omitempty"`

	// ContentIn Content Unit referenced by HREF
	ContentIn *string `form:"content__in,omitempty" json:"content__in,omitempty"`

	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Number Filter results where number matches value
	Number *int `form:"number,omitempty" json:"number,omitempty"`

	// NumberGt Filter results where number is greater than value
	NumberGt *int `form:"number__gt,omitempty" json:"number__gt,omitempty"`

	// NumberGte Filter results where number is greater than or equal to value
	NumberGte *int `form:"number__gte,omitempty" json:"number__gte,omitempty"`

	// NumberLt Filter results where number is less than value
	NumberLt *int `form:"number__lt,omitempty" json:"number__lt,omitempty"`

	// NumberLte Filter results where number is less than or equal to value
	NumberLte *int `form:"number__lte,omitempty" json:"number__lte,omitempty"`

	// NumberRange Filter results where number is between two comma separated values
	NumberRange *[]int `form:"number__range,omitempty" json:"number__range,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `number` - Number
	// * `-number` - Number (descending)
	// * `complete` - Complete
	// * `-complete` - Complete (descending)
	// * `info` - Info
	// * `-info` - Info (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]RepositoriesFileFileVersionsListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// PulpCreated Filter results where pulp_created matches value
	PulpCreated *time.Time `form:"pulp_created,omitempty" json:"pulp_created,omitempty"`

	// PulpCreatedGt Filter results where pulp_created is greater than value
	PulpCreatedGt *time.Time `form:"pulp_created__gt,omitempty" json:"pulp_created__gt,omitempty"`

	// PulpCreatedGte Filter results where pulp_created is greater than or equal to value
	PulpCreatedGte *time.Time `form:"pulp_created__gte,omitempty" json:"pulp_created__gte,omitempty"`

	// PulpCreatedLt Filter results where pulp_created is less than value
	PulpCreatedLt *time.Time `form:"pulp_created__lt,omitempty" json:"pulp_created__lt,omitempty"`

	// PulpCreatedLte Filter results where pulp_created is less than or equal to value
	PulpCreatedLte *time.Time `form:"pulp_created__lte,omitempty" json:"pulp_created__lte,omitempty"`

	// PulpCreatedRange Filter results where pulp_created is between two comma separated values
	PulpCreatedRange *[]time.Time `form:"pulp_created__range,omitempty" json:"pulp_created__range,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`
	Q          *string   `form:"q,omitempty" json:"q,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesFileFileVersionsListParams defines parameters for RepositoriesFileFileVersionsList.

type RepositoriesFileFileVersionsListParamsOrdering

type RepositoriesFileFileVersionsListParamsOrdering string

RepositoriesFileFileVersionsListParamsOrdering defines parameters for RepositoriesFileFileVersionsList.

const (
	RepositoriesFileFileVersionsListParamsOrderingComplete             RepositoriesFileFileVersionsListParamsOrdering = "complete"
	RepositoriesFileFileVersionsListParamsOrderingInfo                 RepositoriesFileFileVersionsListParamsOrdering = "info"
	RepositoriesFileFileVersionsListParamsOrderingMinusComplete        RepositoriesFileFileVersionsListParamsOrdering = "-complete"
	RepositoriesFileFileVersionsListParamsOrderingMinusInfo            RepositoriesFileFileVersionsListParamsOrdering = "-info"
	RepositoriesFileFileVersionsListParamsOrderingMinusNumber          RepositoriesFileFileVersionsListParamsOrdering = "-number"
	RepositoriesFileFileVersionsListParamsOrderingMinusPk              RepositoriesFileFileVersionsListParamsOrdering = "-pk"
	RepositoriesFileFileVersionsListParamsOrderingMinusPulpCreated     RepositoriesFileFileVersionsListParamsOrdering = "-pulp_created"
	RepositoriesFileFileVersionsListParamsOrderingMinusPulpId          RepositoriesFileFileVersionsListParamsOrdering = "-pulp_id"
	RepositoriesFileFileVersionsListParamsOrderingMinusPulpLastUpdated RepositoriesFileFileVersionsListParamsOrdering = "-pulp_last_updated"
	RepositoriesFileFileVersionsListParamsOrderingNumber               RepositoriesFileFileVersionsListParamsOrdering = "number"
	RepositoriesFileFileVersionsListParamsOrderingPk                   RepositoriesFileFileVersionsListParamsOrdering = "pk"
	RepositoriesFileFileVersionsListParamsOrderingPulpCreated          RepositoriesFileFileVersionsListParamsOrdering = "pulp_created"
	RepositoriesFileFileVersionsListParamsOrderingPulpId               RepositoriesFileFileVersionsListParamsOrdering = "pulp_id"
	RepositoriesFileFileVersionsListParamsOrderingPulpLastUpdated      RepositoriesFileFileVersionsListParamsOrdering = "pulp_last_updated"
)

Defines values for RepositoriesFileFileVersionsListParamsOrdering.

type RepositoriesFileFileVersionsListResponse

type RepositoriesFileFileVersionsListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRepositoryVersionResponseList
}

func ParseRepositoriesFileFileVersionsListResponse

func ParseRepositoriesFileFileVersionsListResponse(rsp *http.Response) (*RepositoriesFileFileVersionsListResponse, error)

ParseRepositoriesFileFileVersionsListResponse parses an HTTP response from a RepositoriesFileFileVersionsListWithResponse call

func (RepositoriesFileFileVersionsListResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileVersionsListResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileVersionsReadParams

type RepositoriesFileFileVersionsReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesFileFileVersionsReadParams defines parameters for RepositoriesFileFileVersionsRead.

type RepositoriesFileFileVersionsReadResponse

type RepositoriesFileFileVersionsReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RepositoryVersionResponse
}

func ParseRepositoriesFileFileVersionsReadResponse

func ParseRepositoriesFileFileVersionsReadResponse(rsp *http.Response) (*RepositoriesFileFileVersionsReadResponse, error)

ParseRepositoriesFileFileVersionsReadResponse parses an HTTP response from a RepositoriesFileFileVersionsReadWithResponse call

func (RepositoriesFileFileVersionsReadResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileVersionsReadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesFileFileVersionsRepairFormdataRequestBody

type RepositoriesFileFileVersionsRepairFormdataRequestBody = Repair

RepositoriesFileFileVersionsRepairFormdataRequestBody defines body for RepositoriesFileFileVersionsRepair for application/x-www-form-urlencoded ContentType.

type RepositoriesFileFileVersionsRepairJSONRequestBody

type RepositoriesFileFileVersionsRepairJSONRequestBody = Repair

RepositoriesFileFileVersionsRepairJSONRequestBody defines body for RepositoriesFileFileVersionsRepair for application/json ContentType.

type RepositoriesFileFileVersionsRepairMultipartRequestBody

type RepositoriesFileFileVersionsRepairMultipartRequestBody = Repair

RepositoriesFileFileVersionsRepairMultipartRequestBody defines body for RepositoriesFileFileVersionsRepair for multipart/form-data ContentType.

type RepositoriesFileFileVersionsRepairResponse

type RepositoriesFileFileVersionsRepairResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesFileFileVersionsRepairResponse

func ParseRepositoriesFileFileVersionsRepairResponse(rsp *http.Response) (*RepositoriesFileFileVersionsRepairResponse, error)

ParseRepositoriesFileFileVersionsRepairResponse parses an HTTP response from a RepositoriesFileFileVersionsRepairWithResponse call

func (RepositoriesFileFileVersionsRepairResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesFileFileVersionsRepairResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeAddRoleFormdataRequestBody

type RepositoriesOstreeOstreeAddRoleFormdataRequestBody = NestedRole

RepositoriesOstreeOstreeAddRoleFormdataRequestBody defines body for RepositoriesOstreeOstreeAddRole for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeAddRoleJSONRequestBody

type RepositoriesOstreeOstreeAddRoleJSONRequestBody = NestedRole

RepositoriesOstreeOstreeAddRoleJSONRequestBody defines body for RepositoriesOstreeOstreeAddRole for application/json ContentType.

type RepositoriesOstreeOstreeAddRoleMultipartRequestBody

type RepositoriesOstreeOstreeAddRoleMultipartRequestBody = NestedRole

RepositoriesOstreeOstreeAddRoleMultipartRequestBody defines body for RepositoriesOstreeOstreeAddRole for multipart/form-data ContentType.

type RepositoriesOstreeOstreeAddRoleResponse

type RepositoriesOstreeOstreeAddRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseRepositoriesOstreeOstreeAddRoleResponse

func ParseRepositoriesOstreeOstreeAddRoleResponse(rsp *http.Response) (*RepositoriesOstreeOstreeAddRoleResponse, error)

ParseRepositoriesOstreeOstreeAddRoleResponse parses an HTTP response from a RepositoriesOstreeOstreeAddRoleWithResponse call

func (RepositoriesOstreeOstreeAddRoleResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeAddRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeCreateFormdataRequestBody

type RepositoriesOstreeOstreeCreateFormdataRequestBody = OstreeOstreeRepository

RepositoriesOstreeOstreeCreateFormdataRequestBody defines body for RepositoriesOstreeOstreeCreate for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeCreateJSONRequestBody

type RepositoriesOstreeOstreeCreateJSONRequestBody = OstreeOstreeRepository

RepositoriesOstreeOstreeCreateJSONRequestBody defines body for RepositoriesOstreeOstreeCreate for application/json ContentType.

type RepositoriesOstreeOstreeCreateMultipartRequestBody

type RepositoriesOstreeOstreeCreateMultipartRequestBody = OstreeOstreeRepository

RepositoriesOstreeOstreeCreateMultipartRequestBody defines body for RepositoriesOstreeOstreeCreate for multipart/form-data ContentType.

type RepositoriesOstreeOstreeCreateResponse

type RepositoriesOstreeOstreeCreateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *OstreeOstreeRepositoryResponse
}

func ParseRepositoriesOstreeOstreeCreateResponse

func ParseRepositoriesOstreeOstreeCreateResponse(rsp *http.Response) (*RepositoriesOstreeOstreeCreateResponse, error)

ParseRepositoriesOstreeOstreeCreateResponse parses an HTTP response from a RepositoriesOstreeOstreeCreateWithResponse call

func (RepositoriesOstreeOstreeCreateResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeCreateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeDeleteResponse

type RepositoriesOstreeOstreeDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesOstreeOstreeDeleteResponse

func ParseRepositoriesOstreeOstreeDeleteResponse(rsp *http.Response) (*RepositoriesOstreeOstreeDeleteResponse, error)

ParseRepositoriesOstreeOstreeDeleteResponse parses an HTTP response from a RepositoriesOstreeOstreeDeleteWithResponse call

func (RepositoriesOstreeOstreeDeleteResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeDeleteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeImportAllFormdataRequestBody

type RepositoriesOstreeOstreeImportAllFormdataRequestBody = OstreeImportAll

RepositoriesOstreeOstreeImportAllFormdataRequestBody defines body for RepositoriesOstreeOstreeImportAll for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeImportAllJSONRequestBody

type RepositoriesOstreeOstreeImportAllJSONRequestBody = OstreeImportAll

RepositoriesOstreeOstreeImportAllJSONRequestBody defines body for RepositoriesOstreeOstreeImportAll for application/json ContentType.

type RepositoriesOstreeOstreeImportAllMultipartRequestBody

type RepositoriesOstreeOstreeImportAllMultipartRequestBody = OstreeImportAll

RepositoriesOstreeOstreeImportAllMultipartRequestBody defines body for RepositoriesOstreeOstreeImportAll for multipart/form-data ContentType.

type RepositoriesOstreeOstreeImportAllResponse

type RepositoriesOstreeOstreeImportAllResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesOstreeOstreeImportAllResponse

func ParseRepositoriesOstreeOstreeImportAllResponse(rsp *http.Response) (*RepositoriesOstreeOstreeImportAllResponse, error)

ParseRepositoriesOstreeOstreeImportAllResponse parses an HTTP response from a RepositoriesOstreeOstreeImportAllWithResponse call

func (RepositoriesOstreeOstreeImportAllResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeImportAllResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeImportCommitsFormdataRequestBody

type RepositoriesOstreeOstreeImportCommitsFormdataRequestBody = OstreeImportCommitsToRef

RepositoriesOstreeOstreeImportCommitsFormdataRequestBody defines body for RepositoriesOstreeOstreeImportCommits for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeImportCommitsJSONRequestBody

type RepositoriesOstreeOstreeImportCommitsJSONRequestBody = OstreeImportCommitsToRef

RepositoriesOstreeOstreeImportCommitsJSONRequestBody defines body for RepositoriesOstreeOstreeImportCommits for application/json ContentType.

type RepositoriesOstreeOstreeImportCommitsMultipartRequestBody

type RepositoriesOstreeOstreeImportCommitsMultipartRequestBody = OstreeImportCommitsToRef

RepositoriesOstreeOstreeImportCommitsMultipartRequestBody defines body for RepositoriesOstreeOstreeImportCommits for multipart/form-data ContentType.

type RepositoriesOstreeOstreeImportCommitsResponse

type RepositoriesOstreeOstreeImportCommitsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesOstreeOstreeImportCommitsResponse

func ParseRepositoriesOstreeOstreeImportCommitsResponse(rsp *http.Response) (*RepositoriesOstreeOstreeImportCommitsResponse, error)

ParseRepositoriesOstreeOstreeImportCommitsResponse parses an HTTP response from a RepositoriesOstreeOstreeImportCommitsWithResponse call

func (RepositoriesOstreeOstreeImportCommitsResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeImportCommitsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeListParams

type RepositoriesOstreeOstreeListParams struct {
	// LatestWithContent Content Unit referenced by HREF
	LatestWithContent *string `form:"latest_with_content,omitempty" json:"latest_with_content,omitempty"`

	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Name Filter results where name matches value
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// NameContains Filter results where name contains value
	NameContains *string `form:"name__contains,omitempty" json:"name__contains,omitempty"`

	// NameIcontains Filter results where name contains value
	NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`

	// NameIexact Filter results where name matches value
	NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`

	// NameIn Filter results where name is in a comma-separated list of values
	NameIn *[]string `form:"name__in,omitempty" json:"name__in,omitempty"`

	// NameIregex Filter results where name matches regex value
	NameIregex *string `form:"name__iregex,omitempty" json:"name__iregex,omitempty"`

	// NameIstartswith Filter results where name starts with value
	NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`

	// NameRegex Filter results where name matches regex value
	NameRegex *string `form:"name__regex,omitempty" json:"name__regex,omitempty"`

	// NameStartswith Filter results where name starts with value
	NameStartswith *string `form:"name__startswith,omitempty" json:"name__startswith,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `pulp_type` - Pulp type
	// * `-pulp_type` - Pulp type (descending)
	// * `name` - Name
	// * `-name` - Name (descending)
	// * `pulp_labels` - Pulp labels
	// * `-pulp_labels` - Pulp labels (descending)
	// * `description` - Description
	// * `-description` - Description (descending)
	// * `next_version` - Next version
	// * `-next_version` - Next version (descending)
	// * `retain_repo_versions` - Retain repo versions
	// * `-retain_repo_versions` - Retain repo versions (descending)
	// * `user_hidden` - User hidden
	// * `-user_hidden` - User hidden (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]RepositoriesOstreeOstreeListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`

	// PulpLabelSelect Filter labels by search string
	PulpLabelSelect *string `form:"pulp_label_select,omitempty" json:"pulp_label_select,omitempty"`
	Q               *string `form:"q,omitempty" json:"q,omitempty"`

	// Remote Foreign Key referenced by HREF
	Remote *openapi_types.UUID `form:"remote,omitempty" json:"remote,omitempty"`

	// RetainRepoVersions Filter results where retain_repo_versions matches value
	RetainRepoVersions *int `form:"retain_repo_versions,omitempty" json:"retain_repo_versions,omitempty"`

	// RetainRepoVersionsGt Filter results where retain_repo_versions is greater than value
	RetainRepoVersionsGt *int `form:"retain_repo_versions__gt,omitempty" json:"retain_repo_versions__gt,omitempty"`

	// RetainRepoVersionsGte Filter results where retain_repo_versions is greater than or equal to value
	RetainRepoVersionsGte *int `form:"retain_repo_versions__gte,omitempty" json:"retain_repo_versions__gte,omitempty"`

	// RetainRepoVersionsIsnull Filter results where retain_repo_versions has a null value
	RetainRepoVersionsIsnull *bool `form:"retain_repo_versions__isnull,omitempty" json:"retain_repo_versions__isnull,omitempty"`

	// RetainRepoVersionsLt Filter results where retain_repo_versions is less than value
	RetainRepoVersionsLt *int `form:"retain_repo_versions__lt,omitempty" json:"retain_repo_versions__lt,omitempty"`

	// RetainRepoVersionsLte Filter results where retain_repo_versions is less than or equal to value
	RetainRepoVersionsLte *int `form:"retain_repo_versions__lte,omitempty" json:"retain_repo_versions__lte,omitempty"`

	// RetainRepoVersionsNe Filter results where retain_repo_versions not equal to value
	RetainRepoVersionsNe *int `form:"retain_repo_versions__ne,omitempty" json:"retain_repo_versions__ne,omitempty"`

	// RetainRepoVersionsRange Filter results where retain_repo_versions is between two comma separated values
	RetainRepoVersionsRange *[]int `form:"retain_repo_versions__range,omitempty" json:"retain_repo_versions__range,omitempty"`

	// WithContent Content Unit referenced by HREF
	WithContent *string `form:"with_content,omitempty" json:"with_content,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesOstreeOstreeListParams defines parameters for RepositoriesOstreeOstreeList.

type RepositoriesOstreeOstreeListParamsOrdering

type RepositoriesOstreeOstreeListParamsOrdering string

RepositoriesOstreeOstreeListParamsOrdering defines parameters for RepositoriesOstreeOstreeList.

const (
	RepositoriesOstreeOstreeListParamsOrderingDescription             RepositoriesOstreeOstreeListParamsOrdering = "description"
	RepositoriesOstreeOstreeListParamsOrderingMinusDescription        RepositoriesOstreeOstreeListParamsOrdering = "-description"
	RepositoriesOstreeOstreeListParamsOrderingMinusName               RepositoriesOstreeOstreeListParamsOrdering = "-name"
	RepositoriesOstreeOstreeListParamsOrderingMinusNextVersion        RepositoriesOstreeOstreeListParamsOrdering = "-next_version"
	RepositoriesOstreeOstreeListParamsOrderingMinusPk                 RepositoriesOstreeOstreeListParamsOrdering = "-pk"
	RepositoriesOstreeOstreeListParamsOrderingMinusPulpCreated        RepositoriesOstreeOstreeListParamsOrdering = "-pulp_created"
	RepositoriesOstreeOstreeListParamsOrderingMinusPulpId             RepositoriesOstreeOstreeListParamsOrdering = "-pulp_id"
	RepositoriesOstreeOstreeListParamsOrderingMinusPulpLabels         RepositoriesOstreeOstreeListParamsOrdering = "-pulp_labels"
	RepositoriesOstreeOstreeListParamsOrderingMinusPulpLastUpdated    RepositoriesOstreeOstreeListParamsOrdering = "-pulp_last_updated"
	RepositoriesOstreeOstreeListParamsOrderingMinusPulpType           RepositoriesOstreeOstreeListParamsOrdering = "-pulp_type"
	RepositoriesOstreeOstreeListParamsOrderingMinusRetainRepoVersions RepositoriesOstreeOstreeListParamsOrdering = "-retain_repo_versions"
	RepositoriesOstreeOstreeListParamsOrderingMinusUserHidden         RepositoriesOstreeOstreeListParamsOrdering = "-user_hidden"
	RepositoriesOstreeOstreeListParamsOrderingName                    RepositoriesOstreeOstreeListParamsOrdering = "name"
	RepositoriesOstreeOstreeListParamsOrderingNextVersion             RepositoriesOstreeOstreeListParamsOrdering = "next_version"
	RepositoriesOstreeOstreeListParamsOrderingPk                      RepositoriesOstreeOstreeListParamsOrdering = "pk"
	RepositoriesOstreeOstreeListParamsOrderingPulpCreated             RepositoriesOstreeOstreeListParamsOrdering = "pulp_created"
	RepositoriesOstreeOstreeListParamsOrderingPulpId                  RepositoriesOstreeOstreeListParamsOrdering = "pulp_id"
	RepositoriesOstreeOstreeListParamsOrderingPulpLabels              RepositoriesOstreeOstreeListParamsOrdering = "pulp_labels"
	RepositoriesOstreeOstreeListParamsOrderingPulpLastUpdated         RepositoriesOstreeOstreeListParamsOrdering = "pulp_last_updated"
	RepositoriesOstreeOstreeListParamsOrderingPulpType                RepositoriesOstreeOstreeListParamsOrdering = "pulp_type"
	RepositoriesOstreeOstreeListParamsOrderingRetainRepoVersions      RepositoriesOstreeOstreeListParamsOrdering = "retain_repo_versions"
	RepositoriesOstreeOstreeListParamsOrderingUserHidden              RepositoriesOstreeOstreeListParamsOrdering = "user_hidden"
)

Defines values for RepositoriesOstreeOstreeListParamsOrdering.

type RepositoriesOstreeOstreeListResponse

type RepositoriesOstreeOstreeListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedostreeOstreeRepositoryResponseList
}

func ParseRepositoriesOstreeOstreeListResponse

func ParseRepositoriesOstreeOstreeListResponse(rsp *http.Response) (*RepositoriesOstreeOstreeListResponse, error)

ParseRepositoriesOstreeOstreeListResponse parses an HTTP response from a RepositoriesOstreeOstreeListWithResponse call

func (RepositoriesOstreeOstreeListResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeListResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeListRolesParams

type RepositoriesOstreeOstreeListRolesParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesOstreeOstreeListRolesParams defines parameters for RepositoriesOstreeOstreeListRoles.

type RepositoriesOstreeOstreeListRolesResponse

type RepositoriesOstreeOstreeListRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ObjectRolesResponse
}

func ParseRepositoriesOstreeOstreeListRolesResponse

func ParseRepositoriesOstreeOstreeListRolesResponse(rsp *http.Response) (*RepositoriesOstreeOstreeListRolesResponse, error)

ParseRepositoriesOstreeOstreeListRolesResponse parses an HTTP response from a RepositoriesOstreeOstreeListRolesWithResponse call

func (RepositoriesOstreeOstreeListRolesResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeListRolesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeModifyFormdataRequestBody

type RepositoriesOstreeOstreeModifyFormdataRequestBody = RepositoryAddRemoveContent

RepositoriesOstreeOstreeModifyFormdataRequestBody defines body for RepositoriesOstreeOstreeModify for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeModifyJSONRequestBody

type RepositoriesOstreeOstreeModifyJSONRequestBody = RepositoryAddRemoveContent

RepositoriesOstreeOstreeModifyJSONRequestBody defines body for RepositoriesOstreeOstreeModify for application/json ContentType.

type RepositoriesOstreeOstreeModifyMultipartRequestBody

type RepositoriesOstreeOstreeModifyMultipartRequestBody = RepositoryAddRemoveContent

RepositoriesOstreeOstreeModifyMultipartRequestBody defines body for RepositoriesOstreeOstreeModify for multipart/form-data ContentType.

type RepositoriesOstreeOstreeModifyResponse

type RepositoriesOstreeOstreeModifyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesOstreeOstreeModifyResponse

func ParseRepositoriesOstreeOstreeModifyResponse(rsp *http.Response) (*RepositoriesOstreeOstreeModifyResponse, error)

ParseRepositoriesOstreeOstreeModifyResponse parses an HTTP response from a RepositoriesOstreeOstreeModifyWithResponse call

func (RepositoriesOstreeOstreeModifyResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeModifyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeMyPermissionsParams

type RepositoriesOstreeOstreeMyPermissionsParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesOstreeOstreeMyPermissionsParams defines parameters for RepositoriesOstreeOstreeMyPermissions.

type RepositoriesOstreeOstreeMyPermissionsResponse

type RepositoriesOstreeOstreeMyPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *MyPermissionsResponse
}

func ParseRepositoriesOstreeOstreeMyPermissionsResponse

func ParseRepositoriesOstreeOstreeMyPermissionsResponse(rsp *http.Response) (*RepositoriesOstreeOstreeMyPermissionsResponse, error)

ParseRepositoriesOstreeOstreeMyPermissionsResponse parses an HTTP response from a RepositoriesOstreeOstreeMyPermissionsWithResponse call

func (RepositoriesOstreeOstreeMyPermissionsResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeMyPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreePartialUpdateFormdataRequestBody

type RepositoriesOstreeOstreePartialUpdateFormdataRequestBody = PatchedostreeOstreeRepository

RepositoriesOstreeOstreePartialUpdateFormdataRequestBody defines body for RepositoriesOstreeOstreePartialUpdate for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreePartialUpdateJSONRequestBody

type RepositoriesOstreeOstreePartialUpdateJSONRequestBody = PatchedostreeOstreeRepository

RepositoriesOstreeOstreePartialUpdateJSONRequestBody defines body for RepositoriesOstreeOstreePartialUpdate for application/json ContentType.

type RepositoriesOstreeOstreePartialUpdateMultipartRequestBody

type RepositoriesOstreeOstreePartialUpdateMultipartRequestBody = PatchedostreeOstreeRepository

RepositoriesOstreeOstreePartialUpdateMultipartRequestBody defines body for RepositoriesOstreeOstreePartialUpdate for multipart/form-data ContentType.

type RepositoriesOstreeOstreePartialUpdateResponse

type RepositoriesOstreeOstreePartialUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesOstreeOstreePartialUpdateResponse

func ParseRepositoriesOstreeOstreePartialUpdateResponse(rsp *http.Response) (*RepositoriesOstreeOstreePartialUpdateResponse, error)

ParseRepositoriesOstreeOstreePartialUpdateResponse parses an HTTP response from a RepositoriesOstreeOstreePartialUpdateWithResponse call

func (RepositoriesOstreeOstreePartialUpdateResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreePartialUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeReadParams

type RepositoriesOstreeOstreeReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

RepositoriesOstreeOstreeReadParams defines parameters for RepositoriesOstreeOstreeRead.

type RepositoriesOstreeOstreeReadResponse

type RepositoriesOstreeOstreeReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OstreeOstreeRepositoryResponse
}

func ParseRepositoriesOstreeOstreeReadResponse

func ParseRepositoriesOstreeOstreeReadResponse(rsp *http.Response) (*RepositoriesOstreeOstreeReadResponse, error)

ParseRepositoriesOstreeOstreeReadResponse parses an HTTP response from a RepositoriesOstreeOstreeReadWithResponse call

func (RepositoriesOstreeOstreeReadResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeReadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeRemoveRoleFormdataRequestBody

type RepositoriesOstreeOstreeRemoveRoleFormdataRequestBody = NestedRole

RepositoriesOstreeOstreeRemoveRoleFormdataRequestBody defines body for RepositoriesOstreeOstreeRemoveRole for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeRemoveRoleJSONRequestBody

type RepositoriesOstreeOstreeRemoveRoleJSONRequestBody = NestedRole

RepositoriesOstreeOstreeRemoveRoleJSONRequestBody defines body for RepositoriesOstreeOstreeRemoveRole for application/json ContentType.

type RepositoriesOstreeOstreeRemoveRoleMultipartRequestBody

type RepositoriesOstreeOstreeRemoveRoleMultipartRequestBody = NestedRole

RepositoriesOstreeOstreeRemoveRoleMultipartRequestBody defines body for RepositoriesOstreeOstreeRemoveRole for multipart/form-data ContentType.

type RepositoriesOstreeOstreeRemoveRoleResponse

type RepositoriesOstreeOstreeRemoveRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseRepositoriesOstreeOstreeRemoveRoleResponse

func ParseRepositoriesOstreeOstreeRemoveRoleResponse(rsp *http.Response) (*RepositoriesOstreeOstreeRemoveRoleResponse, error)

ParseRepositoriesOstreeOstreeRemoveRoleResponse parses an HTTP response from a RepositoriesOstreeOstreeRemoveRoleWithResponse call

func (RepositoriesOstreeOstreeRemoveRoleResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeRemoveRoleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeSetLabelFormdataRequestBody

type RepositoriesOstreeOstreeSetLabelFormdataRequestBody = SetLabel

RepositoriesOstreeOstreeSetLabelFormdataRequestBody defines body for RepositoriesOstreeOstreeSetLabel for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeSetLabelJSONRequestBody

type RepositoriesOstreeOstreeSetLabelJSONRequestBody = SetLabel

RepositoriesOstreeOstreeSetLabelJSONRequestBody defines body for RepositoriesOstreeOstreeSetLabel for application/json ContentType.

type RepositoriesOstreeOstreeSetLabelMultipartRequestBody

type RepositoriesOstreeOstreeSetLabelMultipartRequestBody = SetLabel

RepositoriesOstreeOstreeSetLabelMultipartRequestBody defines body for RepositoriesOstreeOstreeSetLabel for multipart/form-data ContentType.

type RepositoriesOstreeOstreeSetLabelResponse

type RepositoriesOstreeOstreeSetLabelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *SetLabelResponse
}

func ParseRepositoriesOstreeOstreeSetLabelResponse

func ParseRepositoriesOstreeOstreeSetLabelResponse(rsp *http.Response) (*RepositoriesOstreeOstreeSetLabelResponse, error)

ParseRepositoriesOstreeOstreeSetLabelResponse parses an HTTP response from a RepositoriesOstreeOstreeSetLabelWithResponse call

func (RepositoriesOstreeOstreeSetLabelResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeSetLabelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeSyncFormdataRequestBody

type RepositoriesOstreeOstreeSyncFormdataRequestBody = RepositorySyncURL

RepositoriesOstreeOstreeSyncFormdataRequestBody defines body for RepositoriesOstreeOstreeSync for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeSyncJSONRequestBody

type RepositoriesOstreeOstreeSyncJSONRequestBody = RepositorySyncURL

RepositoriesOstreeOstreeSyncJSONRequestBody defines body for RepositoriesOstreeOstreeSync for application/json ContentType.

type RepositoriesOstreeOstreeSyncMultipartRequestBody

type RepositoriesOstreeOstreeSyncMultipartRequestBody = RepositorySyncURL

RepositoriesOstreeOstreeSyncMultipartRequestBody defines body for RepositoriesOstreeOstreeSync for multipart/form-data ContentType.

type RepositoriesOstreeOstreeSyncResponse

type RepositoriesOstreeOstreeSyncResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesOstreeOstreeSyncResponse

func ParseRepositoriesOstreeOstreeSyncResponse(rsp *http.Response) (*RepositoriesOstreeOstreeSyncResponse, error)

ParseRepositoriesOstreeOstreeSyncResponse parses an HTTP response from a RepositoriesOstreeOstreeSyncWithResponse call

func (RepositoriesOstreeOstreeSyncResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeSyncResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeUnsetLabelFormdataRequestBody

type RepositoriesOstreeOstreeUnsetLabelFormdataRequestBody = UnsetLabel

RepositoriesOstreeOstreeUnsetLabelFormdataRequestBody defines body for RepositoriesOstreeOstreeUnsetLabel for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeUnsetLabelJSONRequestBody

type RepositoriesOstreeOstreeUnsetLabelJSONRequestBody = UnsetLabel

RepositoriesOstreeOstreeUnsetLabelJSONRequestBody defines body for RepositoriesOstreeOstreeUnsetLabel for application/json ContentType.

type RepositoriesOstreeOstreeUnsetLabelMultipartRequestBody

type RepositoriesOstreeOstreeUnsetLabelMultipartRequestBody = UnsetLabel

RepositoriesOstreeOstreeUnsetLabelMultipartRequestBody defines body for RepositoriesOstreeOstreeUnsetLabel for multipart/form-data ContentType.

type RepositoriesOstreeOstreeUnsetLabelResponse

type RepositoriesOstreeOstreeUnsetLabelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *UnsetLabelResponse
}

func ParseRepositoriesOstreeOstreeUnsetLabelResponse

func ParseRepositoriesOstreeOstreeUnsetLabelResponse(rsp *http.Response) (*RepositoriesOstreeOstreeUnsetLabelResponse, error)

ParseRepositoriesOstreeOstreeUnsetLabelResponse parses an HTTP response from a RepositoriesOstreeOstreeUnsetLabelWithResponse call

func (RepositoriesOstreeOstreeUnsetLabelResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeUnsetLabelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoriesOstreeOstreeUpdateFormdataRequestBody

type RepositoriesOstreeOstreeUpdateFormdataRequestBody = OstreeOstreeRepository

RepositoriesOstreeOstreeUpdateFormdataRequestBody defines body for RepositoriesOstreeOstreeUpdate for application/x-www-form-urlencoded ContentType.

type RepositoriesOstreeOstreeUpdateJSONRequestBody

type RepositoriesOstreeOstreeUpdateJSONRequestBody = OstreeOstreeRepository

RepositoriesOstreeOstreeUpdateJSONRequestBody defines body for RepositoriesOstreeOstreeUpdate for application/json ContentType.

type RepositoriesOstreeOstreeUpdateMultipartRequestBody

type RepositoriesOstreeOstreeUpdateMultipartRequestBody = OstreeOstreeRepository

RepositoriesOstreeOstreeUpdateMultipartRequestBody defines body for RepositoriesOstreeOstreeUpdate for multipart/form-data ContentType.

type RepositoriesOstreeOstreeUpdateResponse

type RepositoriesOstreeOstreeUpdateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseRepositoriesOstreeOstreeUpdateResponse

func ParseRepositoriesOstreeOstreeUpdateResponse(rsp *http.Response) (*RepositoriesOstreeOstreeUpdateResponse, error)

ParseRepositoriesOstreeOstreeUpdateResponse parses an HTTP response from a RepositoriesOstreeOstreeUpdateWithResponse call

func (RepositoriesOstreeOstreeUpdateResponse) Status

Status returns HTTPResponse.Status

func (RepositoriesOstreeOstreeUpdateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RepositoryAddRemoveContent

type RepositoryAddRemoveContent struct {
	// AddContentUnits A list of content units to add to a new repository version. This content is added after remove_content_units are removed.
	AddContentUnits *[]string `json:"add_content_units,omitempty"`

	// BaseVersion A repository version whose content will be used as the initial set of content for the new repository version
	BaseVersion *string `json:"base_version,omitempty"`

	// RemoveContentUnits A list of content units to remove from the latest repository version. You may also specify '*' as an entry to remove all content. This content is removed before add_content_units are added.
	RemoveContentUnits *[]string `json:"remove_content_units,omitempty"`
}

RepositoryAddRemoveContent Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type RepositorySyncURL

type RepositorySyncURL struct {
	// Mirror If “True“, synchronization will remove all content that is not present in the remote repository. If “False“, sync will be additive only.
	Mirror *bool `json:"mirror,omitempty"`

	// Remote A remote to sync from. This will override a remote set on repository.
	Remote *string `json:"remote,omitempty"`
}

RepositorySyncURL A mixin for validating unknown serializers' fields.

type RepositoryVersionResponse

type RepositoryVersionResponse struct {
	// BaseVersion A repository version whose content was used as the initial set of content for this repository version
	BaseVersion *string `json:"base_version,omitempty"`

	// ContentSummary Various count summaries of the content in the version and the HREF to view them.
	ContentSummary *ContentSummaryResponse `json:"content_summary,omitempty"`
	Number         *int64                  `json:"number,omitempty"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time `json:"pulp_created,omitempty"`
	PulpHref    *string    `json:"pulp_href,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`
	Repository      *string    `json:"repository,omitempty"`
}

RepositoryVersionResponse Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type SetLabel

type SetLabel struct {
	Key   string  `json:"key"`
	Value *string `json:"value"`
}

SetLabel Serializer for synchronously setting a label.

type SetLabelResponse

type SetLabelResponse struct {
	Key   string  `json:"key"`
	Value *string `json:"value"`
}

SetLabelResponse Serializer for synchronously setting a label.

type StatesEnum

type StatesEnum string

StatesEnum * `skipped` - skipped * `completed` - completed * `failed` - failed * `canceled` - canceled

const (
	StatesEnumCanceled  StatesEnum = "canceled"
	StatesEnumCompleted StatesEnum = "completed"
	StatesEnumFailed    StatesEnum = "failed"
	StatesEnumSkipped   StatesEnum = "skipped"
)

Defines values for StatesEnum.

type StorageClassEnum

type StorageClassEnum string

StorageClassEnum * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage

const (
	PulpcoreAppModelsStorageFileSystem       StorageClassEnum = "pulpcore.app.models.storage.FileSystem"
	StoragesBackendsAzureStorageAzureStorage StorageClassEnum = "storages.backends.azure_storage.AzureStorage"
	StoragesBackendsS3boto3S3Boto3Storage    StorageClassEnum = "storages.backends.s3boto3.S3Boto3Storage"
)

Defines values for StorageClassEnum.

type TaskResponse

type TaskResponse struct {
	// ChildTasks Any tasks spawned by this task.
	ChildTasks *[]string `json:"child_tasks,omitempty"`

	// CreatedBy User who dispatched this task.
	CreatedBy *string `json:"created_by,omitempty"`

	// CreatedResources Resources created by this task.
	CreatedResources *[]string `json:"created_resources,omitempty"`

	// Error A JSON Object of a fatal error encountered during the execution of this task.
	Error *map[string]interface{} `json:"error,omitempty"`

	// FinishedAt Timestamp of when this task stopped execution.
	FinishedAt *time.Time `json:"finished_at,omitempty"`

	// LoggingCid The logging correlation id associated with this task
	LoggingCid string `json:"logging_cid"`

	// Name The name of task.
	Name string `json:"name"`

	// ParentTask The parent task that spawned this task.
	ParentTask      *string                   `json:"parent_task,omitempty"`
	ProgressReports *[]ProgressReportResponse `json:"progress_reports,omitempty"`

	// PulpCreated Timestamp of creation.
	PulpCreated *time.Time `json:"pulp_created,omitempty"`
	PulpHref    *string    `json:"pulp_href,omitempty"`

	// PulpLastUpdated Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
	PulpLastUpdated *time.Time `json:"pulp_last_updated,omitempty"`

	// ReservedResourcesRecord A list of resources required by that task.
	ReservedResourcesRecord *[]string `json:"reserved_resources_record,omitempty"`

	// StartedAt Timestamp of when this task started execution.
	StartedAt *time.Time `json:"started_at,omitempty"`

	// State The current state of the task. The possible values include: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'.
	State *string `json:"state,omitempty"`

	// TaskGroup The task group that this task is a member of.
	TaskGroup *string `json:"task_group,omitempty"`

	// UnblockedAt Timestamp of when this task was identified ready for pickup.
	UnblockedAt *time.Time `json:"unblocked_at,omitempty"`

	// Worker The worker associated with this task. This field is empty if a worker is not yet assigned.
	Worker *string `json:"worker,omitempty"`
}

TaskResponse Base serializer for use with :class:`pulpcore.app.models.Model`

This ensures that all Serializers provide values for the 'pulp_href` field.

The class provides a default for the “ref_name“ attribute in the ModelSerializers's “Meta“ class. This ensures that the OpenAPI definitions of plugins are namespaced properly.

type TasksAddRoleFormdataRequestBody

type TasksAddRoleFormdataRequestBody = NestedRole

TasksAddRoleFormdataRequestBody defines body for TasksAddRole for application/x-www-form-urlencoded ContentType.

type TasksAddRoleJSONRequestBody

type TasksAddRoleJSONRequestBody = NestedRole

TasksAddRoleJSONRequestBody defines body for TasksAddRole for application/json ContentType.

type TasksAddRoleMultipartRequestBody

type TasksAddRoleMultipartRequestBody = NestedRole

TasksAddRoleMultipartRequestBody defines body for TasksAddRole for multipart/form-data ContentType.

type TasksAddRoleResponse

type TasksAddRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseTasksAddRoleResponse

func ParseTasksAddRoleResponse(rsp *http.Response) (*TasksAddRoleResponse, error)

ParseTasksAddRoleResponse parses an HTTP response from a TasksAddRoleWithResponse call

func (TasksAddRoleResponse) Status

func (r TasksAddRoleResponse) Status() string

Status returns HTTPResponse.Status

func (TasksAddRoleResponse) StatusCode

func (r TasksAddRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TasksCancelFormdataRequestBody

type TasksCancelFormdataRequestBody = PatchedTaskCancel

TasksCancelFormdataRequestBody defines body for TasksCancel for application/x-www-form-urlencoded ContentType.

type TasksCancelJSONRequestBody

type TasksCancelJSONRequestBody = PatchedTaskCancel

TasksCancelJSONRequestBody defines body for TasksCancel for application/json ContentType.

type TasksCancelMultipartRequestBody

type TasksCancelMultipartRequestBody = PatchedTaskCancel

TasksCancelMultipartRequestBody defines body for TasksCancel for multipart/form-data ContentType.

type TasksCancelResponse

type TasksCancelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TaskResponse
	JSON409      *TaskResponse
}

func ParseTasksCancelResponse

func ParseTasksCancelResponse(rsp *http.Response) (*TasksCancelResponse, error)

ParseTasksCancelResponse parses an HTTP response from a TasksCancelWithResponse call

func (TasksCancelResponse) Status

func (r TasksCancelResponse) Status() string

Status returns HTTPResponse.Status

func (TasksCancelResponse) StatusCode

func (r TasksCancelResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TasksDeleteResponse

type TasksDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTasksDeleteResponse

func ParseTasksDeleteResponse(rsp *http.Response) (*TasksDeleteResponse, error)

ParseTasksDeleteResponse parses an HTTP response from a TasksDeleteWithResponse call

func (TasksDeleteResponse) Status

func (r TasksDeleteResponse) Status() string

Status returns HTTPResponse.Status

func (TasksDeleteResponse) StatusCode

func (r TasksDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TasksListParams

type TasksListParams struct {
	// ChildTasks Filter results where child_tasks matches value
	ChildTasks         *openapi_types.UUID `form:"child_tasks,omitempty" json:"child_tasks,omitempty"`
	CreatedResources   *openapi_types.UUID `form:"created_resources,omitempty" json:"created_resources,omitempty"`
	ExclusiveResources *string             `form:"exclusive_resources,omitempty" json:"exclusive_resources,omitempty"`

	// ExclusiveResourcesIn Multiple values may be separated by commas.
	ExclusiveResourcesIn *[]string `form:"exclusive_resources__in,omitempty" json:"exclusive_resources__in,omitempty"`

	// FinishedAt Filter results where finished_at matches value
	FinishedAt *time.Time `form:"finished_at,omitempty" json:"finished_at,omitempty"`

	// FinishedAtGt Filter results where finished_at is greater than value
	FinishedAtGt *time.Time `form:"finished_at__gt,omitempty" json:"finished_at__gt,omitempty"`

	// FinishedAtGte Filter results where finished_at is greater than or equal to value
	FinishedAtGte *time.Time `form:"finished_at__gte,omitempty" json:"finished_at__gte,omitempty"`

	// FinishedAtLt Filter results where finished_at is less than value
	FinishedAtLt *time.Time `form:"finished_at__lt,omitempty" json:"finished_at__lt,omitempty"`

	// FinishedAtLte Filter results where finished_at is less than or equal to value
	FinishedAtLte *time.Time `form:"finished_at__lte,omitempty" json:"finished_at__lte,omitempty"`

	// FinishedAtRange Filter results where finished_at is between two comma separated values
	FinishedAtRange *[]time.Time `form:"finished_at__range,omitempty" json:"finished_at__range,omitempty"`

	// Limit Number of results to return per page.
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// LoggingCid Filter results where logging_cid matches value
	LoggingCid *string `form:"logging_cid,omitempty" json:"logging_cid,omitempty"`

	// LoggingCidContains Filter results where logging_cid contains value
	LoggingCidContains *string `form:"logging_cid__contains,omitempty" json:"logging_cid__contains,omitempty"`

	// Name Filter results where name matches value
	Name *string `form:"name,omitempty" json:"name,omitempty"`

	// NameContains Filter results where name contains value
	NameContains *string `form:"name__contains,omitempty" json:"name__contains,omitempty"`

	// NameIn Filter results where name is in a comma-separated list of values
	NameIn *[]string `form:"name__in,omitempty" json:"name__in,omitempty"`

	// NameNe Filter results where name not equal to value
	NameNe *string `form:"name__ne,omitempty" json:"name__ne,omitempty"`

	// Offset The initial index from which to return the results.
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`

	// Ordering Ordering
	//
	// * `pulp_id` - Pulp id
	// * `-pulp_id` - Pulp id (descending)
	// * `pulp_created` - Pulp created
	// * `-pulp_created` - Pulp created (descending)
	// * `pulp_last_updated` - Pulp last updated
	// * `-pulp_last_updated` - Pulp last updated (descending)
	// * `state` - State
	// * `-state` - State (descending)
	// * `name` - Name
	// * `-name` - Name (descending)
	// * `logging_cid` - Logging cid
	// * `-logging_cid` - Logging cid (descending)
	// * `unblocked_at` - Unblocked at
	// * `-unblocked_at` - Unblocked at (descending)
	// * `started_at` - Started at
	// * `-started_at` - Started at (descending)
	// * `finished_at` - Finished at
	// * `-finished_at` - Finished at (descending)
	// * `error` - Error
	// * `-error` - Error (descending)
	// * `enc_args` - Enc args
	// * `-enc_args` - Enc args (descending)
	// * `enc_kwargs` - Enc kwargs
	// * `-enc_kwargs` - Enc kwargs (descending)
	// * `reserved_resources_record` - Reserved resources record
	// * `-reserved_resources_record` - Reserved resources record (descending)
	// * `versions` - Versions
	// * `-versions` - Versions (descending)
	// * `pk` - Pk
	// * `-pk` - Pk (descending)
	Ordering *[]TasksListParamsOrdering `form:"ordering,omitempty" json:"ordering,omitempty"`

	// ParentTask Filter results where parent_task matches value
	ParentTask *openapi_types.UUID `form:"parent_task,omitempty" json:"parent_task,omitempty"`

	// PulpHrefIn Multiple values may be separated by commas.
	PulpHrefIn *[]string `form:"pulp_href__in,omitempty" json:"pulp_href__in,omitempty"`

	// PulpIdIn Multiple values may be separated by commas.
	PulpIdIn          *[]openapi_types.UUID `form:"pulp_id__in,omitempty" json:"pulp_id__in,omitempty"`
	Q                 *string               `form:"q,omitempty" json:"q,omitempty"`
	ReservedResources *string               `form:"reserved_resources,omitempty" json:"reserved_resources,omitempty"`

	// ReservedResourcesIn Multiple values may be separated by commas.
	ReservedResourcesIn *[]string `form:"reserved_resources__in,omitempty" json:"reserved_resources__in,omitempty"`
	SharedResources     *string   `form:"shared_resources,omitempty" json:"shared_resources,omitempty"`

	// SharedResourcesIn Multiple values may be separated by commas.
	SharedResourcesIn *[]string `form:"shared_resources__in,omitempty" json:"shared_resources__in,omitempty"`

	// StartedAt Filter results where started_at matches value
	StartedAt *time.Time `form:"started_at,omitempty" json:"started_at,omitempty"`

	// StartedAtGt Filter results where started_at is greater than value
	StartedAtGt *time.Time `form:"started_at__gt,omitempty" json:"started_at__gt,omitempty"`

	// StartedAtGte Filter results where started_at is greater than or equal to value
	StartedAtGte *time.Time `form:"started_at__gte,omitempty" json:"started_at__gte,omitempty"`

	// StartedAtLt Filter results where started_at is less than value
	StartedAtLt *time.Time `form:"started_at__lt,omitempty" json:"started_at__lt,omitempty"`

	// StartedAtLte Filter results where started_at is less than or equal to value
	StartedAtLte *time.Time `form:"started_at__lte,omitempty" json:"started_at__lte,omitempty"`

	// StartedAtRange Filter results where started_at is between two comma separated values
	StartedAtRange *[]time.Time `form:"started_at__range,omitempty" json:"started_at__range,omitempty"`

	// State Filter results where state matches value
	//
	// * `waiting` - Waiting
	// * `skipped` - Skipped
	// * `running` - Running
	// * `completed` - Completed
	// * `failed` - Failed
	// * `canceled` - Canceled
	// * `canceling` - Canceling
	State *TasksListParamsState `form:"state,omitempty" json:"state,omitempty"`

	// StateIn Filter results where state is in a comma-separated list of values
	StateIn *[]string `form:"state__in,omitempty" json:"state__in,omitempty"`

	// StateNe Filter results where state not equal to value
	StateNe *string `form:"state__ne,omitempty" json:"state__ne,omitempty"`

	// TaskGroup Filter results where task_group matches value
	TaskGroup *openapi_types.UUID `form:"task_group,omitempty" json:"task_group,omitempty"`

	// Worker Filter results where worker matches value
	Worker *openapi_types.UUID `form:"worker,omitempty" json:"worker,omitempty"`

	// WorkerIn Filter results where worker is in a comma-separated list of values
	WorkerIn *[]openapi_types.UUID `form:"worker__in,omitempty" json:"worker__in,omitempty"`

	// WorkerIsnull Filter results where worker has a null value
	WorkerIsnull *bool `form:"worker__isnull,omitempty" json:"worker__isnull,omitempty"`

	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

TasksListParams defines parameters for TasksList.

type TasksListParamsOrdering

type TasksListParamsOrdering string

TasksListParamsOrdering defines parameters for TasksList.

const (
	TasksListParamsOrderingEncArgs                      TasksListParamsOrdering = "enc_args"
	TasksListParamsOrderingEncKwargs                    TasksListParamsOrdering = "enc_kwargs"
	TasksListParamsOrderingError                        TasksListParamsOrdering = "error"
	TasksListParamsOrderingFinishedAt                   TasksListParamsOrdering = "finished_at"
	TasksListParamsOrderingLoggingCid                   TasksListParamsOrdering = "logging_cid"
	TasksListParamsOrderingMinusEncArgs                 TasksListParamsOrdering = "-enc_args"
	TasksListParamsOrderingMinusEncKwargs               TasksListParamsOrdering = "-enc_kwargs"
	TasksListParamsOrderingMinusError                   TasksListParamsOrdering = "-error"
	TasksListParamsOrderingMinusFinishedAt              TasksListParamsOrdering = "-finished_at"
	TasksListParamsOrderingMinusLoggingCid              TasksListParamsOrdering = "-logging_cid"
	TasksListParamsOrderingMinusName                    TasksListParamsOrdering = "-name"
	TasksListParamsOrderingMinusPk                      TasksListParamsOrdering = "-pk"
	TasksListParamsOrderingMinusPulpCreated             TasksListParamsOrdering = "-pulp_created"
	TasksListParamsOrderingMinusPulpId                  TasksListParamsOrdering = "-pulp_id"
	TasksListParamsOrderingMinusPulpLastUpdated         TasksListParamsOrdering = "-pulp_last_updated"
	TasksListParamsOrderingMinusReservedResourcesRecord TasksListParamsOrdering = "-reserved_resources_record"
	TasksListParamsOrderingMinusStartedAt               TasksListParamsOrdering = "-started_at"
	TasksListParamsOrderingMinusState                   TasksListParamsOrdering = "-state"
	TasksListParamsOrderingMinusUnblockedAt             TasksListParamsOrdering = "-unblocked_at"
	TasksListParamsOrderingMinusVersions                TasksListParamsOrdering = "-versions"
	TasksListParamsOrderingName                         TasksListParamsOrdering = "name"
	TasksListParamsOrderingPk                           TasksListParamsOrdering = "pk"
	TasksListParamsOrderingPulpCreated                  TasksListParamsOrdering = "pulp_created"
	TasksListParamsOrderingPulpId                       TasksListParamsOrdering = "pulp_id"
	TasksListParamsOrderingPulpLastUpdated              TasksListParamsOrdering = "pulp_last_updated"
	TasksListParamsOrderingReservedResourcesRecord      TasksListParamsOrdering = "reserved_resources_record"
	TasksListParamsOrderingStartedAt                    TasksListParamsOrdering = "started_at"
	TasksListParamsOrderingState                        TasksListParamsOrdering = "state"
	TasksListParamsOrderingUnblockedAt                  TasksListParamsOrdering = "unblocked_at"
	TasksListParamsOrderingVersions                     TasksListParamsOrdering = "versions"
)

Defines values for TasksListParamsOrdering.

type TasksListParamsState

type TasksListParamsState string

TasksListParamsState defines parameters for TasksList.

const (
	TasksListParamsStateCanceled  TasksListParamsState = "canceled"
	TasksListParamsStateCanceling TasksListParamsState = "canceling"
	TasksListParamsStateCompleted TasksListParamsState = "completed"
	TasksListParamsStateFailed    TasksListParamsState = "failed"
	TasksListParamsStateRunning   TasksListParamsState = "running"
	TasksListParamsStateSkipped   TasksListParamsState = "skipped"
	TasksListParamsStateWaiting   TasksListParamsState = "waiting"
)

Defines values for TasksListParamsState.

type TasksListResponse

type TasksListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedTaskResponseList
}

func ParseTasksListResponse

func ParseTasksListResponse(rsp *http.Response) (*TasksListResponse, error)

ParseTasksListResponse parses an HTTP response from a TasksListWithResponse call

func (TasksListResponse) Status

func (r TasksListResponse) Status() string

Status returns HTTPResponse.Status

func (TasksListResponse) StatusCode

func (r TasksListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TasksListRolesParams

type TasksListRolesParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

TasksListRolesParams defines parameters for TasksListRoles.

type TasksListRolesResponse

type TasksListRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ObjectRolesResponse
}

func ParseTasksListRolesResponse

func ParseTasksListRolesResponse(rsp *http.Response) (*TasksListRolesResponse, error)

ParseTasksListRolesResponse parses an HTTP response from a TasksListRolesWithResponse call

func (TasksListRolesResponse) Status

func (r TasksListRolesResponse) Status() string

Status returns HTTPResponse.Status

func (TasksListRolesResponse) StatusCode

func (r TasksListRolesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TasksMyPermissionsParams

type TasksMyPermissionsParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

TasksMyPermissionsParams defines parameters for TasksMyPermissions.

type TasksMyPermissionsResponse

type TasksMyPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *MyPermissionsResponse
}

func ParseTasksMyPermissionsResponse

func ParseTasksMyPermissionsResponse(rsp *http.Response) (*TasksMyPermissionsResponse, error)

ParseTasksMyPermissionsResponse parses an HTTP response from a TasksMyPermissionsWithResponse call

func (TasksMyPermissionsResponse) Status

Status returns HTTPResponse.Status

func (TasksMyPermissionsResponse) StatusCode

func (r TasksMyPermissionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TasksPurgeFormdataRequestBody

type TasksPurgeFormdataRequestBody = Purge

TasksPurgeFormdataRequestBody defines body for TasksPurge for application/x-www-form-urlencoded ContentType.

type TasksPurgeJSONRequestBody

type TasksPurgeJSONRequestBody = Purge

TasksPurgeJSONRequestBody defines body for TasksPurge for application/json ContentType.

type TasksPurgeMultipartRequestBody

type TasksPurgeMultipartRequestBody = Purge

TasksPurgeMultipartRequestBody defines body for TasksPurge for multipart/form-data ContentType.

type TasksPurgeResponse

type TasksPurgeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *AsyncOperationResponse
}

func ParseTasksPurgeResponse

func ParseTasksPurgeResponse(rsp *http.Response) (*TasksPurgeResponse, error)

ParseTasksPurgeResponse parses an HTTP response from a TasksPurgeWithResponse call

func (TasksPurgeResponse) Status

func (r TasksPurgeResponse) Status() string

Status returns HTTPResponse.Status

func (TasksPurgeResponse) StatusCode

func (r TasksPurgeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TasksReadParams

type TasksReadParams struct {
	// Fields A list of fields to include in the response.
	Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`

	// ExcludeFields A list of fields to exclude from the response.
	ExcludeFields *[]string `form:"exclude_fields,omitempty" json:"exclude_fields,omitempty"`
}

TasksReadParams defines parameters for TasksRead.

type TasksReadResponse

type TasksReadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TaskResponse
}

func ParseTasksReadResponse

func ParseTasksReadResponse(rsp *http.Response) (*TasksReadResponse, error)

ParseTasksReadResponse parses an HTTP response from a TasksReadWithResponse call

func (TasksReadResponse) Status

func (r TasksReadResponse) Status() string

Status returns HTTPResponse.Status

func (TasksReadResponse) StatusCode

func (r TasksReadResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TasksRemoveRoleFormdataRequestBody

type TasksRemoveRoleFormdataRequestBody = NestedRole

TasksRemoveRoleFormdataRequestBody defines body for TasksRemoveRole for application/x-www-form-urlencoded ContentType.

type TasksRemoveRoleJSONRequestBody

type TasksRemoveRoleJSONRequestBody = NestedRole

TasksRemoveRoleJSONRequestBody defines body for TasksRemoveRole for application/json ContentType.

type TasksRemoveRoleMultipartRequestBody

type TasksRemoveRoleMultipartRequestBody = NestedRole

TasksRemoveRoleMultipartRequestBody defines body for TasksRemoveRole for multipart/form-data ContentType.

type TasksRemoveRoleResponse

type TasksRemoveRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NestedRoleResponse
}

func ParseTasksRemoveRoleResponse

func ParseTasksRemoveRoleResponse(rsp *http.Response) (*TasksRemoveRoleResponse, error)

ParseTasksRemoveRoleResponse parses an HTTP response from a TasksRemoveRoleWithResponse call

func (TasksRemoveRoleResponse) Status

func (r TasksRemoveRoleResponse) Status() string

Status returns HTTPResponse.Status

func (TasksRemoveRoleResponse) StatusCode

func (r TasksRemoveRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UnsetLabel

type UnsetLabel struct {
	Key string `json:"key"`
}

UnsetLabel Serializer for synchronously setting a label.

type UnsetLabelResponse

type UnsetLabelResponse struct {
	Key   string  `json:"key"`
	Value *string `json:"value,omitempty"`
}

UnsetLabelResponse Serializer for synchronously setting a label.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL