container_images

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregateImageAssessmentHistoryForbidden

type AggregateImageAssessmentHistoryForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregateImageAssessmentHistoryForbidden

func NewAggregateImageAssessmentHistoryForbidden() *AggregateImageAssessmentHistoryForbidden

NewAggregateImageAssessmentHistoryForbidden creates a AggregateImageAssessmentHistoryForbidden with default headers values

func (*AggregateImageAssessmentHistoryForbidden) Code

Code gets the status code for the aggregate image assessment history forbidden response

func (*AggregateImageAssessmentHistoryForbidden) Error

func (*AggregateImageAssessmentHistoryForbidden) GetPayload

func (*AggregateImageAssessmentHistoryForbidden) IsClientError

IsClientError returns true when this aggregate image assessment history forbidden response has a 4xx status code

func (*AggregateImageAssessmentHistoryForbidden) IsCode

IsCode returns true when this aggregate image assessment history forbidden response a status code equal to that given

func (*AggregateImageAssessmentHistoryForbidden) IsRedirect

IsRedirect returns true when this aggregate image assessment history forbidden response has a 3xx status code

func (*AggregateImageAssessmentHistoryForbidden) IsServerError

IsServerError returns true when this aggregate image assessment history forbidden response has a 5xx status code

func (*AggregateImageAssessmentHistoryForbidden) IsSuccess

IsSuccess returns true when this aggregate image assessment history forbidden response has a 2xx status code

func (*AggregateImageAssessmentHistoryForbidden) String

type AggregateImageAssessmentHistoryInternalServerError

type AggregateImageAssessmentHistoryInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.CoreEntitiesResponse
}

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

Internal Server Error

func NewAggregateImageAssessmentHistoryInternalServerError

func NewAggregateImageAssessmentHistoryInternalServerError() *AggregateImageAssessmentHistoryInternalServerError

NewAggregateImageAssessmentHistoryInternalServerError creates a AggregateImageAssessmentHistoryInternalServerError with default headers values

func (*AggregateImageAssessmentHistoryInternalServerError) Code

Code gets the status code for the aggregate image assessment history internal server error response

func (*AggregateImageAssessmentHistoryInternalServerError) Error

func (*AggregateImageAssessmentHistoryInternalServerError) GetPayload

func (*AggregateImageAssessmentHistoryInternalServerError) IsClientError

IsClientError returns true when this aggregate image assessment history internal server error response has a 4xx status code

func (*AggregateImageAssessmentHistoryInternalServerError) IsCode

IsCode returns true when this aggregate image assessment history internal server error response a status code equal to that given

func (*AggregateImageAssessmentHistoryInternalServerError) IsRedirect

IsRedirect returns true when this aggregate image assessment history internal server error response has a 3xx status code

func (*AggregateImageAssessmentHistoryInternalServerError) IsServerError

IsServerError returns true when this aggregate image assessment history internal server error response has a 5xx status code

func (*AggregateImageAssessmentHistoryInternalServerError) IsSuccess

IsSuccess returns true when this aggregate image assessment history internal server error response has a 2xx status code

func (*AggregateImageAssessmentHistoryInternalServerError) String

type AggregateImageAssessmentHistoryOK

type AggregateImageAssessmentHistoryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesAPIImageAssessmentHistory
}

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

OK

func NewAggregateImageAssessmentHistoryOK

func NewAggregateImageAssessmentHistoryOK() *AggregateImageAssessmentHistoryOK

NewAggregateImageAssessmentHistoryOK creates a AggregateImageAssessmentHistoryOK with default headers values

func (*AggregateImageAssessmentHistoryOK) Code

Code gets the status code for the aggregate image assessment history o k response

func (*AggregateImageAssessmentHistoryOK) Error

func (*AggregateImageAssessmentHistoryOK) GetPayload

func (*AggregateImageAssessmentHistoryOK) IsClientError

func (o *AggregateImageAssessmentHistoryOK) IsClientError() bool

IsClientError returns true when this aggregate image assessment history o k response has a 4xx status code

func (*AggregateImageAssessmentHistoryOK) IsCode

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

IsCode returns true when this aggregate image assessment history o k response a status code equal to that given

func (*AggregateImageAssessmentHistoryOK) IsRedirect

func (o *AggregateImageAssessmentHistoryOK) IsRedirect() bool

IsRedirect returns true when this aggregate image assessment history o k response has a 3xx status code

func (*AggregateImageAssessmentHistoryOK) IsServerError

func (o *AggregateImageAssessmentHistoryOK) IsServerError() bool

IsServerError returns true when this aggregate image assessment history o k response has a 5xx status code

func (*AggregateImageAssessmentHistoryOK) IsSuccess

func (o *AggregateImageAssessmentHistoryOK) IsSuccess() bool

IsSuccess returns true when this aggregate image assessment history o k response has a 2xx status code

func (*AggregateImageAssessmentHistoryOK) String

type AggregateImageAssessmentHistoryParams

type AggregateImageAssessmentHistoryParams struct {

	/* Filter.

	   Filter using a query in Falcon Query Language (FQL). Supported filters:  cid,registry,repository
	*/
	Filter *string

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

AggregateImageAssessmentHistoryParams contains all the parameters to send to the API endpoint

for the aggregate image assessment history operation.

Typically these are written to a http.Request.

func NewAggregateImageAssessmentHistoryParams

func NewAggregateImageAssessmentHistoryParams() *AggregateImageAssessmentHistoryParams

NewAggregateImageAssessmentHistoryParams creates a new AggregateImageAssessmentHistoryParams 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 NewAggregateImageAssessmentHistoryParamsWithContext

func NewAggregateImageAssessmentHistoryParamsWithContext(ctx context.Context) *AggregateImageAssessmentHistoryParams

NewAggregateImageAssessmentHistoryParamsWithContext creates a new AggregateImageAssessmentHistoryParams object with the ability to set a context for a request.

func NewAggregateImageAssessmentHistoryParamsWithHTTPClient

func NewAggregateImageAssessmentHistoryParamsWithHTTPClient(client *http.Client) *AggregateImageAssessmentHistoryParams

NewAggregateImageAssessmentHistoryParamsWithHTTPClient creates a new AggregateImageAssessmentHistoryParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateImageAssessmentHistoryParamsWithTimeout

func NewAggregateImageAssessmentHistoryParamsWithTimeout(timeout time.Duration) *AggregateImageAssessmentHistoryParams

NewAggregateImageAssessmentHistoryParamsWithTimeout creates a new AggregateImageAssessmentHistoryParams object with the ability to set a timeout on a request.

func (*AggregateImageAssessmentHistoryParams) SetContext

SetContext adds the context to the aggregate image assessment history params

func (*AggregateImageAssessmentHistoryParams) SetDefaults

func (o *AggregateImageAssessmentHistoryParams) SetDefaults()

SetDefaults hydrates default values in the aggregate image assessment history params (not the query body).

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

func (*AggregateImageAssessmentHistoryParams) SetFilter

func (o *AggregateImageAssessmentHistoryParams) SetFilter(filter *string)

SetFilter adds the filter to the aggregate image assessment history params

func (*AggregateImageAssessmentHistoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate image assessment history params

func (*AggregateImageAssessmentHistoryParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate image assessment history params

func (*AggregateImageAssessmentHistoryParams) WithContext

WithContext adds the context to the aggregate image assessment history params

func (*AggregateImageAssessmentHistoryParams) WithDefaults

WithDefaults hydrates default values in the aggregate image assessment history params (not the query body).

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

func (*AggregateImageAssessmentHistoryParams) WithFilter

WithFilter adds the filter to the aggregate image assessment history params

func (*AggregateImageAssessmentHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregate image assessment history params

func (*AggregateImageAssessmentHistoryParams) WithTimeout

WithTimeout adds the timeout to the aggregate image assessment history params

func (*AggregateImageAssessmentHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateImageAssessmentHistoryReader

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

AggregateImageAssessmentHistoryReader is a Reader for the AggregateImageAssessmentHistory structure.

func (*AggregateImageAssessmentHistoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateImageAssessmentHistoryTooManyRequests

type AggregateImageAssessmentHistoryTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

AggregateImageAssessmentHistoryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewAggregateImageAssessmentHistoryTooManyRequests

func NewAggregateImageAssessmentHistoryTooManyRequests() *AggregateImageAssessmentHistoryTooManyRequests

NewAggregateImageAssessmentHistoryTooManyRequests creates a AggregateImageAssessmentHistoryTooManyRequests with default headers values

func (*AggregateImageAssessmentHistoryTooManyRequests) Code

Code gets the status code for the aggregate image assessment history too many requests response

func (*AggregateImageAssessmentHistoryTooManyRequests) Error

func (*AggregateImageAssessmentHistoryTooManyRequests) GetPayload

func (*AggregateImageAssessmentHistoryTooManyRequests) IsClientError

IsClientError returns true when this aggregate image assessment history too many requests response has a 4xx status code

func (*AggregateImageAssessmentHistoryTooManyRequests) IsCode

IsCode returns true when this aggregate image assessment history too many requests response a status code equal to that given

func (*AggregateImageAssessmentHistoryTooManyRequests) IsRedirect

IsRedirect returns true when this aggregate image assessment history too many requests response has a 3xx status code

func (*AggregateImageAssessmentHistoryTooManyRequests) IsServerError

IsServerError returns true when this aggregate image assessment history too many requests response has a 5xx status code

func (*AggregateImageAssessmentHistoryTooManyRequests) IsSuccess

IsSuccess returns true when this aggregate image assessment history too many requests response has a 2xx status code

func (*AggregateImageAssessmentHistoryTooManyRequests) String

type AggregateImageCountByBaseOSForbidden

type AggregateImageCountByBaseOSForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregateImageCountByBaseOSForbidden

func NewAggregateImageCountByBaseOSForbidden() *AggregateImageCountByBaseOSForbidden

NewAggregateImageCountByBaseOSForbidden creates a AggregateImageCountByBaseOSForbidden with default headers values

func (*AggregateImageCountByBaseOSForbidden) Code

Code gets the status code for the aggregate image count by base o s forbidden response

func (*AggregateImageCountByBaseOSForbidden) Error

func (*AggregateImageCountByBaseOSForbidden) GetPayload

func (*AggregateImageCountByBaseOSForbidden) IsClientError

func (o *AggregateImageCountByBaseOSForbidden) IsClientError() bool

IsClientError returns true when this aggregate image count by base o s forbidden response has a 4xx status code

func (*AggregateImageCountByBaseOSForbidden) IsCode

IsCode returns true when this aggregate image count by base o s forbidden response a status code equal to that given

func (*AggregateImageCountByBaseOSForbidden) IsRedirect

IsRedirect returns true when this aggregate image count by base o s forbidden response has a 3xx status code

func (*AggregateImageCountByBaseOSForbidden) IsServerError

func (o *AggregateImageCountByBaseOSForbidden) IsServerError() bool

IsServerError returns true when this aggregate image count by base o s forbidden response has a 5xx status code

func (*AggregateImageCountByBaseOSForbidden) IsSuccess

IsSuccess returns true when this aggregate image count by base o s forbidden response has a 2xx status code

func (*AggregateImageCountByBaseOSForbidden) String

type AggregateImageCountByBaseOSInternalServerError

type AggregateImageCountByBaseOSInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.CoreEntitiesResponse
}

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

Internal Server Error

func NewAggregateImageCountByBaseOSInternalServerError

func NewAggregateImageCountByBaseOSInternalServerError() *AggregateImageCountByBaseOSInternalServerError

NewAggregateImageCountByBaseOSInternalServerError creates a AggregateImageCountByBaseOSInternalServerError with default headers values

func (*AggregateImageCountByBaseOSInternalServerError) Code

Code gets the status code for the aggregate image count by base o s internal server error response

func (*AggregateImageCountByBaseOSInternalServerError) Error

func (*AggregateImageCountByBaseOSInternalServerError) GetPayload

func (*AggregateImageCountByBaseOSInternalServerError) IsClientError

IsClientError returns true when this aggregate image count by base o s internal server error response has a 4xx status code

func (*AggregateImageCountByBaseOSInternalServerError) IsCode

IsCode returns true when this aggregate image count by base o s internal server error response a status code equal to that given

func (*AggregateImageCountByBaseOSInternalServerError) IsRedirect

IsRedirect returns true when this aggregate image count by base o s internal server error response has a 3xx status code

func (*AggregateImageCountByBaseOSInternalServerError) IsServerError

IsServerError returns true when this aggregate image count by base o s internal server error response has a 5xx status code

func (*AggregateImageCountByBaseOSInternalServerError) IsSuccess

IsSuccess returns true when this aggregate image count by base o s internal server error response has a 2xx status code

func (*AggregateImageCountByBaseOSInternalServerError) String

type AggregateImageCountByBaseOSOK

type AggregateImageCountByBaseOSOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesAPIImageCountByBaseOS
}

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

OK

func NewAggregateImageCountByBaseOSOK

func NewAggregateImageCountByBaseOSOK() *AggregateImageCountByBaseOSOK

NewAggregateImageCountByBaseOSOK creates a AggregateImageCountByBaseOSOK with default headers values

func (*AggregateImageCountByBaseOSOK) Code

Code gets the status code for the aggregate image count by base o s o k response

func (*AggregateImageCountByBaseOSOK) Error

func (*AggregateImageCountByBaseOSOK) GetPayload

func (*AggregateImageCountByBaseOSOK) IsClientError

func (o *AggregateImageCountByBaseOSOK) IsClientError() bool

IsClientError returns true when this aggregate image count by base o s o k response has a 4xx status code

func (*AggregateImageCountByBaseOSOK) IsCode

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

IsCode returns true when this aggregate image count by base o s o k response a status code equal to that given

func (*AggregateImageCountByBaseOSOK) IsRedirect

func (o *AggregateImageCountByBaseOSOK) IsRedirect() bool

IsRedirect returns true when this aggregate image count by base o s o k response has a 3xx status code

func (*AggregateImageCountByBaseOSOK) IsServerError

func (o *AggregateImageCountByBaseOSOK) IsServerError() bool

IsServerError returns true when this aggregate image count by base o s o k response has a 5xx status code

func (*AggregateImageCountByBaseOSOK) IsSuccess

func (o *AggregateImageCountByBaseOSOK) IsSuccess() bool

IsSuccess returns true when this aggregate image count by base o s o k response has a 2xx status code

func (*AggregateImageCountByBaseOSOK) String

type AggregateImageCountByBaseOSParams

type AggregateImageCountByBaseOSParams struct {

	/* Filter.

	   Filter images using a query in Falcon Query Language (FQL). Supported filters:  arch,base_os,cid,registry,repository,tag
	*/
	Filter *string

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

AggregateImageCountByBaseOSParams contains all the parameters to send to the API endpoint

for the aggregate image count by base o s operation.

Typically these are written to a http.Request.

func NewAggregateImageCountByBaseOSParams

func NewAggregateImageCountByBaseOSParams() *AggregateImageCountByBaseOSParams

NewAggregateImageCountByBaseOSParams creates a new AggregateImageCountByBaseOSParams 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 NewAggregateImageCountByBaseOSParamsWithContext

func NewAggregateImageCountByBaseOSParamsWithContext(ctx context.Context) *AggregateImageCountByBaseOSParams

NewAggregateImageCountByBaseOSParamsWithContext creates a new AggregateImageCountByBaseOSParams object with the ability to set a context for a request.

func NewAggregateImageCountByBaseOSParamsWithHTTPClient

func NewAggregateImageCountByBaseOSParamsWithHTTPClient(client *http.Client) *AggregateImageCountByBaseOSParams

NewAggregateImageCountByBaseOSParamsWithHTTPClient creates a new AggregateImageCountByBaseOSParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateImageCountByBaseOSParamsWithTimeout

func NewAggregateImageCountByBaseOSParamsWithTimeout(timeout time.Duration) *AggregateImageCountByBaseOSParams

NewAggregateImageCountByBaseOSParamsWithTimeout creates a new AggregateImageCountByBaseOSParams object with the ability to set a timeout on a request.

func (*AggregateImageCountByBaseOSParams) SetContext

SetContext adds the context to the aggregate image count by base o s params

func (*AggregateImageCountByBaseOSParams) SetDefaults

func (o *AggregateImageCountByBaseOSParams) SetDefaults()

SetDefaults hydrates default values in the aggregate image count by base o s params (not the query body).

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

func (*AggregateImageCountByBaseOSParams) SetFilter

func (o *AggregateImageCountByBaseOSParams) SetFilter(filter *string)

SetFilter adds the filter to the aggregate image count by base o s params

func (*AggregateImageCountByBaseOSParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate image count by base o s params

func (*AggregateImageCountByBaseOSParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate image count by base o s params

func (*AggregateImageCountByBaseOSParams) WithContext

WithContext adds the context to the aggregate image count by base o s params

func (*AggregateImageCountByBaseOSParams) WithDefaults

WithDefaults hydrates default values in the aggregate image count by base o s params (not the query body).

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

func (*AggregateImageCountByBaseOSParams) WithFilter

WithFilter adds the filter to the aggregate image count by base o s params

func (*AggregateImageCountByBaseOSParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregate image count by base o s params

func (*AggregateImageCountByBaseOSParams) WithTimeout

WithTimeout adds the timeout to the aggregate image count by base o s params

func (*AggregateImageCountByBaseOSParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateImageCountByBaseOSReader

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

AggregateImageCountByBaseOSReader is a Reader for the AggregateImageCountByBaseOS structure.

func (*AggregateImageCountByBaseOSReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateImageCountByBaseOSTooManyRequests

type AggregateImageCountByBaseOSTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

AggregateImageCountByBaseOSTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewAggregateImageCountByBaseOSTooManyRequests

func NewAggregateImageCountByBaseOSTooManyRequests() *AggregateImageCountByBaseOSTooManyRequests

NewAggregateImageCountByBaseOSTooManyRequests creates a AggregateImageCountByBaseOSTooManyRequests with default headers values

func (*AggregateImageCountByBaseOSTooManyRequests) Code

Code gets the status code for the aggregate image count by base o s too many requests response

func (*AggregateImageCountByBaseOSTooManyRequests) Error

func (*AggregateImageCountByBaseOSTooManyRequests) GetPayload

func (*AggregateImageCountByBaseOSTooManyRequests) IsClientError

IsClientError returns true when this aggregate image count by base o s too many requests response has a 4xx status code

func (*AggregateImageCountByBaseOSTooManyRequests) IsCode

IsCode returns true when this aggregate image count by base o s too many requests response a status code equal to that given

func (*AggregateImageCountByBaseOSTooManyRequests) IsRedirect

IsRedirect returns true when this aggregate image count by base o s too many requests response has a 3xx status code

func (*AggregateImageCountByBaseOSTooManyRequests) IsServerError

IsServerError returns true when this aggregate image count by base o s too many requests response has a 5xx status code

func (*AggregateImageCountByBaseOSTooManyRequests) IsSuccess

IsSuccess returns true when this aggregate image count by base o s too many requests response has a 2xx status code

func (*AggregateImageCountByBaseOSTooManyRequests) String

type AggregateImageCountByStateForbidden

type AggregateImageCountByStateForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregateImageCountByStateForbidden

func NewAggregateImageCountByStateForbidden() *AggregateImageCountByStateForbidden

NewAggregateImageCountByStateForbidden creates a AggregateImageCountByStateForbidden with default headers values

func (*AggregateImageCountByStateForbidden) Code

Code gets the status code for the aggregate image count by state forbidden response

func (*AggregateImageCountByStateForbidden) Error

func (*AggregateImageCountByStateForbidden) GetPayload

func (*AggregateImageCountByStateForbidden) IsClientError

func (o *AggregateImageCountByStateForbidden) IsClientError() bool

IsClientError returns true when this aggregate image count by state forbidden response has a 4xx status code

func (*AggregateImageCountByStateForbidden) IsCode

IsCode returns true when this aggregate image count by state forbidden response a status code equal to that given

func (*AggregateImageCountByStateForbidden) IsRedirect

func (o *AggregateImageCountByStateForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate image count by state forbidden response has a 3xx status code

func (*AggregateImageCountByStateForbidden) IsServerError

func (o *AggregateImageCountByStateForbidden) IsServerError() bool

IsServerError returns true when this aggregate image count by state forbidden response has a 5xx status code

func (*AggregateImageCountByStateForbidden) IsSuccess

IsSuccess returns true when this aggregate image count by state forbidden response has a 2xx status code

func (*AggregateImageCountByStateForbidden) String

type AggregateImageCountByStateInternalServerError

type AggregateImageCountByStateInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.CoreEntitiesResponse
}

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

Internal Server Error

func NewAggregateImageCountByStateInternalServerError

func NewAggregateImageCountByStateInternalServerError() *AggregateImageCountByStateInternalServerError

NewAggregateImageCountByStateInternalServerError creates a AggregateImageCountByStateInternalServerError with default headers values

func (*AggregateImageCountByStateInternalServerError) Code

Code gets the status code for the aggregate image count by state internal server error response

func (*AggregateImageCountByStateInternalServerError) Error

func (*AggregateImageCountByStateInternalServerError) GetPayload

func (*AggregateImageCountByStateInternalServerError) IsClientError

IsClientError returns true when this aggregate image count by state internal server error response has a 4xx status code

func (*AggregateImageCountByStateInternalServerError) IsCode

IsCode returns true when this aggregate image count by state internal server error response a status code equal to that given

func (*AggregateImageCountByStateInternalServerError) IsRedirect

IsRedirect returns true when this aggregate image count by state internal server error response has a 3xx status code

func (*AggregateImageCountByStateInternalServerError) IsServerError

IsServerError returns true when this aggregate image count by state internal server error response has a 5xx status code

func (*AggregateImageCountByStateInternalServerError) IsSuccess

IsSuccess returns true when this aggregate image count by state internal server error response has a 2xx status code

func (*AggregateImageCountByStateInternalServerError) String

type AggregateImageCountByStateOK

type AggregateImageCountByStateOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesAPIImageCountByState
}

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

OK

func NewAggregateImageCountByStateOK

func NewAggregateImageCountByStateOK() *AggregateImageCountByStateOK

NewAggregateImageCountByStateOK creates a AggregateImageCountByStateOK with default headers values

func (*AggregateImageCountByStateOK) Code

Code gets the status code for the aggregate image count by state o k response

func (*AggregateImageCountByStateOK) Error

func (*AggregateImageCountByStateOK) GetPayload

func (*AggregateImageCountByStateOK) IsClientError

func (o *AggregateImageCountByStateOK) IsClientError() bool

IsClientError returns true when this aggregate image count by state o k response has a 4xx status code

func (*AggregateImageCountByStateOK) IsCode

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

IsCode returns true when this aggregate image count by state o k response a status code equal to that given

func (*AggregateImageCountByStateOK) IsRedirect

func (o *AggregateImageCountByStateOK) IsRedirect() bool

IsRedirect returns true when this aggregate image count by state o k response has a 3xx status code

func (*AggregateImageCountByStateOK) IsServerError

func (o *AggregateImageCountByStateOK) IsServerError() bool

IsServerError returns true when this aggregate image count by state o k response has a 5xx status code

func (*AggregateImageCountByStateOK) IsSuccess

func (o *AggregateImageCountByStateOK) IsSuccess() bool

IsSuccess returns true when this aggregate image count by state o k response has a 2xx status code

func (*AggregateImageCountByStateOK) String

type AggregateImageCountByStateParams

type AggregateImageCountByStateParams struct {

	/* Filter.

	   Filter images using a query in Falcon Query Language (FQL). Supported filters:  cid,last_seen,registry,repository
	*/
	Filter *string

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

AggregateImageCountByStateParams contains all the parameters to send to the API endpoint

for the aggregate image count by state operation.

Typically these are written to a http.Request.

func NewAggregateImageCountByStateParams

func NewAggregateImageCountByStateParams() *AggregateImageCountByStateParams

NewAggregateImageCountByStateParams creates a new AggregateImageCountByStateParams 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 NewAggregateImageCountByStateParamsWithContext

func NewAggregateImageCountByStateParamsWithContext(ctx context.Context) *AggregateImageCountByStateParams

NewAggregateImageCountByStateParamsWithContext creates a new AggregateImageCountByStateParams object with the ability to set a context for a request.

func NewAggregateImageCountByStateParamsWithHTTPClient

func NewAggregateImageCountByStateParamsWithHTTPClient(client *http.Client) *AggregateImageCountByStateParams

NewAggregateImageCountByStateParamsWithHTTPClient creates a new AggregateImageCountByStateParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateImageCountByStateParamsWithTimeout

func NewAggregateImageCountByStateParamsWithTimeout(timeout time.Duration) *AggregateImageCountByStateParams

NewAggregateImageCountByStateParamsWithTimeout creates a new AggregateImageCountByStateParams object with the ability to set a timeout on a request.

func (*AggregateImageCountByStateParams) SetContext

SetContext adds the context to the aggregate image count by state params

func (*AggregateImageCountByStateParams) SetDefaults

func (o *AggregateImageCountByStateParams) SetDefaults()

SetDefaults hydrates default values in the aggregate image count by state params (not the query body).

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

func (*AggregateImageCountByStateParams) SetFilter

func (o *AggregateImageCountByStateParams) SetFilter(filter *string)

SetFilter adds the filter to the aggregate image count by state params

func (*AggregateImageCountByStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate image count by state params

func (*AggregateImageCountByStateParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate image count by state params

func (*AggregateImageCountByStateParams) WithContext

WithContext adds the context to the aggregate image count by state params

func (*AggregateImageCountByStateParams) WithDefaults

WithDefaults hydrates default values in the aggregate image count by state params (not the query body).

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

func (*AggregateImageCountByStateParams) WithFilter

WithFilter adds the filter to the aggregate image count by state params

func (*AggregateImageCountByStateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregate image count by state params

func (*AggregateImageCountByStateParams) WithTimeout

WithTimeout adds the timeout to the aggregate image count by state params

func (*AggregateImageCountByStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateImageCountByStateReader

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

AggregateImageCountByStateReader is a Reader for the AggregateImageCountByState structure.

func (*AggregateImageCountByStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateImageCountByStateTooManyRequests

type AggregateImageCountByStateTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

AggregateImageCountByStateTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewAggregateImageCountByStateTooManyRequests

func NewAggregateImageCountByStateTooManyRequests() *AggregateImageCountByStateTooManyRequests

NewAggregateImageCountByStateTooManyRequests creates a AggregateImageCountByStateTooManyRequests with default headers values

func (*AggregateImageCountByStateTooManyRequests) Code

Code gets the status code for the aggregate image count by state too many requests response

func (*AggregateImageCountByStateTooManyRequests) Error

func (*AggregateImageCountByStateTooManyRequests) GetPayload

func (*AggregateImageCountByStateTooManyRequests) IsClientError

IsClientError returns true when this aggregate image count by state too many requests response has a 4xx status code

func (*AggregateImageCountByStateTooManyRequests) IsCode

IsCode returns true when this aggregate image count by state too many requests response a status code equal to that given

func (*AggregateImageCountByStateTooManyRequests) IsRedirect

IsRedirect returns true when this aggregate image count by state too many requests response has a 3xx status code

func (*AggregateImageCountByStateTooManyRequests) IsServerError

IsServerError returns true when this aggregate image count by state too many requests response has a 5xx status code

func (*AggregateImageCountByStateTooManyRequests) IsSuccess

IsSuccess returns true when this aggregate image count by state too many requests response has a 2xx status code

func (*AggregateImageCountByStateTooManyRequests) String

type AggregateImageCountForbidden

type AggregateImageCountForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregateImageCountForbidden

func NewAggregateImageCountForbidden() *AggregateImageCountForbidden

NewAggregateImageCountForbidden creates a AggregateImageCountForbidden with default headers values

func (*AggregateImageCountForbidden) Code

Code gets the status code for the aggregate image count forbidden response

func (*AggregateImageCountForbidden) Error

func (*AggregateImageCountForbidden) GetPayload

func (*AggregateImageCountForbidden) IsClientError

func (o *AggregateImageCountForbidden) IsClientError() bool

IsClientError returns true when this aggregate image count forbidden response has a 4xx status code

func (*AggregateImageCountForbidden) IsCode

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

IsCode returns true when this aggregate image count forbidden response a status code equal to that given

func (*AggregateImageCountForbidden) IsRedirect

func (o *AggregateImageCountForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate image count forbidden response has a 3xx status code

func (*AggregateImageCountForbidden) IsServerError

func (o *AggregateImageCountForbidden) IsServerError() bool

IsServerError returns true when this aggregate image count forbidden response has a 5xx status code

func (*AggregateImageCountForbidden) IsSuccess

func (o *AggregateImageCountForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate image count forbidden response has a 2xx status code

func (*AggregateImageCountForbidden) String

type AggregateImageCountInternalServerError

type AggregateImageCountInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.CoreEntitiesResponse
}

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

Internal Server Error

func NewAggregateImageCountInternalServerError

func NewAggregateImageCountInternalServerError() *AggregateImageCountInternalServerError

NewAggregateImageCountInternalServerError creates a AggregateImageCountInternalServerError with default headers values

func (*AggregateImageCountInternalServerError) Code

Code gets the status code for the aggregate image count internal server error response

func (*AggregateImageCountInternalServerError) Error

func (*AggregateImageCountInternalServerError) GetPayload

func (*AggregateImageCountInternalServerError) IsClientError

func (o *AggregateImageCountInternalServerError) IsClientError() bool

IsClientError returns true when this aggregate image count internal server error response has a 4xx status code

func (*AggregateImageCountInternalServerError) IsCode

IsCode returns true when this aggregate image count internal server error response a status code equal to that given

func (*AggregateImageCountInternalServerError) IsRedirect

IsRedirect returns true when this aggregate image count internal server error response has a 3xx status code

func (*AggregateImageCountInternalServerError) IsServerError

func (o *AggregateImageCountInternalServerError) IsServerError() bool

IsServerError returns true when this aggregate image count internal server error response has a 5xx status code

func (*AggregateImageCountInternalServerError) IsSuccess

IsSuccess returns true when this aggregate image count internal server error response has a 2xx status code

func (*AggregateImageCountInternalServerError) String

type AggregateImageCountOK

type AggregateImageCountOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesAPIImageCount
}

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

OK

func NewAggregateImageCountOK

func NewAggregateImageCountOK() *AggregateImageCountOK

NewAggregateImageCountOK creates a AggregateImageCountOK with default headers values

func (*AggregateImageCountOK) Code

func (o *AggregateImageCountOK) Code() int

Code gets the status code for the aggregate image count o k response

func (*AggregateImageCountOK) Error

func (o *AggregateImageCountOK) Error() string

func (*AggregateImageCountOK) GetPayload

func (*AggregateImageCountOK) IsClientError

func (o *AggregateImageCountOK) IsClientError() bool

IsClientError returns true when this aggregate image count o k response has a 4xx status code

func (*AggregateImageCountOK) IsCode

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

IsCode returns true when this aggregate image count o k response a status code equal to that given

func (*AggregateImageCountOK) IsRedirect

func (o *AggregateImageCountOK) IsRedirect() bool

IsRedirect returns true when this aggregate image count o k response has a 3xx status code

func (*AggregateImageCountOK) IsServerError

func (o *AggregateImageCountOK) IsServerError() bool

IsServerError returns true when this aggregate image count o k response has a 5xx status code

func (*AggregateImageCountOK) IsSuccess

func (o *AggregateImageCountOK) IsSuccess() bool

IsSuccess returns true when this aggregate image count o k response has a 2xx status code

func (*AggregateImageCountOK) String

func (o *AggregateImageCountOK) String() string

type AggregateImageCountParams

type AggregateImageCountParams struct {

	/* Filter.

	   Filter images using a query in Falcon Query Language (FQL). Supported filters:  arch,base_os,cid,container_id,container_running_status,cps_rating,crowdstrike_user,cve_id,detection_count,detection_name,detection_severity,first_seen,image_digest,image_id,layer_digest,package_name_version,registry,repository,tag,vulnerability_count,vulnerability_severity
	*/
	Filter *string

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

AggregateImageCountParams contains all the parameters to send to the API endpoint

for the aggregate image count operation.

Typically these are written to a http.Request.

func NewAggregateImageCountParams

func NewAggregateImageCountParams() *AggregateImageCountParams

NewAggregateImageCountParams creates a new AggregateImageCountParams 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 NewAggregateImageCountParamsWithContext

func NewAggregateImageCountParamsWithContext(ctx context.Context) *AggregateImageCountParams

NewAggregateImageCountParamsWithContext creates a new AggregateImageCountParams object with the ability to set a context for a request.

func NewAggregateImageCountParamsWithHTTPClient

func NewAggregateImageCountParamsWithHTTPClient(client *http.Client) *AggregateImageCountParams

NewAggregateImageCountParamsWithHTTPClient creates a new AggregateImageCountParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateImageCountParamsWithTimeout

func NewAggregateImageCountParamsWithTimeout(timeout time.Duration) *AggregateImageCountParams

NewAggregateImageCountParamsWithTimeout creates a new AggregateImageCountParams object with the ability to set a timeout on a request.

func (*AggregateImageCountParams) SetContext

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

SetContext adds the context to the aggregate image count params

func (*AggregateImageCountParams) SetDefaults

func (o *AggregateImageCountParams) SetDefaults()

SetDefaults hydrates default values in the aggregate image count params (not the query body).

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

func (*AggregateImageCountParams) SetFilter

func (o *AggregateImageCountParams) SetFilter(filter *string)

SetFilter adds the filter to the aggregate image count params

func (*AggregateImageCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate image count params

func (*AggregateImageCountParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate image count params

func (*AggregateImageCountParams) WithContext

WithContext adds the context to the aggregate image count params

func (*AggregateImageCountParams) WithDefaults

WithDefaults hydrates default values in the aggregate image count params (not the query body).

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

func (*AggregateImageCountParams) WithFilter

WithFilter adds the filter to the aggregate image count params

func (*AggregateImageCountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the aggregate image count params

func (*AggregateImageCountParams) WithTimeout

WithTimeout adds the timeout to the aggregate image count params

func (*AggregateImageCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateImageCountReader

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

AggregateImageCountReader is a Reader for the AggregateImageCount structure.

func (*AggregateImageCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateImageCountTooManyRequests

type AggregateImageCountTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

AggregateImageCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewAggregateImageCountTooManyRequests

func NewAggregateImageCountTooManyRequests() *AggregateImageCountTooManyRequests

NewAggregateImageCountTooManyRequests creates a AggregateImageCountTooManyRequests with default headers values

func (*AggregateImageCountTooManyRequests) Code

Code gets the status code for the aggregate image count too many requests response

func (*AggregateImageCountTooManyRequests) Error

func (*AggregateImageCountTooManyRequests) GetPayload

func (*AggregateImageCountTooManyRequests) IsClientError

func (o *AggregateImageCountTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate image count too many requests response has a 4xx status code

func (*AggregateImageCountTooManyRequests) IsCode

IsCode returns true when this aggregate image count too many requests response a status code equal to that given

func (*AggregateImageCountTooManyRequests) IsRedirect

func (o *AggregateImageCountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate image count too many requests response has a 3xx status code

func (*AggregateImageCountTooManyRequests) IsServerError

func (o *AggregateImageCountTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate image count too many requests response has a 5xx status code

func (*AggregateImageCountTooManyRequests) IsSuccess

IsSuccess returns true when this aggregate image count too many requests response has a 2xx status code

func (*AggregateImageCountTooManyRequests) String

type Client

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

Client for container images API

func (*Client) AggregateImageAssessmentHistory

func (a *Client) AggregateImageAssessmentHistory(params *AggregateImageAssessmentHistoryParams, opts ...ClientOption) (*AggregateImageAssessmentHistoryOK, error)

AggregateImageAssessmentHistory images assessment history

func (*Client) AggregateImageCount

func (a *Client) AggregateImageCount(params *AggregateImageCountParams, opts ...ClientOption) (*AggregateImageCountOK, error)

AggregateImageCount aggregates count of images

func (*Client) AggregateImageCountByBaseOS

func (a *Client) AggregateImageCountByBaseOS(params *AggregateImageCountByBaseOSParams, opts ...ClientOption) (*AggregateImageCountByBaseOSOK, error)

AggregateImageCountByBaseOS aggregates count of images grouped by base o s distribution

func (*Client) AggregateImageCountByState

func (a *Client) AggregateImageCountByState(params *AggregateImageCountByStateParams, opts ...ClientOption) (*AggregateImageCountByStateOK, error)

AggregateImageCountByState aggregates count of images grouped by state

func (*Client) CombinedImageByVulnerabilityCount

func (a *Client) CombinedImageByVulnerabilityCount(params *CombinedImageByVulnerabilityCountParams, opts ...ClientOption) (*CombinedImageByVulnerabilityCountOK, error)

CombinedImageByVulnerabilityCount retrieves top x images with the most vulnerabilities

func (*Client) CombinedImageDetail

func (a *Client) CombinedImageDetail(params *CombinedImageDetailParams, opts ...ClientOption) (*CombinedImageDetailOK, error)

CombinedImageDetail retrieves image entities identified by the provided filter criteria

func (*Client) CombinedImageIssuesSummary

func (a *Client) CombinedImageIssuesSummary(params *CombinedImageIssuesSummaryParams, opts ...ClientOption) (*CombinedImageIssuesSummaryOK, error)

CombinedImageIssuesSummary retrieves image issues summary such as image detections runtime detections policies vulnerabilities

func (*Client) CombinedImageVulnerabilitySummary

func (a *Client) CombinedImageVulnerabilitySummary(params *CombinedImageVulnerabilitySummaryParams, opts ...ClientOption) (*CombinedImageVulnerabilitySummaryOK, error)

CombinedImageVulnerabilitySummary aggregates information about vulnerabilities for an image

func (*Client) GetCombinedImages

func (a *Client) GetCombinedImages(params *GetCombinedImagesParams, opts ...ClientOption) (*GetCombinedImagesOK, error)

GetCombinedImages gets image assessment results by providing an f q l filter and paging details

func (*Client) ReadCombinedImagesExport

func (a *Client) ReadCombinedImagesExport(params *ReadCombinedImagesExportParams, opts ...ClientOption) (*ReadCombinedImagesExportOK, error)

ReadCombinedImagesExport retrieves images with an option to expand aggregated vulnerabilities detections

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AggregateImageAssessmentHistory(params *AggregateImageAssessmentHistoryParams, opts ...ClientOption) (*AggregateImageAssessmentHistoryOK, error)

	AggregateImageCount(params *AggregateImageCountParams, opts ...ClientOption) (*AggregateImageCountOK, error)

	AggregateImageCountByBaseOS(params *AggregateImageCountByBaseOSParams, opts ...ClientOption) (*AggregateImageCountByBaseOSOK, error)

	AggregateImageCountByState(params *AggregateImageCountByStateParams, opts ...ClientOption) (*AggregateImageCountByStateOK, error)

	CombinedImageByVulnerabilityCount(params *CombinedImageByVulnerabilityCountParams, opts ...ClientOption) (*CombinedImageByVulnerabilityCountOK, error)

	CombinedImageDetail(params *CombinedImageDetailParams, opts ...ClientOption) (*CombinedImageDetailOK, error)

	CombinedImageIssuesSummary(params *CombinedImageIssuesSummaryParams, opts ...ClientOption) (*CombinedImageIssuesSummaryOK, error)

	CombinedImageVulnerabilitySummary(params *CombinedImageVulnerabilitySummaryParams, opts ...ClientOption) (*CombinedImageVulnerabilitySummaryOK, error)

	GetCombinedImages(params *GetCombinedImagesParams, opts ...ClientOption) (*GetCombinedImagesOK, error)

	ReadCombinedImagesExport(params *ReadCombinedImagesExportParams, opts ...ClientOption) (*ReadCombinedImagesExportOK, 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 container images API client.

type CombinedImageByVulnerabilityCountForbidden

type CombinedImageByVulnerabilityCountForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCombinedImageByVulnerabilityCountForbidden

func NewCombinedImageByVulnerabilityCountForbidden() *CombinedImageByVulnerabilityCountForbidden

NewCombinedImageByVulnerabilityCountForbidden creates a CombinedImageByVulnerabilityCountForbidden with default headers values

func (*CombinedImageByVulnerabilityCountForbidden) Code

Code gets the status code for the combined image by vulnerability count forbidden response

func (*CombinedImageByVulnerabilityCountForbidden) Error

func (*CombinedImageByVulnerabilityCountForbidden) GetPayload

func (*CombinedImageByVulnerabilityCountForbidden) IsClientError

IsClientError returns true when this combined image by vulnerability count forbidden response has a 4xx status code

func (*CombinedImageByVulnerabilityCountForbidden) IsCode

IsCode returns true when this combined image by vulnerability count forbidden response a status code equal to that given

func (*CombinedImageByVulnerabilityCountForbidden) IsRedirect

IsRedirect returns true when this combined image by vulnerability count forbidden response has a 3xx status code

func (*CombinedImageByVulnerabilityCountForbidden) IsServerError

IsServerError returns true when this combined image by vulnerability count forbidden response has a 5xx status code

func (*CombinedImageByVulnerabilityCountForbidden) IsSuccess

IsSuccess returns true when this combined image by vulnerability count forbidden response has a 2xx status code

func (*CombinedImageByVulnerabilityCountForbidden) String

type CombinedImageByVulnerabilityCountInternalServerError

type CombinedImageByVulnerabilityCountInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.CoreEntitiesResponse
}

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

Internal Server Error

func NewCombinedImageByVulnerabilityCountInternalServerError

func NewCombinedImageByVulnerabilityCountInternalServerError() *CombinedImageByVulnerabilityCountInternalServerError

NewCombinedImageByVulnerabilityCountInternalServerError creates a CombinedImageByVulnerabilityCountInternalServerError with default headers values

func (*CombinedImageByVulnerabilityCountInternalServerError) Code

Code gets the status code for the combined image by vulnerability count internal server error response

func (*CombinedImageByVulnerabilityCountInternalServerError) Error

func (*CombinedImageByVulnerabilityCountInternalServerError) GetPayload

func (*CombinedImageByVulnerabilityCountInternalServerError) IsClientError

IsClientError returns true when this combined image by vulnerability count internal server error response has a 4xx status code

func (*CombinedImageByVulnerabilityCountInternalServerError) IsCode

IsCode returns true when this combined image by vulnerability count internal server error response a status code equal to that given

func (*CombinedImageByVulnerabilityCountInternalServerError) IsRedirect

IsRedirect returns true when this combined image by vulnerability count internal server error response has a 3xx status code

func (*CombinedImageByVulnerabilityCountInternalServerError) IsServerError

IsServerError returns true when this combined image by vulnerability count internal server error response has a 5xx status code

func (*CombinedImageByVulnerabilityCountInternalServerError) IsSuccess

IsSuccess returns true when this combined image by vulnerability count internal server error response has a 2xx status code

func (*CombinedImageByVulnerabilityCountInternalServerError) String

type CombinedImageByVulnerabilityCountOK

type CombinedImageByVulnerabilityCountOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesAPIImageByVulnerabilityCount
}

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

OK

func NewCombinedImageByVulnerabilityCountOK

func NewCombinedImageByVulnerabilityCountOK() *CombinedImageByVulnerabilityCountOK

NewCombinedImageByVulnerabilityCountOK creates a CombinedImageByVulnerabilityCountOK with default headers values

func (*CombinedImageByVulnerabilityCountOK) Code

Code gets the status code for the combined image by vulnerability count o k response

func (*CombinedImageByVulnerabilityCountOK) Error

func (*CombinedImageByVulnerabilityCountOK) GetPayload

func (*CombinedImageByVulnerabilityCountOK) IsClientError

func (o *CombinedImageByVulnerabilityCountOK) IsClientError() bool

IsClientError returns true when this combined image by vulnerability count o k response has a 4xx status code

func (*CombinedImageByVulnerabilityCountOK) IsCode

IsCode returns true when this combined image by vulnerability count o k response a status code equal to that given

func (*CombinedImageByVulnerabilityCountOK) IsRedirect

func (o *CombinedImageByVulnerabilityCountOK) IsRedirect() bool

IsRedirect returns true when this combined image by vulnerability count o k response has a 3xx status code

func (*CombinedImageByVulnerabilityCountOK) IsServerError

func (o *CombinedImageByVulnerabilityCountOK) IsServerError() bool

IsServerError returns true when this combined image by vulnerability count o k response has a 5xx status code

func (*CombinedImageByVulnerabilityCountOK) IsSuccess

IsSuccess returns true when this combined image by vulnerability count o k response has a 2xx status code

func (*CombinedImageByVulnerabilityCountOK) String

type CombinedImageByVulnerabilityCountParams

type CombinedImageByVulnerabilityCountParams struct {

	/* Filter.

	   Filter images using a query in Falcon Query Language (FQL). Supported filters:  arch,base_os,cid,registry,repository,tag
	*/
	Filter *string

	/* Limit.

	   The upper-bound on the number of records to retrieve.
	*/
	Limit *int64

	/* Offset.

	   This is not used in the backend but is added here for compatibility purposes as some clients expects this i.e UI widgets.
	*/
	Offset *int64

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

CombinedImageByVulnerabilityCountParams contains all the parameters to send to the API endpoint

for the combined image by vulnerability count operation.

Typically these are written to a http.Request.

func NewCombinedImageByVulnerabilityCountParams

func NewCombinedImageByVulnerabilityCountParams() *CombinedImageByVulnerabilityCountParams

NewCombinedImageByVulnerabilityCountParams creates a new CombinedImageByVulnerabilityCountParams 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 NewCombinedImageByVulnerabilityCountParamsWithContext

func NewCombinedImageByVulnerabilityCountParamsWithContext(ctx context.Context) *CombinedImageByVulnerabilityCountParams

NewCombinedImageByVulnerabilityCountParamsWithContext creates a new CombinedImageByVulnerabilityCountParams object with the ability to set a context for a request.

func NewCombinedImageByVulnerabilityCountParamsWithHTTPClient

func NewCombinedImageByVulnerabilityCountParamsWithHTTPClient(client *http.Client) *CombinedImageByVulnerabilityCountParams

NewCombinedImageByVulnerabilityCountParamsWithHTTPClient creates a new CombinedImageByVulnerabilityCountParams object with the ability to set a custom HTTPClient for a request.

func NewCombinedImageByVulnerabilityCountParamsWithTimeout

func NewCombinedImageByVulnerabilityCountParamsWithTimeout(timeout time.Duration) *CombinedImageByVulnerabilityCountParams

NewCombinedImageByVulnerabilityCountParamsWithTimeout creates a new CombinedImageByVulnerabilityCountParams object with the ability to set a timeout on a request.

func (*CombinedImageByVulnerabilityCountParams) SetContext

SetContext adds the context to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) SetDefaults

func (o *CombinedImageByVulnerabilityCountParams) SetDefaults()

SetDefaults hydrates default values in the combined image by vulnerability count params (not the query body).

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

func (*CombinedImageByVulnerabilityCountParams) SetFilter

func (o *CombinedImageByVulnerabilityCountParams) SetFilter(filter *string)

SetFilter adds the filter to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) SetLimit

func (o *CombinedImageByVulnerabilityCountParams) SetLimit(limit *int64)

SetLimit adds the limit to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) SetOffset

func (o *CombinedImageByVulnerabilityCountParams) SetOffset(offset *int64)

SetOffset adds the offset to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) SetTimeout

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

SetTimeout adds the timeout to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) WithContext

WithContext adds the context to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) WithDefaults

WithDefaults hydrates default values in the combined image by vulnerability count params (not the query body).

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

func (*CombinedImageByVulnerabilityCountParams) WithFilter

WithFilter adds the filter to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) WithLimit

WithLimit adds the limit to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) WithOffset

WithOffset adds the offset to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) WithTimeout

WithTimeout adds the timeout to the combined image by vulnerability count params

func (*CombinedImageByVulnerabilityCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CombinedImageByVulnerabilityCountReader

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

CombinedImageByVulnerabilityCountReader is a Reader for the CombinedImageByVulnerabilityCount structure.

func (*CombinedImageByVulnerabilityCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CombinedImageByVulnerabilityCountTooManyRequests

type CombinedImageByVulnerabilityCountTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CombinedImageByVulnerabilityCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCombinedImageByVulnerabilityCountTooManyRequests

func NewCombinedImageByVulnerabilityCountTooManyRequests() *CombinedImageByVulnerabilityCountTooManyRequests

NewCombinedImageByVulnerabilityCountTooManyRequests creates a CombinedImageByVulnerabilityCountTooManyRequests with default headers values

func (*CombinedImageByVulnerabilityCountTooManyRequests) Code

Code gets the status code for the combined image by vulnerability count too many requests response

func (*CombinedImageByVulnerabilityCountTooManyRequests) Error

func (*CombinedImageByVulnerabilityCountTooManyRequests) GetPayload

func (*CombinedImageByVulnerabilityCountTooManyRequests) IsClientError

IsClientError returns true when this combined image by vulnerability count too many requests response has a 4xx status code

func (*CombinedImageByVulnerabilityCountTooManyRequests) IsCode

IsCode returns true when this combined image by vulnerability count too many requests response a status code equal to that given

func (*CombinedImageByVulnerabilityCountTooManyRequests) IsRedirect

IsRedirect returns true when this combined image by vulnerability count too many requests response has a 3xx status code

func (*CombinedImageByVulnerabilityCountTooManyRequests) IsServerError

IsServerError returns true when this combined image by vulnerability count too many requests response has a 5xx status code

func (*CombinedImageByVulnerabilityCountTooManyRequests) IsSuccess

IsSuccess returns true when this combined image by vulnerability count too many requests response has a 2xx status code

func (*CombinedImageByVulnerabilityCountTooManyRequests) String

type CombinedImageDetailForbidden

type CombinedImageDetailForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCombinedImageDetailForbidden

func NewCombinedImageDetailForbidden() *CombinedImageDetailForbidden

NewCombinedImageDetailForbidden creates a CombinedImageDetailForbidden with default headers values

func (*CombinedImageDetailForbidden) Code

Code gets the status code for the combined image detail forbidden response

func (*CombinedImageDetailForbidden) Error

func (*CombinedImageDetailForbidden) GetPayload

func (*CombinedImageDetailForbidden) IsClientError

func (o *CombinedImageDetailForbidden) IsClientError() bool

IsClientError returns true when this combined image detail forbidden response has a 4xx status code

func (*CombinedImageDetailForbidden) IsCode

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

IsCode returns true when this combined image detail forbidden response a status code equal to that given

func (*CombinedImageDetailForbidden) IsRedirect

func (o *CombinedImageDetailForbidden) IsRedirect() bool

IsRedirect returns true when this combined image detail forbidden response has a 3xx status code

func (*CombinedImageDetailForbidden) IsServerError

func (o *CombinedImageDetailForbidden) IsServerError() bool

IsServerError returns true when this combined image detail forbidden response has a 5xx status code

func (*CombinedImageDetailForbidden) IsSuccess

func (o *CombinedImageDetailForbidden) IsSuccess() bool

IsSuccess returns true when this combined image detail forbidden response has a 2xx status code

func (*CombinedImageDetailForbidden) String

type CombinedImageDetailInternalServerError

type CombinedImageDetailInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.CoreEntitiesResponse
}

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

Internal Server Error

func NewCombinedImageDetailInternalServerError

func NewCombinedImageDetailInternalServerError() *CombinedImageDetailInternalServerError

NewCombinedImageDetailInternalServerError creates a CombinedImageDetailInternalServerError with default headers values

func (*CombinedImageDetailInternalServerError) Code

Code gets the status code for the combined image detail internal server error response

func (*CombinedImageDetailInternalServerError) Error

func (*CombinedImageDetailInternalServerError) GetPayload

func (*CombinedImageDetailInternalServerError) IsClientError

func (o *CombinedImageDetailInternalServerError) IsClientError() bool

IsClientError returns true when this combined image detail internal server error response has a 4xx status code

func (*CombinedImageDetailInternalServerError) IsCode

IsCode returns true when this combined image detail internal server error response a status code equal to that given

func (*CombinedImageDetailInternalServerError) IsRedirect

IsRedirect returns true when this combined image detail internal server error response has a 3xx status code

func (*CombinedImageDetailInternalServerError) IsServerError

func (o *CombinedImageDetailInternalServerError) IsServerError() bool

IsServerError returns true when this combined image detail internal server error response has a 5xx status code

func (*CombinedImageDetailInternalServerError) IsSuccess

IsSuccess returns true when this combined image detail internal server error response has a 2xx status code

func (*CombinedImageDetailInternalServerError) String

type CombinedImageDetailOK

type CombinedImageDetailOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesAPICustomerAndImage
}

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

OK

func NewCombinedImageDetailOK

func NewCombinedImageDetailOK() *CombinedImageDetailOK

NewCombinedImageDetailOK creates a CombinedImageDetailOK with default headers values

func (*CombinedImageDetailOK) Code

func (o *CombinedImageDetailOK) Code() int

Code gets the status code for the combined image detail o k response

func (*CombinedImageDetailOK) Error

func (o *CombinedImageDetailOK) Error() string

func (*CombinedImageDetailOK) GetPayload

func (*CombinedImageDetailOK) IsClientError

func (o *CombinedImageDetailOK) IsClientError() bool

IsClientError returns true when this combined image detail o k response has a 4xx status code

func (*CombinedImageDetailOK) IsCode

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

IsCode returns true when this combined image detail o k response a status code equal to that given

func (*CombinedImageDetailOK) IsRedirect

func (o *CombinedImageDetailOK) IsRedirect() bool

IsRedirect returns true when this combined image detail o k response has a 3xx status code

func (*CombinedImageDetailOK) IsServerError

func (o *CombinedImageDetailOK) IsServerError() bool

IsServerError returns true when this combined image detail o k response has a 5xx status code

func (*CombinedImageDetailOK) IsSuccess

func (o *CombinedImageDetailOK) IsSuccess() bool

IsSuccess returns true when this combined image detail o k response has a 2xx status code

func (*CombinedImageDetailOK) String

func (o *CombinedImageDetailOK) String() string

type CombinedImageDetailParams

type CombinedImageDetailParams struct {

	/* Filter.

	   Filter images using a query in Falcon Query Language (FQL). Supported filters:  registry,repository,tag
	*/
	Filter *string

	/* Limit.

	   The upper-bound on the number of records to retrieve.
	*/
	Limit *int64

	/* Offset.

	   The offset from where to begin.
	*/
	Offset *int64

	/* Sort.

	   The fields to sort the records on.
	*/
	Sort *string

	/* WithConfig.

	   (true/false) include image config, default is false
	*/
	WithConfig *bool

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

CombinedImageDetailParams contains all the parameters to send to the API endpoint

for the combined image detail operation.

Typically these are written to a http.Request.

func NewCombinedImageDetailParams

func NewCombinedImageDetailParams() *CombinedImageDetailParams

NewCombinedImageDetailParams creates a new CombinedImageDetailParams 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 NewCombinedImageDetailParamsWithContext

func NewCombinedImageDetailParamsWithContext(ctx context.Context) *CombinedImageDetailParams

NewCombinedImageDetailParamsWithContext creates a new CombinedImageDetailParams object with the ability to set a context for a request.

func NewCombinedImageDetailParamsWithHTTPClient

func NewCombinedImageDetailParamsWithHTTPClient(client *http.Client) *CombinedImageDetailParams

NewCombinedImageDetailParamsWithHTTPClient creates a new CombinedImageDetailParams object with the ability to set a custom HTTPClient for a request.

func NewCombinedImageDetailParamsWithTimeout

func NewCombinedImageDetailParamsWithTimeout(timeout time.Duration) *CombinedImageDetailParams

NewCombinedImageDetailParamsWithTimeout creates a new CombinedImageDetailParams object with the ability to set a timeout on a request.

func (*CombinedImageDetailParams) SetContext

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

SetContext adds the context to the combined image detail params

func (*CombinedImageDetailParams) SetDefaults

func (o *CombinedImageDetailParams) SetDefaults()

SetDefaults hydrates default values in the combined image detail params (not the query body).

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

func (*CombinedImageDetailParams) SetFilter

func (o *CombinedImageDetailParams) SetFilter(filter *string)

SetFilter adds the filter to the combined image detail params

func (*CombinedImageDetailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the combined image detail params

func (*CombinedImageDetailParams) SetLimit

func (o *CombinedImageDetailParams) SetLimit(limit *int64)

SetLimit adds the limit to the combined image detail params

func (*CombinedImageDetailParams) SetOffset

func (o *CombinedImageDetailParams) SetOffset(offset *int64)

SetOffset adds the offset to the combined image detail params

func (*CombinedImageDetailParams) SetSort

func (o *CombinedImageDetailParams) SetSort(sort *string)

SetSort adds the sort to the combined image detail params

func (*CombinedImageDetailParams) SetTimeout

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

SetTimeout adds the timeout to the combined image detail params

func (*CombinedImageDetailParams) SetWithConfig

func (o *CombinedImageDetailParams) SetWithConfig(withConfig *bool)

SetWithConfig adds the withConfig to the combined image detail params

func (*CombinedImageDetailParams) WithContext

WithContext adds the context to the combined image detail params

func (*CombinedImageDetailParams) WithDefaults

WithDefaults hydrates default values in the combined image detail params (not the query body).

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

func (*CombinedImageDetailParams) WithFilter

WithFilter adds the filter to the combined image detail params

func (*CombinedImageDetailParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the combined image detail params

func (*CombinedImageDetailParams) WithLimit

WithLimit adds the limit to the combined image detail params

func (*CombinedImageDetailParams) WithOffset

WithOffset adds the offset to the combined image detail params

func (*CombinedImageDetailParams) WithSort

WithSort adds the sort to the combined image detail params

func (*CombinedImageDetailParams) WithTimeout

WithTimeout adds the timeout to the combined image detail params

func (*CombinedImageDetailParams) WithWithConfig

func (o *CombinedImageDetailParams) WithWithConfig(withConfig *bool) *CombinedImageDetailParams

WithWithConfig adds the withConfig to the combined image detail params

func (*CombinedImageDetailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CombinedImageDetailReader

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

CombinedImageDetailReader is a Reader for the CombinedImageDetail structure.

func (*CombinedImageDetailReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CombinedImageDetailTooManyRequests

type CombinedImageDetailTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CombinedImageDetailTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCombinedImageDetailTooManyRequests

func NewCombinedImageDetailTooManyRequests() *CombinedImageDetailTooManyRequests

NewCombinedImageDetailTooManyRequests creates a CombinedImageDetailTooManyRequests with default headers values

func (*CombinedImageDetailTooManyRequests) Code

Code gets the status code for the combined image detail too many requests response

func (*CombinedImageDetailTooManyRequests) Error

func (*CombinedImageDetailTooManyRequests) GetPayload

func (*CombinedImageDetailTooManyRequests) IsClientError

func (o *CombinedImageDetailTooManyRequests) IsClientError() bool

IsClientError returns true when this combined image detail too many requests response has a 4xx status code

func (*CombinedImageDetailTooManyRequests) IsCode

IsCode returns true when this combined image detail too many requests response a status code equal to that given

func (*CombinedImageDetailTooManyRequests) IsRedirect

func (o *CombinedImageDetailTooManyRequests) IsRedirect() bool

IsRedirect returns true when this combined image detail too many requests response has a 3xx status code

func (*CombinedImageDetailTooManyRequests) IsServerError

func (o *CombinedImageDetailTooManyRequests) IsServerError() bool

IsServerError returns true when this combined image detail too many requests response has a 5xx status code

func (*CombinedImageDetailTooManyRequests) IsSuccess

IsSuccess returns true when this combined image detail too many requests response has a 2xx status code

func (*CombinedImageDetailTooManyRequests) String

type CombinedImageIssuesSummaryForbidden

type CombinedImageIssuesSummaryForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCombinedImageIssuesSummaryForbidden

func NewCombinedImageIssuesSummaryForbidden() *CombinedImageIssuesSummaryForbidden

NewCombinedImageIssuesSummaryForbidden creates a CombinedImageIssuesSummaryForbidden with default headers values

func (*CombinedImageIssuesSummaryForbidden) Code

Code gets the status code for the combined image issues summary forbidden response

func (*CombinedImageIssuesSummaryForbidden) Error

func (*CombinedImageIssuesSummaryForbidden) GetPayload

func (*CombinedImageIssuesSummaryForbidden) IsClientError

func (o *CombinedImageIssuesSummaryForbidden) IsClientError() bool

IsClientError returns true when this combined image issues summary forbidden response has a 4xx status code

func (*CombinedImageIssuesSummaryForbidden) IsCode

IsCode returns true when this combined image issues summary forbidden response a status code equal to that given

func (*CombinedImageIssuesSummaryForbidden) IsRedirect

func (o *CombinedImageIssuesSummaryForbidden) IsRedirect() bool

IsRedirect returns true when this combined image issues summary forbidden response has a 3xx status code

func (*CombinedImageIssuesSummaryForbidden) IsServerError

func (o *CombinedImageIssuesSummaryForbidden) IsServerError() bool

IsServerError returns true when this combined image issues summary forbidden response has a 5xx status code

func (*CombinedImageIssuesSummaryForbidden) IsSuccess

IsSuccess returns true when this combined image issues summary forbidden response has a 2xx status code

func (*CombinedImageIssuesSummaryForbidden) String

type CombinedImageIssuesSummaryInternalServerError

type CombinedImageIssuesSummaryInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.CoreEntitiesResponse
}

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

Internal Server Error

func NewCombinedImageIssuesSummaryInternalServerError

func NewCombinedImageIssuesSummaryInternalServerError() *CombinedImageIssuesSummaryInternalServerError

NewCombinedImageIssuesSummaryInternalServerError creates a CombinedImageIssuesSummaryInternalServerError with default headers values

func (*CombinedImageIssuesSummaryInternalServerError) Code

Code gets the status code for the combined image issues summary internal server error response

func (*CombinedImageIssuesSummaryInternalServerError) Error

func (*CombinedImageIssuesSummaryInternalServerError) GetPayload

func (*CombinedImageIssuesSummaryInternalServerError) IsClientError

IsClientError returns true when this combined image issues summary internal server error response has a 4xx status code

func (*CombinedImageIssuesSummaryInternalServerError) IsCode

IsCode returns true when this combined image issues summary internal server error response a status code equal to that given

func (*CombinedImageIssuesSummaryInternalServerError) IsRedirect

IsRedirect returns true when this combined image issues summary internal server error response has a 3xx status code

func (*CombinedImageIssuesSummaryInternalServerError) IsServerError

IsServerError returns true when this combined image issues summary internal server error response has a 5xx status code

func (*CombinedImageIssuesSummaryInternalServerError) IsSuccess

IsSuccess returns true when this combined image issues summary internal server error response has a 2xx status code

func (*CombinedImageIssuesSummaryInternalServerError) String

type CombinedImageIssuesSummaryOK

type CombinedImageIssuesSummaryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesAPIImageIssuesSummary
}

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

OK

func NewCombinedImageIssuesSummaryOK

func NewCombinedImageIssuesSummaryOK() *CombinedImageIssuesSummaryOK

NewCombinedImageIssuesSummaryOK creates a CombinedImageIssuesSummaryOK with default headers values

func (*CombinedImageIssuesSummaryOK) Code

Code gets the status code for the combined image issues summary o k response

func (*CombinedImageIssuesSummaryOK) Error

func (*CombinedImageIssuesSummaryOK) GetPayload

func (*CombinedImageIssuesSummaryOK) IsClientError

func (o *CombinedImageIssuesSummaryOK) IsClientError() bool

IsClientError returns true when this combined image issues summary o k response has a 4xx status code

func (*CombinedImageIssuesSummaryOK) IsCode

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

IsCode returns true when this combined image issues summary o k response a status code equal to that given

func (*CombinedImageIssuesSummaryOK) IsRedirect

func (o *CombinedImageIssuesSummaryOK) IsRedirect() bool

IsRedirect returns true when this combined image issues summary o k response has a 3xx status code

func (*CombinedImageIssuesSummaryOK) IsServerError

func (o *CombinedImageIssuesSummaryOK) IsServerError() bool

IsServerError returns true when this combined image issues summary o k response has a 5xx status code

func (*CombinedImageIssuesSummaryOK) IsSuccess

func (o *CombinedImageIssuesSummaryOK) IsSuccess() bool

IsSuccess returns true when this combined image issues summary o k response has a 2xx status code

func (*CombinedImageIssuesSummaryOK) String

type CombinedImageIssuesSummaryParams

type CombinedImageIssuesSummaryParams struct {

	/* Cid.

	   CID
	*/
	Cid string

	/* Registry.

	   registry name
	*/
	Registry string

	/* Repository.

	   repository name
	*/
	Repository string

	/* Tag.

	   tag name
	*/
	Tag string

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

CombinedImageIssuesSummaryParams contains all the parameters to send to the API endpoint

for the combined image issues summary operation.

Typically these are written to a http.Request.

func NewCombinedImageIssuesSummaryParams

func NewCombinedImageIssuesSummaryParams() *CombinedImageIssuesSummaryParams

NewCombinedImageIssuesSummaryParams creates a new CombinedImageIssuesSummaryParams 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 NewCombinedImageIssuesSummaryParamsWithContext

func NewCombinedImageIssuesSummaryParamsWithContext(ctx context.Context) *CombinedImageIssuesSummaryParams

NewCombinedImageIssuesSummaryParamsWithContext creates a new CombinedImageIssuesSummaryParams object with the ability to set a context for a request.

func NewCombinedImageIssuesSummaryParamsWithHTTPClient

func NewCombinedImageIssuesSummaryParamsWithHTTPClient(client *http.Client) *CombinedImageIssuesSummaryParams

NewCombinedImageIssuesSummaryParamsWithHTTPClient creates a new CombinedImageIssuesSummaryParams object with the ability to set a custom HTTPClient for a request.

func NewCombinedImageIssuesSummaryParamsWithTimeout

func NewCombinedImageIssuesSummaryParamsWithTimeout(timeout time.Duration) *CombinedImageIssuesSummaryParams

NewCombinedImageIssuesSummaryParamsWithTimeout creates a new CombinedImageIssuesSummaryParams object with the ability to set a timeout on a request.

func (*CombinedImageIssuesSummaryParams) SetCid

SetCid adds the cid to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) SetContext

SetContext adds the context to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) SetDefaults

func (o *CombinedImageIssuesSummaryParams) SetDefaults()

SetDefaults hydrates default values in the combined image issues summary params (not the query body).

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

func (*CombinedImageIssuesSummaryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) SetRegistry

func (o *CombinedImageIssuesSummaryParams) SetRegistry(registry string)

SetRegistry adds the registry to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) SetRepository

func (o *CombinedImageIssuesSummaryParams) SetRepository(repository string)

SetRepository adds the repository to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) SetTag

SetTag adds the tag to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) SetTimeout

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

SetTimeout adds the timeout to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) WithCid

WithCid adds the cid to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) WithContext

WithContext adds the context to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) WithDefaults

WithDefaults hydrates default values in the combined image issues summary params (not the query body).

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

func (*CombinedImageIssuesSummaryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) WithRegistry

WithRegistry adds the registry to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) WithRepository

WithRepository adds the repository to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) WithTag

WithTag adds the tag to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) WithTimeout

WithTimeout adds the timeout to the combined image issues summary params

func (*CombinedImageIssuesSummaryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CombinedImageIssuesSummaryReader

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

CombinedImageIssuesSummaryReader is a Reader for the CombinedImageIssuesSummary structure.

func (*CombinedImageIssuesSummaryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CombinedImageIssuesSummaryTooManyRequests

type CombinedImageIssuesSummaryTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CombinedImageIssuesSummaryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCombinedImageIssuesSummaryTooManyRequests

func NewCombinedImageIssuesSummaryTooManyRequests() *CombinedImageIssuesSummaryTooManyRequests

NewCombinedImageIssuesSummaryTooManyRequests creates a CombinedImageIssuesSummaryTooManyRequests with default headers values

func (*CombinedImageIssuesSummaryTooManyRequests) Code

Code gets the status code for the combined image issues summary too many requests response

func (*CombinedImageIssuesSummaryTooManyRequests) Error

func (*CombinedImageIssuesSummaryTooManyRequests) GetPayload

func (*CombinedImageIssuesSummaryTooManyRequests) IsClientError

IsClientError returns true when this combined image issues summary too many requests response has a 4xx status code

func (*CombinedImageIssuesSummaryTooManyRequests) IsCode

IsCode returns true when this combined image issues summary too many requests response a status code equal to that given

func (*CombinedImageIssuesSummaryTooManyRequests) IsRedirect

IsRedirect returns true when this combined image issues summary too many requests response has a 3xx status code

func (*CombinedImageIssuesSummaryTooManyRequests) IsServerError

IsServerError returns true when this combined image issues summary too many requests response has a 5xx status code

func (*CombinedImageIssuesSummaryTooManyRequests) IsSuccess

IsSuccess returns true when this combined image issues summary too many requests response has a 2xx status code

func (*CombinedImageIssuesSummaryTooManyRequests) String

type CombinedImageVulnerabilitySummaryForbidden

type CombinedImageVulnerabilitySummaryForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCombinedImageVulnerabilitySummaryForbidden

func NewCombinedImageVulnerabilitySummaryForbidden() *CombinedImageVulnerabilitySummaryForbidden

NewCombinedImageVulnerabilitySummaryForbidden creates a CombinedImageVulnerabilitySummaryForbidden with default headers values

func (*CombinedImageVulnerabilitySummaryForbidden) Code

Code gets the status code for the combined image vulnerability summary forbidden response

func (*CombinedImageVulnerabilitySummaryForbidden) Error

func (*CombinedImageVulnerabilitySummaryForbidden) GetPayload

func (*CombinedImageVulnerabilitySummaryForbidden) IsClientError

IsClientError returns true when this combined image vulnerability summary forbidden response has a 4xx status code

func (*CombinedImageVulnerabilitySummaryForbidden) IsCode

IsCode returns true when this combined image vulnerability summary forbidden response a status code equal to that given

func (*CombinedImageVulnerabilitySummaryForbidden) IsRedirect

IsRedirect returns true when this combined image vulnerability summary forbidden response has a 3xx status code

func (*CombinedImageVulnerabilitySummaryForbidden) IsServerError

IsServerError returns true when this combined image vulnerability summary forbidden response has a 5xx status code

func (*CombinedImageVulnerabilitySummaryForbidden) IsSuccess

IsSuccess returns true when this combined image vulnerability summary forbidden response has a 2xx status code

func (*CombinedImageVulnerabilitySummaryForbidden) String

type CombinedImageVulnerabilitySummaryInternalServerError

type CombinedImageVulnerabilitySummaryInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.CoreEntitiesResponse
}

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

Internal Server Error

func NewCombinedImageVulnerabilitySummaryInternalServerError

func NewCombinedImageVulnerabilitySummaryInternalServerError() *CombinedImageVulnerabilitySummaryInternalServerError

NewCombinedImageVulnerabilitySummaryInternalServerError creates a CombinedImageVulnerabilitySummaryInternalServerError with default headers values

func (*CombinedImageVulnerabilitySummaryInternalServerError) Code

Code gets the status code for the combined image vulnerability summary internal server error response

func (*CombinedImageVulnerabilitySummaryInternalServerError) Error

func (*CombinedImageVulnerabilitySummaryInternalServerError) GetPayload

func (*CombinedImageVulnerabilitySummaryInternalServerError) IsClientError

IsClientError returns true when this combined image vulnerability summary internal server error response has a 4xx status code

func (*CombinedImageVulnerabilitySummaryInternalServerError) IsCode

IsCode returns true when this combined image vulnerability summary internal server error response a status code equal to that given

func (*CombinedImageVulnerabilitySummaryInternalServerError) IsRedirect

IsRedirect returns true when this combined image vulnerability summary internal server error response has a 3xx status code

func (*CombinedImageVulnerabilitySummaryInternalServerError) IsServerError

IsServerError returns true when this combined image vulnerability summary internal server error response has a 5xx status code

func (*CombinedImageVulnerabilitySummaryInternalServerError) IsSuccess

IsSuccess returns true when this combined image vulnerability summary internal server error response has a 2xx status code

func (*CombinedImageVulnerabilitySummaryInternalServerError) String

type CombinedImageVulnerabilitySummaryOK

type CombinedImageVulnerabilitySummaryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesAPIImageVulnerabilitiesSummary
}

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

OK

func NewCombinedImageVulnerabilitySummaryOK

func NewCombinedImageVulnerabilitySummaryOK() *CombinedImageVulnerabilitySummaryOK

NewCombinedImageVulnerabilitySummaryOK creates a CombinedImageVulnerabilitySummaryOK with default headers values

func (*CombinedImageVulnerabilitySummaryOK) Code

Code gets the status code for the combined image vulnerability summary o k response

func (*CombinedImageVulnerabilitySummaryOK) Error

func (*CombinedImageVulnerabilitySummaryOK) GetPayload

func (*CombinedImageVulnerabilitySummaryOK) IsClientError

func (o *CombinedImageVulnerabilitySummaryOK) IsClientError() bool

IsClientError returns true when this combined image vulnerability summary o k response has a 4xx status code

func (*CombinedImageVulnerabilitySummaryOK) IsCode

IsCode returns true when this combined image vulnerability summary o k response a status code equal to that given

func (*CombinedImageVulnerabilitySummaryOK) IsRedirect

func (o *CombinedImageVulnerabilitySummaryOK) IsRedirect() bool

IsRedirect returns true when this combined image vulnerability summary o k response has a 3xx status code

func (*CombinedImageVulnerabilitySummaryOK) IsServerError

func (o *CombinedImageVulnerabilitySummaryOK) IsServerError() bool

IsServerError returns true when this combined image vulnerability summary o k response has a 5xx status code

func (*CombinedImageVulnerabilitySummaryOK) IsSuccess

IsSuccess returns true when this combined image vulnerability summary o k response has a 2xx status code

func (*CombinedImageVulnerabilitySummaryOK) String

type CombinedImageVulnerabilitySummaryParams

type CombinedImageVulnerabilitySummaryParams struct {

	/* Cid.

	   CID
	*/
	Cid string

	/* Registry.

	   registry name
	*/
	Registry string

	/* Repository.

	   repository name
	*/
	Repository string

	/* Tag.

	   tag name
	*/
	Tag string

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

CombinedImageVulnerabilitySummaryParams contains all the parameters to send to the API endpoint

for the combined image vulnerability summary operation.

Typically these are written to a http.Request.

func NewCombinedImageVulnerabilitySummaryParams

func NewCombinedImageVulnerabilitySummaryParams() *CombinedImageVulnerabilitySummaryParams

NewCombinedImageVulnerabilitySummaryParams creates a new CombinedImageVulnerabilitySummaryParams 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 NewCombinedImageVulnerabilitySummaryParamsWithContext

func NewCombinedImageVulnerabilitySummaryParamsWithContext(ctx context.Context) *CombinedImageVulnerabilitySummaryParams

NewCombinedImageVulnerabilitySummaryParamsWithContext creates a new CombinedImageVulnerabilitySummaryParams object with the ability to set a context for a request.

func NewCombinedImageVulnerabilitySummaryParamsWithHTTPClient

func NewCombinedImageVulnerabilitySummaryParamsWithHTTPClient(client *http.Client) *CombinedImageVulnerabilitySummaryParams

NewCombinedImageVulnerabilitySummaryParamsWithHTTPClient creates a new CombinedImageVulnerabilitySummaryParams object with the ability to set a custom HTTPClient for a request.

func NewCombinedImageVulnerabilitySummaryParamsWithTimeout

func NewCombinedImageVulnerabilitySummaryParamsWithTimeout(timeout time.Duration) *CombinedImageVulnerabilitySummaryParams

NewCombinedImageVulnerabilitySummaryParamsWithTimeout creates a new CombinedImageVulnerabilitySummaryParams object with the ability to set a timeout on a request.

func (*CombinedImageVulnerabilitySummaryParams) SetCid

SetCid adds the cid to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) SetContext

SetContext adds the context to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) SetDefaults

func (o *CombinedImageVulnerabilitySummaryParams) SetDefaults()

SetDefaults hydrates default values in the combined image vulnerability summary params (not the query body).

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

func (*CombinedImageVulnerabilitySummaryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) SetRegistry

func (o *CombinedImageVulnerabilitySummaryParams) SetRegistry(registry string)

SetRegistry adds the registry to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) SetRepository

func (o *CombinedImageVulnerabilitySummaryParams) SetRepository(repository string)

SetRepository adds the repository to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) SetTag

SetTag adds the tag to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) SetTimeout

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

SetTimeout adds the timeout to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) WithCid

WithCid adds the cid to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) WithContext

WithContext adds the context to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) WithDefaults

WithDefaults hydrates default values in the combined image vulnerability summary params (not the query body).

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

func (*CombinedImageVulnerabilitySummaryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) WithRegistry

WithRegistry adds the registry to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) WithRepository

WithRepository adds the repository to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) WithTag

WithTag adds the tag to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) WithTimeout

WithTimeout adds the timeout to the combined image vulnerability summary params

func (*CombinedImageVulnerabilitySummaryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CombinedImageVulnerabilitySummaryReader

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

CombinedImageVulnerabilitySummaryReader is a Reader for the CombinedImageVulnerabilitySummary structure.

func (*CombinedImageVulnerabilitySummaryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CombinedImageVulnerabilitySummaryTooManyRequests

type CombinedImageVulnerabilitySummaryTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CombinedImageVulnerabilitySummaryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCombinedImageVulnerabilitySummaryTooManyRequests

func NewCombinedImageVulnerabilitySummaryTooManyRequests() *CombinedImageVulnerabilitySummaryTooManyRequests

NewCombinedImageVulnerabilitySummaryTooManyRequests creates a CombinedImageVulnerabilitySummaryTooManyRequests with default headers values

func (*CombinedImageVulnerabilitySummaryTooManyRequests) Code

Code gets the status code for the combined image vulnerability summary too many requests response

func (*CombinedImageVulnerabilitySummaryTooManyRequests) Error

func (*CombinedImageVulnerabilitySummaryTooManyRequests) GetPayload

func (*CombinedImageVulnerabilitySummaryTooManyRequests) IsClientError

IsClientError returns true when this combined image vulnerability summary too many requests response has a 4xx status code

func (*CombinedImageVulnerabilitySummaryTooManyRequests) IsCode

IsCode returns true when this combined image vulnerability summary too many requests response a status code equal to that given

func (*CombinedImageVulnerabilitySummaryTooManyRequests) IsRedirect

IsRedirect returns true when this combined image vulnerability summary too many requests response has a 3xx status code

func (*CombinedImageVulnerabilitySummaryTooManyRequests) IsServerError

IsServerError returns true when this combined image vulnerability summary too many requests response has a 5xx status code

func (*CombinedImageVulnerabilitySummaryTooManyRequests) IsSuccess

IsSuccess returns true when this combined image vulnerability summary too many requests response has a 2xx status code

func (*CombinedImageVulnerabilitySummaryTooManyRequests) String

type GetCombinedImagesForbidden

type GetCombinedImagesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesExtCombinedImagesResponse
}

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

Forbidden

func NewGetCombinedImagesForbidden

func NewGetCombinedImagesForbidden() *GetCombinedImagesForbidden

NewGetCombinedImagesForbidden creates a GetCombinedImagesForbidden with default headers values

func (*GetCombinedImagesForbidden) Code

func (o *GetCombinedImagesForbidden) Code() int

Code gets the status code for the get combined images forbidden response

func (*GetCombinedImagesForbidden) Error

func (*GetCombinedImagesForbidden) GetPayload

func (*GetCombinedImagesForbidden) IsClientError

func (o *GetCombinedImagesForbidden) IsClientError() bool

IsClientError returns true when this get combined images forbidden response has a 4xx status code

func (*GetCombinedImagesForbidden) IsCode

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

IsCode returns true when this get combined images forbidden response a status code equal to that given

func (*GetCombinedImagesForbidden) IsRedirect

func (o *GetCombinedImagesForbidden) IsRedirect() bool

IsRedirect returns true when this get combined images forbidden response has a 3xx status code

func (*GetCombinedImagesForbidden) IsServerError

func (o *GetCombinedImagesForbidden) IsServerError() bool

IsServerError returns true when this get combined images forbidden response has a 5xx status code

func (*GetCombinedImagesForbidden) IsSuccess

func (o *GetCombinedImagesForbidden) IsSuccess() bool

IsSuccess returns true when this get combined images forbidden response has a 2xx status code

func (*GetCombinedImagesForbidden) String

func (o *GetCombinedImagesForbidden) String() string

type GetCombinedImagesInternalServerError

type GetCombinedImagesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesExtCombinedImagesResponse
}

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

Internal Server Error

func NewGetCombinedImagesInternalServerError

func NewGetCombinedImagesInternalServerError() *GetCombinedImagesInternalServerError

NewGetCombinedImagesInternalServerError creates a GetCombinedImagesInternalServerError with default headers values

func (*GetCombinedImagesInternalServerError) Code

Code gets the status code for the get combined images internal server error response

func (*GetCombinedImagesInternalServerError) Error

func (*GetCombinedImagesInternalServerError) GetPayload

func (*GetCombinedImagesInternalServerError) IsClientError

func (o *GetCombinedImagesInternalServerError) IsClientError() bool

IsClientError returns true when this get combined images internal server error response has a 4xx status code

func (*GetCombinedImagesInternalServerError) IsCode

IsCode returns true when this get combined images internal server error response a status code equal to that given

func (*GetCombinedImagesInternalServerError) IsRedirect

IsRedirect returns true when this get combined images internal server error response has a 3xx status code

func (*GetCombinedImagesInternalServerError) IsServerError

func (o *GetCombinedImagesInternalServerError) IsServerError() bool

IsServerError returns true when this get combined images internal server error response has a 5xx status code

func (*GetCombinedImagesInternalServerError) IsSuccess

IsSuccess returns true when this get combined images internal server error response has a 2xx status code

func (*GetCombinedImagesInternalServerError) String

type GetCombinedImagesNotFound

type GetCombinedImagesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesExtCombinedImagesResponse
}

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

Not Found

func NewGetCombinedImagesNotFound

func NewGetCombinedImagesNotFound() *GetCombinedImagesNotFound

NewGetCombinedImagesNotFound creates a GetCombinedImagesNotFound with default headers values

func (*GetCombinedImagesNotFound) Code

func (o *GetCombinedImagesNotFound) Code() int

Code gets the status code for the get combined images not found response

func (*GetCombinedImagesNotFound) Error

func (o *GetCombinedImagesNotFound) Error() string

func (*GetCombinedImagesNotFound) GetPayload

func (*GetCombinedImagesNotFound) IsClientError

func (o *GetCombinedImagesNotFound) IsClientError() bool

IsClientError returns true when this get combined images not found response has a 4xx status code

func (*GetCombinedImagesNotFound) IsCode

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

IsCode returns true when this get combined images not found response a status code equal to that given

func (*GetCombinedImagesNotFound) IsRedirect

func (o *GetCombinedImagesNotFound) IsRedirect() bool

IsRedirect returns true when this get combined images not found response has a 3xx status code

func (*GetCombinedImagesNotFound) IsServerError

func (o *GetCombinedImagesNotFound) IsServerError() bool

IsServerError returns true when this get combined images not found response has a 5xx status code

func (*GetCombinedImagesNotFound) IsSuccess

func (o *GetCombinedImagesNotFound) IsSuccess() bool

IsSuccess returns true when this get combined images not found response has a 2xx status code

func (*GetCombinedImagesNotFound) String

func (o *GetCombinedImagesNotFound) String() string

type GetCombinedImagesOK

type GetCombinedImagesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesExtCombinedImagesResponse
}

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

OK

func NewGetCombinedImagesOK

func NewGetCombinedImagesOK() *GetCombinedImagesOK

NewGetCombinedImagesOK creates a GetCombinedImagesOK with default headers values

func (*GetCombinedImagesOK) Code

func (o *GetCombinedImagesOK) Code() int

Code gets the status code for the get combined images o k response

func (*GetCombinedImagesOK) Error

func (o *GetCombinedImagesOK) Error() string

func (*GetCombinedImagesOK) GetPayload

func (*GetCombinedImagesOK) IsClientError

func (o *GetCombinedImagesOK) IsClientError() bool

IsClientError returns true when this get combined images o k response has a 4xx status code

func (*GetCombinedImagesOK) IsCode

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

IsCode returns true when this get combined images o k response a status code equal to that given

func (*GetCombinedImagesOK) IsRedirect

func (o *GetCombinedImagesOK) IsRedirect() bool

IsRedirect returns true when this get combined images o k response has a 3xx status code

func (*GetCombinedImagesOK) IsServerError

func (o *GetCombinedImagesOK) IsServerError() bool

IsServerError returns true when this get combined images o k response has a 5xx status code

func (*GetCombinedImagesOK) IsSuccess

func (o *GetCombinedImagesOK) IsSuccess() bool

IsSuccess returns true when this get combined images o k response has a 2xx status code

func (*GetCombinedImagesOK) String

func (o *GetCombinedImagesOK) String() string

type GetCombinedImagesParams

type GetCombinedImagesParams struct {

	/* Filter.

	   Filter images using a query in Falcon Query Language (FQL). Supported filters:  container_id, container_running_status, cve_id, detection_name, detection_severity, first_seen, image_digest, image_id, registry, repository, tag, vulnerability_severity
	*/
	Filter *string

	/* Limit.

	   The upper-bound on the number of records to retrieve [1-100]
	*/
	Limit *int64

	/* Offset.

	   The offset from where to begin.
	*/
	Offset *int64

	/* Sort.

	   The fields to sort the records on. Supported columns:  [first_seen highest_detection_severity highest_vulnerability_severity image_digest image_id registry repository tag]
	*/
	Sort *string

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

GetCombinedImagesParams contains all the parameters to send to the API endpoint

for the get combined images operation.

Typically these are written to a http.Request.

func NewGetCombinedImagesParams

func NewGetCombinedImagesParams() *GetCombinedImagesParams

NewGetCombinedImagesParams creates a new GetCombinedImagesParams 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 NewGetCombinedImagesParamsWithContext

func NewGetCombinedImagesParamsWithContext(ctx context.Context) *GetCombinedImagesParams

NewGetCombinedImagesParamsWithContext creates a new GetCombinedImagesParams object with the ability to set a context for a request.

func NewGetCombinedImagesParamsWithHTTPClient

func NewGetCombinedImagesParamsWithHTTPClient(client *http.Client) *GetCombinedImagesParams

NewGetCombinedImagesParamsWithHTTPClient creates a new GetCombinedImagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetCombinedImagesParamsWithTimeout

func NewGetCombinedImagesParamsWithTimeout(timeout time.Duration) *GetCombinedImagesParams

NewGetCombinedImagesParamsWithTimeout creates a new GetCombinedImagesParams object with the ability to set a timeout on a request.

func (*GetCombinedImagesParams) SetContext

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

SetContext adds the context to the get combined images params

func (*GetCombinedImagesParams) SetDefaults

func (o *GetCombinedImagesParams) SetDefaults()

SetDefaults hydrates default values in the get combined images params (not the query body).

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

func (*GetCombinedImagesParams) SetFilter

func (o *GetCombinedImagesParams) SetFilter(filter *string)

SetFilter adds the filter to the get combined images params

func (*GetCombinedImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get combined images params

func (*GetCombinedImagesParams) SetLimit

func (o *GetCombinedImagesParams) SetLimit(limit *int64)

SetLimit adds the limit to the get combined images params

func (*GetCombinedImagesParams) SetOffset

func (o *GetCombinedImagesParams) SetOffset(offset *int64)

SetOffset adds the offset to the get combined images params

func (*GetCombinedImagesParams) SetSort

func (o *GetCombinedImagesParams) SetSort(sort *string)

SetSort adds the sort to the get combined images params

func (*GetCombinedImagesParams) SetTimeout

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

SetTimeout adds the timeout to the get combined images params

func (*GetCombinedImagesParams) WithContext

WithContext adds the context to the get combined images params

func (*GetCombinedImagesParams) WithDefaults

WithDefaults hydrates default values in the get combined images params (not the query body).

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

func (*GetCombinedImagesParams) WithFilter

func (o *GetCombinedImagesParams) WithFilter(filter *string) *GetCombinedImagesParams

WithFilter adds the filter to the get combined images params

func (*GetCombinedImagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get combined images params

func (*GetCombinedImagesParams) WithLimit

WithLimit adds the limit to the get combined images params

func (*GetCombinedImagesParams) WithOffset

func (o *GetCombinedImagesParams) WithOffset(offset *int64) *GetCombinedImagesParams

WithOffset adds the offset to the get combined images params

func (*GetCombinedImagesParams) WithSort

WithSort adds the sort to the get combined images params

func (*GetCombinedImagesParams) WithTimeout

WithTimeout adds the timeout to the get combined images params

func (*GetCombinedImagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCombinedImagesReader

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

GetCombinedImagesReader is a Reader for the GetCombinedImages structure.

func (*GetCombinedImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCombinedImagesTooManyRequests

type GetCombinedImagesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetCombinedImagesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetCombinedImagesTooManyRequests

func NewGetCombinedImagesTooManyRequests() *GetCombinedImagesTooManyRequests

NewGetCombinedImagesTooManyRequests creates a GetCombinedImagesTooManyRequests with default headers values

func (*GetCombinedImagesTooManyRequests) Code

Code gets the status code for the get combined images too many requests response

func (*GetCombinedImagesTooManyRequests) Error

func (*GetCombinedImagesTooManyRequests) GetPayload

func (*GetCombinedImagesTooManyRequests) IsClientError

func (o *GetCombinedImagesTooManyRequests) IsClientError() bool

IsClientError returns true when this get combined images too many requests response has a 4xx status code

func (*GetCombinedImagesTooManyRequests) IsCode

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

IsCode returns true when this get combined images too many requests response a status code equal to that given

func (*GetCombinedImagesTooManyRequests) IsRedirect

func (o *GetCombinedImagesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get combined images too many requests response has a 3xx status code

func (*GetCombinedImagesTooManyRequests) IsServerError

func (o *GetCombinedImagesTooManyRequests) IsServerError() bool

IsServerError returns true when this get combined images too many requests response has a 5xx status code

func (*GetCombinedImagesTooManyRequests) IsSuccess

func (o *GetCombinedImagesTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get combined images too many requests response has a 2xx status code

func (*GetCombinedImagesTooManyRequests) String

type ReadCombinedImagesExportForbidden

type ReadCombinedImagesExportForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewReadCombinedImagesExportForbidden

func NewReadCombinedImagesExportForbidden() *ReadCombinedImagesExportForbidden

NewReadCombinedImagesExportForbidden creates a ReadCombinedImagesExportForbidden with default headers values

func (*ReadCombinedImagesExportForbidden) Code

Code gets the status code for the read combined images export forbidden response

func (*ReadCombinedImagesExportForbidden) Error

func (*ReadCombinedImagesExportForbidden) GetPayload

func (*ReadCombinedImagesExportForbidden) IsClientError

func (o *ReadCombinedImagesExportForbidden) IsClientError() bool

IsClientError returns true when this read combined images export forbidden response has a 4xx status code

func (*ReadCombinedImagesExportForbidden) IsCode

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

IsCode returns true when this read combined images export forbidden response a status code equal to that given

func (*ReadCombinedImagesExportForbidden) IsRedirect

func (o *ReadCombinedImagesExportForbidden) IsRedirect() bool

IsRedirect returns true when this read combined images export forbidden response has a 3xx status code

func (*ReadCombinedImagesExportForbidden) IsServerError

func (o *ReadCombinedImagesExportForbidden) IsServerError() bool

IsServerError returns true when this read combined images export forbidden response has a 5xx status code

func (*ReadCombinedImagesExportForbidden) IsSuccess

func (o *ReadCombinedImagesExportForbidden) IsSuccess() bool

IsSuccess returns true when this read combined images export forbidden response has a 2xx status code

func (*ReadCombinedImagesExportForbidden) String

type ReadCombinedImagesExportInternalServerError

type ReadCombinedImagesExportInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.CoreEntitiesResponse
}

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

Internal Server Error

func NewReadCombinedImagesExportInternalServerError

func NewReadCombinedImagesExportInternalServerError() *ReadCombinedImagesExportInternalServerError

NewReadCombinedImagesExportInternalServerError creates a ReadCombinedImagesExportInternalServerError with default headers values

func (*ReadCombinedImagesExportInternalServerError) Code

Code gets the status code for the read combined images export internal server error response

func (*ReadCombinedImagesExportInternalServerError) Error

func (*ReadCombinedImagesExportInternalServerError) GetPayload

func (*ReadCombinedImagesExportInternalServerError) IsClientError

IsClientError returns true when this read combined images export internal server error response has a 4xx status code

func (*ReadCombinedImagesExportInternalServerError) IsCode

IsCode returns true when this read combined images export internal server error response a status code equal to that given

func (*ReadCombinedImagesExportInternalServerError) IsRedirect

IsRedirect returns true when this read combined images export internal server error response has a 3xx status code

func (*ReadCombinedImagesExportInternalServerError) IsServerError

IsServerError returns true when this read combined images export internal server error response has a 5xx status code

func (*ReadCombinedImagesExportInternalServerError) IsSuccess

IsSuccess returns true when this read combined images export internal server error response has a 2xx status code

func (*ReadCombinedImagesExportInternalServerError) String

type ReadCombinedImagesExportOK

type ReadCombinedImagesExportOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ImagesAPICombinedImageExport
}

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

OK

func NewReadCombinedImagesExportOK

func NewReadCombinedImagesExportOK() *ReadCombinedImagesExportOK

NewReadCombinedImagesExportOK creates a ReadCombinedImagesExportOK with default headers values

func (*ReadCombinedImagesExportOK) Code

func (o *ReadCombinedImagesExportOK) Code() int

Code gets the status code for the read combined images export o k response

func (*ReadCombinedImagesExportOK) Error

func (*ReadCombinedImagesExportOK) GetPayload

func (*ReadCombinedImagesExportOK) IsClientError

func (o *ReadCombinedImagesExportOK) IsClientError() bool

IsClientError returns true when this read combined images export o k response has a 4xx status code

func (*ReadCombinedImagesExportOK) IsCode

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

IsCode returns true when this read combined images export o k response a status code equal to that given

func (*ReadCombinedImagesExportOK) IsRedirect

func (o *ReadCombinedImagesExportOK) IsRedirect() bool

IsRedirect returns true when this read combined images export o k response has a 3xx status code

func (*ReadCombinedImagesExportOK) IsServerError

func (o *ReadCombinedImagesExportOK) IsServerError() bool

IsServerError returns true when this read combined images export o k response has a 5xx status code

func (*ReadCombinedImagesExportOK) IsSuccess

func (o *ReadCombinedImagesExportOK) IsSuccess() bool

IsSuccess returns true when this read combined images export o k response has a 2xx status code

func (*ReadCombinedImagesExportOK) String

func (o *ReadCombinedImagesExportOK) String() string

type ReadCombinedImagesExportParams

type ReadCombinedImagesExportParams struct {

	/* ExpandDetections.

	   expand detections
	*/
	ExpandDetections *bool

	/* ExpandVulnerabilities.

	   expand vulnerabilities
	*/
	ExpandVulnerabilities *bool

	/* Filter.

	   Filter images using a query in Falcon Query Language (FQL). Supported filters:  arch,base_os,cid,container_id,container_running_status,cps_rating,crowdstrike_user,cve_id,detection_count,detection_name,detection_severity,first_seen,image_digest,image_id,layer_digest,package_name_version,registry,repository,tag,vulnerability_count,vulnerability_severity
	*/
	Filter *string

	/* Limit.

	   The upper-bound on the number of records to retrieve.
	*/
	Limit *int64

	/* Offset.

	   The offset from where to begin.
	*/
	Offset *int64

	/* Sort.

	   The fields to sort the records on. Supported columns:  [base_os cid containers detections firstScanned first_seen highest_detection_severity highest_vulnerability_severity image_digest image_id last_seen layers_with_vulnerabilities packages registry repository tag vulnerabilities]
	*/
	Sort *string

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

ReadCombinedImagesExportParams contains all the parameters to send to the API endpoint

for the read combined images export operation.

Typically these are written to a http.Request.

func NewReadCombinedImagesExportParams

func NewReadCombinedImagesExportParams() *ReadCombinedImagesExportParams

NewReadCombinedImagesExportParams creates a new ReadCombinedImagesExportParams 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 NewReadCombinedImagesExportParamsWithContext

func NewReadCombinedImagesExportParamsWithContext(ctx context.Context) *ReadCombinedImagesExportParams

NewReadCombinedImagesExportParamsWithContext creates a new ReadCombinedImagesExportParams object with the ability to set a context for a request.

func NewReadCombinedImagesExportParamsWithHTTPClient

func NewReadCombinedImagesExportParamsWithHTTPClient(client *http.Client) *ReadCombinedImagesExportParams

NewReadCombinedImagesExportParamsWithHTTPClient creates a new ReadCombinedImagesExportParams object with the ability to set a custom HTTPClient for a request.

func NewReadCombinedImagesExportParamsWithTimeout

func NewReadCombinedImagesExportParamsWithTimeout(timeout time.Duration) *ReadCombinedImagesExportParams

NewReadCombinedImagesExportParamsWithTimeout creates a new ReadCombinedImagesExportParams object with the ability to set a timeout on a request.

func (*ReadCombinedImagesExportParams) SetContext

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

SetContext adds the context to the read combined images export params

func (*ReadCombinedImagesExportParams) SetDefaults

func (o *ReadCombinedImagesExportParams) SetDefaults()

SetDefaults hydrates default values in the read combined images export params (not the query body).

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

func (*ReadCombinedImagesExportParams) SetExpandDetections

func (o *ReadCombinedImagesExportParams) SetExpandDetections(expandDetections *bool)

SetExpandDetections adds the expandDetections to the read combined images export params

func (*ReadCombinedImagesExportParams) SetExpandVulnerabilities

func (o *ReadCombinedImagesExportParams) SetExpandVulnerabilities(expandVulnerabilities *bool)

SetExpandVulnerabilities adds the expandVulnerabilities to the read combined images export params

func (*ReadCombinedImagesExportParams) SetFilter

func (o *ReadCombinedImagesExportParams) SetFilter(filter *string)

SetFilter adds the filter to the read combined images export params

func (*ReadCombinedImagesExportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read combined images export params

func (*ReadCombinedImagesExportParams) SetLimit

func (o *ReadCombinedImagesExportParams) SetLimit(limit *int64)

SetLimit adds the limit to the read combined images export params

func (*ReadCombinedImagesExportParams) SetOffset

func (o *ReadCombinedImagesExportParams) SetOffset(offset *int64)

SetOffset adds the offset to the read combined images export params

func (*ReadCombinedImagesExportParams) SetSort

func (o *ReadCombinedImagesExportParams) SetSort(sort *string)

SetSort adds the sort to the read combined images export params

func (*ReadCombinedImagesExportParams) SetTimeout

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

SetTimeout adds the timeout to the read combined images export params

func (*ReadCombinedImagesExportParams) WithContext

WithContext adds the context to the read combined images export params

func (*ReadCombinedImagesExportParams) WithDefaults

WithDefaults hydrates default values in the read combined images export params (not the query body).

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

func (*ReadCombinedImagesExportParams) WithExpandDetections

func (o *ReadCombinedImagesExportParams) WithExpandDetections(expandDetections *bool) *ReadCombinedImagesExportParams

WithExpandDetections adds the expandDetections to the read combined images export params

func (*ReadCombinedImagesExportParams) WithExpandVulnerabilities

func (o *ReadCombinedImagesExportParams) WithExpandVulnerabilities(expandVulnerabilities *bool) *ReadCombinedImagesExportParams

WithExpandVulnerabilities adds the expandVulnerabilities to the read combined images export params

func (*ReadCombinedImagesExportParams) WithFilter

WithFilter adds the filter to the read combined images export params

func (*ReadCombinedImagesExportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read combined images export params

func (*ReadCombinedImagesExportParams) WithLimit

WithLimit adds the limit to the read combined images export params

func (*ReadCombinedImagesExportParams) WithOffset

WithOffset adds the offset to the read combined images export params

func (*ReadCombinedImagesExportParams) WithSort

WithSort adds the sort to the read combined images export params

func (*ReadCombinedImagesExportParams) WithTimeout

WithTimeout adds the timeout to the read combined images export params

func (*ReadCombinedImagesExportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadCombinedImagesExportReader

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

ReadCombinedImagesExportReader is a Reader for the ReadCombinedImagesExport structure.

func (*ReadCombinedImagesExportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadCombinedImagesExportTooManyRequests

type ReadCombinedImagesExportTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

ReadCombinedImagesExportTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewReadCombinedImagesExportTooManyRequests

func NewReadCombinedImagesExportTooManyRequests() *ReadCombinedImagesExportTooManyRequests

NewReadCombinedImagesExportTooManyRequests creates a ReadCombinedImagesExportTooManyRequests with default headers values

func (*ReadCombinedImagesExportTooManyRequests) Code

Code gets the status code for the read combined images export too many requests response

func (*ReadCombinedImagesExportTooManyRequests) Error

func (*ReadCombinedImagesExportTooManyRequests) GetPayload

func (*ReadCombinedImagesExportTooManyRequests) IsClientError

func (o *ReadCombinedImagesExportTooManyRequests) IsClientError() bool

IsClientError returns true when this read combined images export too many requests response has a 4xx status code

func (*ReadCombinedImagesExportTooManyRequests) IsCode

IsCode returns true when this read combined images export too many requests response a status code equal to that given

func (*ReadCombinedImagesExportTooManyRequests) IsRedirect

IsRedirect returns true when this read combined images export too many requests response has a 3xx status code

func (*ReadCombinedImagesExportTooManyRequests) IsServerError

func (o *ReadCombinedImagesExportTooManyRequests) IsServerError() bool

IsServerError returns true when this read combined images export too many requests response has a 5xx status code

func (*ReadCombinedImagesExportTooManyRequests) IsSuccess

IsSuccess returns true when this read combined images export too many requests response has a 2xx status code

func (*ReadCombinedImagesExportTooManyRequests) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL