custom_base_images

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for custom base images API

func (*Client) CreateCustomBaseImage

func (a *Client) CreateCustomBaseImage(params *CreateCustomBaseImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateCustomBaseImageCreated, error)
CreateCustomBaseImage creates a custom base image from an existing container project

In order to create a custom base image, you first need to import your base images into Snyk.

You can do this through the CLI, UI, or API.

This endpoint marks an image as a custom base image. This means that the image will get added to the pool of images from which Snyk can recommend base image upgrades.

Note, after the first image in a repository gets added, a versioning schema cannot be passed in this endpoint. To update the versioning schema, the PATCH endpoint must be used.

func (*Client) DeleteCustomBaseImage

func (a *Client) DeleteCustomBaseImage(params *DeleteCustomBaseImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteCustomBaseImageNoContent, error)

DeleteCustomBaseImage deletes a custom base image

Delete a custom base image resource. (the related container project is unaffected)

func (*Client) GetCustomBaseImage

func (a *Client) GetCustomBaseImage(params *GetCustomBaseImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCustomBaseImageOK, error)

GetCustomBaseImage gets a custom base image

Get a custom base image

func (*Client) GetCustomBaseImages

func (a *Client) GetCustomBaseImages(params *GetCustomBaseImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCustomBaseImagesOK, error)
GetCustomBaseImages gets a custom base image collection

Get a list of custom base images with support for ordering and filtering.

Either the org_id or group_id parameters must be set to authorize successfully. If sorting by version, the repository filter is required.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateCustomBaseImage

func (a *Client) UpdateCustomBaseImage(params *UpdateCustomBaseImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateCustomBaseImageOK, error)

UpdateCustomBaseImage updates a custom base image

Updates a custom base image's attributes

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateCustomBaseImage(params *CreateCustomBaseImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateCustomBaseImageCreated, error)

	DeleteCustomBaseImage(params *DeleteCustomBaseImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteCustomBaseImageNoContent, error)

	GetCustomBaseImage(params *GetCustomBaseImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCustomBaseImageOK, error)

	GetCustomBaseImages(params *GetCustomBaseImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCustomBaseImagesOK, error)

	UpdateCustomBaseImage(params *UpdateCustomBaseImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateCustomBaseImageOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new custom base images API client.

type CreateCustomBaseImageBadRequest

type CreateCustomBaseImageBadRequest struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *CreateCustomBaseImageBadRequestBody
}

CreateCustomBaseImageBadRequest describes a response with status code 400, with default header values.

Bad Request: A parameter provided as a part of the request was invalid.

func NewCreateCustomBaseImageBadRequest

func NewCreateCustomBaseImageBadRequest() *CreateCustomBaseImageBadRequest

NewCreateCustomBaseImageBadRequest creates a CreateCustomBaseImageBadRequest with default headers values

func (*CreateCustomBaseImageBadRequest) Code

Code gets the status code for the create custom base image bad request response

func (*CreateCustomBaseImageBadRequest) Error

func (*CreateCustomBaseImageBadRequest) GetPayload

func (*CreateCustomBaseImageBadRequest) IsClientError

func (o *CreateCustomBaseImageBadRequest) IsClientError() bool

IsClientError returns true when this create custom base image bad request response has a 4xx status code

func (*CreateCustomBaseImageBadRequest) IsCode

func (o *CreateCustomBaseImageBadRequest) IsCode(code int) bool

IsCode returns true when this create custom base image bad request response a status code equal to that given

func (*CreateCustomBaseImageBadRequest) IsRedirect

func (o *CreateCustomBaseImageBadRequest) IsRedirect() bool

IsRedirect returns true when this create custom base image bad request response has a 3xx status code

func (*CreateCustomBaseImageBadRequest) IsServerError

func (o *CreateCustomBaseImageBadRequest) IsServerError() bool

IsServerError returns true when this create custom base image bad request response has a 5xx status code

func (*CreateCustomBaseImageBadRequest) IsSuccess

func (o *CreateCustomBaseImageBadRequest) IsSuccess() bool

IsSuccess returns true when this create custom base image bad request response has a 2xx status code

func (*CreateCustomBaseImageBadRequest) String

type CreateCustomBaseImageBadRequestBody

type CreateCustomBaseImageBadRequestBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*CreateCustomBaseImageBadRequestBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *CreateCustomBaseImageBadRequestBodyJsonapi `json:"jsonapi"`
}

CreateCustomBaseImageBadRequestBody create custom base image bad request body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateCustomBaseImageBadRequestBody

func (*CreateCustomBaseImageBadRequestBody) ContextValidate

func (o *CreateCustomBaseImageBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create custom base image bad request body based on the context it is used

func (*CreateCustomBaseImageBadRequestBody) MarshalBinary

func (o *CreateCustomBaseImageBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBody) UnmarshalBinary

func (o *CreateCustomBaseImageBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBody) Validate

Validate validates this create custom base image bad request body

type CreateCustomBaseImageBadRequestBodyErrorsItems0

type CreateCustomBaseImageBadRequestBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *CreateCustomBaseImageBadRequestBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *CreateCustomBaseImageBadRequestBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

CreateCustomBaseImageBadRequestBodyErrorsItems0 create custom base image bad request body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateCustomBaseImageBadRequestBodyErrorsItems0

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0) ContextValidate

ContextValidate validate this create custom base image bad request body errors items0 based on the context it is used

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0) Validate

Validate validates this create custom base image bad request body errors items0

type CreateCustomBaseImageBadRequestBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

CreateCustomBaseImageBadRequestBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model CreateCustomBaseImageBadRequestBodyErrorsItems0Links

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0Links) ContextValidate

ContextValidate validates this create custom base image bad request body errors items0 links based on context it is used

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0Links) Validate

Validate validates this create custom base image bad request body errors items0 links

type CreateCustomBaseImageBadRequestBodyErrorsItems0Source

type CreateCustomBaseImageBadRequestBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

CreateCustomBaseImageBadRequestBodyErrorsItems0Source create custom base image bad request body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateCustomBaseImageBadRequestBodyErrorsItems0Source

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create custom base image bad request body errors items0 source based on context it is used

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBodyErrorsItems0Source) Validate

Validate validates this create custom base image bad request body errors items0 source

type CreateCustomBaseImageBadRequestBodyJsonapi

type CreateCustomBaseImageBadRequestBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

CreateCustomBaseImageBadRequestBodyJsonapi create custom base image bad request body jsonapi // Example: {"version":"1.0"} swagger:model CreateCustomBaseImageBadRequestBodyJsonapi

func (*CreateCustomBaseImageBadRequestBodyJsonapi) ContextValidate

ContextValidate validates this create custom base image bad request body jsonapi based on context it is used

func (*CreateCustomBaseImageBadRequestBodyJsonapi) MarshalBinary

func (o *CreateCustomBaseImageBadRequestBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBodyJsonapi) UnmarshalBinary

func (o *CreateCustomBaseImageBadRequestBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageBadRequestBodyJsonapi) Validate

Validate validates this create custom base image bad request body jsonapi

type CreateCustomBaseImageConflict

type CreateCustomBaseImageConflict struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *CreateCustomBaseImageConflictBody
}

CreateCustomBaseImageConflict describes a response with status code 409, with default header values.

Conflict: The requested operation conflicts with the current state of the resource in some way.

func NewCreateCustomBaseImageConflict

func NewCreateCustomBaseImageConflict() *CreateCustomBaseImageConflict

NewCreateCustomBaseImageConflict creates a CreateCustomBaseImageConflict with default headers values

func (*CreateCustomBaseImageConflict) Code

Code gets the status code for the create custom base image conflict response

func (*CreateCustomBaseImageConflict) Error

func (*CreateCustomBaseImageConflict) GetPayload

func (*CreateCustomBaseImageConflict) IsClientError

func (o *CreateCustomBaseImageConflict) IsClientError() bool

IsClientError returns true when this create custom base image conflict response has a 4xx status code

func (*CreateCustomBaseImageConflict) IsCode

func (o *CreateCustomBaseImageConflict) IsCode(code int) bool

IsCode returns true when this create custom base image conflict response a status code equal to that given

func (*CreateCustomBaseImageConflict) IsRedirect

func (o *CreateCustomBaseImageConflict) IsRedirect() bool

IsRedirect returns true when this create custom base image conflict response has a 3xx status code

func (*CreateCustomBaseImageConflict) IsServerError

func (o *CreateCustomBaseImageConflict) IsServerError() bool

IsServerError returns true when this create custom base image conflict response has a 5xx status code

func (*CreateCustomBaseImageConflict) IsSuccess

func (o *CreateCustomBaseImageConflict) IsSuccess() bool

IsSuccess returns true when this create custom base image conflict response has a 2xx status code

func (*CreateCustomBaseImageConflict) String

type CreateCustomBaseImageConflictBody

type CreateCustomBaseImageConflictBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*CreateCustomBaseImageConflictBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *CreateCustomBaseImageConflictBodyJsonapi `json:"jsonapi"`
}

CreateCustomBaseImageConflictBody create custom base image conflict body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateCustomBaseImageConflictBody

func (*CreateCustomBaseImageConflictBody) ContextValidate

func (o *CreateCustomBaseImageConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create custom base image conflict body based on the context it is used

func (*CreateCustomBaseImageConflictBody) MarshalBinary

func (o *CreateCustomBaseImageConflictBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBody) UnmarshalBinary

func (o *CreateCustomBaseImageConflictBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBody) Validate

Validate validates this create custom base image conflict body

type CreateCustomBaseImageConflictBodyErrorsItems0

type CreateCustomBaseImageConflictBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *CreateCustomBaseImageConflictBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *CreateCustomBaseImageConflictBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

CreateCustomBaseImageConflictBodyErrorsItems0 create custom base image conflict body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateCustomBaseImageConflictBodyErrorsItems0

func (*CreateCustomBaseImageConflictBodyErrorsItems0) ContextValidate

ContextValidate validate this create custom base image conflict body errors items0 based on the context it is used

func (*CreateCustomBaseImageConflictBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBodyErrorsItems0) Validate

Validate validates this create custom base image conflict body errors items0

type CreateCustomBaseImageConflictBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

CreateCustomBaseImageConflictBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model CreateCustomBaseImageConflictBodyErrorsItems0Links

func (*CreateCustomBaseImageConflictBodyErrorsItems0Links) ContextValidate

ContextValidate validates this create custom base image conflict body errors items0 links based on context it is used

func (*CreateCustomBaseImageConflictBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBodyErrorsItems0Links) Validate

Validate validates this create custom base image conflict body errors items0 links

type CreateCustomBaseImageConflictBodyErrorsItems0Source

type CreateCustomBaseImageConflictBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

CreateCustomBaseImageConflictBodyErrorsItems0Source create custom base image conflict body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateCustomBaseImageConflictBodyErrorsItems0Source

func (*CreateCustomBaseImageConflictBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create custom base image conflict body errors items0 source based on context it is used

func (*CreateCustomBaseImageConflictBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBodyErrorsItems0Source) Validate

Validate validates this create custom base image conflict body errors items0 source

type CreateCustomBaseImageConflictBodyJsonapi

type CreateCustomBaseImageConflictBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

CreateCustomBaseImageConflictBodyJsonapi create custom base image conflict body jsonapi // Example: {"version":"1.0"} swagger:model CreateCustomBaseImageConflictBodyJsonapi

func (*CreateCustomBaseImageConflictBodyJsonapi) ContextValidate

ContextValidate validates this create custom base image conflict body jsonapi based on context it is used

func (*CreateCustomBaseImageConflictBodyJsonapi) MarshalBinary

func (o *CreateCustomBaseImageConflictBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBodyJsonapi) UnmarshalBinary

func (o *CreateCustomBaseImageConflictBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageConflictBodyJsonapi) Validate

Validate validates this create custom base image conflict body jsonapi

type CreateCustomBaseImageCreated

type CreateCustomBaseImageCreated struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header providing a URL for the location of a resource


	   Format: url
	*/
	Location string

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *models.CustomBaseImageResponse
}

CreateCustomBaseImageCreated describes a response with status code 201, with default header values.

Successfully created a custom base image

func NewCreateCustomBaseImageCreated

func NewCreateCustomBaseImageCreated() *CreateCustomBaseImageCreated

NewCreateCustomBaseImageCreated creates a CreateCustomBaseImageCreated with default headers values

func (*CreateCustomBaseImageCreated) Code

Code gets the status code for the create custom base image created response

func (*CreateCustomBaseImageCreated) Error

func (*CreateCustomBaseImageCreated) GetPayload

func (*CreateCustomBaseImageCreated) IsClientError

func (o *CreateCustomBaseImageCreated) IsClientError() bool

IsClientError returns true when this create custom base image created response has a 4xx status code

func (*CreateCustomBaseImageCreated) IsCode

func (o *CreateCustomBaseImageCreated) IsCode(code int) bool

IsCode returns true when this create custom base image created response a status code equal to that given

func (*CreateCustomBaseImageCreated) IsRedirect

func (o *CreateCustomBaseImageCreated) IsRedirect() bool

IsRedirect returns true when this create custom base image created response has a 3xx status code

func (*CreateCustomBaseImageCreated) IsServerError

func (o *CreateCustomBaseImageCreated) IsServerError() bool

IsServerError returns true when this create custom base image created response has a 5xx status code

func (*CreateCustomBaseImageCreated) IsSuccess

func (o *CreateCustomBaseImageCreated) IsSuccess() bool

IsSuccess returns true when this create custom base image created response has a 2xx status code

func (*CreateCustomBaseImageCreated) String

type CreateCustomBaseImageForbidden

type CreateCustomBaseImageForbidden struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *CreateCustomBaseImageForbiddenBody
}

CreateCustomBaseImageForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewCreateCustomBaseImageForbidden

func NewCreateCustomBaseImageForbidden() *CreateCustomBaseImageForbidden

NewCreateCustomBaseImageForbidden creates a CreateCustomBaseImageForbidden with default headers values

func (*CreateCustomBaseImageForbidden) Code

Code gets the status code for the create custom base image forbidden response

func (*CreateCustomBaseImageForbidden) Error

func (*CreateCustomBaseImageForbidden) GetPayload

func (*CreateCustomBaseImageForbidden) IsClientError

func (o *CreateCustomBaseImageForbidden) IsClientError() bool

IsClientError returns true when this create custom base image forbidden response has a 4xx status code

func (*CreateCustomBaseImageForbidden) IsCode

func (o *CreateCustomBaseImageForbidden) IsCode(code int) bool

IsCode returns true when this create custom base image forbidden response a status code equal to that given

func (*CreateCustomBaseImageForbidden) IsRedirect

func (o *CreateCustomBaseImageForbidden) IsRedirect() bool

IsRedirect returns true when this create custom base image forbidden response has a 3xx status code

func (*CreateCustomBaseImageForbidden) IsServerError

func (o *CreateCustomBaseImageForbidden) IsServerError() bool

IsServerError returns true when this create custom base image forbidden response has a 5xx status code

func (*CreateCustomBaseImageForbidden) IsSuccess

func (o *CreateCustomBaseImageForbidden) IsSuccess() bool

IsSuccess returns true when this create custom base image forbidden response has a 2xx status code

func (*CreateCustomBaseImageForbidden) String

type CreateCustomBaseImageForbiddenBody

type CreateCustomBaseImageForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*CreateCustomBaseImageForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *CreateCustomBaseImageForbiddenBodyJsonapi `json:"jsonapi"`
}

CreateCustomBaseImageForbiddenBody create custom base image forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateCustomBaseImageForbiddenBody

func (*CreateCustomBaseImageForbiddenBody) ContextValidate

func (o *CreateCustomBaseImageForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create custom base image forbidden body based on the context it is used

func (*CreateCustomBaseImageForbiddenBody) MarshalBinary

func (o *CreateCustomBaseImageForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBody) UnmarshalBinary

func (o *CreateCustomBaseImageForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBody) Validate

Validate validates this create custom base image forbidden body

type CreateCustomBaseImageForbiddenBodyErrorsItems0

type CreateCustomBaseImageForbiddenBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *CreateCustomBaseImageForbiddenBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *CreateCustomBaseImageForbiddenBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

CreateCustomBaseImageForbiddenBodyErrorsItems0 create custom base image forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateCustomBaseImageForbiddenBodyErrorsItems0

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this create custom base image forbidden body errors items0 based on the context it is used

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0) Validate

Validate validates this create custom base image forbidden body errors items0

type CreateCustomBaseImageForbiddenBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

CreateCustomBaseImageForbiddenBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model CreateCustomBaseImageForbiddenBodyErrorsItems0Links

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0Links) ContextValidate

ContextValidate validates this create custom base image forbidden body errors items0 links based on context it is used

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0Links) Validate

Validate validates this create custom base image forbidden body errors items0 links

type CreateCustomBaseImageForbiddenBodyErrorsItems0Source

type CreateCustomBaseImageForbiddenBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

CreateCustomBaseImageForbiddenBodyErrorsItems0Source create custom base image forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateCustomBaseImageForbiddenBodyErrorsItems0Source

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create custom base image forbidden body errors items0 source based on context it is used

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBodyErrorsItems0Source) Validate

Validate validates this create custom base image forbidden body errors items0 source

type CreateCustomBaseImageForbiddenBodyJsonapi

type CreateCustomBaseImageForbiddenBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

CreateCustomBaseImageForbiddenBodyJsonapi create custom base image forbidden body jsonapi // Example: {"version":"1.0"} swagger:model CreateCustomBaseImageForbiddenBodyJsonapi

func (*CreateCustomBaseImageForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this create custom base image forbidden body jsonapi based on context it is used

func (*CreateCustomBaseImageForbiddenBodyJsonapi) MarshalBinary

func (o *CreateCustomBaseImageForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBodyJsonapi) UnmarshalBinary

func (o *CreateCustomBaseImageForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageForbiddenBodyJsonapi) Validate

Validate validates this create custom base image forbidden body jsonapi

type CreateCustomBaseImageInternalServerError

type CreateCustomBaseImageInternalServerError struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *CreateCustomBaseImageInternalServerErrorBody
}

CreateCustomBaseImageInternalServerError describes a response with status code 500, with default header values.

Internal Server Error: An error was encountered while attempting to process the request.

func NewCreateCustomBaseImageInternalServerError

func NewCreateCustomBaseImageInternalServerError() *CreateCustomBaseImageInternalServerError

NewCreateCustomBaseImageInternalServerError creates a CreateCustomBaseImageInternalServerError with default headers values

func (*CreateCustomBaseImageInternalServerError) Code

Code gets the status code for the create custom base image internal server error response

func (*CreateCustomBaseImageInternalServerError) Error

func (*CreateCustomBaseImageInternalServerError) GetPayload

func (*CreateCustomBaseImageInternalServerError) IsClientError

IsClientError returns true when this create custom base image internal server error response has a 4xx status code

func (*CreateCustomBaseImageInternalServerError) IsCode

IsCode returns true when this create custom base image internal server error response a status code equal to that given

func (*CreateCustomBaseImageInternalServerError) IsRedirect

IsRedirect returns true when this create custom base image internal server error response has a 3xx status code

func (*CreateCustomBaseImageInternalServerError) IsServerError

IsServerError returns true when this create custom base image internal server error response has a 5xx status code

func (*CreateCustomBaseImageInternalServerError) IsSuccess

IsSuccess returns true when this create custom base image internal server error response has a 2xx status code

func (*CreateCustomBaseImageInternalServerError) String

type CreateCustomBaseImageInternalServerErrorBody

type CreateCustomBaseImageInternalServerErrorBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *CreateCustomBaseImageInternalServerErrorBodyJsonapi `json:"jsonapi"`
}

CreateCustomBaseImageInternalServerErrorBody create custom base image internal server error body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateCustomBaseImageInternalServerErrorBody

func (*CreateCustomBaseImageInternalServerErrorBody) ContextValidate

ContextValidate validate this create custom base image internal server error body based on the context it is used

func (*CreateCustomBaseImageInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBody) Validate

Validate validates this create custom base image internal server error body

type CreateCustomBaseImageInternalServerErrorBodyErrorsItems0

type CreateCustomBaseImageInternalServerErrorBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

CreateCustomBaseImageInternalServerErrorBodyErrorsItems0 create custom base image internal server error body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateCustomBaseImageInternalServerErrorBodyErrorsItems0

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0) ContextValidate

ContextValidate validate this create custom base image internal server error body errors items0 based on the context it is used

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0) Validate

Validate validates this create custom base image internal server error body errors items0

type CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Links

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Links) ContextValidate

ContextValidate validates this create custom base image internal server error body errors items0 links based on context it is used

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Links) Validate

Validate validates this create custom base image internal server error body errors items0 links

type CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Source

type CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Source create custom base image internal server error body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Source

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create custom base image internal server error body errors items0 source based on context it is used

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBodyErrorsItems0Source) Validate

Validate validates this create custom base image internal server error body errors items0 source

type CreateCustomBaseImageInternalServerErrorBodyJsonapi

type CreateCustomBaseImageInternalServerErrorBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

CreateCustomBaseImageInternalServerErrorBodyJsonapi create custom base image internal server error body jsonapi // Example: {"version":"1.0"} swagger:model CreateCustomBaseImageInternalServerErrorBodyJsonapi

func (*CreateCustomBaseImageInternalServerErrorBodyJsonapi) ContextValidate

ContextValidate validates this create custom base image internal server error body jsonapi based on context it is used

func (*CreateCustomBaseImageInternalServerErrorBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageInternalServerErrorBodyJsonapi) Validate

Validate validates this create custom base image internal server error body jsonapi

type CreateCustomBaseImageNotFound

type CreateCustomBaseImageNotFound struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *CreateCustomBaseImageNotFoundBody
}

CreateCustomBaseImageNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewCreateCustomBaseImageNotFound

func NewCreateCustomBaseImageNotFound() *CreateCustomBaseImageNotFound

NewCreateCustomBaseImageNotFound creates a CreateCustomBaseImageNotFound with default headers values

func (*CreateCustomBaseImageNotFound) Code

Code gets the status code for the create custom base image not found response

func (*CreateCustomBaseImageNotFound) Error

func (*CreateCustomBaseImageNotFound) GetPayload

func (*CreateCustomBaseImageNotFound) IsClientError

func (o *CreateCustomBaseImageNotFound) IsClientError() bool

IsClientError returns true when this create custom base image not found response has a 4xx status code

func (*CreateCustomBaseImageNotFound) IsCode

func (o *CreateCustomBaseImageNotFound) IsCode(code int) bool

IsCode returns true when this create custom base image not found response a status code equal to that given

func (*CreateCustomBaseImageNotFound) IsRedirect

func (o *CreateCustomBaseImageNotFound) IsRedirect() bool

IsRedirect returns true when this create custom base image not found response has a 3xx status code

func (*CreateCustomBaseImageNotFound) IsServerError

func (o *CreateCustomBaseImageNotFound) IsServerError() bool

IsServerError returns true when this create custom base image not found response has a 5xx status code

func (*CreateCustomBaseImageNotFound) IsSuccess

func (o *CreateCustomBaseImageNotFound) IsSuccess() bool

IsSuccess returns true when this create custom base image not found response has a 2xx status code

func (*CreateCustomBaseImageNotFound) String

type CreateCustomBaseImageNotFoundBody

type CreateCustomBaseImageNotFoundBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*CreateCustomBaseImageNotFoundBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *CreateCustomBaseImageNotFoundBodyJsonapi `json:"jsonapi"`
}

CreateCustomBaseImageNotFoundBody create custom base image not found body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateCustomBaseImageNotFoundBody

func (*CreateCustomBaseImageNotFoundBody) ContextValidate

func (o *CreateCustomBaseImageNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create custom base image not found body based on the context it is used

func (*CreateCustomBaseImageNotFoundBody) MarshalBinary

func (o *CreateCustomBaseImageNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBody) UnmarshalBinary

func (o *CreateCustomBaseImageNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBody) Validate

Validate validates this create custom base image not found body

type CreateCustomBaseImageNotFoundBodyErrorsItems0

type CreateCustomBaseImageNotFoundBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *CreateCustomBaseImageNotFoundBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *CreateCustomBaseImageNotFoundBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

CreateCustomBaseImageNotFoundBodyErrorsItems0 create custom base image not found body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateCustomBaseImageNotFoundBodyErrorsItems0

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0) ContextValidate

ContextValidate validate this create custom base image not found body errors items0 based on the context it is used

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0) Validate

Validate validates this create custom base image not found body errors items0

type CreateCustomBaseImageNotFoundBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

CreateCustomBaseImageNotFoundBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model CreateCustomBaseImageNotFoundBodyErrorsItems0Links

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0Links) ContextValidate

ContextValidate validates this create custom base image not found body errors items0 links based on context it is used

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0Links) Validate

Validate validates this create custom base image not found body errors items0 links

type CreateCustomBaseImageNotFoundBodyErrorsItems0Source

type CreateCustomBaseImageNotFoundBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

CreateCustomBaseImageNotFoundBodyErrorsItems0Source create custom base image not found body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateCustomBaseImageNotFoundBodyErrorsItems0Source

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create custom base image not found body errors items0 source based on context it is used

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBodyErrorsItems0Source) Validate

Validate validates this create custom base image not found body errors items0 source

type CreateCustomBaseImageNotFoundBodyJsonapi

type CreateCustomBaseImageNotFoundBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

CreateCustomBaseImageNotFoundBodyJsonapi create custom base image not found body jsonapi // Example: {"version":"1.0"} swagger:model CreateCustomBaseImageNotFoundBodyJsonapi

func (*CreateCustomBaseImageNotFoundBodyJsonapi) ContextValidate

ContextValidate validates this create custom base image not found body jsonapi based on context it is used

func (*CreateCustomBaseImageNotFoundBodyJsonapi) MarshalBinary

func (o *CreateCustomBaseImageNotFoundBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBodyJsonapi) UnmarshalBinary

func (o *CreateCustomBaseImageNotFoundBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageNotFoundBodyJsonapi) Validate

Validate validates this create custom base image not found body jsonapi

type CreateCustomBaseImageParams

type CreateCustomBaseImageParams struct {

	/* Body.

	   The properties used in the creation of a custom base image
	*/
	Body *models.CustomBaseImagePostRequest

	/* Version.

	   The requested version of the endpoint to process the request
	*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateCustomBaseImageParams contains all the parameters to send to the API endpoint

for the create custom base image operation.

Typically these are written to a http.Request.

func NewCreateCustomBaseImageParams

func NewCreateCustomBaseImageParams() *CreateCustomBaseImageParams

NewCreateCustomBaseImageParams creates a new CreateCustomBaseImageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateCustomBaseImageParamsWithContext

func NewCreateCustomBaseImageParamsWithContext(ctx context.Context) *CreateCustomBaseImageParams

NewCreateCustomBaseImageParamsWithContext creates a new CreateCustomBaseImageParams object with the ability to set a context for a request.

func NewCreateCustomBaseImageParamsWithHTTPClient

func NewCreateCustomBaseImageParamsWithHTTPClient(client *http.Client) *CreateCustomBaseImageParams

NewCreateCustomBaseImageParamsWithHTTPClient creates a new CreateCustomBaseImageParams object with the ability to set a custom HTTPClient for a request.

func NewCreateCustomBaseImageParamsWithTimeout

func NewCreateCustomBaseImageParamsWithTimeout(timeout time.Duration) *CreateCustomBaseImageParams

NewCreateCustomBaseImageParamsWithTimeout creates a new CreateCustomBaseImageParams object with the ability to set a timeout on a request.

func (*CreateCustomBaseImageParams) SetBody

SetBody adds the body to the create custom base image params

func (*CreateCustomBaseImageParams) SetContext

func (o *CreateCustomBaseImageParams) SetContext(ctx context.Context)

SetContext adds the context to the create custom base image params

func (*CreateCustomBaseImageParams) SetDefaults

func (o *CreateCustomBaseImageParams) SetDefaults()

SetDefaults hydrates default values in the create custom base image params (not the query body).

All values with no default are reset to their zero value.

func (*CreateCustomBaseImageParams) SetHTTPClient

func (o *CreateCustomBaseImageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create custom base image params

func (*CreateCustomBaseImageParams) SetTimeout

func (o *CreateCustomBaseImageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create custom base image params

func (*CreateCustomBaseImageParams) SetVersion

func (o *CreateCustomBaseImageParams) SetVersion(version string)

SetVersion adds the version to the create custom base image params

func (*CreateCustomBaseImageParams) WithBody

WithBody adds the body to the create custom base image params

func (*CreateCustomBaseImageParams) WithContext

WithContext adds the context to the create custom base image params

func (*CreateCustomBaseImageParams) WithDefaults

WithDefaults hydrates default values in the create custom base image params (not the query body).

All values with no default are reset to their zero value.

func (*CreateCustomBaseImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create custom base image params

func (*CreateCustomBaseImageParams) WithTimeout

WithTimeout adds the timeout to the create custom base image params

func (*CreateCustomBaseImageParams) WithVersion

WithVersion adds the version to the create custom base image params

func (*CreateCustomBaseImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateCustomBaseImageReader

type CreateCustomBaseImageReader struct {
	// contains filtered or unexported fields
}

CreateCustomBaseImageReader is a Reader for the CreateCustomBaseImage structure.

func (*CreateCustomBaseImageReader) ReadResponse

func (o *CreateCustomBaseImageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateCustomBaseImageUnauthorized

type CreateCustomBaseImageUnauthorized struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *CreateCustomBaseImageUnauthorizedBody
}

CreateCustomBaseImageUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token.

func NewCreateCustomBaseImageUnauthorized

func NewCreateCustomBaseImageUnauthorized() *CreateCustomBaseImageUnauthorized

NewCreateCustomBaseImageUnauthorized creates a CreateCustomBaseImageUnauthorized with default headers values

func (*CreateCustomBaseImageUnauthorized) Code

Code gets the status code for the create custom base image unauthorized response

func (*CreateCustomBaseImageUnauthorized) Error

func (*CreateCustomBaseImageUnauthorized) GetPayload

func (*CreateCustomBaseImageUnauthorized) IsClientError

func (o *CreateCustomBaseImageUnauthorized) IsClientError() bool

IsClientError returns true when this create custom base image unauthorized response has a 4xx status code

func (*CreateCustomBaseImageUnauthorized) IsCode

func (o *CreateCustomBaseImageUnauthorized) IsCode(code int) bool

IsCode returns true when this create custom base image unauthorized response a status code equal to that given

func (*CreateCustomBaseImageUnauthorized) IsRedirect

func (o *CreateCustomBaseImageUnauthorized) IsRedirect() bool

IsRedirect returns true when this create custom base image unauthorized response has a 3xx status code

func (*CreateCustomBaseImageUnauthorized) IsServerError

func (o *CreateCustomBaseImageUnauthorized) IsServerError() bool

IsServerError returns true when this create custom base image unauthorized response has a 5xx status code

func (*CreateCustomBaseImageUnauthorized) IsSuccess

func (o *CreateCustomBaseImageUnauthorized) IsSuccess() bool

IsSuccess returns true when this create custom base image unauthorized response has a 2xx status code

func (*CreateCustomBaseImageUnauthorized) String

type CreateCustomBaseImageUnauthorizedBody

type CreateCustomBaseImageUnauthorizedBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*CreateCustomBaseImageUnauthorizedBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *CreateCustomBaseImageUnauthorizedBodyJsonapi `json:"jsonapi"`
}

CreateCustomBaseImageUnauthorizedBody create custom base image unauthorized body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model CreateCustomBaseImageUnauthorizedBody

func (*CreateCustomBaseImageUnauthorizedBody) ContextValidate

func (o *CreateCustomBaseImageUnauthorizedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create custom base image unauthorized body based on the context it is used

func (*CreateCustomBaseImageUnauthorizedBody) MarshalBinary

func (o *CreateCustomBaseImageUnauthorizedBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBody) UnmarshalBinary

func (o *CreateCustomBaseImageUnauthorizedBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBody) Validate

Validate validates this create custom base image unauthorized body

type CreateCustomBaseImageUnauthorizedBodyErrorsItems0

type CreateCustomBaseImageUnauthorizedBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *CreateCustomBaseImageUnauthorizedBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *CreateCustomBaseImageUnauthorizedBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

CreateCustomBaseImageUnauthorizedBodyErrorsItems0 create custom base image unauthorized body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model CreateCustomBaseImageUnauthorizedBodyErrorsItems0

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0) ContextValidate

ContextValidate validate this create custom base image unauthorized body errors items0 based on the context it is used

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0) Validate

Validate validates this create custom base image unauthorized body errors items0

type CreateCustomBaseImageUnauthorizedBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

CreateCustomBaseImageUnauthorizedBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model CreateCustomBaseImageUnauthorizedBodyErrorsItems0Links

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0Links) ContextValidate

ContextValidate validates this create custom base image unauthorized body errors items0 links based on context it is used

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0Links) Validate

Validate validates this create custom base image unauthorized body errors items0 links

type CreateCustomBaseImageUnauthorizedBodyErrorsItems0Source

type CreateCustomBaseImageUnauthorizedBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

CreateCustomBaseImageUnauthorizedBodyErrorsItems0Source create custom base image unauthorized body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model CreateCustomBaseImageUnauthorizedBodyErrorsItems0Source

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0Source) ContextValidate

ContextValidate validates this create custom base image unauthorized body errors items0 source based on context it is used

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBodyErrorsItems0Source) Validate

Validate validates this create custom base image unauthorized body errors items0 source

type CreateCustomBaseImageUnauthorizedBodyJsonapi

type CreateCustomBaseImageUnauthorizedBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

CreateCustomBaseImageUnauthorizedBodyJsonapi create custom base image unauthorized body jsonapi // Example: {"version":"1.0"} swagger:model CreateCustomBaseImageUnauthorizedBodyJsonapi

func (*CreateCustomBaseImageUnauthorizedBodyJsonapi) ContextValidate

ContextValidate validates this create custom base image unauthorized body jsonapi based on context it is used

func (*CreateCustomBaseImageUnauthorizedBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*CreateCustomBaseImageUnauthorizedBodyJsonapi) Validate

Validate validates this create custom base image unauthorized body jsonapi

type DeleteCustomBaseImageInternalServerError

type DeleteCustomBaseImageInternalServerError struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *DeleteCustomBaseImageInternalServerErrorBody
}

DeleteCustomBaseImageInternalServerError describes a response with status code 500, with default header values.

Internal Server Error: An error was encountered while attempting to process the request.

func NewDeleteCustomBaseImageInternalServerError

func NewDeleteCustomBaseImageInternalServerError() *DeleteCustomBaseImageInternalServerError

NewDeleteCustomBaseImageInternalServerError creates a DeleteCustomBaseImageInternalServerError with default headers values

func (*DeleteCustomBaseImageInternalServerError) Code

Code gets the status code for the delete custom base image internal server error response

func (*DeleteCustomBaseImageInternalServerError) Error

func (*DeleteCustomBaseImageInternalServerError) GetPayload

func (*DeleteCustomBaseImageInternalServerError) IsClientError

IsClientError returns true when this delete custom base image internal server error response has a 4xx status code

func (*DeleteCustomBaseImageInternalServerError) IsCode

IsCode returns true when this delete custom base image internal server error response a status code equal to that given

func (*DeleteCustomBaseImageInternalServerError) IsRedirect

IsRedirect returns true when this delete custom base image internal server error response has a 3xx status code

func (*DeleteCustomBaseImageInternalServerError) IsServerError

IsServerError returns true when this delete custom base image internal server error response has a 5xx status code

func (*DeleteCustomBaseImageInternalServerError) IsSuccess

IsSuccess returns true when this delete custom base image internal server error response has a 2xx status code

func (*DeleteCustomBaseImageInternalServerError) String

type DeleteCustomBaseImageInternalServerErrorBody

type DeleteCustomBaseImageInternalServerErrorBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *DeleteCustomBaseImageInternalServerErrorBodyJsonapi `json:"jsonapi"`
}

DeleteCustomBaseImageInternalServerErrorBody delete custom base image internal server error body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model DeleteCustomBaseImageInternalServerErrorBody

func (*DeleteCustomBaseImageInternalServerErrorBody) ContextValidate

ContextValidate validate this delete custom base image internal server error body based on the context it is used

func (*DeleteCustomBaseImageInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBody) Validate

Validate validates this delete custom base image internal server error body

type DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0

type DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0 delete custom base image internal server error body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0) ContextValidate

ContextValidate validate this delete custom base image internal server error body errors items0 based on the context it is used

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0) Validate

Validate validates this delete custom base image internal server error body errors items0

type DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Links

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Links) ContextValidate

ContextValidate validates this delete custom base image internal server error body errors items0 links based on context it is used

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Links) Validate

Validate validates this delete custom base image internal server error body errors items0 links

type DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Source

type DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Source delete custom base image internal server error body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Source

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Source) ContextValidate

ContextValidate validates this delete custom base image internal server error body errors items0 source based on context it is used

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBodyErrorsItems0Source) Validate

Validate validates this delete custom base image internal server error body errors items0 source

type DeleteCustomBaseImageInternalServerErrorBodyJsonapi

type DeleteCustomBaseImageInternalServerErrorBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

DeleteCustomBaseImageInternalServerErrorBodyJsonapi delete custom base image internal server error body jsonapi // Example: {"version":"1.0"} swagger:model DeleteCustomBaseImageInternalServerErrorBodyJsonapi

func (*DeleteCustomBaseImageInternalServerErrorBodyJsonapi) ContextValidate

ContextValidate validates this delete custom base image internal server error body jsonapi based on context it is used

func (*DeleteCustomBaseImageInternalServerErrorBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageInternalServerErrorBodyJsonapi) Validate

Validate validates this delete custom base image internal server error body jsonapi

type DeleteCustomBaseImageNoContent

type DeleteCustomBaseImageNoContent struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime
}

DeleteCustomBaseImageNoContent describes a response with status code 204, with default header values.

Successfully deleted the custom base image

func NewDeleteCustomBaseImageNoContent

func NewDeleteCustomBaseImageNoContent() *DeleteCustomBaseImageNoContent

NewDeleteCustomBaseImageNoContent creates a DeleteCustomBaseImageNoContent with default headers values

func (*DeleteCustomBaseImageNoContent) Code

Code gets the status code for the delete custom base image no content response

func (*DeleteCustomBaseImageNoContent) Error

func (*DeleteCustomBaseImageNoContent) IsClientError

func (o *DeleteCustomBaseImageNoContent) IsClientError() bool

IsClientError returns true when this delete custom base image no content response has a 4xx status code

func (*DeleteCustomBaseImageNoContent) IsCode

func (o *DeleteCustomBaseImageNoContent) IsCode(code int) bool

IsCode returns true when this delete custom base image no content response a status code equal to that given

func (*DeleteCustomBaseImageNoContent) IsRedirect

func (o *DeleteCustomBaseImageNoContent) IsRedirect() bool

IsRedirect returns true when this delete custom base image no content response has a 3xx status code

func (*DeleteCustomBaseImageNoContent) IsServerError

func (o *DeleteCustomBaseImageNoContent) IsServerError() bool

IsServerError returns true when this delete custom base image no content response has a 5xx status code

func (*DeleteCustomBaseImageNoContent) IsSuccess

func (o *DeleteCustomBaseImageNoContent) IsSuccess() bool

IsSuccess returns true when this delete custom base image no content response has a 2xx status code

func (*DeleteCustomBaseImageNoContent) String

type DeleteCustomBaseImageNotFound

type DeleteCustomBaseImageNotFound struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *DeleteCustomBaseImageNotFoundBody
}

DeleteCustomBaseImageNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewDeleteCustomBaseImageNotFound

func NewDeleteCustomBaseImageNotFound() *DeleteCustomBaseImageNotFound

NewDeleteCustomBaseImageNotFound creates a DeleteCustomBaseImageNotFound with default headers values

func (*DeleteCustomBaseImageNotFound) Code

Code gets the status code for the delete custom base image not found response

func (*DeleteCustomBaseImageNotFound) Error

func (*DeleteCustomBaseImageNotFound) GetPayload

func (*DeleteCustomBaseImageNotFound) IsClientError

func (o *DeleteCustomBaseImageNotFound) IsClientError() bool

IsClientError returns true when this delete custom base image not found response has a 4xx status code

func (*DeleteCustomBaseImageNotFound) IsCode

func (o *DeleteCustomBaseImageNotFound) IsCode(code int) bool

IsCode returns true when this delete custom base image not found response a status code equal to that given

func (*DeleteCustomBaseImageNotFound) IsRedirect

func (o *DeleteCustomBaseImageNotFound) IsRedirect() bool

IsRedirect returns true when this delete custom base image not found response has a 3xx status code

func (*DeleteCustomBaseImageNotFound) IsServerError

func (o *DeleteCustomBaseImageNotFound) IsServerError() bool

IsServerError returns true when this delete custom base image not found response has a 5xx status code

func (*DeleteCustomBaseImageNotFound) IsSuccess

func (o *DeleteCustomBaseImageNotFound) IsSuccess() bool

IsSuccess returns true when this delete custom base image not found response has a 2xx status code

func (*DeleteCustomBaseImageNotFound) String

type DeleteCustomBaseImageNotFoundBody

type DeleteCustomBaseImageNotFoundBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*DeleteCustomBaseImageNotFoundBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *DeleteCustomBaseImageNotFoundBodyJsonapi `json:"jsonapi"`
}

DeleteCustomBaseImageNotFoundBody delete custom base image not found body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model DeleteCustomBaseImageNotFoundBody

func (*DeleteCustomBaseImageNotFoundBody) ContextValidate

func (o *DeleteCustomBaseImageNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this delete custom base image not found body based on the context it is used

func (*DeleteCustomBaseImageNotFoundBody) MarshalBinary

func (o *DeleteCustomBaseImageNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBody) UnmarshalBinary

func (o *DeleteCustomBaseImageNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBody) Validate

Validate validates this delete custom base image not found body

type DeleteCustomBaseImageNotFoundBodyErrorsItems0

type DeleteCustomBaseImageNotFoundBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *DeleteCustomBaseImageNotFoundBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *DeleteCustomBaseImageNotFoundBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

DeleteCustomBaseImageNotFoundBodyErrorsItems0 delete custom base image not found body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model DeleteCustomBaseImageNotFoundBodyErrorsItems0

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0) ContextValidate

ContextValidate validate this delete custom base image not found body errors items0 based on the context it is used

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0) Validate

Validate validates this delete custom base image not found body errors items0

type DeleteCustomBaseImageNotFoundBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

DeleteCustomBaseImageNotFoundBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model DeleteCustomBaseImageNotFoundBodyErrorsItems0Links

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0Links) ContextValidate

ContextValidate validates this delete custom base image not found body errors items0 links based on context it is used

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0Links) Validate

Validate validates this delete custom base image not found body errors items0 links

type DeleteCustomBaseImageNotFoundBodyErrorsItems0Source

type DeleteCustomBaseImageNotFoundBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

DeleteCustomBaseImageNotFoundBodyErrorsItems0Source delete custom base image not found body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model DeleteCustomBaseImageNotFoundBodyErrorsItems0Source

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0Source) ContextValidate

ContextValidate validates this delete custom base image not found body errors items0 source based on context it is used

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBodyErrorsItems0Source) Validate

Validate validates this delete custom base image not found body errors items0 source

type DeleteCustomBaseImageNotFoundBodyJsonapi

type DeleteCustomBaseImageNotFoundBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

DeleteCustomBaseImageNotFoundBodyJsonapi delete custom base image not found body jsonapi // Example: {"version":"1.0"} swagger:model DeleteCustomBaseImageNotFoundBodyJsonapi

func (*DeleteCustomBaseImageNotFoundBodyJsonapi) ContextValidate

ContextValidate validates this delete custom base image not found body jsonapi based on context it is used

func (*DeleteCustomBaseImageNotFoundBodyJsonapi) MarshalBinary

func (o *DeleteCustomBaseImageNotFoundBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBodyJsonapi) UnmarshalBinary

func (o *DeleteCustomBaseImageNotFoundBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageNotFoundBodyJsonapi) Validate

Validate validates this delete custom base image not found body jsonapi

type DeleteCustomBaseImageParams

type DeleteCustomBaseImageParams struct {

	/* CustombaseimageID.

	   Unique identifier for custom base image

	   Format: uuid
	*/
	CustombaseimageID strfmt.UUID

	/* Version.

	   The requested version of the endpoint to process the request
	*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteCustomBaseImageParams contains all the parameters to send to the API endpoint

for the delete custom base image operation.

Typically these are written to a http.Request.

func NewDeleteCustomBaseImageParams

func NewDeleteCustomBaseImageParams() *DeleteCustomBaseImageParams

NewDeleteCustomBaseImageParams creates a new DeleteCustomBaseImageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteCustomBaseImageParamsWithContext

func NewDeleteCustomBaseImageParamsWithContext(ctx context.Context) *DeleteCustomBaseImageParams

NewDeleteCustomBaseImageParamsWithContext creates a new DeleteCustomBaseImageParams object with the ability to set a context for a request.

func NewDeleteCustomBaseImageParamsWithHTTPClient

func NewDeleteCustomBaseImageParamsWithHTTPClient(client *http.Client) *DeleteCustomBaseImageParams

NewDeleteCustomBaseImageParamsWithHTTPClient creates a new DeleteCustomBaseImageParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCustomBaseImageParamsWithTimeout

func NewDeleteCustomBaseImageParamsWithTimeout(timeout time.Duration) *DeleteCustomBaseImageParams

NewDeleteCustomBaseImageParamsWithTimeout creates a new DeleteCustomBaseImageParams object with the ability to set a timeout on a request.

func (*DeleteCustomBaseImageParams) SetContext

func (o *DeleteCustomBaseImageParams) SetContext(ctx context.Context)

SetContext adds the context to the delete custom base image params

func (*DeleteCustomBaseImageParams) SetCustombaseimageID

func (o *DeleteCustomBaseImageParams) SetCustombaseimageID(custombaseimageID strfmt.UUID)

SetCustombaseimageID adds the custombaseimageId to the delete custom base image params

func (*DeleteCustomBaseImageParams) SetDefaults

func (o *DeleteCustomBaseImageParams) SetDefaults()

SetDefaults hydrates default values in the delete custom base image params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCustomBaseImageParams) SetHTTPClient

func (o *DeleteCustomBaseImageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete custom base image params

func (*DeleteCustomBaseImageParams) SetTimeout

func (o *DeleteCustomBaseImageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete custom base image params

func (*DeleteCustomBaseImageParams) SetVersion

func (o *DeleteCustomBaseImageParams) SetVersion(version string)

SetVersion adds the version to the delete custom base image params

func (*DeleteCustomBaseImageParams) WithContext

WithContext adds the context to the delete custom base image params

func (*DeleteCustomBaseImageParams) WithCustombaseimageID

func (o *DeleteCustomBaseImageParams) WithCustombaseimageID(custombaseimageID strfmt.UUID) *DeleteCustomBaseImageParams

WithCustombaseimageID adds the custombaseimageID to the delete custom base image params

func (*DeleteCustomBaseImageParams) WithDefaults

WithDefaults hydrates default values in the delete custom base image params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCustomBaseImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete custom base image params

func (*DeleteCustomBaseImageParams) WithTimeout

WithTimeout adds the timeout to the delete custom base image params

func (*DeleteCustomBaseImageParams) WithVersion

WithVersion adds the version to the delete custom base image params

func (*DeleteCustomBaseImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCustomBaseImageReader

type DeleteCustomBaseImageReader struct {
	// contains filtered or unexported fields
}

DeleteCustomBaseImageReader is a Reader for the DeleteCustomBaseImage structure.

func (*DeleteCustomBaseImageReader) ReadResponse

func (o *DeleteCustomBaseImageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteCustomBaseImageUnauthorized

type DeleteCustomBaseImageUnauthorized struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *DeleteCustomBaseImageUnauthorizedBody
}

DeleteCustomBaseImageUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token.

func NewDeleteCustomBaseImageUnauthorized

func NewDeleteCustomBaseImageUnauthorized() *DeleteCustomBaseImageUnauthorized

NewDeleteCustomBaseImageUnauthorized creates a DeleteCustomBaseImageUnauthorized with default headers values

func (*DeleteCustomBaseImageUnauthorized) Code

Code gets the status code for the delete custom base image unauthorized response

func (*DeleteCustomBaseImageUnauthorized) Error

func (*DeleteCustomBaseImageUnauthorized) GetPayload

func (*DeleteCustomBaseImageUnauthorized) IsClientError

func (o *DeleteCustomBaseImageUnauthorized) IsClientError() bool

IsClientError returns true when this delete custom base image unauthorized response has a 4xx status code

func (*DeleteCustomBaseImageUnauthorized) IsCode

func (o *DeleteCustomBaseImageUnauthorized) IsCode(code int) bool

IsCode returns true when this delete custom base image unauthorized response a status code equal to that given

func (*DeleteCustomBaseImageUnauthorized) IsRedirect

func (o *DeleteCustomBaseImageUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete custom base image unauthorized response has a 3xx status code

func (*DeleteCustomBaseImageUnauthorized) IsServerError

func (o *DeleteCustomBaseImageUnauthorized) IsServerError() bool

IsServerError returns true when this delete custom base image unauthorized response has a 5xx status code

func (*DeleteCustomBaseImageUnauthorized) IsSuccess

func (o *DeleteCustomBaseImageUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete custom base image unauthorized response has a 2xx status code

func (*DeleteCustomBaseImageUnauthorized) String

type DeleteCustomBaseImageUnauthorizedBody

type DeleteCustomBaseImageUnauthorizedBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *DeleteCustomBaseImageUnauthorizedBodyJsonapi `json:"jsonapi"`
}

DeleteCustomBaseImageUnauthorizedBody delete custom base image unauthorized body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model DeleteCustomBaseImageUnauthorizedBody

func (*DeleteCustomBaseImageUnauthorizedBody) ContextValidate

func (o *DeleteCustomBaseImageUnauthorizedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this delete custom base image unauthorized body based on the context it is used

func (*DeleteCustomBaseImageUnauthorizedBody) MarshalBinary

func (o *DeleteCustomBaseImageUnauthorizedBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBody) UnmarshalBinary

func (o *DeleteCustomBaseImageUnauthorizedBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBody) Validate

Validate validates this delete custom base image unauthorized body

type DeleteCustomBaseImageUnauthorizedBodyErrorsItems0

type DeleteCustomBaseImageUnauthorizedBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

DeleteCustomBaseImageUnauthorizedBodyErrorsItems0 delete custom base image unauthorized body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model DeleteCustomBaseImageUnauthorizedBodyErrorsItems0

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0) ContextValidate

ContextValidate validate this delete custom base image unauthorized body errors items0 based on the context it is used

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0) Validate

Validate validates this delete custom base image unauthorized body errors items0

type DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Links

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Links) ContextValidate

ContextValidate validates this delete custom base image unauthorized body errors items0 links based on context it is used

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Links) Validate

Validate validates this delete custom base image unauthorized body errors items0 links

type DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Source

type DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Source delete custom base image unauthorized body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Source

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Source) ContextValidate

ContextValidate validates this delete custom base image unauthorized body errors items0 source based on context it is used

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBodyErrorsItems0Source) Validate

Validate validates this delete custom base image unauthorized body errors items0 source

type DeleteCustomBaseImageUnauthorizedBodyJsonapi

type DeleteCustomBaseImageUnauthorizedBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

DeleteCustomBaseImageUnauthorizedBodyJsonapi delete custom base image unauthorized body jsonapi // Example: {"version":"1.0"} swagger:model DeleteCustomBaseImageUnauthorizedBodyJsonapi

func (*DeleteCustomBaseImageUnauthorizedBodyJsonapi) ContextValidate

ContextValidate validates this delete custom base image unauthorized body jsonapi based on context it is used

func (*DeleteCustomBaseImageUnauthorizedBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteCustomBaseImageUnauthorizedBodyJsonapi) Validate

Validate validates this delete custom base image unauthorized body jsonapi

type GetCustomBaseImageBadRequest

type GetCustomBaseImageBadRequest struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImageBadRequestBody
}

GetCustomBaseImageBadRequest describes a response with status code 400, with default header values.

Bad Request: A parameter provided as a part of the request was invalid.

func NewGetCustomBaseImageBadRequest

func NewGetCustomBaseImageBadRequest() *GetCustomBaseImageBadRequest

NewGetCustomBaseImageBadRequest creates a GetCustomBaseImageBadRequest with default headers values

func (*GetCustomBaseImageBadRequest) Code

Code gets the status code for the get custom base image bad request response

func (*GetCustomBaseImageBadRequest) Error

func (*GetCustomBaseImageBadRequest) GetPayload

func (*GetCustomBaseImageBadRequest) IsClientError

func (o *GetCustomBaseImageBadRequest) IsClientError() bool

IsClientError returns true when this get custom base image bad request response has a 4xx status code

func (*GetCustomBaseImageBadRequest) IsCode

func (o *GetCustomBaseImageBadRequest) IsCode(code int) bool

IsCode returns true when this get custom base image bad request response a status code equal to that given

func (*GetCustomBaseImageBadRequest) IsRedirect

func (o *GetCustomBaseImageBadRequest) IsRedirect() bool

IsRedirect returns true when this get custom base image bad request response has a 3xx status code

func (*GetCustomBaseImageBadRequest) IsServerError

func (o *GetCustomBaseImageBadRequest) IsServerError() bool

IsServerError returns true when this get custom base image bad request response has a 5xx status code

func (*GetCustomBaseImageBadRequest) IsSuccess

func (o *GetCustomBaseImageBadRequest) IsSuccess() bool

IsSuccess returns true when this get custom base image bad request response has a 2xx status code

func (*GetCustomBaseImageBadRequest) String

type GetCustomBaseImageBadRequestBody

type GetCustomBaseImageBadRequestBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImageBadRequestBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImageBadRequestBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImageBadRequestBody get custom base image bad request body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImageBadRequestBody

func (*GetCustomBaseImageBadRequestBody) ContextValidate

func (o *GetCustomBaseImageBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get custom base image bad request body based on the context it is used

func (*GetCustomBaseImageBadRequestBody) MarshalBinary

func (o *GetCustomBaseImageBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBody) UnmarshalBinary

func (o *GetCustomBaseImageBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBody) Validate

Validate validates this get custom base image bad request body

type GetCustomBaseImageBadRequestBodyErrorsItems0

type GetCustomBaseImageBadRequestBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImageBadRequestBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImageBadRequestBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImageBadRequestBodyErrorsItems0 get custom base image bad request body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImageBadRequestBodyErrorsItems0

func (*GetCustomBaseImageBadRequestBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base image bad request body errors items0 based on the context it is used

func (*GetCustomBaseImageBadRequestBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBodyErrorsItems0) Validate

Validate validates this get custom base image bad request body errors items0

type GetCustomBaseImageBadRequestBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImageBadRequestBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImageBadRequestBodyErrorsItems0Links

func (*GetCustomBaseImageBadRequestBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base image bad request body errors items0 links based on context it is used

func (*GetCustomBaseImageBadRequestBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBodyErrorsItems0Links) Validate

Validate validates this get custom base image bad request body errors items0 links

type GetCustomBaseImageBadRequestBodyErrorsItems0Source

type GetCustomBaseImageBadRequestBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImageBadRequestBodyErrorsItems0Source get custom base image bad request body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImageBadRequestBodyErrorsItems0Source

func (*GetCustomBaseImageBadRequestBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base image bad request body errors items0 source based on context it is used

func (*GetCustomBaseImageBadRequestBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBodyErrorsItems0Source) Validate

Validate validates this get custom base image bad request body errors items0 source

type GetCustomBaseImageBadRequestBodyJsonapi

type GetCustomBaseImageBadRequestBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImageBadRequestBodyJsonapi get custom base image bad request body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImageBadRequestBodyJsonapi

func (*GetCustomBaseImageBadRequestBodyJsonapi) ContextValidate

ContextValidate validates this get custom base image bad request body jsonapi based on context it is used

func (*GetCustomBaseImageBadRequestBodyJsonapi) MarshalBinary

func (o *GetCustomBaseImageBadRequestBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBodyJsonapi) UnmarshalBinary

func (o *GetCustomBaseImageBadRequestBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageBadRequestBodyJsonapi) Validate

Validate validates this get custom base image bad request body jsonapi

type GetCustomBaseImageForbidden

type GetCustomBaseImageForbidden struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImageForbiddenBody
}

GetCustomBaseImageForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewGetCustomBaseImageForbidden

func NewGetCustomBaseImageForbidden() *GetCustomBaseImageForbidden

NewGetCustomBaseImageForbidden creates a GetCustomBaseImageForbidden with default headers values

func (*GetCustomBaseImageForbidden) Code

func (o *GetCustomBaseImageForbidden) Code() int

Code gets the status code for the get custom base image forbidden response

func (*GetCustomBaseImageForbidden) Error

func (*GetCustomBaseImageForbidden) GetPayload

func (*GetCustomBaseImageForbidden) IsClientError

func (o *GetCustomBaseImageForbidden) IsClientError() bool

IsClientError returns true when this get custom base image forbidden response has a 4xx status code

func (*GetCustomBaseImageForbidden) IsCode

func (o *GetCustomBaseImageForbidden) IsCode(code int) bool

IsCode returns true when this get custom base image forbidden response a status code equal to that given

func (*GetCustomBaseImageForbidden) IsRedirect

func (o *GetCustomBaseImageForbidden) IsRedirect() bool

IsRedirect returns true when this get custom base image forbidden response has a 3xx status code

func (*GetCustomBaseImageForbidden) IsServerError

func (o *GetCustomBaseImageForbidden) IsServerError() bool

IsServerError returns true when this get custom base image forbidden response has a 5xx status code

func (*GetCustomBaseImageForbidden) IsSuccess

func (o *GetCustomBaseImageForbidden) IsSuccess() bool

IsSuccess returns true when this get custom base image forbidden response has a 2xx status code

func (*GetCustomBaseImageForbidden) String

func (o *GetCustomBaseImageForbidden) String() string

type GetCustomBaseImageForbiddenBody

type GetCustomBaseImageForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImageForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImageForbiddenBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImageForbiddenBody get custom base image forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImageForbiddenBody

func (*GetCustomBaseImageForbiddenBody) ContextValidate

func (o *GetCustomBaseImageForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get custom base image forbidden body based on the context it is used

func (*GetCustomBaseImageForbiddenBody) MarshalBinary

func (o *GetCustomBaseImageForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBody) UnmarshalBinary

func (o *GetCustomBaseImageForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBody) Validate

Validate validates this get custom base image forbidden body

type GetCustomBaseImageForbiddenBodyErrorsItems0

type GetCustomBaseImageForbiddenBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImageForbiddenBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImageForbiddenBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImageForbiddenBodyErrorsItems0 get custom base image forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImageForbiddenBodyErrorsItems0

func (*GetCustomBaseImageForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base image forbidden body errors items0 based on the context it is used

func (*GetCustomBaseImageForbiddenBodyErrorsItems0) MarshalBinary

func (o *GetCustomBaseImageForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBodyErrorsItems0) UnmarshalBinary

func (o *GetCustomBaseImageForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBodyErrorsItems0) Validate

Validate validates this get custom base image forbidden body errors items0

type GetCustomBaseImageForbiddenBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImageForbiddenBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImageForbiddenBodyErrorsItems0Links

func (*GetCustomBaseImageForbiddenBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base image forbidden body errors items0 links based on context it is used

func (*GetCustomBaseImageForbiddenBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBodyErrorsItems0Links) Validate

Validate validates this get custom base image forbidden body errors items0 links

type GetCustomBaseImageForbiddenBodyErrorsItems0Source

type GetCustomBaseImageForbiddenBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImageForbiddenBodyErrorsItems0Source get custom base image forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImageForbiddenBodyErrorsItems0Source

func (*GetCustomBaseImageForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base image forbidden body errors items0 source based on context it is used

func (*GetCustomBaseImageForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBodyErrorsItems0Source) Validate

Validate validates this get custom base image forbidden body errors items0 source

type GetCustomBaseImageForbiddenBodyJsonapi

type GetCustomBaseImageForbiddenBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImageForbiddenBodyJsonapi get custom base image forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImageForbiddenBodyJsonapi

func (*GetCustomBaseImageForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this get custom base image forbidden body jsonapi based on context it is used

func (*GetCustomBaseImageForbiddenBodyJsonapi) MarshalBinary

func (o *GetCustomBaseImageForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBodyJsonapi) UnmarshalBinary

func (o *GetCustomBaseImageForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageForbiddenBodyJsonapi) Validate

Validate validates this get custom base image forbidden body jsonapi

type GetCustomBaseImageInternalServerError

type GetCustomBaseImageInternalServerError struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImageInternalServerErrorBody
}

GetCustomBaseImageInternalServerError describes a response with status code 500, with default header values.

Internal Server Error: An error was encountered while attempting to process the request.

func NewGetCustomBaseImageInternalServerError

func NewGetCustomBaseImageInternalServerError() *GetCustomBaseImageInternalServerError

NewGetCustomBaseImageInternalServerError creates a GetCustomBaseImageInternalServerError with default headers values

func (*GetCustomBaseImageInternalServerError) Code

Code gets the status code for the get custom base image internal server error response

func (*GetCustomBaseImageInternalServerError) Error

func (*GetCustomBaseImageInternalServerError) GetPayload

func (*GetCustomBaseImageInternalServerError) IsClientError

func (o *GetCustomBaseImageInternalServerError) IsClientError() bool

IsClientError returns true when this get custom base image internal server error response has a 4xx status code

func (*GetCustomBaseImageInternalServerError) IsCode

IsCode returns true when this get custom base image internal server error response a status code equal to that given

func (*GetCustomBaseImageInternalServerError) IsRedirect

IsRedirect returns true when this get custom base image internal server error response has a 3xx status code

func (*GetCustomBaseImageInternalServerError) IsServerError

func (o *GetCustomBaseImageInternalServerError) IsServerError() bool

IsServerError returns true when this get custom base image internal server error response has a 5xx status code

func (*GetCustomBaseImageInternalServerError) IsSuccess

IsSuccess returns true when this get custom base image internal server error response has a 2xx status code

func (*GetCustomBaseImageInternalServerError) String

type GetCustomBaseImageInternalServerErrorBody

type GetCustomBaseImageInternalServerErrorBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImageInternalServerErrorBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImageInternalServerErrorBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImageInternalServerErrorBody get custom base image internal server error body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImageInternalServerErrorBody

func (*GetCustomBaseImageInternalServerErrorBody) ContextValidate

ContextValidate validate this get custom base image internal server error body based on the context it is used

func (*GetCustomBaseImageInternalServerErrorBody) MarshalBinary

func (o *GetCustomBaseImageInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBody) UnmarshalBinary

func (o *GetCustomBaseImageInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBody) Validate

Validate validates this get custom base image internal server error body

type GetCustomBaseImageInternalServerErrorBodyErrorsItems0

type GetCustomBaseImageInternalServerErrorBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImageInternalServerErrorBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImageInternalServerErrorBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImageInternalServerErrorBodyErrorsItems0 get custom base image internal server error body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImageInternalServerErrorBodyErrorsItems0

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base image internal server error body errors items0 based on the context it is used

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0) Validate

Validate validates this get custom base image internal server error body errors items0

type GetCustomBaseImageInternalServerErrorBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImageInternalServerErrorBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImageInternalServerErrorBodyErrorsItems0Links

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base image internal server error body errors items0 links based on context it is used

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0Links) Validate

Validate validates this get custom base image internal server error body errors items0 links

type GetCustomBaseImageInternalServerErrorBodyErrorsItems0Source

type GetCustomBaseImageInternalServerErrorBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImageInternalServerErrorBodyErrorsItems0Source get custom base image internal server error body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImageInternalServerErrorBodyErrorsItems0Source

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base image internal server error body errors items0 source based on context it is used

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBodyErrorsItems0Source) Validate

Validate validates this get custom base image internal server error body errors items0 source

type GetCustomBaseImageInternalServerErrorBodyJsonapi

type GetCustomBaseImageInternalServerErrorBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImageInternalServerErrorBodyJsonapi get custom base image internal server error body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImageInternalServerErrorBodyJsonapi

func (*GetCustomBaseImageInternalServerErrorBodyJsonapi) ContextValidate

ContextValidate validates this get custom base image internal server error body jsonapi based on context it is used

func (*GetCustomBaseImageInternalServerErrorBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageInternalServerErrorBodyJsonapi) Validate

Validate validates this get custom base image internal server error body jsonapi

type GetCustomBaseImageNotFound

type GetCustomBaseImageNotFound struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImageNotFoundBody
}

GetCustomBaseImageNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewGetCustomBaseImageNotFound

func NewGetCustomBaseImageNotFound() *GetCustomBaseImageNotFound

NewGetCustomBaseImageNotFound creates a GetCustomBaseImageNotFound with default headers values

func (*GetCustomBaseImageNotFound) Code

func (o *GetCustomBaseImageNotFound) Code() int

Code gets the status code for the get custom base image not found response

func (*GetCustomBaseImageNotFound) Error

func (*GetCustomBaseImageNotFound) GetPayload

func (*GetCustomBaseImageNotFound) IsClientError

func (o *GetCustomBaseImageNotFound) IsClientError() bool

IsClientError returns true when this get custom base image not found response has a 4xx status code

func (*GetCustomBaseImageNotFound) IsCode

func (o *GetCustomBaseImageNotFound) IsCode(code int) bool

IsCode returns true when this get custom base image not found response a status code equal to that given

func (*GetCustomBaseImageNotFound) IsRedirect

func (o *GetCustomBaseImageNotFound) IsRedirect() bool

IsRedirect returns true when this get custom base image not found response has a 3xx status code

func (*GetCustomBaseImageNotFound) IsServerError

func (o *GetCustomBaseImageNotFound) IsServerError() bool

IsServerError returns true when this get custom base image not found response has a 5xx status code

func (*GetCustomBaseImageNotFound) IsSuccess

func (o *GetCustomBaseImageNotFound) IsSuccess() bool

IsSuccess returns true when this get custom base image not found response has a 2xx status code

func (*GetCustomBaseImageNotFound) String

func (o *GetCustomBaseImageNotFound) String() string

type GetCustomBaseImageNotFoundBody

type GetCustomBaseImageNotFoundBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImageNotFoundBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImageNotFoundBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImageNotFoundBody get custom base image not found body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImageNotFoundBody

func (*GetCustomBaseImageNotFoundBody) ContextValidate

func (o *GetCustomBaseImageNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get custom base image not found body based on the context it is used

func (*GetCustomBaseImageNotFoundBody) MarshalBinary

func (o *GetCustomBaseImageNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBody) UnmarshalBinary

func (o *GetCustomBaseImageNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBody) Validate

func (o *GetCustomBaseImageNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this get custom base image not found body

type GetCustomBaseImageNotFoundBodyErrorsItems0

type GetCustomBaseImageNotFoundBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImageNotFoundBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImageNotFoundBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImageNotFoundBodyErrorsItems0 get custom base image not found body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImageNotFoundBodyErrorsItems0

func (*GetCustomBaseImageNotFoundBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base image not found body errors items0 based on the context it is used

func (*GetCustomBaseImageNotFoundBodyErrorsItems0) MarshalBinary

func (o *GetCustomBaseImageNotFoundBodyErrorsItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBodyErrorsItems0) UnmarshalBinary

func (o *GetCustomBaseImageNotFoundBodyErrorsItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBodyErrorsItems0) Validate

Validate validates this get custom base image not found body errors items0

type GetCustomBaseImageNotFoundBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImageNotFoundBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImageNotFoundBodyErrorsItems0Links

func (*GetCustomBaseImageNotFoundBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base image not found body errors items0 links based on context it is used

func (*GetCustomBaseImageNotFoundBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBodyErrorsItems0Links) Validate

Validate validates this get custom base image not found body errors items0 links

type GetCustomBaseImageNotFoundBodyErrorsItems0Source

type GetCustomBaseImageNotFoundBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImageNotFoundBodyErrorsItems0Source get custom base image not found body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImageNotFoundBodyErrorsItems0Source

func (*GetCustomBaseImageNotFoundBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base image not found body errors items0 source based on context it is used

func (*GetCustomBaseImageNotFoundBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBodyErrorsItems0Source) Validate

Validate validates this get custom base image not found body errors items0 source

type GetCustomBaseImageNotFoundBodyJsonapi

type GetCustomBaseImageNotFoundBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImageNotFoundBodyJsonapi get custom base image not found body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImageNotFoundBodyJsonapi

func (*GetCustomBaseImageNotFoundBodyJsonapi) ContextValidate

func (o *GetCustomBaseImageNotFoundBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this get custom base image not found body jsonapi based on context it is used

func (*GetCustomBaseImageNotFoundBodyJsonapi) MarshalBinary

func (o *GetCustomBaseImageNotFoundBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBodyJsonapi) UnmarshalBinary

func (o *GetCustomBaseImageNotFoundBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageNotFoundBodyJsonapi) Validate

Validate validates this get custom base image not found body jsonapi

type GetCustomBaseImageOK

type GetCustomBaseImageOK struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *models.CustomBaseImageResponse
}

GetCustomBaseImageOK describes a response with status code 200, with default header values.

Returns a custom base image

func NewGetCustomBaseImageOK

func NewGetCustomBaseImageOK() *GetCustomBaseImageOK

NewGetCustomBaseImageOK creates a GetCustomBaseImageOK with default headers values

func (*GetCustomBaseImageOK) Code

func (o *GetCustomBaseImageOK) Code() int

Code gets the status code for the get custom base image o k response

func (*GetCustomBaseImageOK) Error

func (o *GetCustomBaseImageOK) Error() string

func (*GetCustomBaseImageOK) GetPayload

func (*GetCustomBaseImageOK) IsClientError

func (o *GetCustomBaseImageOK) IsClientError() bool

IsClientError returns true when this get custom base image o k response has a 4xx status code

func (*GetCustomBaseImageOK) IsCode

func (o *GetCustomBaseImageOK) IsCode(code int) bool

IsCode returns true when this get custom base image o k response a status code equal to that given

func (*GetCustomBaseImageOK) IsRedirect

func (o *GetCustomBaseImageOK) IsRedirect() bool

IsRedirect returns true when this get custom base image o k response has a 3xx status code

func (*GetCustomBaseImageOK) IsServerError

func (o *GetCustomBaseImageOK) IsServerError() bool

IsServerError returns true when this get custom base image o k response has a 5xx status code

func (*GetCustomBaseImageOK) IsSuccess

func (o *GetCustomBaseImageOK) IsSuccess() bool

IsSuccess returns true when this get custom base image o k response has a 2xx status code

func (*GetCustomBaseImageOK) String

func (o *GetCustomBaseImageOK) String() string

type GetCustomBaseImageParams

type GetCustomBaseImageParams struct {

	/* CustombaseimageID.

	   Unique identifier for custom base image

	   Format: uuid
	*/
	CustombaseimageID strfmt.UUID

	/* Version.

	   The requested version of the endpoint to process the request
	*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCustomBaseImageParams contains all the parameters to send to the API endpoint

for the get custom base image operation.

Typically these are written to a http.Request.

func NewGetCustomBaseImageParams

func NewGetCustomBaseImageParams() *GetCustomBaseImageParams

NewGetCustomBaseImageParams creates a new GetCustomBaseImageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCustomBaseImageParamsWithContext

func NewGetCustomBaseImageParamsWithContext(ctx context.Context) *GetCustomBaseImageParams

NewGetCustomBaseImageParamsWithContext creates a new GetCustomBaseImageParams object with the ability to set a context for a request.

func NewGetCustomBaseImageParamsWithHTTPClient

func NewGetCustomBaseImageParamsWithHTTPClient(client *http.Client) *GetCustomBaseImageParams

NewGetCustomBaseImageParamsWithHTTPClient creates a new GetCustomBaseImageParams object with the ability to set a custom HTTPClient for a request.

func NewGetCustomBaseImageParamsWithTimeout

func NewGetCustomBaseImageParamsWithTimeout(timeout time.Duration) *GetCustomBaseImageParams

NewGetCustomBaseImageParamsWithTimeout creates a new GetCustomBaseImageParams object with the ability to set a timeout on a request.

func (*GetCustomBaseImageParams) SetContext

func (o *GetCustomBaseImageParams) SetContext(ctx context.Context)

SetContext adds the context to the get custom base image params

func (*GetCustomBaseImageParams) SetCustombaseimageID

func (o *GetCustomBaseImageParams) SetCustombaseimageID(custombaseimageID strfmt.UUID)

SetCustombaseimageID adds the custombaseimageId to the get custom base image params

func (*GetCustomBaseImageParams) SetDefaults

func (o *GetCustomBaseImageParams) SetDefaults()

SetDefaults hydrates default values in the get custom base image params (not the query body).

All values with no default are reset to their zero value.

func (*GetCustomBaseImageParams) SetHTTPClient

func (o *GetCustomBaseImageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get custom base image params

func (*GetCustomBaseImageParams) SetTimeout

func (o *GetCustomBaseImageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get custom base image params

func (*GetCustomBaseImageParams) SetVersion

func (o *GetCustomBaseImageParams) SetVersion(version string)

SetVersion adds the version to the get custom base image params

func (*GetCustomBaseImageParams) WithContext

WithContext adds the context to the get custom base image params

func (*GetCustomBaseImageParams) WithCustombaseimageID

func (o *GetCustomBaseImageParams) WithCustombaseimageID(custombaseimageID strfmt.UUID) *GetCustomBaseImageParams

WithCustombaseimageID adds the custombaseimageID to the get custom base image params

func (*GetCustomBaseImageParams) WithDefaults

WithDefaults hydrates default values in the get custom base image params (not the query body).

All values with no default are reset to their zero value.

func (*GetCustomBaseImageParams) WithHTTPClient

func (o *GetCustomBaseImageParams) WithHTTPClient(client *http.Client) *GetCustomBaseImageParams

WithHTTPClient adds the HTTPClient to the get custom base image params

func (*GetCustomBaseImageParams) WithTimeout

WithTimeout adds the timeout to the get custom base image params

func (*GetCustomBaseImageParams) WithVersion

func (o *GetCustomBaseImageParams) WithVersion(version string) *GetCustomBaseImageParams

WithVersion adds the version to the get custom base image params

func (*GetCustomBaseImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCustomBaseImageReader

type GetCustomBaseImageReader struct {
	// contains filtered or unexported fields
}

GetCustomBaseImageReader is a Reader for the GetCustomBaseImage structure.

func (*GetCustomBaseImageReader) ReadResponse

func (o *GetCustomBaseImageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCustomBaseImageUnauthorized

type GetCustomBaseImageUnauthorized struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImageUnauthorizedBody
}

GetCustomBaseImageUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token.

func NewGetCustomBaseImageUnauthorized

func NewGetCustomBaseImageUnauthorized() *GetCustomBaseImageUnauthorized

NewGetCustomBaseImageUnauthorized creates a GetCustomBaseImageUnauthorized with default headers values

func (*GetCustomBaseImageUnauthorized) Code

Code gets the status code for the get custom base image unauthorized response

func (*GetCustomBaseImageUnauthorized) Error

func (*GetCustomBaseImageUnauthorized) GetPayload

func (*GetCustomBaseImageUnauthorized) IsClientError

func (o *GetCustomBaseImageUnauthorized) IsClientError() bool

IsClientError returns true when this get custom base image unauthorized response has a 4xx status code

func (*GetCustomBaseImageUnauthorized) IsCode

func (o *GetCustomBaseImageUnauthorized) IsCode(code int) bool

IsCode returns true when this get custom base image unauthorized response a status code equal to that given

func (*GetCustomBaseImageUnauthorized) IsRedirect

func (o *GetCustomBaseImageUnauthorized) IsRedirect() bool

IsRedirect returns true when this get custom base image unauthorized response has a 3xx status code

func (*GetCustomBaseImageUnauthorized) IsServerError

func (o *GetCustomBaseImageUnauthorized) IsServerError() bool

IsServerError returns true when this get custom base image unauthorized response has a 5xx status code

func (*GetCustomBaseImageUnauthorized) IsSuccess

func (o *GetCustomBaseImageUnauthorized) IsSuccess() bool

IsSuccess returns true when this get custom base image unauthorized response has a 2xx status code

func (*GetCustomBaseImageUnauthorized) String

type GetCustomBaseImageUnauthorizedBody

type GetCustomBaseImageUnauthorizedBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImageUnauthorizedBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImageUnauthorizedBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImageUnauthorizedBody get custom base image unauthorized body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImageUnauthorizedBody

func (*GetCustomBaseImageUnauthorizedBody) ContextValidate

func (o *GetCustomBaseImageUnauthorizedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get custom base image unauthorized body based on the context it is used

func (*GetCustomBaseImageUnauthorizedBody) MarshalBinary

func (o *GetCustomBaseImageUnauthorizedBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBody) UnmarshalBinary

func (o *GetCustomBaseImageUnauthorizedBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBody) Validate

Validate validates this get custom base image unauthorized body

type GetCustomBaseImageUnauthorizedBodyErrorsItems0

type GetCustomBaseImageUnauthorizedBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImageUnauthorizedBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImageUnauthorizedBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImageUnauthorizedBodyErrorsItems0 get custom base image unauthorized body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImageUnauthorizedBodyErrorsItems0

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base image unauthorized body errors items0 based on the context it is used

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0) Validate

Validate validates this get custom base image unauthorized body errors items0

type GetCustomBaseImageUnauthorizedBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImageUnauthorizedBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImageUnauthorizedBodyErrorsItems0Links

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base image unauthorized body errors items0 links based on context it is used

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0Links) Validate

Validate validates this get custom base image unauthorized body errors items0 links

type GetCustomBaseImageUnauthorizedBodyErrorsItems0Source

type GetCustomBaseImageUnauthorizedBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImageUnauthorizedBodyErrorsItems0Source get custom base image unauthorized body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImageUnauthorizedBodyErrorsItems0Source

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base image unauthorized body errors items0 source based on context it is used

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBodyErrorsItems0Source) Validate

Validate validates this get custom base image unauthorized body errors items0 source

type GetCustomBaseImageUnauthorizedBodyJsonapi

type GetCustomBaseImageUnauthorizedBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImageUnauthorizedBodyJsonapi get custom base image unauthorized body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImageUnauthorizedBodyJsonapi

func (*GetCustomBaseImageUnauthorizedBodyJsonapi) ContextValidate

ContextValidate validates this get custom base image unauthorized body jsonapi based on context it is used

func (*GetCustomBaseImageUnauthorizedBodyJsonapi) MarshalBinary

func (o *GetCustomBaseImageUnauthorizedBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBodyJsonapi) UnmarshalBinary

func (o *GetCustomBaseImageUnauthorizedBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImageUnauthorizedBodyJsonapi) Validate

Validate validates this get custom base image unauthorized body jsonapi

type GetCustomBaseImagesBadRequest

type GetCustomBaseImagesBadRequest struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImagesBadRequestBody
}

GetCustomBaseImagesBadRequest describes a response with status code 400, with default header values.

Bad Request: A parameter provided as a part of the request was invalid.

func NewGetCustomBaseImagesBadRequest

func NewGetCustomBaseImagesBadRequest() *GetCustomBaseImagesBadRequest

NewGetCustomBaseImagesBadRequest creates a GetCustomBaseImagesBadRequest with default headers values

func (*GetCustomBaseImagesBadRequest) Code

Code gets the status code for the get custom base images bad request response

func (*GetCustomBaseImagesBadRequest) Error

func (*GetCustomBaseImagesBadRequest) GetPayload

func (*GetCustomBaseImagesBadRequest) IsClientError

func (o *GetCustomBaseImagesBadRequest) IsClientError() bool

IsClientError returns true when this get custom base images bad request response has a 4xx status code

func (*GetCustomBaseImagesBadRequest) IsCode

func (o *GetCustomBaseImagesBadRequest) IsCode(code int) bool

IsCode returns true when this get custom base images bad request response a status code equal to that given

func (*GetCustomBaseImagesBadRequest) IsRedirect

func (o *GetCustomBaseImagesBadRequest) IsRedirect() bool

IsRedirect returns true when this get custom base images bad request response has a 3xx status code

func (*GetCustomBaseImagesBadRequest) IsServerError

func (o *GetCustomBaseImagesBadRequest) IsServerError() bool

IsServerError returns true when this get custom base images bad request response has a 5xx status code

func (*GetCustomBaseImagesBadRequest) IsSuccess

func (o *GetCustomBaseImagesBadRequest) IsSuccess() bool

IsSuccess returns true when this get custom base images bad request response has a 2xx status code

func (*GetCustomBaseImagesBadRequest) String

type GetCustomBaseImagesBadRequestBody

type GetCustomBaseImagesBadRequestBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImagesBadRequestBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImagesBadRequestBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImagesBadRequestBody get custom base images bad request body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImagesBadRequestBody

func (*GetCustomBaseImagesBadRequestBody) ContextValidate

func (o *GetCustomBaseImagesBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get custom base images bad request body based on the context it is used

func (*GetCustomBaseImagesBadRequestBody) MarshalBinary

func (o *GetCustomBaseImagesBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBody) UnmarshalBinary

func (o *GetCustomBaseImagesBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBody) Validate

Validate validates this get custom base images bad request body

type GetCustomBaseImagesBadRequestBodyErrorsItems0

type GetCustomBaseImagesBadRequestBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImagesBadRequestBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImagesBadRequestBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImagesBadRequestBodyErrorsItems0 get custom base images bad request body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImagesBadRequestBodyErrorsItems0

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base images bad request body errors items0 based on the context it is used

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0) Validate

Validate validates this get custom base images bad request body errors items0

type GetCustomBaseImagesBadRequestBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImagesBadRequestBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImagesBadRequestBodyErrorsItems0Links

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base images bad request body errors items0 links based on context it is used

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0Links) Validate

Validate validates this get custom base images bad request body errors items0 links

type GetCustomBaseImagesBadRequestBodyErrorsItems0Source

type GetCustomBaseImagesBadRequestBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImagesBadRequestBodyErrorsItems0Source get custom base images bad request body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImagesBadRequestBodyErrorsItems0Source

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base images bad request body errors items0 source based on context it is used

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBodyErrorsItems0Source) Validate

Validate validates this get custom base images bad request body errors items0 source

type GetCustomBaseImagesBadRequestBodyJsonapi

type GetCustomBaseImagesBadRequestBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImagesBadRequestBodyJsonapi get custom base images bad request body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImagesBadRequestBodyJsonapi

func (*GetCustomBaseImagesBadRequestBodyJsonapi) ContextValidate

ContextValidate validates this get custom base images bad request body jsonapi based on context it is used

func (*GetCustomBaseImagesBadRequestBodyJsonapi) MarshalBinary

func (o *GetCustomBaseImagesBadRequestBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBodyJsonapi) UnmarshalBinary

func (o *GetCustomBaseImagesBadRequestBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesBadRequestBodyJsonapi) Validate

Validate validates this get custom base images bad request body jsonapi

type GetCustomBaseImagesForbidden

type GetCustomBaseImagesForbidden struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImagesForbiddenBody
}

GetCustomBaseImagesForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewGetCustomBaseImagesForbidden

func NewGetCustomBaseImagesForbidden() *GetCustomBaseImagesForbidden

NewGetCustomBaseImagesForbidden creates a GetCustomBaseImagesForbidden with default headers values

func (*GetCustomBaseImagesForbidden) Code

Code gets the status code for the get custom base images forbidden response

func (*GetCustomBaseImagesForbidden) Error

func (*GetCustomBaseImagesForbidden) GetPayload

func (*GetCustomBaseImagesForbidden) IsClientError

func (o *GetCustomBaseImagesForbidden) IsClientError() bool

IsClientError returns true when this get custom base images forbidden response has a 4xx status code

func (*GetCustomBaseImagesForbidden) IsCode

func (o *GetCustomBaseImagesForbidden) IsCode(code int) bool

IsCode returns true when this get custom base images forbidden response a status code equal to that given

func (*GetCustomBaseImagesForbidden) IsRedirect

func (o *GetCustomBaseImagesForbidden) IsRedirect() bool

IsRedirect returns true when this get custom base images forbidden response has a 3xx status code

func (*GetCustomBaseImagesForbidden) IsServerError

func (o *GetCustomBaseImagesForbidden) IsServerError() bool

IsServerError returns true when this get custom base images forbidden response has a 5xx status code

func (*GetCustomBaseImagesForbidden) IsSuccess

func (o *GetCustomBaseImagesForbidden) IsSuccess() bool

IsSuccess returns true when this get custom base images forbidden response has a 2xx status code

func (*GetCustomBaseImagesForbidden) String

type GetCustomBaseImagesForbiddenBody

type GetCustomBaseImagesForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImagesForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImagesForbiddenBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImagesForbiddenBody get custom base images forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImagesForbiddenBody

func (*GetCustomBaseImagesForbiddenBody) ContextValidate

func (o *GetCustomBaseImagesForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get custom base images forbidden body based on the context it is used

func (*GetCustomBaseImagesForbiddenBody) MarshalBinary

func (o *GetCustomBaseImagesForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBody) UnmarshalBinary

func (o *GetCustomBaseImagesForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBody) Validate

Validate validates this get custom base images forbidden body

type GetCustomBaseImagesForbiddenBodyErrorsItems0

type GetCustomBaseImagesForbiddenBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImagesForbiddenBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImagesForbiddenBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImagesForbiddenBodyErrorsItems0 get custom base images forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImagesForbiddenBodyErrorsItems0

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base images forbidden body errors items0 based on the context it is used

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0) Validate

Validate validates this get custom base images forbidden body errors items0

type GetCustomBaseImagesForbiddenBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImagesForbiddenBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImagesForbiddenBodyErrorsItems0Links

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base images forbidden body errors items0 links based on context it is used

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0Links) Validate

Validate validates this get custom base images forbidden body errors items0 links

type GetCustomBaseImagesForbiddenBodyErrorsItems0Source

type GetCustomBaseImagesForbiddenBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImagesForbiddenBodyErrorsItems0Source get custom base images forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImagesForbiddenBodyErrorsItems0Source

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base images forbidden body errors items0 source based on context it is used

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBodyErrorsItems0Source) Validate

Validate validates this get custom base images forbidden body errors items0 source

type GetCustomBaseImagesForbiddenBodyJsonapi

type GetCustomBaseImagesForbiddenBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImagesForbiddenBodyJsonapi get custom base images forbidden body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImagesForbiddenBodyJsonapi

func (*GetCustomBaseImagesForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this get custom base images forbidden body jsonapi based on context it is used

func (*GetCustomBaseImagesForbiddenBodyJsonapi) MarshalBinary

func (o *GetCustomBaseImagesForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBodyJsonapi) UnmarshalBinary

func (o *GetCustomBaseImagesForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesForbiddenBodyJsonapi) Validate

Validate validates this get custom base images forbidden body jsonapi

type GetCustomBaseImagesInternalServerError

type GetCustomBaseImagesInternalServerError struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImagesInternalServerErrorBody
}

GetCustomBaseImagesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error: An error was encountered while attempting to process the request.

func NewGetCustomBaseImagesInternalServerError

func NewGetCustomBaseImagesInternalServerError() *GetCustomBaseImagesInternalServerError

NewGetCustomBaseImagesInternalServerError creates a GetCustomBaseImagesInternalServerError with default headers values

func (*GetCustomBaseImagesInternalServerError) Code

Code gets the status code for the get custom base images internal server error response

func (*GetCustomBaseImagesInternalServerError) Error

func (*GetCustomBaseImagesInternalServerError) GetPayload

func (*GetCustomBaseImagesInternalServerError) IsClientError

func (o *GetCustomBaseImagesInternalServerError) IsClientError() bool

IsClientError returns true when this get custom base images internal server error response has a 4xx status code

func (*GetCustomBaseImagesInternalServerError) IsCode

IsCode returns true when this get custom base images internal server error response a status code equal to that given

func (*GetCustomBaseImagesInternalServerError) IsRedirect

IsRedirect returns true when this get custom base images internal server error response has a 3xx status code

func (*GetCustomBaseImagesInternalServerError) IsServerError

func (o *GetCustomBaseImagesInternalServerError) IsServerError() bool

IsServerError returns true when this get custom base images internal server error response has a 5xx status code

func (*GetCustomBaseImagesInternalServerError) IsSuccess

IsSuccess returns true when this get custom base images internal server error response has a 2xx status code

func (*GetCustomBaseImagesInternalServerError) String

type GetCustomBaseImagesInternalServerErrorBody

type GetCustomBaseImagesInternalServerErrorBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImagesInternalServerErrorBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImagesInternalServerErrorBody get custom base images internal server error body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImagesInternalServerErrorBody

func (*GetCustomBaseImagesInternalServerErrorBody) ContextValidate

ContextValidate validate this get custom base images internal server error body based on the context it is used

func (*GetCustomBaseImagesInternalServerErrorBody) MarshalBinary

func (o *GetCustomBaseImagesInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBody) UnmarshalBinary

func (o *GetCustomBaseImagesInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBody) Validate

Validate validates this get custom base images internal server error body

type GetCustomBaseImagesInternalServerErrorBodyErrorsItems0

type GetCustomBaseImagesInternalServerErrorBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImagesInternalServerErrorBodyErrorsItems0 get custom base images internal server error body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImagesInternalServerErrorBodyErrorsItems0

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base images internal server error body errors items0 based on the context it is used

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0) Validate

Validate validates this get custom base images internal server error body errors items0

type GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Links

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base images internal server error body errors items0 links based on context it is used

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Links) Validate

Validate validates this get custom base images internal server error body errors items0 links

type GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Source

type GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Source get custom base images internal server error body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Source

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base images internal server error body errors items0 source based on context it is used

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBodyErrorsItems0Source) Validate

Validate validates this get custom base images internal server error body errors items0 source

type GetCustomBaseImagesInternalServerErrorBodyJsonapi

type GetCustomBaseImagesInternalServerErrorBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImagesInternalServerErrorBodyJsonapi get custom base images internal server error body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImagesInternalServerErrorBodyJsonapi

func (*GetCustomBaseImagesInternalServerErrorBodyJsonapi) ContextValidate

ContextValidate validates this get custom base images internal server error body jsonapi based on context it is used

func (*GetCustomBaseImagesInternalServerErrorBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesInternalServerErrorBodyJsonapi) Validate

Validate validates this get custom base images internal server error body jsonapi

type GetCustomBaseImagesNotFound

type GetCustomBaseImagesNotFound struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImagesNotFoundBody
}

GetCustomBaseImagesNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewGetCustomBaseImagesNotFound

func NewGetCustomBaseImagesNotFound() *GetCustomBaseImagesNotFound

NewGetCustomBaseImagesNotFound creates a GetCustomBaseImagesNotFound with default headers values

func (*GetCustomBaseImagesNotFound) Code

func (o *GetCustomBaseImagesNotFound) Code() int

Code gets the status code for the get custom base images not found response

func (*GetCustomBaseImagesNotFound) Error

func (*GetCustomBaseImagesNotFound) GetPayload

func (*GetCustomBaseImagesNotFound) IsClientError

func (o *GetCustomBaseImagesNotFound) IsClientError() bool

IsClientError returns true when this get custom base images not found response has a 4xx status code

func (*GetCustomBaseImagesNotFound) IsCode

func (o *GetCustomBaseImagesNotFound) IsCode(code int) bool

IsCode returns true when this get custom base images not found response a status code equal to that given

func (*GetCustomBaseImagesNotFound) IsRedirect

func (o *GetCustomBaseImagesNotFound) IsRedirect() bool

IsRedirect returns true when this get custom base images not found response has a 3xx status code

func (*GetCustomBaseImagesNotFound) IsServerError

func (o *GetCustomBaseImagesNotFound) IsServerError() bool

IsServerError returns true when this get custom base images not found response has a 5xx status code

func (*GetCustomBaseImagesNotFound) IsSuccess

func (o *GetCustomBaseImagesNotFound) IsSuccess() bool

IsSuccess returns true when this get custom base images not found response has a 2xx status code

func (*GetCustomBaseImagesNotFound) String

func (o *GetCustomBaseImagesNotFound) String() string

type GetCustomBaseImagesNotFoundBody

type GetCustomBaseImagesNotFoundBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImagesNotFoundBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImagesNotFoundBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImagesNotFoundBody get custom base images not found body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImagesNotFoundBody

func (*GetCustomBaseImagesNotFoundBody) ContextValidate

func (o *GetCustomBaseImagesNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get custom base images not found body based on the context it is used

func (*GetCustomBaseImagesNotFoundBody) MarshalBinary

func (o *GetCustomBaseImagesNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBody) UnmarshalBinary

func (o *GetCustomBaseImagesNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBody) Validate

Validate validates this get custom base images not found body

type GetCustomBaseImagesNotFoundBodyErrorsItems0

type GetCustomBaseImagesNotFoundBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImagesNotFoundBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImagesNotFoundBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImagesNotFoundBodyErrorsItems0 get custom base images not found body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImagesNotFoundBodyErrorsItems0

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base images not found body errors items0 based on the context it is used

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0) MarshalBinary

func (o *GetCustomBaseImagesNotFoundBodyErrorsItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0) UnmarshalBinary

func (o *GetCustomBaseImagesNotFoundBodyErrorsItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0) Validate

Validate validates this get custom base images not found body errors items0

type GetCustomBaseImagesNotFoundBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImagesNotFoundBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImagesNotFoundBodyErrorsItems0Links

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base images not found body errors items0 links based on context it is used

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0Links) Validate

Validate validates this get custom base images not found body errors items0 links

type GetCustomBaseImagesNotFoundBodyErrorsItems0Source

type GetCustomBaseImagesNotFoundBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImagesNotFoundBodyErrorsItems0Source get custom base images not found body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImagesNotFoundBodyErrorsItems0Source

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base images not found body errors items0 source based on context it is used

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBodyErrorsItems0Source) Validate

Validate validates this get custom base images not found body errors items0 source

type GetCustomBaseImagesNotFoundBodyJsonapi

type GetCustomBaseImagesNotFoundBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImagesNotFoundBodyJsonapi get custom base images not found body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImagesNotFoundBodyJsonapi

func (*GetCustomBaseImagesNotFoundBodyJsonapi) ContextValidate

ContextValidate validates this get custom base images not found body jsonapi based on context it is used

func (*GetCustomBaseImagesNotFoundBodyJsonapi) MarshalBinary

func (o *GetCustomBaseImagesNotFoundBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBodyJsonapi) UnmarshalBinary

func (o *GetCustomBaseImagesNotFoundBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesNotFoundBodyJsonapi) Validate

Validate validates this get custom base images not found body jsonapi

type GetCustomBaseImagesOK

type GetCustomBaseImagesOK struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *models.CustomBaseImageCollectionResponse
}

GetCustomBaseImagesOK describes a response with status code 200, with default header values.

Returns custom base images

func NewGetCustomBaseImagesOK

func NewGetCustomBaseImagesOK() *GetCustomBaseImagesOK

NewGetCustomBaseImagesOK creates a GetCustomBaseImagesOK with default headers values

func (*GetCustomBaseImagesOK) Code

func (o *GetCustomBaseImagesOK) Code() int

Code gets the status code for the get custom base images o k response

func (*GetCustomBaseImagesOK) Error

func (o *GetCustomBaseImagesOK) Error() string

func (*GetCustomBaseImagesOK) GetPayload

func (*GetCustomBaseImagesOK) IsClientError

func (o *GetCustomBaseImagesOK) IsClientError() bool

IsClientError returns true when this get custom base images o k response has a 4xx status code

func (*GetCustomBaseImagesOK) IsCode

func (o *GetCustomBaseImagesOK) IsCode(code int) bool

IsCode returns true when this get custom base images o k response a status code equal to that given

func (*GetCustomBaseImagesOK) IsRedirect

func (o *GetCustomBaseImagesOK) IsRedirect() bool

IsRedirect returns true when this get custom base images o k response has a 3xx status code

func (*GetCustomBaseImagesOK) IsServerError

func (o *GetCustomBaseImagesOK) IsServerError() bool

IsServerError returns true when this get custom base images o k response has a 5xx status code

func (*GetCustomBaseImagesOK) IsSuccess

func (o *GetCustomBaseImagesOK) IsSuccess() bool

IsSuccess returns true when this get custom base images o k response has a 2xx status code

func (*GetCustomBaseImagesOK) String

func (o *GetCustomBaseImagesOK) String() string

type GetCustomBaseImagesParams

type GetCustomBaseImagesParams struct {

	/* EndingBefore.

	   Return the page of results immediately before this cursor
	*/
	EndingBefore *string

	/* GroupID.

	   The group ID of the custom base image

	   Format: uuid
	*/
	GroupID *strfmt.UUID

	/* IncludeInRecommendations.

	   Whether this image should be recommended as a base image upgrade
	*/
	IncludeInRecommendations *bool

	/* Limit.

	   Number of results to return per page

	   Format: int32
	   Default: 10
	*/
	Limit *int32

	/* OrgID.

	   The organization ID of the custom base image

	   Format: uuid
	*/
	OrgID *strfmt.UUID

	/* ProjectID.

	   The ID of the container project that the custom base image is based off of.

	   Format: uuid
	*/
	ProjectID *strfmt.UUID

	/* Repository.

	   The image repository
	*/
	Repository *string

	/* SortBy.

	     Which column to sort by.
	If sorting by version, the versioning schema is used.

	*/
	SortBy *string

	/* SortDirection.

	   Which direction to sort

	   Default: "ASC"
	*/
	SortDirection *string

	/* StartingAfter.

	   Return the page of results immediately after this cursor
	*/
	StartingAfter *string

	/* Tag.

	   The image tag
	*/
	Tag *string

	/* Version.

	   The requested version of the endpoint to process the request
	*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCustomBaseImagesParams contains all the parameters to send to the API endpoint

for the get custom base images operation.

Typically these are written to a http.Request.

func NewGetCustomBaseImagesParams

func NewGetCustomBaseImagesParams() *GetCustomBaseImagesParams

NewGetCustomBaseImagesParams creates a new GetCustomBaseImagesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCustomBaseImagesParamsWithContext

func NewGetCustomBaseImagesParamsWithContext(ctx context.Context) *GetCustomBaseImagesParams

NewGetCustomBaseImagesParamsWithContext creates a new GetCustomBaseImagesParams object with the ability to set a context for a request.

func NewGetCustomBaseImagesParamsWithHTTPClient

func NewGetCustomBaseImagesParamsWithHTTPClient(client *http.Client) *GetCustomBaseImagesParams

NewGetCustomBaseImagesParamsWithHTTPClient creates a new GetCustomBaseImagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetCustomBaseImagesParamsWithTimeout

func NewGetCustomBaseImagesParamsWithTimeout(timeout time.Duration) *GetCustomBaseImagesParams

NewGetCustomBaseImagesParamsWithTimeout creates a new GetCustomBaseImagesParams object with the ability to set a timeout on a request.

func (*GetCustomBaseImagesParams) SetContext

func (o *GetCustomBaseImagesParams) SetContext(ctx context.Context)

SetContext adds the context to the get custom base images params

func (*GetCustomBaseImagesParams) SetDefaults

func (o *GetCustomBaseImagesParams) SetDefaults()

SetDefaults hydrates default values in the get custom base images params (not the query body).

All values with no default are reset to their zero value.

func (*GetCustomBaseImagesParams) SetEndingBefore

func (o *GetCustomBaseImagesParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get custom base images params

func (*GetCustomBaseImagesParams) SetGroupID

func (o *GetCustomBaseImagesParams) SetGroupID(groupID *strfmt.UUID)

SetGroupID adds the groupId to the get custom base images params

func (*GetCustomBaseImagesParams) SetHTTPClient

func (o *GetCustomBaseImagesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get custom base images params

func (*GetCustomBaseImagesParams) SetIncludeInRecommendations

func (o *GetCustomBaseImagesParams) SetIncludeInRecommendations(includeInRecommendations *bool)

SetIncludeInRecommendations adds the includeInRecommendations to the get custom base images params

func (*GetCustomBaseImagesParams) SetLimit

func (o *GetCustomBaseImagesParams) SetLimit(limit *int32)

SetLimit adds the limit to the get custom base images params

func (*GetCustomBaseImagesParams) SetOrgID

func (o *GetCustomBaseImagesParams) SetOrgID(orgID *strfmt.UUID)

SetOrgID adds the orgId to the get custom base images params

func (*GetCustomBaseImagesParams) SetProjectID

func (o *GetCustomBaseImagesParams) SetProjectID(projectID *strfmt.UUID)

SetProjectID adds the projectId to the get custom base images params

func (*GetCustomBaseImagesParams) SetRepository

func (o *GetCustomBaseImagesParams) SetRepository(repository *string)

SetRepository adds the repository to the get custom base images params

func (*GetCustomBaseImagesParams) SetSortBy

func (o *GetCustomBaseImagesParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get custom base images params

func (*GetCustomBaseImagesParams) SetSortDirection

func (o *GetCustomBaseImagesParams) SetSortDirection(sortDirection *string)

SetSortDirection adds the sortDirection to the get custom base images params

func (*GetCustomBaseImagesParams) SetStartingAfter

func (o *GetCustomBaseImagesParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get custom base images params

func (*GetCustomBaseImagesParams) SetTag

func (o *GetCustomBaseImagesParams) SetTag(tag *string)

SetTag adds the tag to the get custom base images params

func (*GetCustomBaseImagesParams) SetTimeout

func (o *GetCustomBaseImagesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get custom base images params

func (*GetCustomBaseImagesParams) SetVersion

func (o *GetCustomBaseImagesParams) SetVersion(version string)

SetVersion adds the version to the get custom base images params

func (*GetCustomBaseImagesParams) WithContext

WithContext adds the context to the get custom base images params

func (*GetCustomBaseImagesParams) WithDefaults

WithDefaults hydrates default values in the get custom base images params (not the query body).

All values with no default are reset to their zero value.

func (*GetCustomBaseImagesParams) WithEndingBefore

func (o *GetCustomBaseImagesParams) WithEndingBefore(endingBefore *string) *GetCustomBaseImagesParams

WithEndingBefore adds the endingBefore to the get custom base images params

func (*GetCustomBaseImagesParams) WithGroupID

WithGroupID adds the groupID to the get custom base images params

func (*GetCustomBaseImagesParams) WithHTTPClient

func (o *GetCustomBaseImagesParams) WithHTTPClient(client *http.Client) *GetCustomBaseImagesParams

WithHTTPClient adds the HTTPClient to the get custom base images params

func (*GetCustomBaseImagesParams) WithIncludeInRecommendations

func (o *GetCustomBaseImagesParams) WithIncludeInRecommendations(includeInRecommendations *bool) *GetCustomBaseImagesParams

WithIncludeInRecommendations adds the includeInRecommendations to the get custom base images params

func (*GetCustomBaseImagesParams) WithLimit

WithLimit adds the limit to the get custom base images params

func (*GetCustomBaseImagesParams) WithOrgID

WithOrgID adds the orgID to the get custom base images params

func (*GetCustomBaseImagesParams) WithProjectID

func (o *GetCustomBaseImagesParams) WithProjectID(projectID *strfmt.UUID) *GetCustomBaseImagesParams

WithProjectID adds the projectID to the get custom base images params

func (*GetCustomBaseImagesParams) WithRepository

func (o *GetCustomBaseImagesParams) WithRepository(repository *string) *GetCustomBaseImagesParams

WithRepository adds the repository to the get custom base images params

func (*GetCustomBaseImagesParams) WithSortBy

WithSortBy adds the sortBy to the get custom base images params

func (*GetCustomBaseImagesParams) WithSortDirection

func (o *GetCustomBaseImagesParams) WithSortDirection(sortDirection *string) *GetCustomBaseImagesParams

WithSortDirection adds the sortDirection to the get custom base images params

func (*GetCustomBaseImagesParams) WithStartingAfter

func (o *GetCustomBaseImagesParams) WithStartingAfter(startingAfter *string) *GetCustomBaseImagesParams

WithStartingAfter adds the startingAfter to the get custom base images params

func (*GetCustomBaseImagesParams) WithTag

WithTag adds the tag to the get custom base images params

func (*GetCustomBaseImagesParams) WithTimeout

WithTimeout adds the timeout to the get custom base images params

func (*GetCustomBaseImagesParams) WithVersion

WithVersion adds the version to the get custom base images params

func (*GetCustomBaseImagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCustomBaseImagesReader

type GetCustomBaseImagesReader struct {
	// contains filtered or unexported fields
}

GetCustomBaseImagesReader is a Reader for the GetCustomBaseImages structure.

func (*GetCustomBaseImagesReader) ReadResponse

func (o *GetCustomBaseImagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCustomBaseImagesUnauthorized

type GetCustomBaseImagesUnauthorized struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *GetCustomBaseImagesUnauthorizedBody
}

GetCustomBaseImagesUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token.

func NewGetCustomBaseImagesUnauthorized

func NewGetCustomBaseImagesUnauthorized() *GetCustomBaseImagesUnauthorized

NewGetCustomBaseImagesUnauthorized creates a GetCustomBaseImagesUnauthorized with default headers values

func (*GetCustomBaseImagesUnauthorized) Code

Code gets the status code for the get custom base images unauthorized response

func (*GetCustomBaseImagesUnauthorized) Error

func (*GetCustomBaseImagesUnauthorized) GetPayload

func (*GetCustomBaseImagesUnauthorized) IsClientError

func (o *GetCustomBaseImagesUnauthorized) IsClientError() bool

IsClientError returns true when this get custom base images unauthorized response has a 4xx status code

func (*GetCustomBaseImagesUnauthorized) IsCode

func (o *GetCustomBaseImagesUnauthorized) IsCode(code int) bool

IsCode returns true when this get custom base images unauthorized response a status code equal to that given

func (*GetCustomBaseImagesUnauthorized) IsRedirect

func (o *GetCustomBaseImagesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get custom base images unauthorized response has a 3xx status code

func (*GetCustomBaseImagesUnauthorized) IsServerError

func (o *GetCustomBaseImagesUnauthorized) IsServerError() bool

IsServerError returns true when this get custom base images unauthorized response has a 5xx status code

func (*GetCustomBaseImagesUnauthorized) IsSuccess

func (o *GetCustomBaseImagesUnauthorized) IsSuccess() bool

IsSuccess returns true when this get custom base images unauthorized response has a 2xx status code

func (*GetCustomBaseImagesUnauthorized) String

type GetCustomBaseImagesUnauthorizedBody

type GetCustomBaseImagesUnauthorizedBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*GetCustomBaseImagesUnauthorizedBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *GetCustomBaseImagesUnauthorizedBodyJsonapi `json:"jsonapi"`
}

GetCustomBaseImagesUnauthorizedBody get custom base images unauthorized body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model GetCustomBaseImagesUnauthorizedBody

func (*GetCustomBaseImagesUnauthorizedBody) ContextValidate

func (o *GetCustomBaseImagesUnauthorizedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get custom base images unauthorized body based on the context it is used

func (*GetCustomBaseImagesUnauthorizedBody) MarshalBinary

func (o *GetCustomBaseImagesUnauthorizedBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBody) UnmarshalBinary

func (o *GetCustomBaseImagesUnauthorizedBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBody) Validate

Validate validates this get custom base images unauthorized body

type GetCustomBaseImagesUnauthorizedBodyErrorsItems0

type GetCustomBaseImagesUnauthorizedBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *GetCustomBaseImagesUnauthorizedBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *GetCustomBaseImagesUnauthorizedBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

GetCustomBaseImagesUnauthorizedBodyErrorsItems0 get custom base images unauthorized body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model GetCustomBaseImagesUnauthorizedBodyErrorsItems0

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0) ContextValidate

ContextValidate validate this get custom base images unauthorized body errors items0 based on the context it is used

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0) Validate

Validate validates this get custom base images unauthorized body errors items0

type GetCustomBaseImagesUnauthorizedBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

GetCustomBaseImagesUnauthorizedBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model GetCustomBaseImagesUnauthorizedBodyErrorsItems0Links

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0Links) ContextValidate

ContextValidate validates this get custom base images unauthorized body errors items0 links based on context it is used

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0Links) Validate

Validate validates this get custom base images unauthorized body errors items0 links

type GetCustomBaseImagesUnauthorizedBodyErrorsItems0Source

type GetCustomBaseImagesUnauthorizedBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

GetCustomBaseImagesUnauthorizedBodyErrorsItems0Source get custom base images unauthorized body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model GetCustomBaseImagesUnauthorizedBodyErrorsItems0Source

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0Source) ContextValidate

ContextValidate validates this get custom base images unauthorized body errors items0 source based on context it is used

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBodyErrorsItems0Source) Validate

Validate validates this get custom base images unauthorized body errors items0 source

type GetCustomBaseImagesUnauthorizedBodyJsonapi

type GetCustomBaseImagesUnauthorizedBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

GetCustomBaseImagesUnauthorizedBodyJsonapi get custom base images unauthorized body jsonapi // Example: {"version":"1.0"} swagger:model GetCustomBaseImagesUnauthorizedBodyJsonapi

func (*GetCustomBaseImagesUnauthorizedBodyJsonapi) ContextValidate

ContextValidate validates this get custom base images unauthorized body jsonapi based on context it is used

func (*GetCustomBaseImagesUnauthorizedBodyJsonapi) MarshalBinary

func (o *GetCustomBaseImagesUnauthorizedBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBodyJsonapi) UnmarshalBinary

func (o *GetCustomBaseImagesUnauthorizedBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCustomBaseImagesUnauthorizedBodyJsonapi) Validate

Validate validates this get custom base images unauthorized body jsonapi

type UpdateCustomBaseImageBadRequest

type UpdateCustomBaseImageBadRequest struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateCustomBaseImageBadRequestBody
}

UpdateCustomBaseImageBadRequest describes a response with status code 400, with default header values.

Bad Request: A parameter provided as a part of the request was invalid.

func NewUpdateCustomBaseImageBadRequest

func NewUpdateCustomBaseImageBadRequest() *UpdateCustomBaseImageBadRequest

NewUpdateCustomBaseImageBadRequest creates a UpdateCustomBaseImageBadRequest with default headers values

func (*UpdateCustomBaseImageBadRequest) Code

Code gets the status code for the update custom base image bad request response

func (*UpdateCustomBaseImageBadRequest) Error

func (*UpdateCustomBaseImageBadRequest) GetPayload

func (*UpdateCustomBaseImageBadRequest) IsClientError

func (o *UpdateCustomBaseImageBadRequest) IsClientError() bool

IsClientError returns true when this update custom base image bad request response has a 4xx status code

func (*UpdateCustomBaseImageBadRequest) IsCode

func (o *UpdateCustomBaseImageBadRequest) IsCode(code int) bool

IsCode returns true when this update custom base image bad request response a status code equal to that given

func (*UpdateCustomBaseImageBadRequest) IsRedirect

func (o *UpdateCustomBaseImageBadRequest) IsRedirect() bool

IsRedirect returns true when this update custom base image bad request response has a 3xx status code

func (*UpdateCustomBaseImageBadRequest) IsServerError

func (o *UpdateCustomBaseImageBadRequest) IsServerError() bool

IsServerError returns true when this update custom base image bad request response has a 5xx status code

func (*UpdateCustomBaseImageBadRequest) IsSuccess

func (o *UpdateCustomBaseImageBadRequest) IsSuccess() bool

IsSuccess returns true when this update custom base image bad request response has a 2xx status code

func (*UpdateCustomBaseImageBadRequest) String

type UpdateCustomBaseImageBadRequestBody

type UpdateCustomBaseImageBadRequestBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateCustomBaseImageBadRequestBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateCustomBaseImageBadRequestBodyJsonapi `json:"jsonapi"`
}

UpdateCustomBaseImageBadRequestBody update custom base image bad request body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateCustomBaseImageBadRequestBody

func (*UpdateCustomBaseImageBadRequestBody) ContextValidate

func (o *UpdateCustomBaseImageBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update custom base image bad request body based on the context it is used

func (*UpdateCustomBaseImageBadRequestBody) MarshalBinary

func (o *UpdateCustomBaseImageBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBody) UnmarshalBinary

func (o *UpdateCustomBaseImageBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBody) Validate

Validate validates this update custom base image bad request body

type UpdateCustomBaseImageBadRequestBodyErrorsItems0

type UpdateCustomBaseImageBadRequestBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateCustomBaseImageBadRequestBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateCustomBaseImageBadRequestBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateCustomBaseImageBadRequestBodyErrorsItems0 update custom base image bad request body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateCustomBaseImageBadRequestBodyErrorsItems0

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0) ContextValidate

ContextValidate validate this update custom base image bad request body errors items0 based on the context it is used

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0) Validate

Validate validates this update custom base image bad request body errors items0

type UpdateCustomBaseImageBadRequestBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateCustomBaseImageBadRequestBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateCustomBaseImageBadRequestBodyErrorsItems0Links

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update custom base image bad request body errors items0 links based on context it is used

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0Links) Validate

Validate validates this update custom base image bad request body errors items0 links

type UpdateCustomBaseImageBadRequestBodyErrorsItems0Source

type UpdateCustomBaseImageBadRequestBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateCustomBaseImageBadRequestBodyErrorsItems0Source update custom base image bad request body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateCustomBaseImageBadRequestBodyErrorsItems0Source

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update custom base image bad request body errors items0 source based on context it is used

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBodyErrorsItems0Source) Validate

Validate validates this update custom base image bad request body errors items0 source

type UpdateCustomBaseImageBadRequestBodyJsonapi

type UpdateCustomBaseImageBadRequestBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateCustomBaseImageBadRequestBodyJsonapi update custom base image bad request body jsonapi // Example: {"version":"1.0"} swagger:model UpdateCustomBaseImageBadRequestBodyJsonapi

func (*UpdateCustomBaseImageBadRequestBodyJsonapi) ContextValidate

ContextValidate validates this update custom base image bad request body jsonapi based on context it is used

func (*UpdateCustomBaseImageBadRequestBodyJsonapi) MarshalBinary

func (o *UpdateCustomBaseImageBadRequestBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBodyJsonapi) UnmarshalBinary

func (o *UpdateCustomBaseImageBadRequestBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageBadRequestBodyJsonapi) Validate

Validate validates this update custom base image bad request body jsonapi

type UpdateCustomBaseImageForbidden

type UpdateCustomBaseImageForbidden struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateCustomBaseImageForbiddenBody
}

UpdateCustomBaseImageForbidden describes a response with status code 403, with default header values.

Forbidden: the request requires an authentication token with more or different permissions.

func NewUpdateCustomBaseImageForbidden

func NewUpdateCustomBaseImageForbidden() *UpdateCustomBaseImageForbidden

NewUpdateCustomBaseImageForbidden creates a UpdateCustomBaseImageForbidden with default headers values

func (*UpdateCustomBaseImageForbidden) Code

Code gets the status code for the update custom base image forbidden response

func (*UpdateCustomBaseImageForbidden) Error

func (*UpdateCustomBaseImageForbidden) GetPayload

func (*UpdateCustomBaseImageForbidden) IsClientError

func (o *UpdateCustomBaseImageForbidden) IsClientError() bool

IsClientError returns true when this update custom base image forbidden response has a 4xx status code

func (*UpdateCustomBaseImageForbidden) IsCode

func (o *UpdateCustomBaseImageForbidden) IsCode(code int) bool

IsCode returns true when this update custom base image forbidden response a status code equal to that given

func (*UpdateCustomBaseImageForbidden) IsRedirect

func (o *UpdateCustomBaseImageForbidden) IsRedirect() bool

IsRedirect returns true when this update custom base image forbidden response has a 3xx status code

func (*UpdateCustomBaseImageForbidden) IsServerError

func (o *UpdateCustomBaseImageForbidden) IsServerError() bool

IsServerError returns true when this update custom base image forbidden response has a 5xx status code

func (*UpdateCustomBaseImageForbidden) IsSuccess

func (o *UpdateCustomBaseImageForbidden) IsSuccess() bool

IsSuccess returns true when this update custom base image forbidden response has a 2xx status code

func (*UpdateCustomBaseImageForbidden) String

type UpdateCustomBaseImageForbiddenBody

type UpdateCustomBaseImageForbiddenBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateCustomBaseImageForbiddenBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateCustomBaseImageForbiddenBodyJsonapi `json:"jsonapi"`
}

UpdateCustomBaseImageForbiddenBody update custom base image forbidden body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateCustomBaseImageForbiddenBody

func (*UpdateCustomBaseImageForbiddenBody) ContextValidate

func (o *UpdateCustomBaseImageForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update custom base image forbidden body based on the context it is used

func (*UpdateCustomBaseImageForbiddenBody) MarshalBinary

func (o *UpdateCustomBaseImageForbiddenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBody) UnmarshalBinary

func (o *UpdateCustomBaseImageForbiddenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBody) Validate

Validate validates this update custom base image forbidden body

type UpdateCustomBaseImageForbiddenBodyErrorsItems0

type UpdateCustomBaseImageForbiddenBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateCustomBaseImageForbiddenBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateCustomBaseImageForbiddenBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateCustomBaseImageForbiddenBodyErrorsItems0 update custom base image forbidden body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateCustomBaseImageForbiddenBodyErrorsItems0

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0) ContextValidate

ContextValidate validate this update custom base image forbidden body errors items0 based on the context it is used

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0) Validate

Validate validates this update custom base image forbidden body errors items0

type UpdateCustomBaseImageForbiddenBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateCustomBaseImageForbiddenBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateCustomBaseImageForbiddenBodyErrorsItems0Links

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update custom base image forbidden body errors items0 links based on context it is used

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0Links) Validate

Validate validates this update custom base image forbidden body errors items0 links

type UpdateCustomBaseImageForbiddenBodyErrorsItems0Source

type UpdateCustomBaseImageForbiddenBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateCustomBaseImageForbiddenBodyErrorsItems0Source update custom base image forbidden body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateCustomBaseImageForbiddenBodyErrorsItems0Source

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update custom base image forbidden body errors items0 source based on context it is used

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBodyErrorsItems0Source) Validate

Validate validates this update custom base image forbidden body errors items0 source

type UpdateCustomBaseImageForbiddenBodyJsonapi

type UpdateCustomBaseImageForbiddenBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateCustomBaseImageForbiddenBodyJsonapi update custom base image forbidden body jsonapi // Example: {"version":"1.0"} swagger:model UpdateCustomBaseImageForbiddenBodyJsonapi

func (*UpdateCustomBaseImageForbiddenBodyJsonapi) ContextValidate

ContextValidate validates this update custom base image forbidden body jsonapi based on context it is used

func (*UpdateCustomBaseImageForbiddenBodyJsonapi) MarshalBinary

func (o *UpdateCustomBaseImageForbiddenBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBodyJsonapi) UnmarshalBinary

func (o *UpdateCustomBaseImageForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageForbiddenBodyJsonapi) Validate

Validate validates this update custom base image forbidden body jsonapi

type UpdateCustomBaseImageInternalServerError

type UpdateCustomBaseImageInternalServerError struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateCustomBaseImageInternalServerErrorBody
}

UpdateCustomBaseImageInternalServerError describes a response with status code 500, with default header values.

Internal Server Error: An error was encountered while attempting to process the request.

func NewUpdateCustomBaseImageInternalServerError

func NewUpdateCustomBaseImageInternalServerError() *UpdateCustomBaseImageInternalServerError

NewUpdateCustomBaseImageInternalServerError creates a UpdateCustomBaseImageInternalServerError with default headers values

func (*UpdateCustomBaseImageInternalServerError) Code

Code gets the status code for the update custom base image internal server error response

func (*UpdateCustomBaseImageInternalServerError) Error

func (*UpdateCustomBaseImageInternalServerError) GetPayload

func (*UpdateCustomBaseImageInternalServerError) IsClientError

IsClientError returns true when this update custom base image internal server error response has a 4xx status code

func (*UpdateCustomBaseImageInternalServerError) IsCode

IsCode returns true when this update custom base image internal server error response a status code equal to that given

func (*UpdateCustomBaseImageInternalServerError) IsRedirect

IsRedirect returns true when this update custom base image internal server error response has a 3xx status code

func (*UpdateCustomBaseImageInternalServerError) IsServerError

IsServerError returns true when this update custom base image internal server error response has a 5xx status code

func (*UpdateCustomBaseImageInternalServerError) IsSuccess

IsSuccess returns true when this update custom base image internal server error response has a 2xx status code

func (*UpdateCustomBaseImageInternalServerError) String

type UpdateCustomBaseImageInternalServerErrorBody

type UpdateCustomBaseImageInternalServerErrorBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateCustomBaseImageInternalServerErrorBodyJsonapi `json:"jsonapi"`
}

UpdateCustomBaseImageInternalServerErrorBody update custom base image internal server error body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateCustomBaseImageInternalServerErrorBody

func (*UpdateCustomBaseImageInternalServerErrorBody) ContextValidate

ContextValidate validate this update custom base image internal server error body based on the context it is used

func (*UpdateCustomBaseImageInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBody) Validate

Validate validates this update custom base image internal server error body

type UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0

type UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0 update custom base image internal server error body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0) ContextValidate

ContextValidate validate this update custom base image internal server error body errors items0 based on the context it is used

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0) Validate

Validate validates this update custom base image internal server error body errors items0

type UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Links

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update custom base image internal server error body errors items0 links based on context it is used

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Links) Validate

Validate validates this update custom base image internal server error body errors items0 links

type UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Source

type UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Source update custom base image internal server error body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Source

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update custom base image internal server error body errors items0 source based on context it is used

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBodyErrorsItems0Source) Validate

Validate validates this update custom base image internal server error body errors items0 source

type UpdateCustomBaseImageInternalServerErrorBodyJsonapi

type UpdateCustomBaseImageInternalServerErrorBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateCustomBaseImageInternalServerErrorBodyJsonapi update custom base image internal server error body jsonapi // Example: {"version":"1.0"} swagger:model UpdateCustomBaseImageInternalServerErrorBodyJsonapi

func (*UpdateCustomBaseImageInternalServerErrorBodyJsonapi) ContextValidate

ContextValidate validates this update custom base image internal server error body jsonapi based on context it is used

func (*UpdateCustomBaseImageInternalServerErrorBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageInternalServerErrorBodyJsonapi) Validate

Validate validates this update custom base image internal server error body jsonapi

type UpdateCustomBaseImageNotFound

type UpdateCustomBaseImageNotFound struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateCustomBaseImageNotFoundBody
}

UpdateCustomBaseImageNotFound describes a response with status code 404, with default header values.

Not Found: The resource being operated on could not be found.

func NewUpdateCustomBaseImageNotFound

func NewUpdateCustomBaseImageNotFound() *UpdateCustomBaseImageNotFound

NewUpdateCustomBaseImageNotFound creates a UpdateCustomBaseImageNotFound with default headers values

func (*UpdateCustomBaseImageNotFound) Code

Code gets the status code for the update custom base image not found response

func (*UpdateCustomBaseImageNotFound) Error

func (*UpdateCustomBaseImageNotFound) GetPayload

func (*UpdateCustomBaseImageNotFound) IsClientError

func (o *UpdateCustomBaseImageNotFound) IsClientError() bool

IsClientError returns true when this update custom base image not found response has a 4xx status code

func (*UpdateCustomBaseImageNotFound) IsCode

func (o *UpdateCustomBaseImageNotFound) IsCode(code int) bool

IsCode returns true when this update custom base image not found response a status code equal to that given

func (*UpdateCustomBaseImageNotFound) IsRedirect

func (o *UpdateCustomBaseImageNotFound) IsRedirect() bool

IsRedirect returns true when this update custom base image not found response has a 3xx status code

func (*UpdateCustomBaseImageNotFound) IsServerError

func (o *UpdateCustomBaseImageNotFound) IsServerError() bool

IsServerError returns true when this update custom base image not found response has a 5xx status code

func (*UpdateCustomBaseImageNotFound) IsSuccess

func (o *UpdateCustomBaseImageNotFound) IsSuccess() bool

IsSuccess returns true when this update custom base image not found response has a 2xx status code

func (*UpdateCustomBaseImageNotFound) String

type UpdateCustomBaseImageNotFoundBody

type UpdateCustomBaseImageNotFoundBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateCustomBaseImageNotFoundBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateCustomBaseImageNotFoundBodyJsonapi `json:"jsonapi"`
}

UpdateCustomBaseImageNotFoundBody update custom base image not found body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateCustomBaseImageNotFoundBody

func (*UpdateCustomBaseImageNotFoundBody) ContextValidate

func (o *UpdateCustomBaseImageNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update custom base image not found body based on the context it is used

func (*UpdateCustomBaseImageNotFoundBody) MarshalBinary

func (o *UpdateCustomBaseImageNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBody) UnmarshalBinary

func (o *UpdateCustomBaseImageNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBody) Validate

Validate validates this update custom base image not found body

type UpdateCustomBaseImageNotFoundBodyErrorsItems0

type UpdateCustomBaseImageNotFoundBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateCustomBaseImageNotFoundBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateCustomBaseImageNotFoundBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateCustomBaseImageNotFoundBodyErrorsItems0 update custom base image not found body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateCustomBaseImageNotFoundBodyErrorsItems0

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0) ContextValidate

ContextValidate validate this update custom base image not found body errors items0 based on the context it is used

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0) Validate

Validate validates this update custom base image not found body errors items0

type UpdateCustomBaseImageNotFoundBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateCustomBaseImageNotFoundBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateCustomBaseImageNotFoundBodyErrorsItems0Links

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update custom base image not found body errors items0 links based on context it is used

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0Links) Validate

Validate validates this update custom base image not found body errors items0 links

type UpdateCustomBaseImageNotFoundBodyErrorsItems0Source

type UpdateCustomBaseImageNotFoundBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateCustomBaseImageNotFoundBodyErrorsItems0Source update custom base image not found body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateCustomBaseImageNotFoundBodyErrorsItems0Source

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update custom base image not found body errors items0 source based on context it is used

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBodyErrorsItems0Source) Validate

Validate validates this update custom base image not found body errors items0 source

type UpdateCustomBaseImageNotFoundBodyJsonapi

type UpdateCustomBaseImageNotFoundBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateCustomBaseImageNotFoundBodyJsonapi update custom base image not found body jsonapi // Example: {"version":"1.0"} swagger:model UpdateCustomBaseImageNotFoundBodyJsonapi

func (*UpdateCustomBaseImageNotFoundBodyJsonapi) ContextValidate

ContextValidate validates this update custom base image not found body jsonapi based on context it is used

func (*UpdateCustomBaseImageNotFoundBodyJsonapi) MarshalBinary

func (o *UpdateCustomBaseImageNotFoundBodyJsonapi) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBodyJsonapi) UnmarshalBinary

func (o *UpdateCustomBaseImageNotFoundBodyJsonapi) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageNotFoundBodyJsonapi) Validate

Validate validates this update custom base image not found body jsonapi

type UpdateCustomBaseImageOK

type UpdateCustomBaseImageOK struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *models.CustomBaseImageResponse
}

UpdateCustomBaseImageOK describes a response with status code 200, with default header values.

Returns the updated custom base image

func NewUpdateCustomBaseImageOK

func NewUpdateCustomBaseImageOK() *UpdateCustomBaseImageOK

NewUpdateCustomBaseImageOK creates a UpdateCustomBaseImageOK with default headers values

func (*UpdateCustomBaseImageOK) Code

func (o *UpdateCustomBaseImageOK) Code() int

Code gets the status code for the update custom base image o k response

func (*UpdateCustomBaseImageOK) Error

func (o *UpdateCustomBaseImageOK) Error() string

func (*UpdateCustomBaseImageOK) GetPayload

func (*UpdateCustomBaseImageOK) IsClientError

func (o *UpdateCustomBaseImageOK) IsClientError() bool

IsClientError returns true when this update custom base image o k response has a 4xx status code

func (*UpdateCustomBaseImageOK) IsCode

func (o *UpdateCustomBaseImageOK) IsCode(code int) bool

IsCode returns true when this update custom base image o k response a status code equal to that given

func (*UpdateCustomBaseImageOK) IsRedirect

func (o *UpdateCustomBaseImageOK) IsRedirect() bool

IsRedirect returns true when this update custom base image o k response has a 3xx status code

func (*UpdateCustomBaseImageOK) IsServerError

func (o *UpdateCustomBaseImageOK) IsServerError() bool

IsServerError returns true when this update custom base image o k response has a 5xx status code

func (*UpdateCustomBaseImageOK) IsSuccess

func (o *UpdateCustomBaseImageOK) IsSuccess() bool

IsSuccess returns true when this update custom base image o k response has a 2xx status code

func (*UpdateCustomBaseImageOK) String

func (o *UpdateCustomBaseImageOK) String() string

type UpdateCustomBaseImageParams

type UpdateCustomBaseImageParams struct {

	/* Body.

	   custom base image to be updated
	*/
	Body *models.CustomBaseImagePatchRequest

	/* CustombaseimageID.

	   Unique identifier for custom base image

	   Format: uuid
	*/
	CustombaseimageID strfmt.UUID

	/* Version.

	   The requested version of the endpoint to process the request
	*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateCustomBaseImageParams contains all the parameters to send to the API endpoint

for the update custom base image operation.

Typically these are written to a http.Request.

func NewUpdateCustomBaseImageParams

func NewUpdateCustomBaseImageParams() *UpdateCustomBaseImageParams

NewUpdateCustomBaseImageParams creates a new UpdateCustomBaseImageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateCustomBaseImageParamsWithContext

func NewUpdateCustomBaseImageParamsWithContext(ctx context.Context) *UpdateCustomBaseImageParams

NewUpdateCustomBaseImageParamsWithContext creates a new UpdateCustomBaseImageParams object with the ability to set a context for a request.

func NewUpdateCustomBaseImageParamsWithHTTPClient

func NewUpdateCustomBaseImageParamsWithHTTPClient(client *http.Client) *UpdateCustomBaseImageParams

NewUpdateCustomBaseImageParamsWithHTTPClient creates a new UpdateCustomBaseImageParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateCustomBaseImageParamsWithTimeout

func NewUpdateCustomBaseImageParamsWithTimeout(timeout time.Duration) *UpdateCustomBaseImageParams

NewUpdateCustomBaseImageParamsWithTimeout creates a new UpdateCustomBaseImageParams object with the ability to set a timeout on a request.

func (*UpdateCustomBaseImageParams) SetBody

SetBody adds the body to the update custom base image params

func (*UpdateCustomBaseImageParams) SetContext

func (o *UpdateCustomBaseImageParams) SetContext(ctx context.Context)

SetContext adds the context to the update custom base image params

func (*UpdateCustomBaseImageParams) SetCustombaseimageID

func (o *UpdateCustomBaseImageParams) SetCustombaseimageID(custombaseimageID strfmt.UUID)

SetCustombaseimageID adds the custombaseimageId to the update custom base image params

func (*UpdateCustomBaseImageParams) SetDefaults

func (o *UpdateCustomBaseImageParams) SetDefaults()

SetDefaults hydrates default values in the update custom base image params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateCustomBaseImageParams) SetHTTPClient

func (o *UpdateCustomBaseImageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update custom base image params

func (*UpdateCustomBaseImageParams) SetTimeout

func (o *UpdateCustomBaseImageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update custom base image params

func (*UpdateCustomBaseImageParams) SetVersion

func (o *UpdateCustomBaseImageParams) SetVersion(version string)

SetVersion adds the version to the update custom base image params

func (*UpdateCustomBaseImageParams) WithBody

WithBody adds the body to the update custom base image params

func (*UpdateCustomBaseImageParams) WithContext

WithContext adds the context to the update custom base image params

func (*UpdateCustomBaseImageParams) WithCustombaseimageID

func (o *UpdateCustomBaseImageParams) WithCustombaseimageID(custombaseimageID strfmt.UUID) *UpdateCustomBaseImageParams

WithCustombaseimageID adds the custombaseimageID to the update custom base image params

func (*UpdateCustomBaseImageParams) WithDefaults

WithDefaults hydrates default values in the update custom base image params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateCustomBaseImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update custom base image params

func (*UpdateCustomBaseImageParams) WithTimeout

WithTimeout adds the timeout to the update custom base image params

func (*UpdateCustomBaseImageParams) WithVersion

WithVersion adds the version to the update custom base image params

func (*UpdateCustomBaseImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCustomBaseImageReader

type UpdateCustomBaseImageReader struct {
	// contains filtered or unexported fields
}

UpdateCustomBaseImageReader is a Reader for the UpdateCustomBaseImage structure.

func (*UpdateCustomBaseImageReader) ReadResponse

func (o *UpdateCustomBaseImageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateCustomBaseImageUnauthorized

type UpdateCustomBaseImageUnauthorized struct {

	/* A header containing the deprecation date of the underlying endpoint. For more information, please refer to the deprecation header RFC:
	https://tools.ietf.org/id/draft-dalal-deprecation-header-01.html


	     Format: date-time
	*/
	Deprecation strfmt.DateTime

	/* A header containing a unique id used for tracking this request. If you are reporting an issue to Snyk it's very helpful to provide this ID.


	   Format: uuid
	*/
	SnykRequestID strfmt.UUID

	/* A header containing the version stage of the endpoint. This stage describes the guarantees snyk provides surrounding stability of the endpoint.

	 */
	SnykVersionLifecycleStage string

	/* A header containing the version of the endpoint requested by the caller.
	 */
	SnykVersionRequested string

	/* A header containing the version of the endpoint that was served by the API.
	 */
	SnykVersionServed string

	/* A header containing the date of when the underlying endpoint will be removed. This header is only present if the endpoint has been deprecated. Please refer to the RFC for more information:
	https://datatracker.ietf.org/doc/html/rfc8594


	     Format: date-time
	*/
	Sunset strfmt.DateTime

	Payload *UpdateCustomBaseImageUnauthorizedBody
}

UpdateCustomBaseImageUnauthorized describes a response with status code 401, with default header values.

Unauthorized: the request requires an authentication token.

func NewUpdateCustomBaseImageUnauthorized

func NewUpdateCustomBaseImageUnauthorized() *UpdateCustomBaseImageUnauthorized

NewUpdateCustomBaseImageUnauthorized creates a UpdateCustomBaseImageUnauthorized with default headers values

func (*UpdateCustomBaseImageUnauthorized) Code

Code gets the status code for the update custom base image unauthorized response

func (*UpdateCustomBaseImageUnauthorized) Error

func (*UpdateCustomBaseImageUnauthorized) GetPayload

func (*UpdateCustomBaseImageUnauthorized) IsClientError

func (o *UpdateCustomBaseImageUnauthorized) IsClientError() bool

IsClientError returns true when this update custom base image unauthorized response has a 4xx status code

func (*UpdateCustomBaseImageUnauthorized) IsCode

func (o *UpdateCustomBaseImageUnauthorized) IsCode(code int) bool

IsCode returns true when this update custom base image unauthorized response a status code equal to that given

func (*UpdateCustomBaseImageUnauthorized) IsRedirect

func (o *UpdateCustomBaseImageUnauthorized) IsRedirect() bool

IsRedirect returns true when this update custom base image unauthorized response has a 3xx status code

func (*UpdateCustomBaseImageUnauthorized) IsServerError

func (o *UpdateCustomBaseImageUnauthorized) IsServerError() bool

IsServerError returns true when this update custom base image unauthorized response has a 5xx status code

func (*UpdateCustomBaseImageUnauthorized) IsSuccess

func (o *UpdateCustomBaseImageUnauthorized) IsSuccess() bool

IsSuccess returns true when this update custom base image unauthorized response has a 2xx status code

func (*UpdateCustomBaseImageUnauthorized) String

type UpdateCustomBaseImageUnauthorizedBody

type UpdateCustomBaseImageUnauthorizedBody struct {

	// errors
	// Example: [{"detail":"Permission denied for this resource","status":"403"}]
	// Required: true
	// Min Items: 1
	Errors []*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0 `json:"errors"`

	// jsonapi
	// Required: true
	Jsonapi *UpdateCustomBaseImageUnauthorizedBodyJsonapi `json:"jsonapi"`
}

UpdateCustomBaseImageUnauthorizedBody update custom base image unauthorized body // Example: {"errors":[{"detail":"Permission denied for this resource","status":"403"}],"jsonapi":{"version":"1.0"}} swagger:model UpdateCustomBaseImageUnauthorizedBody

func (*UpdateCustomBaseImageUnauthorizedBody) ContextValidate

func (o *UpdateCustomBaseImageUnauthorizedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update custom base image unauthorized body based on the context it is used

func (*UpdateCustomBaseImageUnauthorizedBody) MarshalBinary

func (o *UpdateCustomBaseImageUnauthorizedBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBody) UnmarshalBinary

func (o *UpdateCustomBaseImageUnauthorizedBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBody) Validate

Validate validates this update custom base image unauthorized body

type UpdateCustomBaseImageUnauthorizedBodyErrorsItems0

type UpdateCustomBaseImageUnauthorizedBodyErrorsItems0 struct {

	// An application-specific error code, expressed as a string value.
	// Example: entity-not-found
	Code string `json:"code,omitempty"`

	// A human-readable explanation specific to this occurrence of the problem.
	// Example: The request was missing these required fields: ...
	// Required: true
	Detail *string `json:"detail"`

	// A unique identifier for this particular occurrence of the problem.
	// Example: f16c31b5-6129-4571-add8-d589da9be524
	// Format: uuid
	ID strfmt.UUID `json:"id,omitempty"`

	// links
	Links *UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Links `json:"links,omitempty"`

	// meta
	// Example: {"key":"value"}
	Meta interface{} `json:"meta,omitempty"`

	// source
	Source *UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Source `json:"source,omitempty"`

	// The HTTP status code applicable to this problem, expressed as a string value.
	// Example: 400
	// Required: true
	// Pattern: ^[45]\d\d$
	Status *string `json:"status"`

	// A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
	// Example: Bad request
	Title string `json:"title,omitempty"`
}

UpdateCustomBaseImageUnauthorizedBodyErrorsItems0 update custom base image unauthorized body errors items0 // Example: {"detail":"Not Found","status":"404"} swagger:model UpdateCustomBaseImageUnauthorizedBodyErrorsItems0

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0) ContextValidate

ContextValidate validate this update custom base image unauthorized body errors items0 based on the context it is used

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0) Validate

Validate validates this update custom base image unauthorized body errors items0

type UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Links struct {

	// about
	// Example: https://example.com/api/resource
	About interface{} `json:"about,omitempty"`
}

UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Links A link that leads to further details about this particular occurrance of the problem. // Example: {"about":"https://example.com/about_this_error"} swagger:model UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Links

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Links) ContextValidate

ContextValidate validates this update custom base image unauthorized body errors items0 links based on context it is used

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Links) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Links) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Links) Validate

Validate validates this update custom base image unauthorized body errors items0 links

type UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Source

type UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Source struct {

	// A string indicating which URI query parameter caused the error.
	// Example: param1
	Parameter string `json:"parameter,omitempty"`

	// A JSON Pointer [RFC6901] to the associated entity in the request document.
	// Example: /data/attributes
	Pointer string `json:"pointer,omitempty"`
}

UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Source update custom base image unauthorized body errors items0 source // Example: {"pointer":"/data/attributes"} swagger:model UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Source

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Source) ContextValidate

ContextValidate validates this update custom base image unauthorized body errors items0 source based on context it is used

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Source) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Source) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBodyErrorsItems0Source) Validate

Validate validates this update custom base image unauthorized body errors items0 source

type UpdateCustomBaseImageUnauthorizedBodyJsonapi

type UpdateCustomBaseImageUnauthorizedBodyJsonapi struct {

	// Version of the JSON API specification this server supports.
	// Example: 1.0
	// Required: true
	// Pattern: ^(0|[1-9]\d*)\.(0|[1-9]\d*)$
	Version *string `json:"version"`
}

UpdateCustomBaseImageUnauthorizedBodyJsonapi update custom base image unauthorized body jsonapi // Example: {"version":"1.0"} swagger:model UpdateCustomBaseImageUnauthorizedBodyJsonapi

func (*UpdateCustomBaseImageUnauthorizedBodyJsonapi) ContextValidate

ContextValidate validates this update custom base image unauthorized body jsonapi based on context it is used

func (*UpdateCustomBaseImageUnauthorizedBodyJsonapi) MarshalBinary

MarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBodyJsonapi) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpdateCustomBaseImageUnauthorizedBodyJsonapi) Validate

Validate validates this update custom base image unauthorized body jsonapi

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL