kubernetes_protection

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 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 Client

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

Client for kubernetes protection API

func (*Client) ClusterCombined added in v0.5.0

func (a *Client) ClusterCombined(params *ClusterCombinedParams, opts ...ClientOption) (*ClusterCombinedOK, error)

ClusterCombined retrieves kubernetes clusters identified by the provided filter criteria

func (*Client) ClusterCount added in v0.5.0

func (a *Client) ClusterCount(params *ClusterCountParams, opts ...ClientOption) (*ClusterCountOK, error)

ClusterCount retrieves cluster counts

func (*Client) ClusterEnrichment added in v0.5.0

func (a *Client) ClusterEnrichment(params *ClusterEnrichmentParams, opts ...ClientOption) (*ClusterEnrichmentOK, error)

ClusterEnrichment retrieves cluster enrichment data

func (*Client) ClustersByDateRangeCount added in v0.5.0

func (a *Client) ClustersByDateRangeCount(params *ClustersByDateRangeCountParams, opts ...ClientOption) (*ClustersByDateRangeCountOK, error)

ClustersByDateRangeCount retrieves clusters by date range counts

func (*Client) ClustersByKubernetesVersionCount added in v0.5.0

func (a *Client) ClustersByKubernetesVersionCount(params *ClustersByKubernetesVersionCountParams, opts ...ClientOption) (*ClustersByKubernetesVersionCountOK, error)

ClustersByKubernetesVersionCount buckets clusters by kubernetes version

func (*Client) ClustersByStatusCount added in v0.5.0

func (a *Client) ClustersByStatusCount(params *ClustersByStatusCountParams, opts ...ClientOption) (*ClustersByStatusCountOK, error)

ClustersByStatusCount buckets clusters by status

func (*Client) ContainerCombined added in v0.5.0

func (a *Client) ContainerCombined(params *ContainerCombinedParams, opts ...ClientOption) (*ContainerCombinedOK, error)

ContainerCombined retrieves containers identified by the provided filter criteria

func (*Client) ContainerCount added in v0.5.0

func (a *Client) ContainerCount(params *ContainerCountParams, opts ...ClientOption) (*ContainerCountOK, error)

ContainerCount retrieves container counts

func (*Client) ContainerCountByRegistry added in v0.5.0

func (a *Client) ContainerCountByRegistry(params *ContainerCountByRegistryParams, opts ...ClientOption) (*ContainerCountByRegistryOK, error)

ContainerCountByRegistry retrieves top container image registries

func (*Client) ContainerEnrichment added in v0.5.0

func (a *Client) ContainerEnrichment(params *ContainerEnrichmentParams, opts ...ClientOption) (*ContainerEnrichmentOK, error)

ContainerEnrichment retrieves container enrichment data

func (*Client) ContainerImageDetectionsCountByDate added in v0.5.0

func (a *Client) ContainerImageDetectionsCountByDate(params *ContainerImageDetectionsCountByDateParams, opts ...ClientOption) (*ContainerImageDetectionsCountByDateOK, error)

ContainerImageDetectionsCountByDate retrieves count of image assessment detections on running containers over a period of time

func (*Client) ContainerImagesByMostUsed added in v0.5.0

func (a *Client) ContainerImagesByMostUsed(params *ContainerImagesByMostUsedParams, opts ...ClientOption) (*ContainerImagesByMostUsedOK, error)

ContainerImagesByMostUsed buckets container by image digest

func (*Client) ContainerImagesByState added in v0.5.0

func (a *Client) ContainerImagesByState(params *ContainerImagesByStateParams, opts ...ClientOption) (*ContainerImagesByStateOK, error)

ContainerImagesByState retrieves count of image states running on containers

func (*Client) ContainerVulnerabilitiesBySeverityCount added in v0.5.0

func (a *Client) ContainerVulnerabilitiesBySeverityCount(params *ContainerVulnerabilitiesBySeverityCountParams, opts ...ClientOption) (*ContainerVulnerabilitiesBySeverityCountOK, error)

ContainerVulnerabilitiesBySeverityCount retrieves container vulnerabilities by severity counts

func (*Client) ContainersByDateRangeCount added in v0.5.0

func (a *Client) ContainersByDateRangeCount(params *ContainersByDateRangeCountParams, opts ...ClientOption) (*ContainersByDateRangeCountOK, error)

ContainersByDateRangeCount retrieves containers by date range counts

func (*Client) ContainersSensorCoverage added in v0.5.0

func (a *Client) ContainersSensorCoverage(params *ContainersSensorCoverageParams, opts ...ClientOption) (*ContainersSensorCoverageOK, error)

ContainersSensorCoverage buckets containers by agent type and calculate sensor coverage

func (*Client) CreateAWSAccount

CreateAWSAccount creates a new a w s account in our system for a customer and generates the installation script

func (*Client) CreateAzureSubscription added in v0.2.32

CreateAzureSubscription creates a new azure subscription in our system

func (*Client) DeleteAWSAccountsMixin0

DeleteAWSAccountsMixin0 deletes a w s accounts

func (*Client) DeleteAzureSubscription added in v0.2.32

DeleteAzureSubscription deletes a new azure subscription in our system

func (*Client) DeploymentCombined added in v0.5.0

func (a *Client) DeploymentCombined(params *DeploymentCombinedParams, opts ...ClientOption) (*DeploymentCombinedOK, error)

DeploymentCombined retrieves kubernetes deployments identified by the provided filter criteria

func (*Client) DeploymentCount added in v0.5.0

func (a *Client) DeploymentCount(params *DeploymentCountParams, opts ...ClientOption) (*DeploymentCountOK, error)

DeploymentCount retrieves deployment counts

func (*Client) DeploymentEnrichment added in v0.5.0

func (a *Client) DeploymentEnrichment(params *DeploymentEnrichmentParams, opts ...ClientOption) (*DeploymentEnrichmentOK, error)

DeploymentEnrichment retrieves deployment enrichment data

func (*Client) DeploymentsByDateRangeCount added in v0.5.0

func (a *Client) DeploymentsByDateRangeCount(params *DeploymentsByDateRangeCountParams, opts ...ClientOption) (*DeploymentsByDateRangeCountOK, error)

DeploymentsByDateRangeCount retrieves deployments by date range counts

func (*Client) DistinctContainerImageCount added in v0.5.0

func (a *Client) DistinctContainerImageCount(params *DistinctContainerImageCountParams, opts ...ClientOption) (*DistinctContainerImageCountOK, error)

DistinctContainerImageCount retrieves count of distinct images running on containers

func (*Client) FindContainersByContainerRunTimeVersion added in v0.5.0

func (a *Client) FindContainersByContainerRunTimeVersion(params *FindContainersByContainerRunTimeVersionParams, opts ...ClientOption) (*FindContainersByContainerRunTimeVersionOK, error)

FindContainersByContainerRunTimeVersion retrieves containers by container runtime version

func (*Client) FindContainersCountAffectedByZeroDayVulnerabilities added in v0.5.0

func (a *Client) FindContainersCountAffectedByZeroDayVulnerabilities(params *FindContainersCountAffectedByZeroDayVulnerabilitiesParams, opts ...ClientOption) (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK, error)

FindContainersCountAffectedByZeroDayVulnerabilities retrieves containers count affected by zero day vulnerabilities

func (*Client) GetAWSAccountsMixin0

GetAWSAccountsMixin0 provides a list of a w s accounts

func (*Client) GetAzureInstallScript added in v0.2.33

GetAzureInstallScript provides the script to run for a given tenant id and subscription i ds

func (*Client) GetAzureTenantConfig added in v0.2.33

GetAzureTenantConfig gets the azure tenant config

func (*Client) GetAzureTenantIDs added in v0.2.33

GetAzureTenantIDs provides all the azure subscriptions and tenants

func (*Client) GetClusters

func (a *Client) GetClusters(params *GetClustersParams, opts ...ClientOption) (*GetClustersOK, *GetClustersMultiStatus, error)

GetClusters provides the clusters acknowledged by the kubernetes protection service

func (*Client) GetCombinedCloudClusters added in v0.2.33

GetCombinedCloudClusters returns a combined list of provisioned cloud accounts and known kubernetes clusters

func (*Client) GetHelmValuesYaml

func (a *Client) GetHelmValuesYaml(params *GetHelmValuesYamlParams, opts ...ClientOption) (*GetHelmValuesYamlOK, error)

GetHelmValuesYaml provides a sample helm values yaml file for a customer to install alongside the agent helm chart

func (*Client) GetLocations

func (a *Client) GetLocations(params *GetLocationsParams, opts ...ClientOption) (*GetLocationsOK, *GetLocationsMultiStatus, error)

GetLocations provides the cloud locations acknowledged by the kubernetes protection service

func (*Client) GetStaticScripts added in v0.2.33

GetStaticScripts gets static bash scripts that are used during registration

func (*Client) GroupContainersByManaged added in v0.5.0

func (a *Client) GroupContainersByManaged(params *GroupContainersByManagedParams, opts ...ClientOption) (*GroupContainersByManagedOK, error)

GroupContainersByManaged groups the containers by managed

func (*Client) KubernetesIomByDateRange added in v0.5.0

func (a *Client) KubernetesIomByDateRange(params *KubernetesIomByDateRangeParams, opts ...ClientOption) (*KubernetesIomByDateRangeOK, error)

KubernetesIomByDateRange returns the count of kubernetes i o ms by the date by default it s for 7 days

func (*Client) KubernetesIomCount added in v0.5.0

func (a *Client) KubernetesIomCount(params *KubernetesIomCountParams, opts ...ClientOption) (*KubernetesIomCountOK, error)

KubernetesIomCount returns the total count of kubernetes i o ms over the past seven days

func (*Client) KubernetesIomEntities added in v0.5.0

func (a *Client) KubernetesIomEntities(params *KubernetesIomEntitiesParams, opts ...ClientOption) (*KubernetesIomEntitiesOK, error)

KubernetesIomEntities retrieves kubernetes i o m entities identified by the provided i ds

func (*Client) KubernetesIomEntitiesCombined added in v0.5.0

func (a *Client) KubernetesIomEntitiesCombined(params *KubernetesIomEntitiesCombinedParams, opts ...ClientOption) (*KubernetesIomEntitiesCombinedOK, error)

KubernetesIomEntitiesCombined searches kubernetes i o m by the provided search criteria

func (*Client) ListAzureAccounts added in v0.2.32

ListAzureAccounts provides the azure subscriptions registered to kubernetes protection

func (*Client) NodeCombined added in v0.5.0

func (a *Client) NodeCombined(params *NodeCombinedParams, opts ...ClientOption) (*NodeCombinedOK, error)

NodeCombined retrieves kubernetes nodes identified by the provided filter criteria

func (*Client) NodeCount added in v0.5.0

func (a *Client) NodeCount(params *NodeCountParams, opts ...ClientOption) (*NodeCountOK, error)

NodeCount retrieves node counts

func (*Client) NodeEnrichment added in v0.5.0

func (a *Client) NodeEnrichment(params *NodeEnrichmentParams, opts ...ClientOption) (*NodeEnrichmentOK, error)

NodeEnrichment retrieves node enrichment data

func (*Client) NodesByCloudCount added in v0.5.0

func (a *Client) NodesByCloudCount(params *NodesByCloudCountParams, opts ...ClientOption) (*NodesByCloudCountOK, error)

NodesByCloudCount buckets nodes by cloud providers

func (*Client) NodesByContainerEngineVersionCount added in v0.5.0

func (a *Client) NodesByContainerEngineVersionCount(params *NodesByContainerEngineVersionCountParams, opts ...ClientOption) (*NodesByContainerEngineVersionCountOK, error)

NodesByContainerEngineVersionCount buckets nodes by their container engine version

func (*Client) NodesByDateRangeCount added in v0.5.0

func (a *Client) NodesByDateRangeCount(params *NodesByDateRangeCountParams, opts ...ClientOption) (*NodesByDateRangeCountOK, error)

NodesByDateRangeCount retrieves nodes by date range counts

func (*Client) PatchAzureServicePrincipal added in v0.2.32

PatchAzureServicePrincipal adds the client ID for the given tenant ID to our system

func (*Client) PodCombined added in v0.5.0

func (a *Client) PodCombined(params *PodCombinedParams, opts ...ClientOption) (*PodCombinedOK, error)

PodCombined retrieves kubernetes pods identified by the provided filter criteria

func (*Client) PodCount added in v0.5.0

func (a *Client) PodCount(params *PodCountParams, opts ...ClientOption) (*PodCountOK, error)

PodCount retrieves pod counts

func (*Client) PodEnrichment added in v0.5.0

func (a *Client) PodEnrichment(params *PodEnrichmentParams, opts ...ClientOption) (*PodEnrichmentOK, error)

PodEnrichment retrieves pod enrichment data

func (*Client) PodsByDateRangeCount added in v0.5.0

func (a *Client) PodsByDateRangeCount(params *PodsByDateRangeCountParams, opts ...ClientOption) (*PodsByDateRangeCountOK, error)

PodsByDateRangeCount retrieves pods by date range counts

func (*Client) QueryKubernetesIoms added in v0.5.0

func (a *Client) QueryKubernetesIoms(params *QueryKubernetesIomsParams, opts ...ClientOption) (*QueryKubernetesIomsOK, error)

QueryKubernetesIoms searches kubernetes i o ms by the provided search criteria this endpoint returns a list of kubernetes i o m u UI ds matching the query

func (*Client) ReadNamespaceCount added in v0.7.0

func (a *Client) ReadNamespaceCount(params *ReadNamespaceCountParams, opts ...ClientOption) (*ReadNamespaceCountOK, error)

ReadNamespaceCount retrieves namespace counts

func (*Client) ReadNamespacesByDateRangeCount added in v0.7.0

func (a *Client) ReadNamespacesByDateRangeCount(params *ReadNamespacesByDateRangeCountParams, opts ...ClientOption) (*ReadNamespacesByDateRangeCountOK, error)

ReadNamespacesByDateRangeCount retrieves namespaces by date range counts

func (*Client) RegenerateAPIKey

RegenerateAPIKey regenerates API key for docker registry integrations

func (*Client) RunningContainerImages added in v0.5.0

func (a *Client) RunningContainerImages(params *RunningContainerImagesParams, opts ...ClientOption) (*RunningContainerImagesOK, error)

RunningContainerImages retrieves images on running containers

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TriggerScan

TriggerScan triggers a dry run or a full scan of a customer s kubernetes footprint

func (*Client) UpdateAWSAccount

UpdateAWSAccount updates the a w s account per the query parameters provided

func (*Client) VulnerableContainerImageCount added in v0.5.0

func (a *Client) VulnerableContainerImageCount(params *VulnerableContainerImageCountParams, opts ...ClientOption) (*VulnerableContainerImageCountOK, error)

VulnerableContainerImageCount retrieves count of vulnerable images running on containers

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ClusterCombined(params *ClusterCombinedParams, opts ...ClientOption) (*ClusterCombinedOK, error)

	ClusterCount(params *ClusterCountParams, opts ...ClientOption) (*ClusterCountOK, error)

	ClusterEnrichment(params *ClusterEnrichmentParams, opts ...ClientOption) (*ClusterEnrichmentOK, error)

	ClustersByDateRangeCount(params *ClustersByDateRangeCountParams, opts ...ClientOption) (*ClustersByDateRangeCountOK, error)

	ClustersByKubernetesVersionCount(params *ClustersByKubernetesVersionCountParams, opts ...ClientOption) (*ClustersByKubernetesVersionCountOK, error)

	ClustersByStatusCount(params *ClustersByStatusCountParams, opts ...ClientOption) (*ClustersByStatusCountOK, error)

	ContainerCombined(params *ContainerCombinedParams, opts ...ClientOption) (*ContainerCombinedOK, error)

	ContainerCount(params *ContainerCountParams, opts ...ClientOption) (*ContainerCountOK, error)

	ContainerCountByRegistry(params *ContainerCountByRegistryParams, opts ...ClientOption) (*ContainerCountByRegistryOK, error)

	ContainerEnrichment(params *ContainerEnrichmentParams, opts ...ClientOption) (*ContainerEnrichmentOK, error)

	ContainerImageDetectionsCountByDate(params *ContainerImageDetectionsCountByDateParams, opts ...ClientOption) (*ContainerImageDetectionsCountByDateOK, error)

	ContainerImagesByMostUsed(params *ContainerImagesByMostUsedParams, opts ...ClientOption) (*ContainerImagesByMostUsedOK, error)

	ContainerImagesByState(params *ContainerImagesByStateParams, opts ...ClientOption) (*ContainerImagesByStateOK, error)

	ContainerVulnerabilitiesBySeverityCount(params *ContainerVulnerabilitiesBySeverityCountParams, opts ...ClientOption) (*ContainerVulnerabilitiesBySeverityCountOK, error)

	ContainersByDateRangeCount(params *ContainersByDateRangeCountParams, opts ...ClientOption) (*ContainersByDateRangeCountOK, error)

	ContainersSensorCoverage(params *ContainersSensorCoverageParams, opts ...ClientOption) (*ContainersSensorCoverageOK, error)

	CreateAWSAccount(params *CreateAWSAccountParams, opts ...ClientOption) (*CreateAWSAccountCreated, *CreateAWSAccountMultiStatus, error)

	CreateAzureSubscription(params *CreateAzureSubscriptionParams, opts ...ClientOption) (*CreateAzureSubscriptionCreated, *CreateAzureSubscriptionMultiStatus, error)

	DeleteAWSAccountsMixin0(params *DeleteAWSAccountsMixin0Params, opts ...ClientOption) (*DeleteAWSAccountsMixin0OK, *DeleteAWSAccountsMixin0MultiStatus, error)

	DeleteAzureSubscription(params *DeleteAzureSubscriptionParams, opts ...ClientOption) (*DeleteAzureSubscriptionOK, *DeleteAzureSubscriptionMultiStatus, error)

	DeploymentCombined(params *DeploymentCombinedParams, opts ...ClientOption) (*DeploymentCombinedOK, error)

	DeploymentCount(params *DeploymentCountParams, opts ...ClientOption) (*DeploymentCountOK, error)

	DeploymentEnrichment(params *DeploymentEnrichmentParams, opts ...ClientOption) (*DeploymentEnrichmentOK, error)

	DeploymentsByDateRangeCount(params *DeploymentsByDateRangeCountParams, opts ...ClientOption) (*DeploymentsByDateRangeCountOK, error)

	DistinctContainerImageCount(params *DistinctContainerImageCountParams, opts ...ClientOption) (*DistinctContainerImageCountOK, error)

	FindContainersByContainerRunTimeVersion(params *FindContainersByContainerRunTimeVersionParams, opts ...ClientOption) (*FindContainersByContainerRunTimeVersionOK, error)

	FindContainersCountAffectedByZeroDayVulnerabilities(params *FindContainersCountAffectedByZeroDayVulnerabilitiesParams, opts ...ClientOption) (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK, error)

	GetAWSAccountsMixin0(params *GetAWSAccountsMixin0Params, opts ...ClientOption) (*GetAWSAccountsMixin0OK, *GetAWSAccountsMixin0MultiStatus, error)

	GetAzureInstallScript(params *GetAzureInstallScriptParams, opts ...ClientOption) (*GetAzureInstallScriptOK, *GetAzureInstallScriptMultiStatus, error)

	GetAzureTenantConfig(params *GetAzureTenantConfigParams, opts ...ClientOption) (*GetAzureTenantConfigOK, *GetAzureTenantConfigMultiStatus, error)

	GetAzureTenantIDs(params *GetAzureTenantIDsParams, opts ...ClientOption) (*GetAzureTenantIDsOK, *GetAzureTenantIDsMultiStatus, error)

	GetClusters(params *GetClustersParams, opts ...ClientOption) (*GetClustersOK, *GetClustersMultiStatus, error)

	GetCombinedCloudClusters(params *GetCombinedCloudClustersParams, opts ...ClientOption) (*GetCombinedCloudClustersOK, *GetCombinedCloudClustersMultiStatus, error)

	GetHelmValuesYaml(params *GetHelmValuesYamlParams, opts ...ClientOption) (*GetHelmValuesYamlOK, error)

	GetLocations(params *GetLocationsParams, opts ...ClientOption) (*GetLocationsOK, *GetLocationsMultiStatus, error)

	GetStaticScripts(params *GetStaticScriptsParams, opts ...ClientOption) (*GetStaticScriptsOK, *GetStaticScriptsMultiStatus, error)

	GroupContainersByManaged(params *GroupContainersByManagedParams, opts ...ClientOption) (*GroupContainersByManagedOK, error)

	KubernetesIomByDateRange(params *KubernetesIomByDateRangeParams, opts ...ClientOption) (*KubernetesIomByDateRangeOK, error)

	KubernetesIomCount(params *KubernetesIomCountParams, opts ...ClientOption) (*KubernetesIomCountOK, error)

	KubernetesIomEntities(params *KubernetesIomEntitiesParams, opts ...ClientOption) (*KubernetesIomEntitiesOK, error)

	KubernetesIomEntitiesCombined(params *KubernetesIomEntitiesCombinedParams, opts ...ClientOption) (*KubernetesIomEntitiesCombinedOK, error)

	ListAzureAccounts(params *ListAzureAccountsParams, opts ...ClientOption) (*ListAzureAccountsOK, *ListAzureAccountsMultiStatus, error)

	NodeCombined(params *NodeCombinedParams, opts ...ClientOption) (*NodeCombinedOK, error)

	NodeCount(params *NodeCountParams, opts ...ClientOption) (*NodeCountOK, error)

	NodeEnrichment(params *NodeEnrichmentParams, opts ...ClientOption) (*NodeEnrichmentOK, error)

	NodesByCloudCount(params *NodesByCloudCountParams, opts ...ClientOption) (*NodesByCloudCountOK, error)

	NodesByContainerEngineVersionCount(params *NodesByContainerEngineVersionCountParams, opts ...ClientOption) (*NodesByContainerEngineVersionCountOK, error)

	NodesByDateRangeCount(params *NodesByDateRangeCountParams, opts ...ClientOption) (*NodesByDateRangeCountOK, error)

	PatchAzureServicePrincipal(params *PatchAzureServicePrincipalParams, opts ...ClientOption) (*PatchAzureServicePrincipalCreated, *PatchAzureServicePrincipalMultiStatus, error)

	PodCombined(params *PodCombinedParams, opts ...ClientOption) (*PodCombinedOK, error)

	PodCount(params *PodCountParams, opts ...ClientOption) (*PodCountOK, error)

	PodEnrichment(params *PodEnrichmentParams, opts ...ClientOption) (*PodEnrichmentOK, error)

	PodsByDateRangeCount(params *PodsByDateRangeCountParams, opts ...ClientOption) (*PodsByDateRangeCountOK, error)

	QueryKubernetesIoms(params *QueryKubernetesIomsParams, opts ...ClientOption) (*QueryKubernetesIomsOK, error)

	ReadNamespaceCount(params *ReadNamespaceCountParams, opts ...ClientOption) (*ReadNamespaceCountOK, error)

	ReadNamespacesByDateRangeCount(params *ReadNamespacesByDateRangeCountParams, opts ...ClientOption) (*ReadNamespacesByDateRangeCountOK, error)

	RegenerateAPIKey(params *RegenerateAPIKeyParams, opts ...ClientOption) (*RegenerateAPIKeyOK, *RegenerateAPIKeyMultiStatus, error)

	RunningContainerImages(params *RunningContainerImagesParams, opts ...ClientOption) (*RunningContainerImagesOK, error)

	TriggerScan(params *TriggerScanParams, opts ...ClientOption) (*TriggerScanCreated, *TriggerScanMultiStatus, error)

	UpdateAWSAccount(params *UpdateAWSAccountParams, opts ...ClientOption) (*UpdateAWSAccountOK, *UpdateAWSAccountMultiStatus, error)

	VulnerableContainerImageCount(params *VulnerableContainerImageCountParams, opts ...ClientOption) (*VulnerableContainerImageCountOK, 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 kubernetes protection API client.

type ClusterCombinedForbidden added in v0.5.0

type ClusterCombinedForbidden 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
}

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

Forbidden

func NewClusterCombinedForbidden added in v0.5.0

func NewClusterCombinedForbidden() *ClusterCombinedForbidden

NewClusterCombinedForbidden creates a ClusterCombinedForbidden with default headers values

func (*ClusterCombinedForbidden) Code added in v0.5.0

func (o *ClusterCombinedForbidden) Code() int

Code gets the status code for the cluster combined forbidden response

func (*ClusterCombinedForbidden) Error added in v0.5.0

func (o *ClusterCombinedForbidden) Error() string

func (*ClusterCombinedForbidden) GetPayload added in v0.5.0

func (*ClusterCombinedForbidden) IsClientError added in v0.5.0

func (o *ClusterCombinedForbidden) IsClientError() bool

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

func (*ClusterCombinedForbidden) IsCode added in v0.5.0

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

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

func (*ClusterCombinedForbidden) IsRedirect added in v0.5.0

func (o *ClusterCombinedForbidden) IsRedirect() bool

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

func (*ClusterCombinedForbidden) IsServerError added in v0.5.0

func (o *ClusterCombinedForbidden) IsServerError() bool

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

func (*ClusterCombinedForbidden) IsSuccess added in v0.5.0

func (o *ClusterCombinedForbidden) IsSuccess() bool

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

func (*ClusterCombinedForbidden) String added in v0.5.0

func (o *ClusterCombinedForbidden) String() string

type ClusterCombinedInternalServerError added in v0.5.0

type ClusterCombinedInternalServerError 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
}

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

Internal Server Error

func NewClusterCombinedInternalServerError added in v0.5.0

func NewClusterCombinedInternalServerError() *ClusterCombinedInternalServerError

NewClusterCombinedInternalServerError creates a ClusterCombinedInternalServerError with default headers values

func (*ClusterCombinedInternalServerError) Code added in v0.5.0

Code gets the status code for the cluster combined internal server error response

func (*ClusterCombinedInternalServerError) Error added in v0.5.0

func (*ClusterCombinedInternalServerError) GetPayload added in v0.5.0

func (*ClusterCombinedInternalServerError) IsClientError added in v0.5.0

func (o *ClusterCombinedInternalServerError) IsClientError() bool

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

func (*ClusterCombinedInternalServerError) IsCode added in v0.5.0

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

func (*ClusterCombinedInternalServerError) IsRedirect added in v0.5.0

func (o *ClusterCombinedInternalServerError) IsRedirect() bool

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

func (*ClusterCombinedInternalServerError) IsServerError added in v0.5.0

func (o *ClusterCombinedInternalServerError) IsServerError() bool

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

func (*ClusterCombinedInternalServerError) IsSuccess added in v0.5.0

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

func (*ClusterCombinedInternalServerError) String added in v0.5.0

type ClusterCombinedOK added in v0.5.0

type ClusterCombinedOK 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.ModelsClusterEntityResponse
}

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

OK

func NewClusterCombinedOK added in v0.5.0

func NewClusterCombinedOK() *ClusterCombinedOK

NewClusterCombinedOK creates a ClusterCombinedOK with default headers values

func (*ClusterCombinedOK) Code added in v0.5.0

func (o *ClusterCombinedOK) Code() int

Code gets the status code for the cluster combined o k response

func (*ClusterCombinedOK) Error added in v0.5.0

func (o *ClusterCombinedOK) Error() string

func (*ClusterCombinedOK) GetPayload added in v0.5.0

func (*ClusterCombinedOK) IsClientError added in v0.5.0

func (o *ClusterCombinedOK) IsClientError() bool

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

func (*ClusterCombinedOK) IsCode added in v0.5.0

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

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

func (*ClusterCombinedOK) IsRedirect added in v0.5.0

func (o *ClusterCombinedOK) IsRedirect() bool

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

func (*ClusterCombinedOK) IsServerError added in v0.5.0

func (o *ClusterCombinedOK) IsServerError() bool

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

func (*ClusterCombinedOK) IsSuccess added in v0.5.0

func (o *ClusterCombinedOK) IsSuccess() bool

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

func (*ClusterCombinedOK) String added in v0.5.0

func (o *ClusterCombinedOK) String() string

type ClusterCombinedParams added in v0.5.0

type ClusterCombinedParams struct {

	/* Filter.

	   Search Kubernetes clusters using a query in Falcon Query Language (FQL). Supported filters:  access,agent_status,agent_type,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,cluster_status,container_count,iar_coverage,kubernetes_version,last_seen,management_status,node_count,pod_count,tags
	*/
	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.

	   Field to sort results by
	*/
	Sort *string

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

ClusterCombinedParams contains all the parameters to send to the API endpoint

for the cluster combined operation.

Typically these are written to a http.Request.

func NewClusterCombinedParams added in v0.5.0

func NewClusterCombinedParams() *ClusterCombinedParams

NewClusterCombinedParams creates a new ClusterCombinedParams 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 NewClusterCombinedParamsWithContext added in v0.5.0

func NewClusterCombinedParamsWithContext(ctx context.Context) *ClusterCombinedParams

NewClusterCombinedParamsWithContext creates a new ClusterCombinedParams object with the ability to set a context for a request.

func NewClusterCombinedParamsWithHTTPClient added in v0.5.0

func NewClusterCombinedParamsWithHTTPClient(client *http.Client) *ClusterCombinedParams

NewClusterCombinedParamsWithHTTPClient creates a new ClusterCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewClusterCombinedParamsWithTimeout added in v0.5.0

func NewClusterCombinedParamsWithTimeout(timeout time.Duration) *ClusterCombinedParams

NewClusterCombinedParamsWithTimeout creates a new ClusterCombinedParams object with the ability to set a timeout on a request.

func (*ClusterCombinedParams) SetContext added in v0.5.0

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

SetContext adds the context to the cluster combined params

func (*ClusterCombinedParams) SetDefaults added in v0.5.0

func (o *ClusterCombinedParams) SetDefaults()

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

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

func (*ClusterCombinedParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the cluster combined params

func (*ClusterCombinedParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the cluster combined params

func (*ClusterCombinedParams) SetLimit added in v0.5.0

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

SetLimit adds the limit to the cluster combined params

func (*ClusterCombinedParams) SetOffset added in v0.5.0

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

SetOffset adds the offset to the cluster combined params

func (*ClusterCombinedParams) SetSort added in v0.5.0

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

SetSort adds the sort to the cluster combined params

func (*ClusterCombinedParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the cluster combined params

func (*ClusterCombinedParams) WithContext added in v0.5.0

WithContext adds the context to the cluster combined params

func (*ClusterCombinedParams) WithDefaults added in v0.5.0

func (o *ClusterCombinedParams) WithDefaults() *ClusterCombinedParams

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

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

func (*ClusterCombinedParams) WithFilter added in v0.5.0

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

WithFilter adds the filter to the cluster combined params

func (*ClusterCombinedParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the cluster combined params

func (*ClusterCombinedParams) WithLimit added in v0.5.0

func (o *ClusterCombinedParams) WithLimit(limit *int64) *ClusterCombinedParams

WithLimit adds the limit to the cluster combined params

func (*ClusterCombinedParams) WithOffset added in v0.5.0

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

WithOffset adds the offset to the cluster combined params

func (*ClusterCombinedParams) WithSort added in v0.5.0

WithSort adds the sort to the cluster combined params

func (*ClusterCombinedParams) WithTimeout added in v0.5.0

func (o *ClusterCombinedParams) WithTimeout(timeout time.Duration) *ClusterCombinedParams

WithTimeout adds the timeout to the cluster combined params

func (*ClusterCombinedParams) WriteToRequest added in v0.5.0

func (o *ClusterCombinedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ClusterCombinedReader added in v0.5.0

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

ClusterCombinedReader is a Reader for the ClusterCombined structure.

func (*ClusterCombinedReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ClusterCombinedTooManyRequests added in v0.5.0

type ClusterCombinedTooManyRequests 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
}

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

Too Many Requests

func NewClusterCombinedTooManyRequests added in v0.5.0

func NewClusterCombinedTooManyRequests() *ClusterCombinedTooManyRequests

NewClusterCombinedTooManyRequests creates a ClusterCombinedTooManyRequests with default headers values

func (*ClusterCombinedTooManyRequests) Code added in v0.5.0

Code gets the status code for the cluster combined too many requests response

func (*ClusterCombinedTooManyRequests) Error added in v0.5.0

func (*ClusterCombinedTooManyRequests) GetPayload added in v0.5.0

func (*ClusterCombinedTooManyRequests) IsClientError added in v0.5.0

func (o *ClusterCombinedTooManyRequests) IsClientError() bool

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

func (*ClusterCombinedTooManyRequests) IsCode added in v0.5.0

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

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

func (*ClusterCombinedTooManyRequests) IsRedirect added in v0.5.0

func (o *ClusterCombinedTooManyRequests) IsRedirect() bool

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

func (*ClusterCombinedTooManyRequests) IsServerError added in v0.5.0

func (o *ClusterCombinedTooManyRequests) IsServerError() bool

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

func (*ClusterCombinedTooManyRequests) IsSuccess added in v0.5.0

func (o *ClusterCombinedTooManyRequests) IsSuccess() bool

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

func (*ClusterCombinedTooManyRequests) String added in v0.5.0

type ClusterCountForbidden added in v0.5.0

type ClusterCountForbidden 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
}

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

Forbidden

func NewClusterCountForbidden added in v0.5.0

func NewClusterCountForbidden() *ClusterCountForbidden

NewClusterCountForbidden creates a ClusterCountForbidden with default headers values

func (*ClusterCountForbidden) Code added in v0.5.0

func (o *ClusterCountForbidden) Code() int

Code gets the status code for the cluster count forbidden response

func (*ClusterCountForbidden) Error added in v0.5.0

func (o *ClusterCountForbidden) Error() string

func (*ClusterCountForbidden) GetPayload added in v0.5.0

func (*ClusterCountForbidden) IsClientError added in v0.5.0

func (o *ClusterCountForbidden) IsClientError() bool

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

func (*ClusterCountForbidden) IsCode added in v0.5.0

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

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

func (*ClusterCountForbidden) IsRedirect added in v0.5.0

func (o *ClusterCountForbidden) IsRedirect() bool

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

func (*ClusterCountForbidden) IsServerError added in v0.5.0

func (o *ClusterCountForbidden) IsServerError() bool

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

func (*ClusterCountForbidden) IsSuccess added in v0.5.0

func (o *ClusterCountForbidden) IsSuccess() bool

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

func (*ClusterCountForbidden) String added in v0.5.0

func (o *ClusterCountForbidden) String() string

type ClusterCountInternalServerError added in v0.5.0

type ClusterCountInternalServerError 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
}

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

Internal Server Error

func NewClusterCountInternalServerError added in v0.5.0

func NewClusterCountInternalServerError() *ClusterCountInternalServerError

NewClusterCountInternalServerError creates a ClusterCountInternalServerError with default headers values

func (*ClusterCountInternalServerError) Code added in v0.5.0

Code gets the status code for the cluster count internal server error response

func (*ClusterCountInternalServerError) Error added in v0.5.0

func (*ClusterCountInternalServerError) GetPayload added in v0.5.0

func (*ClusterCountInternalServerError) IsClientError added in v0.5.0

func (o *ClusterCountInternalServerError) IsClientError() bool

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

func (*ClusterCountInternalServerError) IsCode added in v0.5.0

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

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

func (*ClusterCountInternalServerError) IsRedirect added in v0.5.0

func (o *ClusterCountInternalServerError) IsRedirect() bool

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

func (*ClusterCountInternalServerError) IsServerError added in v0.5.0

func (o *ClusterCountInternalServerError) IsServerError() bool

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

func (*ClusterCountInternalServerError) IsSuccess added in v0.5.0

func (o *ClusterCountInternalServerError) IsSuccess() bool

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

func (*ClusterCountInternalServerError) String added in v0.5.0

type ClusterCountOK added in v0.5.0

type ClusterCountOK 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.CommonCountResponse
}

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

OK

func NewClusterCountOK added in v0.5.0

func NewClusterCountOK() *ClusterCountOK

NewClusterCountOK creates a ClusterCountOK with default headers values

func (*ClusterCountOK) Code added in v0.5.0

func (o *ClusterCountOK) Code() int

Code gets the status code for the cluster count o k response

func (*ClusterCountOK) Error added in v0.5.0

func (o *ClusterCountOK) Error() string

func (*ClusterCountOK) GetPayload added in v0.5.0

func (o *ClusterCountOK) GetPayload() *models.CommonCountResponse

func (*ClusterCountOK) IsClientError added in v0.5.0

func (o *ClusterCountOK) IsClientError() bool

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

func (*ClusterCountOK) IsCode added in v0.5.0

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

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

func (*ClusterCountOK) IsRedirect added in v0.5.0

func (o *ClusterCountOK) IsRedirect() bool

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

func (*ClusterCountOK) IsServerError added in v0.5.0

func (o *ClusterCountOK) IsServerError() bool

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

func (*ClusterCountOK) IsSuccess added in v0.5.0

func (o *ClusterCountOK) IsSuccess() bool

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

func (*ClusterCountOK) String added in v0.5.0

func (o *ClusterCountOK) String() string

type ClusterCountParams added in v0.5.0

type ClusterCountParams struct {

	/* Filter.

	   Retrieve count of Kubernetes clusters that match a query in Falcon Query Language (FQL). Supported filters:  access,agent_status,agent_type,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,cluster_status,container_count,iar_coverage,kubernetes_version,last_seen,management_status,node_count,pod_count,tags
	*/
	Filter *string

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

ClusterCountParams contains all the parameters to send to the API endpoint

for the cluster count operation.

Typically these are written to a http.Request.

func NewClusterCountParams added in v0.5.0

func NewClusterCountParams() *ClusterCountParams

NewClusterCountParams creates a new ClusterCountParams 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 NewClusterCountParamsWithContext added in v0.5.0

func NewClusterCountParamsWithContext(ctx context.Context) *ClusterCountParams

NewClusterCountParamsWithContext creates a new ClusterCountParams object with the ability to set a context for a request.

func NewClusterCountParamsWithHTTPClient added in v0.5.0

func NewClusterCountParamsWithHTTPClient(client *http.Client) *ClusterCountParams

NewClusterCountParamsWithHTTPClient creates a new ClusterCountParams object with the ability to set a custom HTTPClient for a request.

func NewClusterCountParamsWithTimeout added in v0.5.0

func NewClusterCountParamsWithTimeout(timeout time.Duration) *ClusterCountParams

NewClusterCountParamsWithTimeout creates a new ClusterCountParams object with the ability to set a timeout on a request.

func (*ClusterCountParams) SetContext added in v0.5.0

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

SetContext adds the context to the cluster count params

func (*ClusterCountParams) SetDefaults added in v0.5.0

func (o *ClusterCountParams) SetDefaults()

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

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

func (*ClusterCountParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the cluster count params

func (*ClusterCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the cluster count params

func (*ClusterCountParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the cluster count params

func (*ClusterCountParams) WithContext added in v0.5.0

WithContext adds the context to the cluster count params

func (*ClusterCountParams) WithDefaults added in v0.5.0

func (o *ClusterCountParams) WithDefaults() *ClusterCountParams

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

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

func (*ClusterCountParams) WithFilter added in v0.5.0

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

WithFilter adds the filter to the cluster count params

func (*ClusterCountParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the cluster count params

func (*ClusterCountParams) WithTimeout added in v0.5.0

func (o *ClusterCountParams) WithTimeout(timeout time.Duration) *ClusterCountParams

WithTimeout adds the timeout to the cluster count params

func (*ClusterCountParams) WriteToRequest added in v0.5.0

func (o *ClusterCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ClusterCountReader added in v0.5.0

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

ClusterCountReader is a Reader for the ClusterCount structure.

func (*ClusterCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ClusterCountTooManyRequests added in v0.5.0

type ClusterCountTooManyRequests 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
}

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

Too Many Requests

func NewClusterCountTooManyRequests added in v0.5.0

func NewClusterCountTooManyRequests() *ClusterCountTooManyRequests

NewClusterCountTooManyRequests creates a ClusterCountTooManyRequests with default headers values

func (*ClusterCountTooManyRequests) Code added in v0.5.0

func (o *ClusterCountTooManyRequests) Code() int

Code gets the status code for the cluster count too many requests response

func (*ClusterCountTooManyRequests) Error added in v0.5.0

func (*ClusterCountTooManyRequests) GetPayload added in v0.5.0

func (*ClusterCountTooManyRequests) IsClientError added in v0.5.0

func (o *ClusterCountTooManyRequests) IsClientError() bool

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

func (*ClusterCountTooManyRequests) IsCode added in v0.5.0

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

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

func (*ClusterCountTooManyRequests) IsRedirect added in v0.5.0

func (o *ClusterCountTooManyRequests) IsRedirect() bool

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

func (*ClusterCountTooManyRequests) IsServerError added in v0.5.0

func (o *ClusterCountTooManyRequests) IsServerError() bool

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

func (*ClusterCountTooManyRequests) IsSuccess added in v0.5.0

func (o *ClusterCountTooManyRequests) IsSuccess() bool

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

func (*ClusterCountTooManyRequests) String added in v0.5.0

func (o *ClusterCountTooManyRequests) String() string

type ClusterEnrichmentForbidden added in v0.5.0

type ClusterEnrichmentForbidden 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
}

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

Forbidden

func NewClusterEnrichmentForbidden added in v0.5.0

func NewClusterEnrichmentForbidden() *ClusterEnrichmentForbidden

NewClusterEnrichmentForbidden creates a ClusterEnrichmentForbidden with default headers values

func (*ClusterEnrichmentForbidden) Code added in v0.5.0

func (o *ClusterEnrichmentForbidden) Code() int

Code gets the status code for the cluster enrichment forbidden response

func (*ClusterEnrichmentForbidden) Error added in v0.5.0

func (*ClusterEnrichmentForbidden) GetPayload added in v0.5.0

func (*ClusterEnrichmentForbidden) IsClientError added in v0.5.0

func (o *ClusterEnrichmentForbidden) IsClientError() bool

IsClientError returns true when this cluster enrichment forbidden response has a 4xx status code

func (*ClusterEnrichmentForbidden) IsCode added in v0.5.0

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

IsCode returns true when this cluster enrichment forbidden response a status code equal to that given

func (*ClusterEnrichmentForbidden) IsRedirect added in v0.5.0

func (o *ClusterEnrichmentForbidden) IsRedirect() bool

IsRedirect returns true when this cluster enrichment forbidden response has a 3xx status code

func (*ClusterEnrichmentForbidden) IsServerError added in v0.5.0

func (o *ClusterEnrichmentForbidden) IsServerError() bool

IsServerError returns true when this cluster enrichment forbidden response has a 5xx status code

func (*ClusterEnrichmentForbidden) IsSuccess added in v0.5.0

func (o *ClusterEnrichmentForbidden) IsSuccess() bool

IsSuccess returns true when this cluster enrichment forbidden response has a 2xx status code

func (*ClusterEnrichmentForbidden) String added in v0.5.0

func (o *ClusterEnrichmentForbidden) String() string

type ClusterEnrichmentInternalServerError added in v0.5.0

type ClusterEnrichmentInternalServerError 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
}

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

Internal Server Error

func NewClusterEnrichmentInternalServerError added in v0.5.0

func NewClusterEnrichmentInternalServerError() *ClusterEnrichmentInternalServerError

NewClusterEnrichmentInternalServerError creates a ClusterEnrichmentInternalServerError with default headers values

func (*ClusterEnrichmentInternalServerError) Code added in v0.5.0

Code gets the status code for the cluster enrichment internal server error response

func (*ClusterEnrichmentInternalServerError) Error added in v0.5.0

func (*ClusterEnrichmentInternalServerError) GetPayload added in v0.5.0

func (*ClusterEnrichmentInternalServerError) IsClientError added in v0.5.0

func (o *ClusterEnrichmentInternalServerError) IsClientError() bool

IsClientError returns true when this cluster enrichment internal server error response has a 4xx status code

func (*ClusterEnrichmentInternalServerError) IsCode added in v0.5.0

IsCode returns true when this cluster enrichment internal server error response a status code equal to that given

func (*ClusterEnrichmentInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this cluster enrichment internal server error response has a 3xx status code

func (*ClusterEnrichmentInternalServerError) IsServerError added in v0.5.0

func (o *ClusterEnrichmentInternalServerError) IsServerError() bool

IsServerError returns true when this cluster enrichment internal server error response has a 5xx status code

func (*ClusterEnrichmentInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this cluster enrichment internal server error response has a 2xx status code

func (*ClusterEnrichmentInternalServerError) String added in v0.5.0

type ClusterEnrichmentOK added in v0.5.0

type ClusterEnrichmentOK 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.K8sassetsClusterEnrichmentResponse
}

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

OK

func NewClusterEnrichmentOK added in v0.5.0

func NewClusterEnrichmentOK() *ClusterEnrichmentOK

NewClusterEnrichmentOK creates a ClusterEnrichmentOK with default headers values

func (*ClusterEnrichmentOK) Code added in v0.5.0

func (o *ClusterEnrichmentOK) Code() int

Code gets the status code for the cluster enrichment o k response

func (*ClusterEnrichmentOK) Error added in v0.5.0

func (o *ClusterEnrichmentOK) Error() string

func (*ClusterEnrichmentOK) GetPayload added in v0.5.0

func (*ClusterEnrichmentOK) IsClientError added in v0.5.0

func (o *ClusterEnrichmentOK) IsClientError() bool

IsClientError returns true when this cluster enrichment o k response has a 4xx status code

func (*ClusterEnrichmentOK) IsCode added in v0.5.0

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

IsCode returns true when this cluster enrichment o k response a status code equal to that given

func (*ClusterEnrichmentOK) IsRedirect added in v0.5.0

func (o *ClusterEnrichmentOK) IsRedirect() bool

IsRedirect returns true when this cluster enrichment o k response has a 3xx status code

func (*ClusterEnrichmentOK) IsServerError added in v0.5.0

func (o *ClusterEnrichmentOK) IsServerError() bool

IsServerError returns true when this cluster enrichment o k response has a 5xx status code

func (*ClusterEnrichmentOK) IsSuccess added in v0.5.0

func (o *ClusterEnrichmentOK) IsSuccess() bool

IsSuccess returns true when this cluster enrichment o k response has a 2xx status code

func (*ClusterEnrichmentOK) String added in v0.5.0

func (o *ClusterEnrichmentOK) String() string

type ClusterEnrichmentParams added in v0.5.0

type ClusterEnrichmentParams struct {

	/* ClusterID.

	   One or more cluster ids for which to retrieve enrichment info
	*/
	ClusterID []string

	/* Filter.

	   Supported filters:  last_seen
	*/
	Filter *string

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

ClusterEnrichmentParams contains all the parameters to send to the API endpoint

for the cluster enrichment operation.

Typically these are written to a http.Request.

func NewClusterEnrichmentParams added in v0.5.0

func NewClusterEnrichmentParams() *ClusterEnrichmentParams

NewClusterEnrichmentParams creates a new ClusterEnrichmentParams 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 NewClusterEnrichmentParamsWithContext added in v0.5.0

func NewClusterEnrichmentParamsWithContext(ctx context.Context) *ClusterEnrichmentParams

NewClusterEnrichmentParamsWithContext creates a new ClusterEnrichmentParams object with the ability to set a context for a request.

func NewClusterEnrichmentParamsWithHTTPClient added in v0.5.0

func NewClusterEnrichmentParamsWithHTTPClient(client *http.Client) *ClusterEnrichmentParams

NewClusterEnrichmentParamsWithHTTPClient creates a new ClusterEnrichmentParams object with the ability to set a custom HTTPClient for a request.

func NewClusterEnrichmentParamsWithTimeout added in v0.5.0

func NewClusterEnrichmentParamsWithTimeout(timeout time.Duration) *ClusterEnrichmentParams

NewClusterEnrichmentParamsWithTimeout creates a new ClusterEnrichmentParams object with the ability to set a timeout on a request.

func (*ClusterEnrichmentParams) SetClusterID added in v0.5.0

func (o *ClusterEnrichmentParams) SetClusterID(clusterID []string)

SetClusterID adds the clusterId to the cluster enrichment params

func (*ClusterEnrichmentParams) SetContext added in v0.5.0

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

SetContext adds the context to the cluster enrichment params

func (*ClusterEnrichmentParams) SetDefaults added in v0.5.0

func (o *ClusterEnrichmentParams) SetDefaults()

SetDefaults hydrates default values in the cluster enrichment params (not the query body).

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

func (*ClusterEnrichmentParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the cluster enrichment params

func (*ClusterEnrichmentParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the cluster enrichment params

func (*ClusterEnrichmentParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the cluster enrichment params

func (*ClusterEnrichmentParams) WithClusterID added in v0.5.0

func (o *ClusterEnrichmentParams) WithClusterID(clusterID []string) *ClusterEnrichmentParams

WithClusterID adds the clusterID to the cluster enrichment params

func (*ClusterEnrichmentParams) WithContext added in v0.5.0

WithContext adds the context to the cluster enrichment params

func (*ClusterEnrichmentParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the cluster enrichment params (not the query body).

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

func (*ClusterEnrichmentParams) WithFilter added in v0.5.0

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

WithFilter adds the filter to the cluster enrichment params

func (*ClusterEnrichmentParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the cluster enrichment params

func (*ClusterEnrichmentParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the cluster enrichment params

func (*ClusterEnrichmentParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ClusterEnrichmentReader added in v0.5.0

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

ClusterEnrichmentReader is a Reader for the ClusterEnrichment structure.

func (*ClusterEnrichmentReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ClusterEnrichmentTooManyRequests added in v0.5.0

type ClusterEnrichmentTooManyRequests 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
}

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

Too Many Requests

func NewClusterEnrichmentTooManyRequests added in v0.5.0

func NewClusterEnrichmentTooManyRequests() *ClusterEnrichmentTooManyRequests

NewClusterEnrichmentTooManyRequests creates a ClusterEnrichmentTooManyRequests with default headers values

func (*ClusterEnrichmentTooManyRequests) Code added in v0.5.0

Code gets the status code for the cluster enrichment too many requests response

func (*ClusterEnrichmentTooManyRequests) Error added in v0.5.0

func (*ClusterEnrichmentTooManyRequests) GetPayload added in v0.5.0

func (*ClusterEnrichmentTooManyRequests) IsClientError added in v0.5.0

func (o *ClusterEnrichmentTooManyRequests) IsClientError() bool

IsClientError returns true when this cluster enrichment too many requests response has a 4xx status code

func (*ClusterEnrichmentTooManyRequests) IsCode added in v0.5.0

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

IsCode returns true when this cluster enrichment too many requests response a status code equal to that given

func (*ClusterEnrichmentTooManyRequests) IsRedirect added in v0.5.0

func (o *ClusterEnrichmentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this cluster enrichment too many requests response has a 3xx status code

func (*ClusterEnrichmentTooManyRequests) IsServerError added in v0.5.0

func (o *ClusterEnrichmentTooManyRequests) IsServerError() bool

IsServerError returns true when this cluster enrichment too many requests response has a 5xx status code

func (*ClusterEnrichmentTooManyRequests) IsSuccess added in v0.5.0

func (o *ClusterEnrichmentTooManyRequests) IsSuccess() bool

IsSuccess returns true when this cluster enrichment too many requests response has a 2xx status code

func (*ClusterEnrichmentTooManyRequests) String added in v0.5.0

type ClustersByDateRangeCountForbidden added in v0.5.0

type ClustersByDateRangeCountForbidden 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
}

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

Forbidden

func NewClustersByDateRangeCountForbidden added in v0.5.0

func NewClustersByDateRangeCountForbidden() *ClustersByDateRangeCountForbidden

NewClustersByDateRangeCountForbidden creates a ClustersByDateRangeCountForbidden with default headers values

func (*ClustersByDateRangeCountForbidden) Code added in v0.5.0

Code gets the status code for the clusters by date range count forbidden response

func (*ClustersByDateRangeCountForbidden) Error added in v0.5.0

func (*ClustersByDateRangeCountForbidden) GetPayload added in v0.5.0

func (*ClustersByDateRangeCountForbidden) IsClientError added in v0.5.0

func (o *ClustersByDateRangeCountForbidden) IsClientError() bool

IsClientError returns true when this clusters by date range count forbidden response has a 4xx status code

func (*ClustersByDateRangeCountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this clusters by date range count forbidden response a status code equal to that given

func (*ClustersByDateRangeCountForbidden) IsRedirect added in v0.5.0

func (o *ClustersByDateRangeCountForbidden) IsRedirect() bool

IsRedirect returns true when this clusters by date range count forbidden response has a 3xx status code

func (*ClustersByDateRangeCountForbidden) IsServerError added in v0.5.0

func (o *ClustersByDateRangeCountForbidden) IsServerError() bool

IsServerError returns true when this clusters by date range count forbidden response has a 5xx status code

func (*ClustersByDateRangeCountForbidden) IsSuccess added in v0.5.0

func (o *ClustersByDateRangeCountForbidden) IsSuccess() bool

IsSuccess returns true when this clusters by date range count forbidden response has a 2xx status code

func (*ClustersByDateRangeCountForbidden) String added in v0.5.0

type ClustersByDateRangeCountInternalServerError added in v0.5.0

type ClustersByDateRangeCountInternalServerError 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
}

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

Internal Server Error

func NewClustersByDateRangeCountInternalServerError added in v0.5.0

func NewClustersByDateRangeCountInternalServerError() *ClustersByDateRangeCountInternalServerError

NewClustersByDateRangeCountInternalServerError creates a ClustersByDateRangeCountInternalServerError with default headers values

func (*ClustersByDateRangeCountInternalServerError) Code added in v0.5.0

Code gets the status code for the clusters by date range count internal server error response

func (*ClustersByDateRangeCountInternalServerError) Error added in v0.5.0

func (*ClustersByDateRangeCountInternalServerError) GetPayload added in v0.5.0

func (*ClustersByDateRangeCountInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this clusters by date range count internal server error response has a 4xx status code

func (*ClustersByDateRangeCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this clusters by date range count internal server error response a status code equal to that given

func (*ClustersByDateRangeCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this clusters by date range count internal server error response has a 3xx status code

func (*ClustersByDateRangeCountInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this clusters by date range count internal server error response has a 5xx status code

func (*ClustersByDateRangeCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this clusters by date range count internal server error response has a 2xx status code

func (*ClustersByDateRangeCountInternalServerError) String added in v0.5.0

type ClustersByDateRangeCountOK added in v0.5.0

type ClustersByDateRangeCountOK 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.ModelsAggregateValuesByFieldResponse
}

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

OK

func NewClustersByDateRangeCountOK added in v0.5.0

func NewClustersByDateRangeCountOK() *ClustersByDateRangeCountOK

NewClustersByDateRangeCountOK creates a ClustersByDateRangeCountOK with default headers values

func (*ClustersByDateRangeCountOK) Code added in v0.5.0

func (o *ClustersByDateRangeCountOK) Code() int

Code gets the status code for the clusters by date range count o k response

func (*ClustersByDateRangeCountOK) Error added in v0.5.0

func (*ClustersByDateRangeCountOK) GetPayload added in v0.5.0

func (*ClustersByDateRangeCountOK) IsClientError added in v0.5.0

func (o *ClustersByDateRangeCountOK) IsClientError() bool

IsClientError returns true when this clusters by date range count o k response has a 4xx status code

func (*ClustersByDateRangeCountOK) IsCode added in v0.5.0

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

IsCode returns true when this clusters by date range count o k response a status code equal to that given

func (*ClustersByDateRangeCountOK) IsRedirect added in v0.5.0

func (o *ClustersByDateRangeCountOK) IsRedirect() bool

IsRedirect returns true when this clusters by date range count o k response has a 3xx status code

func (*ClustersByDateRangeCountOK) IsServerError added in v0.5.0

func (o *ClustersByDateRangeCountOK) IsServerError() bool

IsServerError returns true when this clusters by date range count o k response has a 5xx status code

func (*ClustersByDateRangeCountOK) IsSuccess added in v0.5.0

func (o *ClustersByDateRangeCountOK) IsSuccess() bool

IsSuccess returns true when this clusters by date range count o k response has a 2xx status code

func (*ClustersByDateRangeCountOK) String added in v0.5.0

func (o *ClustersByDateRangeCountOK) String() string

type ClustersByDateRangeCountParams added in v0.5.0

type ClustersByDateRangeCountParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ClustersByDateRangeCountParams contains all the parameters to send to the API endpoint

for the clusters by date range count operation.

Typically these are written to a http.Request.

func NewClustersByDateRangeCountParams added in v0.5.0

func NewClustersByDateRangeCountParams() *ClustersByDateRangeCountParams

NewClustersByDateRangeCountParams creates a new ClustersByDateRangeCountParams 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 NewClustersByDateRangeCountParamsWithContext added in v0.5.0

func NewClustersByDateRangeCountParamsWithContext(ctx context.Context) *ClustersByDateRangeCountParams

NewClustersByDateRangeCountParamsWithContext creates a new ClustersByDateRangeCountParams object with the ability to set a context for a request.

func NewClustersByDateRangeCountParamsWithHTTPClient added in v0.5.0

func NewClustersByDateRangeCountParamsWithHTTPClient(client *http.Client) *ClustersByDateRangeCountParams

NewClustersByDateRangeCountParamsWithHTTPClient creates a new ClustersByDateRangeCountParams object with the ability to set a custom HTTPClient for a request.

func NewClustersByDateRangeCountParamsWithTimeout added in v0.5.0

func NewClustersByDateRangeCountParamsWithTimeout(timeout time.Duration) *ClustersByDateRangeCountParams

NewClustersByDateRangeCountParamsWithTimeout creates a new ClustersByDateRangeCountParams object with the ability to set a timeout on a request.

func (*ClustersByDateRangeCountParams) SetContext added in v0.5.0

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

SetContext adds the context to the clusters by date range count params

func (*ClustersByDateRangeCountParams) SetDefaults added in v0.5.0

func (o *ClustersByDateRangeCountParams) SetDefaults()

SetDefaults hydrates default values in the clusters by date range count params (not the query body).

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

func (*ClustersByDateRangeCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the clusters by date range count params

func (*ClustersByDateRangeCountParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the clusters by date range count params

func (*ClustersByDateRangeCountParams) WithContext added in v0.5.0

WithContext adds the context to the clusters by date range count params

func (*ClustersByDateRangeCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the clusters by date range count params (not the query body).

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

func (*ClustersByDateRangeCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the clusters by date range count params

func (*ClustersByDateRangeCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the clusters by date range count params

func (*ClustersByDateRangeCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ClustersByDateRangeCountReader added in v0.5.0

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

ClustersByDateRangeCountReader is a Reader for the ClustersByDateRangeCount structure.

func (*ClustersByDateRangeCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ClustersByDateRangeCountTooManyRequests added in v0.5.0

type ClustersByDateRangeCountTooManyRequests 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
}

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

Too Many Requests

func NewClustersByDateRangeCountTooManyRequests added in v0.5.0

func NewClustersByDateRangeCountTooManyRequests() *ClustersByDateRangeCountTooManyRequests

NewClustersByDateRangeCountTooManyRequests creates a ClustersByDateRangeCountTooManyRequests with default headers values

func (*ClustersByDateRangeCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the clusters by date range count too many requests response

func (*ClustersByDateRangeCountTooManyRequests) Error added in v0.5.0

func (*ClustersByDateRangeCountTooManyRequests) GetPayload added in v0.5.0

func (*ClustersByDateRangeCountTooManyRequests) IsClientError added in v0.5.0

func (o *ClustersByDateRangeCountTooManyRequests) IsClientError() bool

IsClientError returns true when this clusters by date range count too many requests response has a 4xx status code

func (*ClustersByDateRangeCountTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this clusters by date range count too many requests response a status code equal to that given

func (*ClustersByDateRangeCountTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this clusters by date range count too many requests response has a 3xx status code

func (*ClustersByDateRangeCountTooManyRequests) IsServerError added in v0.5.0

func (o *ClustersByDateRangeCountTooManyRequests) IsServerError() bool

IsServerError returns true when this clusters by date range count too many requests response has a 5xx status code

func (*ClustersByDateRangeCountTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this clusters by date range count too many requests response has a 2xx status code

func (*ClustersByDateRangeCountTooManyRequests) String added in v0.5.0

type ClustersByKubernetesVersionCountForbidden added in v0.5.0

type ClustersByKubernetesVersionCountForbidden 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
}

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

Forbidden

func NewClustersByKubernetesVersionCountForbidden added in v0.5.0

func NewClustersByKubernetesVersionCountForbidden() *ClustersByKubernetesVersionCountForbidden

NewClustersByKubernetesVersionCountForbidden creates a ClustersByKubernetesVersionCountForbidden with default headers values

func (*ClustersByKubernetesVersionCountForbidden) Code added in v0.5.0

Code gets the status code for the clusters by kubernetes version count forbidden response

func (*ClustersByKubernetesVersionCountForbidden) Error added in v0.5.0

func (*ClustersByKubernetesVersionCountForbidden) GetPayload added in v0.5.0

func (*ClustersByKubernetesVersionCountForbidden) IsClientError added in v0.5.0

IsClientError returns true when this clusters by kubernetes version count forbidden response has a 4xx status code

func (*ClustersByKubernetesVersionCountForbidden) IsCode added in v0.5.0

IsCode returns true when this clusters by kubernetes version count forbidden response a status code equal to that given

func (*ClustersByKubernetesVersionCountForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this clusters by kubernetes version count forbidden response has a 3xx status code

func (*ClustersByKubernetesVersionCountForbidden) IsServerError added in v0.5.0

IsServerError returns true when this clusters by kubernetes version count forbidden response has a 5xx status code

func (*ClustersByKubernetesVersionCountForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this clusters by kubernetes version count forbidden response has a 2xx status code

func (*ClustersByKubernetesVersionCountForbidden) String added in v0.5.0

type ClustersByKubernetesVersionCountInternalServerError added in v0.5.0

type ClustersByKubernetesVersionCountInternalServerError 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
}

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

Internal Server Error

func NewClustersByKubernetesVersionCountInternalServerError added in v0.5.0

func NewClustersByKubernetesVersionCountInternalServerError() *ClustersByKubernetesVersionCountInternalServerError

NewClustersByKubernetesVersionCountInternalServerError creates a ClustersByKubernetesVersionCountInternalServerError with default headers values

func (*ClustersByKubernetesVersionCountInternalServerError) Code added in v0.5.0

Code gets the status code for the clusters by kubernetes version count internal server error response

func (*ClustersByKubernetesVersionCountInternalServerError) Error added in v0.5.0

func (*ClustersByKubernetesVersionCountInternalServerError) GetPayload added in v0.5.0

func (*ClustersByKubernetesVersionCountInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this clusters by kubernetes version count internal server error response has a 4xx status code

func (*ClustersByKubernetesVersionCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this clusters by kubernetes version count internal server error response a status code equal to that given

func (*ClustersByKubernetesVersionCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this clusters by kubernetes version count internal server error response has a 3xx status code

func (*ClustersByKubernetesVersionCountInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this clusters by kubernetes version count internal server error response has a 5xx status code

func (*ClustersByKubernetesVersionCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this clusters by kubernetes version count internal server error response has a 2xx status code

func (*ClustersByKubernetesVersionCountInternalServerError) String added in v0.5.0

type ClustersByKubernetesVersionCountOK added in v0.5.0

type ClustersByKubernetesVersionCountOK 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.ModelsAggregateValuesByFieldResponse
}

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

OK

func NewClustersByKubernetesVersionCountOK added in v0.5.0

func NewClustersByKubernetesVersionCountOK() *ClustersByKubernetesVersionCountOK

NewClustersByKubernetesVersionCountOK creates a ClustersByKubernetesVersionCountOK with default headers values

func (*ClustersByKubernetesVersionCountOK) Code added in v0.5.0

Code gets the status code for the clusters by kubernetes version count o k response

func (*ClustersByKubernetesVersionCountOK) Error added in v0.5.0

func (*ClustersByKubernetesVersionCountOK) GetPayload added in v0.5.0

func (*ClustersByKubernetesVersionCountOK) IsClientError added in v0.5.0

func (o *ClustersByKubernetesVersionCountOK) IsClientError() bool

IsClientError returns true when this clusters by kubernetes version count o k response has a 4xx status code

func (*ClustersByKubernetesVersionCountOK) IsCode added in v0.5.0

IsCode returns true when this clusters by kubernetes version count o k response a status code equal to that given

func (*ClustersByKubernetesVersionCountOK) IsRedirect added in v0.5.0

func (o *ClustersByKubernetesVersionCountOK) IsRedirect() bool

IsRedirect returns true when this clusters by kubernetes version count o k response has a 3xx status code

func (*ClustersByKubernetesVersionCountOK) IsServerError added in v0.5.0

func (o *ClustersByKubernetesVersionCountOK) IsServerError() bool

IsServerError returns true when this clusters by kubernetes version count o k response has a 5xx status code

func (*ClustersByKubernetesVersionCountOK) IsSuccess added in v0.5.0

IsSuccess returns true when this clusters by kubernetes version count o k response has a 2xx status code

func (*ClustersByKubernetesVersionCountOK) String added in v0.5.0

type ClustersByKubernetesVersionCountParams added in v0.5.0

type ClustersByKubernetesVersionCountParams struct {

	/* Filter.

	   Retrieve count of Kubernetes clusters that match a query in Falcon Query Language (FQL). Supported filters:  access,agent_status,agent_type,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,cluster_status,container_count,iar_coverage,kubernetes_version,last_seen,management_status,node_count,pod_count,tags
	*/
	Filter *string

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

ClustersByKubernetesVersionCountParams contains all the parameters to send to the API endpoint

for the clusters by kubernetes version count operation.

Typically these are written to a http.Request.

func NewClustersByKubernetesVersionCountParams added in v0.5.0

func NewClustersByKubernetesVersionCountParams() *ClustersByKubernetesVersionCountParams

NewClustersByKubernetesVersionCountParams creates a new ClustersByKubernetesVersionCountParams 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 NewClustersByKubernetesVersionCountParamsWithContext added in v0.5.0

func NewClustersByKubernetesVersionCountParamsWithContext(ctx context.Context) *ClustersByKubernetesVersionCountParams

NewClustersByKubernetesVersionCountParamsWithContext creates a new ClustersByKubernetesVersionCountParams object with the ability to set a context for a request.

func NewClustersByKubernetesVersionCountParamsWithHTTPClient added in v0.5.0

func NewClustersByKubernetesVersionCountParamsWithHTTPClient(client *http.Client) *ClustersByKubernetesVersionCountParams

NewClustersByKubernetesVersionCountParamsWithHTTPClient creates a new ClustersByKubernetesVersionCountParams object with the ability to set a custom HTTPClient for a request.

func NewClustersByKubernetesVersionCountParamsWithTimeout added in v0.5.0

func NewClustersByKubernetesVersionCountParamsWithTimeout(timeout time.Duration) *ClustersByKubernetesVersionCountParams

NewClustersByKubernetesVersionCountParamsWithTimeout creates a new ClustersByKubernetesVersionCountParams object with the ability to set a timeout on a request.

func (*ClustersByKubernetesVersionCountParams) SetContext added in v0.5.0

SetContext adds the context to the clusters by kubernetes version count params

func (*ClustersByKubernetesVersionCountParams) SetDefaults added in v0.5.0

func (o *ClustersByKubernetesVersionCountParams) SetDefaults()

SetDefaults hydrates default values in the clusters by kubernetes version count params (not the query body).

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

func (*ClustersByKubernetesVersionCountParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the clusters by kubernetes version count params

func (*ClustersByKubernetesVersionCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the clusters by kubernetes version count params

func (*ClustersByKubernetesVersionCountParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the clusters by kubernetes version count params

func (*ClustersByKubernetesVersionCountParams) WithContext added in v0.5.0

WithContext adds the context to the clusters by kubernetes version count params

func (*ClustersByKubernetesVersionCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the clusters by kubernetes version count params (not the query body).

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

func (*ClustersByKubernetesVersionCountParams) WithFilter added in v0.5.0

WithFilter adds the filter to the clusters by kubernetes version count params

func (*ClustersByKubernetesVersionCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the clusters by kubernetes version count params

func (*ClustersByKubernetesVersionCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the clusters by kubernetes version count params

func (*ClustersByKubernetesVersionCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ClustersByKubernetesVersionCountReader added in v0.5.0

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

ClustersByKubernetesVersionCountReader is a Reader for the ClustersByKubernetesVersionCount structure.

func (*ClustersByKubernetesVersionCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ClustersByKubernetesVersionCountTooManyRequests added in v0.5.0

type ClustersByKubernetesVersionCountTooManyRequests 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
}

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

Too Many Requests

func NewClustersByKubernetesVersionCountTooManyRequests added in v0.5.0

func NewClustersByKubernetesVersionCountTooManyRequests() *ClustersByKubernetesVersionCountTooManyRequests

NewClustersByKubernetesVersionCountTooManyRequests creates a ClustersByKubernetesVersionCountTooManyRequests with default headers values

func (*ClustersByKubernetesVersionCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the clusters by kubernetes version count too many requests response

func (*ClustersByKubernetesVersionCountTooManyRequests) Error added in v0.5.0

func (*ClustersByKubernetesVersionCountTooManyRequests) GetPayload added in v0.5.0

func (*ClustersByKubernetesVersionCountTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this clusters by kubernetes version count too many requests response has a 4xx status code

func (*ClustersByKubernetesVersionCountTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this clusters by kubernetes version count too many requests response a status code equal to that given

func (*ClustersByKubernetesVersionCountTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this clusters by kubernetes version count too many requests response has a 3xx status code

func (*ClustersByKubernetesVersionCountTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this clusters by kubernetes version count too many requests response has a 5xx status code

func (*ClustersByKubernetesVersionCountTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this clusters by kubernetes version count too many requests response has a 2xx status code

func (*ClustersByKubernetesVersionCountTooManyRequests) String added in v0.5.0

type ClustersByStatusCountForbidden added in v0.5.0

type ClustersByStatusCountForbidden 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
}

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

Forbidden

func NewClustersByStatusCountForbidden added in v0.5.0

func NewClustersByStatusCountForbidden() *ClustersByStatusCountForbidden

NewClustersByStatusCountForbidden creates a ClustersByStatusCountForbidden with default headers values

func (*ClustersByStatusCountForbidden) Code added in v0.5.0

Code gets the status code for the clusters by status count forbidden response

func (*ClustersByStatusCountForbidden) Error added in v0.5.0

func (*ClustersByStatusCountForbidden) GetPayload added in v0.5.0

func (*ClustersByStatusCountForbidden) IsClientError added in v0.5.0

func (o *ClustersByStatusCountForbidden) IsClientError() bool

IsClientError returns true when this clusters by status count forbidden response has a 4xx status code

func (*ClustersByStatusCountForbidden) IsCode added in v0.5.0

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

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

func (*ClustersByStatusCountForbidden) IsRedirect added in v0.5.0

func (o *ClustersByStatusCountForbidden) IsRedirect() bool

IsRedirect returns true when this clusters by status count forbidden response has a 3xx status code

func (*ClustersByStatusCountForbidden) IsServerError added in v0.5.0

func (o *ClustersByStatusCountForbidden) IsServerError() bool

IsServerError returns true when this clusters by status count forbidden response has a 5xx status code

func (*ClustersByStatusCountForbidden) IsSuccess added in v0.5.0

func (o *ClustersByStatusCountForbidden) IsSuccess() bool

IsSuccess returns true when this clusters by status count forbidden response has a 2xx status code

func (*ClustersByStatusCountForbidden) String added in v0.5.0

type ClustersByStatusCountInternalServerError added in v0.5.0

type ClustersByStatusCountInternalServerError 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
}

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

Internal Server Error

func NewClustersByStatusCountInternalServerError added in v0.5.0

func NewClustersByStatusCountInternalServerError() *ClustersByStatusCountInternalServerError

NewClustersByStatusCountInternalServerError creates a ClustersByStatusCountInternalServerError with default headers values

func (*ClustersByStatusCountInternalServerError) Code added in v0.5.0

Code gets the status code for the clusters by status count internal server error response

func (*ClustersByStatusCountInternalServerError) Error added in v0.5.0

func (*ClustersByStatusCountInternalServerError) GetPayload added in v0.5.0

func (*ClustersByStatusCountInternalServerError) IsClientError added in v0.5.0

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

func (*ClustersByStatusCountInternalServerError) IsCode added in v0.5.0

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

func (*ClustersByStatusCountInternalServerError) IsRedirect added in v0.5.0

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

func (*ClustersByStatusCountInternalServerError) IsServerError added in v0.5.0

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

func (*ClustersByStatusCountInternalServerError) IsSuccess added in v0.5.0

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

func (*ClustersByStatusCountInternalServerError) String added in v0.5.0

type ClustersByStatusCountOK added in v0.5.0

type ClustersByStatusCountOK 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.ModelsAggregateValuesByFieldResponse
}

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

OK

func NewClustersByStatusCountOK added in v0.5.0

func NewClustersByStatusCountOK() *ClustersByStatusCountOK

NewClustersByStatusCountOK creates a ClustersByStatusCountOK with default headers values

func (*ClustersByStatusCountOK) Code added in v0.5.0

func (o *ClustersByStatusCountOK) Code() int

Code gets the status code for the clusters by status count o k response

func (*ClustersByStatusCountOK) Error added in v0.5.0

func (o *ClustersByStatusCountOK) Error() string

func (*ClustersByStatusCountOK) GetPayload added in v0.5.0

func (*ClustersByStatusCountOK) IsClientError added in v0.5.0

func (o *ClustersByStatusCountOK) IsClientError() bool

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

func (*ClustersByStatusCountOK) IsCode added in v0.5.0

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

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

func (*ClustersByStatusCountOK) IsRedirect added in v0.5.0

func (o *ClustersByStatusCountOK) IsRedirect() bool

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

func (*ClustersByStatusCountOK) IsServerError added in v0.5.0

func (o *ClustersByStatusCountOK) IsServerError() bool

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

func (*ClustersByStatusCountOK) IsSuccess added in v0.5.0

func (o *ClustersByStatusCountOK) IsSuccess() bool

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

func (*ClustersByStatusCountOK) String added in v0.5.0

func (o *ClustersByStatusCountOK) String() string

type ClustersByStatusCountParams added in v0.5.0

type ClustersByStatusCountParams struct {

	/* Filter.

	   Retrieve count of Kubernetes clusters that match a query in Falcon Query Language (FQL). Supported filters:  access,agent_status,agent_type,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,cluster_status,container_count,iar_coverage,kubernetes_version,last_seen,management_status,node_count,pod_count,tags
	*/
	Filter *string

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

ClustersByStatusCountParams contains all the parameters to send to the API endpoint

for the clusters by status count operation.

Typically these are written to a http.Request.

func NewClustersByStatusCountParams added in v0.5.0

func NewClustersByStatusCountParams() *ClustersByStatusCountParams

NewClustersByStatusCountParams creates a new ClustersByStatusCountParams 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 NewClustersByStatusCountParamsWithContext added in v0.5.0

func NewClustersByStatusCountParamsWithContext(ctx context.Context) *ClustersByStatusCountParams

NewClustersByStatusCountParamsWithContext creates a new ClustersByStatusCountParams object with the ability to set a context for a request.

func NewClustersByStatusCountParamsWithHTTPClient added in v0.5.0

func NewClustersByStatusCountParamsWithHTTPClient(client *http.Client) *ClustersByStatusCountParams

NewClustersByStatusCountParamsWithHTTPClient creates a new ClustersByStatusCountParams object with the ability to set a custom HTTPClient for a request.

func NewClustersByStatusCountParamsWithTimeout added in v0.5.0

func NewClustersByStatusCountParamsWithTimeout(timeout time.Duration) *ClustersByStatusCountParams

NewClustersByStatusCountParamsWithTimeout creates a new ClustersByStatusCountParams object with the ability to set a timeout on a request.

func (*ClustersByStatusCountParams) SetContext added in v0.5.0

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

SetContext adds the context to the clusters by status count params

func (*ClustersByStatusCountParams) SetDefaults added in v0.5.0

func (o *ClustersByStatusCountParams) SetDefaults()

SetDefaults hydrates default values in the clusters by status count params (not the query body).

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

func (*ClustersByStatusCountParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the clusters by status count params

func (*ClustersByStatusCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the clusters by status count params

func (*ClustersByStatusCountParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the clusters by status count params

func (*ClustersByStatusCountParams) WithContext added in v0.5.0

WithContext adds the context to the clusters by status count params

func (*ClustersByStatusCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the clusters by status count params (not the query body).

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

func (*ClustersByStatusCountParams) WithFilter added in v0.5.0

WithFilter adds the filter to the clusters by status count params

func (*ClustersByStatusCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the clusters by status count params

func (*ClustersByStatusCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the clusters by status count params

func (*ClustersByStatusCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ClustersByStatusCountReader added in v0.5.0

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

ClustersByStatusCountReader is a Reader for the ClustersByStatusCount structure.

func (*ClustersByStatusCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ClustersByStatusCountTooManyRequests added in v0.5.0

type ClustersByStatusCountTooManyRequests 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
}

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

Too Many Requests

func NewClustersByStatusCountTooManyRequests added in v0.5.0

func NewClustersByStatusCountTooManyRequests() *ClustersByStatusCountTooManyRequests

NewClustersByStatusCountTooManyRequests creates a ClustersByStatusCountTooManyRequests with default headers values

func (*ClustersByStatusCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the clusters by status count too many requests response

func (*ClustersByStatusCountTooManyRequests) Error added in v0.5.0

func (*ClustersByStatusCountTooManyRequests) GetPayload added in v0.5.0

func (*ClustersByStatusCountTooManyRequests) IsClientError added in v0.5.0

func (o *ClustersByStatusCountTooManyRequests) IsClientError() bool

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

func (*ClustersByStatusCountTooManyRequests) IsCode added in v0.5.0

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

func (*ClustersByStatusCountTooManyRequests) IsRedirect added in v0.5.0

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

func (*ClustersByStatusCountTooManyRequests) IsServerError added in v0.5.0

func (o *ClustersByStatusCountTooManyRequests) IsServerError() bool

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

func (*ClustersByStatusCountTooManyRequests) IsSuccess added in v0.5.0

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

func (*ClustersByStatusCountTooManyRequests) String added in v0.5.0

type ContainerCombinedForbidden added in v0.5.0

type ContainerCombinedForbidden 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
}

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

Forbidden

func NewContainerCombinedForbidden added in v0.5.0

func NewContainerCombinedForbidden() *ContainerCombinedForbidden

NewContainerCombinedForbidden creates a ContainerCombinedForbidden with default headers values

func (*ContainerCombinedForbidden) Code added in v0.5.0

func (o *ContainerCombinedForbidden) Code() int

Code gets the status code for the container combined forbidden response

func (*ContainerCombinedForbidden) Error added in v0.5.0

func (*ContainerCombinedForbidden) GetPayload added in v0.5.0

func (*ContainerCombinedForbidden) IsClientError added in v0.5.0

func (o *ContainerCombinedForbidden) IsClientError() bool

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

func (*ContainerCombinedForbidden) IsCode added in v0.5.0

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

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

func (*ContainerCombinedForbidden) IsRedirect added in v0.5.0

func (o *ContainerCombinedForbidden) IsRedirect() bool

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

func (*ContainerCombinedForbidden) IsServerError added in v0.5.0

func (o *ContainerCombinedForbidden) IsServerError() bool

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

func (*ContainerCombinedForbidden) IsSuccess added in v0.5.0

func (o *ContainerCombinedForbidden) IsSuccess() bool

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

func (*ContainerCombinedForbidden) String added in v0.5.0

func (o *ContainerCombinedForbidden) String() string

type ContainerCombinedInternalServerError added in v0.5.0

type ContainerCombinedInternalServerError 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
}

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

Internal Server Error

func NewContainerCombinedInternalServerError added in v0.5.0

func NewContainerCombinedInternalServerError() *ContainerCombinedInternalServerError

NewContainerCombinedInternalServerError creates a ContainerCombinedInternalServerError with default headers values

func (*ContainerCombinedInternalServerError) Code added in v0.5.0

Code gets the status code for the container combined internal server error response

func (*ContainerCombinedInternalServerError) Error added in v0.5.0

func (*ContainerCombinedInternalServerError) GetPayload added in v0.5.0

func (*ContainerCombinedInternalServerError) IsClientError added in v0.5.0

func (o *ContainerCombinedInternalServerError) IsClientError() bool

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

func (*ContainerCombinedInternalServerError) IsCode added in v0.5.0

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

func (*ContainerCombinedInternalServerError) IsRedirect added in v0.5.0

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

func (*ContainerCombinedInternalServerError) IsServerError added in v0.5.0

func (o *ContainerCombinedInternalServerError) IsServerError() bool

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

func (*ContainerCombinedInternalServerError) IsSuccess added in v0.5.0

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

func (*ContainerCombinedInternalServerError) String added in v0.5.0

type ContainerCombinedOK added in v0.5.0

type ContainerCombinedOK 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.ModelsContainerEntityResponse
}

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

OK

func NewContainerCombinedOK added in v0.5.0

func NewContainerCombinedOK() *ContainerCombinedOK

NewContainerCombinedOK creates a ContainerCombinedOK with default headers values

func (*ContainerCombinedOK) Code added in v0.5.0

func (o *ContainerCombinedOK) Code() int

Code gets the status code for the container combined o k response

func (*ContainerCombinedOK) Error added in v0.5.0

func (o *ContainerCombinedOK) Error() string

func (*ContainerCombinedOK) GetPayload added in v0.5.0

func (*ContainerCombinedOK) IsClientError added in v0.5.0

func (o *ContainerCombinedOK) IsClientError() bool

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

func (*ContainerCombinedOK) IsCode added in v0.5.0

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

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

func (*ContainerCombinedOK) IsRedirect added in v0.5.0

func (o *ContainerCombinedOK) IsRedirect() bool

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

func (*ContainerCombinedOK) IsServerError added in v0.5.0

func (o *ContainerCombinedOK) IsServerError() bool

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

func (*ContainerCombinedOK) IsSuccess added in v0.5.0

func (o *ContainerCombinedOK) IsSuccess() bool

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

func (*ContainerCombinedOK) String added in v0.5.0

func (o *ContainerCombinedOK) String() string

type ContainerCombinedParams added in v0.5.0

type ContainerCombinedParams struct {

	/* Filter.

	   Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	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.

	   Field to sort results by
	*/
	Sort *string

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

ContainerCombinedParams contains all the parameters to send to the API endpoint

for the container combined operation.

Typically these are written to a http.Request.

func NewContainerCombinedParams added in v0.5.0

func NewContainerCombinedParams() *ContainerCombinedParams

NewContainerCombinedParams creates a new ContainerCombinedParams 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 NewContainerCombinedParamsWithContext added in v0.5.0

func NewContainerCombinedParamsWithContext(ctx context.Context) *ContainerCombinedParams

NewContainerCombinedParamsWithContext creates a new ContainerCombinedParams object with the ability to set a context for a request.

func NewContainerCombinedParamsWithHTTPClient added in v0.5.0

func NewContainerCombinedParamsWithHTTPClient(client *http.Client) *ContainerCombinedParams

NewContainerCombinedParamsWithHTTPClient creates a new ContainerCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewContainerCombinedParamsWithTimeout added in v0.5.0

func NewContainerCombinedParamsWithTimeout(timeout time.Duration) *ContainerCombinedParams

NewContainerCombinedParamsWithTimeout creates a new ContainerCombinedParams object with the ability to set a timeout on a request.

func (*ContainerCombinedParams) SetContext added in v0.5.0

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

SetContext adds the context to the container combined params

func (*ContainerCombinedParams) SetDefaults added in v0.5.0

func (o *ContainerCombinedParams) SetDefaults()

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

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

func (*ContainerCombinedParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the container combined params

func (*ContainerCombinedParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the container combined params

func (*ContainerCombinedParams) SetLimit added in v0.5.0

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

SetLimit adds the limit to the container combined params

func (*ContainerCombinedParams) SetOffset added in v0.5.0

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

SetOffset adds the offset to the container combined params

func (*ContainerCombinedParams) SetSort added in v0.5.0

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

SetSort adds the sort to the container combined params

func (*ContainerCombinedParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the container combined params

func (*ContainerCombinedParams) WithContext added in v0.5.0

WithContext adds the context to the container combined params

func (*ContainerCombinedParams) WithDefaults added in v0.5.0

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

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

func (*ContainerCombinedParams) WithFilter added in v0.5.0

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

WithFilter adds the filter to the container combined params

func (*ContainerCombinedParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the container combined params

func (*ContainerCombinedParams) WithLimit added in v0.5.0

WithLimit adds the limit to the container combined params

func (*ContainerCombinedParams) WithOffset added in v0.5.0

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

WithOffset adds the offset to the container combined params

func (*ContainerCombinedParams) WithSort added in v0.5.0

WithSort adds the sort to the container combined params

func (*ContainerCombinedParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the container combined params

func (*ContainerCombinedParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ContainerCombinedReader added in v0.5.0

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

ContainerCombinedReader is a Reader for the ContainerCombined structure.

func (*ContainerCombinedReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainerCombinedTooManyRequests added in v0.5.0

type ContainerCombinedTooManyRequests 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
}

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

Too Many Requests

func NewContainerCombinedTooManyRequests added in v0.5.0

func NewContainerCombinedTooManyRequests() *ContainerCombinedTooManyRequests

NewContainerCombinedTooManyRequests creates a ContainerCombinedTooManyRequests with default headers values

func (*ContainerCombinedTooManyRequests) Code added in v0.5.0

Code gets the status code for the container combined too many requests response

func (*ContainerCombinedTooManyRequests) Error added in v0.5.0

func (*ContainerCombinedTooManyRequests) GetPayload added in v0.5.0

func (*ContainerCombinedTooManyRequests) IsClientError added in v0.5.0

func (o *ContainerCombinedTooManyRequests) IsClientError() bool

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

func (*ContainerCombinedTooManyRequests) IsCode added in v0.5.0

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

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

func (*ContainerCombinedTooManyRequests) IsRedirect added in v0.5.0

func (o *ContainerCombinedTooManyRequests) IsRedirect() bool

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

func (*ContainerCombinedTooManyRequests) IsServerError added in v0.5.0

func (o *ContainerCombinedTooManyRequests) IsServerError() bool

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

func (*ContainerCombinedTooManyRequests) IsSuccess added in v0.5.0

func (o *ContainerCombinedTooManyRequests) IsSuccess() bool

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

func (*ContainerCombinedTooManyRequests) String added in v0.5.0

type ContainerCountByRegistryForbidden added in v0.5.0

type ContainerCountByRegistryForbidden 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
}

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

Forbidden

func NewContainerCountByRegistryForbidden added in v0.5.0

func NewContainerCountByRegistryForbidden() *ContainerCountByRegistryForbidden

NewContainerCountByRegistryForbidden creates a ContainerCountByRegistryForbidden with default headers values

func (*ContainerCountByRegistryForbidden) Code added in v0.5.0

Code gets the status code for the container count by registry forbidden response

func (*ContainerCountByRegistryForbidden) Error added in v0.5.0

func (*ContainerCountByRegistryForbidden) GetPayload added in v0.5.0

func (*ContainerCountByRegistryForbidden) IsClientError added in v0.5.0

func (o *ContainerCountByRegistryForbidden) IsClientError() bool

IsClientError returns true when this container count by registry forbidden response has a 4xx status code

func (*ContainerCountByRegistryForbidden) IsCode added in v0.5.0

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

IsCode returns true when this container count by registry forbidden response a status code equal to that given

func (*ContainerCountByRegistryForbidden) IsRedirect added in v0.5.0

func (o *ContainerCountByRegistryForbidden) IsRedirect() bool

IsRedirect returns true when this container count by registry forbidden response has a 3xx status code

func (*ContainerCountByRegistryForbidden) IsServerError added in v0.5.0

func (o *ContainerCountByRegistryForbidden) IsServerError() bool

IsServerError returns true when this container count by registry forbidden response has a 5xx status code

func (*ContainerCountByRegistryForbidden) IsSuccess added in v0.5.0

func (o *ContainerCountByRegistryForbidden) IsSuccess() bool

IsSuccess returns true when this container count by registry forbidden response has a 2xx status code

func (*ContainerCountByRegistryForbidden) String added in v0.5.0

type ContainerCountByRegistryInternalServerError added in v0.5.0

type ContainerCountByRegistryInternalServerError 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
}

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

Internal Server Error

func NewContainerCountByRegistryInternalServerError added in v0.5.0

func NewContainerCountByRegistryInternalServerError() *ContainerCountByRegistryInternalServerError

NewContainerCountByRegistryInternalServerError creates a ContainerCountByRegistryInternalServerError with default headers values

func (*ContainerCountByRegistryInternalServerError) Code added in v0.5.0

Code gets the status code for the container count by registry internal server error response

func (*ContainerCountByRegistryInternalServerError) Error added in v0.5.0

func (*ContainerCountByRegistryInternalServerError) GetPayload added in v0.5.0

func (*ContainerCountByRegistryInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this container count by registry internal server error response has a 4xx status code

func (*ContainerCountByRegistryInternalServerError) IsCode added in v0.5.0

IsCode returns true when this container count by registry internal server error response a status code equal to that given

func (*ContainerCountByRegistryInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this container count by registry internal server error response has a 3xx status code

func (*ContainerCountByRegistryInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this container count by registry internal server error response has a 5xx status code

func (*ContainerCountByRegistryInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this container count by registry internal server error response has a 2xx status code

func (*ContainerCountByRegistryInternalServerError) String added in v0.5.0

type ContainerCountByRegistryOK added in v0.5.0

type ContainerCountByRegistryOK 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.ModelsAPIFilterResponse
}

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

OK

func NewContainerCountByRegistryOK added in v0.5.0

func NewContainerCountByRegistryOK() *ContainerCountByRegistryOK

NewContainerCountByRegistryOK creates a ContainerCountByRegistryOK with default headers values

func (*ContainerCountByRegistryOK) Code added in v0.5.0

func (o *ContainerCountByRegistryOK) Code() int

Code gets the status code for the container count by registry o k response

func (*ContainerCountByRegistryOK) Error added in v0.5.0

func (*ContainerCountByRegistryOK) GetPayload added in v0.5.0

func (*ContainerCountByRegistryOK) IsClientError added in v0.5.0

func (o *ContainerCountByRegistryOK) IsClientError() bool

IsClientError returns true when this container count by registry o k response has a 4xx status code

func (*ContainerCountByRegistryOK) IsCode added in v0.5.0

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

IsCode returns true when this container count by registry o k response a status code equal to that given

func (*ContainerCountByRegistryOK) IsRedirect added in v0.5.0

func (o *ContainerCountByRegistryOK) IsRedirect() bool

IsRedirect returns true when this container count by registry o k response has a 3xx status code

func (*ContainerCountByRegistryOK) IsServerError added in v0.5.0

func (o *ContainerCountByRegistryOK) IsServerError() bool

IsServerError returns true when this container count by registry o k response has a 5xx status code

func (*ContainerCountByRegistryOK) IsSuccess added in v0.5.0

func (o *ContainerCountByRegistryOK) IsSuccess() bool

IsSuccess returns true when this container count by registry o k response has a 2xx status code

func (*ContainerCountByRegistryOK) String added in v0.5.0

func (o *ContainerCountByRegistryOK) String() string

type ContainerCountByRegistryParams added in v0.5.0

type ContainerCountByRegistryParams struct {

	/* Limit.

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

	/* UnderAssessment.

	   (true/false) whether to return registries under assessment or not under assessment. If not  provided all registries are considered
	*/
	UnderAssessment *bool

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

ContainerCountByRegistryParams contains all the parameters to send to the API endpoint

for the container count by registry operation.

Typically these are written to a http.Request.

func NewContainerCountByRegistryParams added in v0.5.0

func NewContainerCountByRegistryParams() *ContainerCountByRegistryParams

NewContainerCountByRegistryParams creates a new ContainerCountByRegistryParams 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 NewContainerCountByRegistryParamsWithContext added in v0.5.0

func NewContainerCountByRegistryParamsWithContext(ctx context.Context) *ContainerCountByRegistryParams

NewContainerCountByRegistryParamsWithContext creates a new ContainerCountByRegistryParams object with the ability to set a context for a request.

func NewContainerCountByRegistryParamsWithHTTPClient added in v0.5.0

func NewContainerCountByRegistryParamsWithHTTPClient(client *http.Client) *ContainerCountByRegistryParams

NewContainerCountByRegistryParamsWithHTTPClient creates a new ContainerCountByRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewContainerCountByRegistryParamsWithTimeout added in v0.5.0

func NewContainerCountByRegistryParamsWithTimeout(timeout time.Duration) *ContainerCountByRegistryParams

NewContainerCountByRegistryParamsWithTimeout creates a new ContainerCountByRegistryParams object with the ability to set a timeout on a request.

func (*ContainerCountByRegistryParams) SetContext added in v0.5.0

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

SetContext adds the context to the container count by registry params

func (*ContainerCountByRegistryParams) SetDefaults added in v0.5.0

func (o *ContainerCountByRegistryParams) SetDefaults()

SetDefaults hydrates default values in the container count by registry params (not the query body).

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

func (*ContainerCountByRegistryParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the container count by registry params

func (*ContainerCountByRegistryParams) SetLimit added in v0.5.0

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

SetLimit adds the limit to the container count by registry params

func (*ContainerCountByRegistryParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the container count by registry params

func (*ContainerCountByRegistryParams) SetUnderAssessment added in v0.5.0

func (o *ContainerCountByRegistryParams) SetUnderAssessment(underAssessment *bool)

SetUnderAssessment adds the underAssessment to the container count by registry params

func (*ContainerCountByRegistryParams) WithContext added in v0.5.0

WithContext adds the context to the container count by registry params

func (*ContainerCountByRegistryParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the container count by registry params (not the query body).

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

func (*ContainerCountByRegistryParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the container count by registry params

func (*ContainerCountByRegistryParams) WithLimit added in v0.5.0

WithLimit adds the limit to the container count by registry params

func (*ContainerCountByRegistryParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the container count by registry params

func (*ContainerCountByRegistryParams) WithUnderAssessment added in v0.5.0

func (o *ContainerCountByRegistryParams) WithUnderAssessment(underAssessment *bool) *ContainerCountByRegistryParams

WithUnderAssessment adds the underAssessment to the container count by registry params

func (*ContainerCountByRegistryParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ContainerCountByRegistryReader added in v0.5.0

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

ContainerCountByRegistryReader is a Reader for the ContainerCountByRegistry structure.

func (*ContainerCountByRegistryReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainerCountByRegistryTooManyRequests added in v0.5.0

type ContainerCountByRegistryTooManyRequests 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
}

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

Too Many Requests

func NewContainerCountByRegistryTooManyRequests added in v0.5.0

func NewContainerCountByRegistryTooManyRequests() *ContainerCountByRegistryTooManyRequests

NewContainerCountByRegistryTooManyRequests creates a ContainerCountByRegistryTooManyRequests with default headers values

func (*ContainerCountByRegistryTooManyRequests) Code added in v0.5.0

Code gets the status code for the container count by registry too many requests response

func (*ContainerCountByRegistryTooManyRequests) Error added in v0.5.0

func (*ContainerCountByRegistryTooManyRequests) GetPayload added in v0.5.0

func (*ContainerCountByRegistryTooManyRequests) IsClientError added in v0.5.0

func (o *ContainerCountByRegistryTooManyRequests) IsClientError() bool

IsClientError returns true when this container count by registry too many requests response has a 4xx status code

func (*ContainerCountByRegistryTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this container count by registry too many requests response a status code equal to that given

func (*ContainerCountByRegistryTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this container count by registry too many requests response has a 3xx status code

func (*ContainerCountByRegistryTooManyRequests) IsServerError added in v0.5.0

func (o *ContainerCountByRegistryTooManyRequests) IsServerError() bool

IsServerError returns true when this container count by registry too many requests response has a 5xx status code

func (*ContainerCountByRegistryTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this container count by registry too many requests response has a 2xx status code

func (*ContainerCountByRegistryTooManyRequests) String added in v0.5.0

type ContainerCountForbidden added in v0.5.0

type ContainerCountForbidden 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
}

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

Forbidden

func NewContainerCountForbidden added in v0.5.0

func NewContainerCountForbidden() *ContainerCountForbidden

NewContainerCountForbidden creates a ContainerCountForbidden with default headers values

func (*ContainerCountForbidden) Code added in v0.5.0

func (o *ContainerCountForbidden) Code() int

Code gets the status code for the container count forbidden response

func (*ContainerCountForbidden) Error added in v0.5.0

func (o *ContainerCountForbidden) Error() string

func (*ContainerCountForbidden) GetPayload added in v0.5.0

func (*ContainerCountForbidden) IsClientError added in v0.5.0

func (o *ContainerCountForbidden) IsClientError() bool

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

func (*ContainerCountForbidden) IsCode added in v0.5.0

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

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

func (*ContainerCountForbidden) IsRedirect added in v0.5.0

func (o *ContainerCountForbidden) IsRedirect() bool

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

func (*ContainerCountForbidden) IsServerError added in v0.5.0

func (o *ContainerCountForbidden) IsServerError() bool

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

func (*ContainerCountForbidden) IsSuccess added in v0.5.0

func (o *ContainerCountForbidden) IsSuccess() bool

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

func (*ContainerCountForbidden) String added in v0.5.0

func (o *ContainerCountForbidden) String() string

type ContainerCountInternalServerError added in v0.5.0

type ContainerCountInternalServerError 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
}

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

Internal Server Error

func NewContainerCountInternalServerError added in v0.5.0

func NewContainerCountInternalServerError() *ContainerCountInternalServerError

NewContainerCountInternalServerError creates a ContainerCountInternalServerError with default headers values

func (*ContainerCountInternalServerError) Code added in v0.5.0

Code gets the status code for the container count internal server error response

func (*ContainerCountInternalServerError) Error added in v0.5.0

func (*ContainerCountInternalServerError) GetPayload added in v0.5.0

func (*ContainerCountInternalServerError) IsClientError added in v0.5.0

func (o *ContainerCountInternalServerError) IsClientError() bool

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

func (*ContainerCountInternalServerError) IsCode added in v0.5.0

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

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

func (*ContainerCountInternalServerError) IsRedirect added in v0.5.0

func (o *ContainerCountInternalServerError) IsRedirect() bool

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

func (*ContainerCountInternalServerError) IsServerError added in v0.5.0

func (o *ContainerCountInternalServerError) IsServerError() bool

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

func (*ContainerCountInternalServerError) IsSuccess added in v0.5.0

func (o *ContainerCountInternalServerError) IsSuccess() bool

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

func (*ContainerCountInternalServerError) String added in v0.5.0

type ContainerCountOK added in v0.5.0

type ContainerCountOK 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.CommonCountResponse
}

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

OK

func NewContainerCountOK added in v0.5.0

func NewContainerCountOK() *ContainerCountOK

NewContainerCountOK creates a ContainerCountOK with default headers values

func (*ContainerCountOK) Code added in v0.5.0

func (o *ContainerCountOK) Code() int

Code gets the status code for the container count o k response

func (*ContainerCountOK) Error added in v0.5.0

func (o *ContainerCountOK) Error() string

func (*ContainerCountOK) GetPayload added in v0.5.0

func (o *ContainerCountOK) GetPayload() *models.CommonCountResponse

func (*ContainerCountOK) IsClientError added in v0.5.0

func (o *ContainerCountOK) IsClientError() bool

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

func (*ContainerCountOK) IsCode added in v0.5.0

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

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

func (*ContainerCountOK) IsRedirect added in v0.5.0

func (o *ContainerCountOK) IsRedirect() bool

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

func (*ContainerCountOK) IsServerError added in v0.5.0

func (o *ContainerCountOK) IsServerError() bool

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

func (*ContainerCountOK) IsSuccess added in v0.5.0

func (o *ContainerCountOK) IsSuccess() bool

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

func (*ContainerCountOK) String added in v0.5.0

func (o *ContainerCountOK) String() string

type ContainerCountParams added in v0.5.0

type ContainerCountParams struct {

	/* Filter.

	   Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

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

ContainerCountParams contains all the parameters to send to the API endpoint

for the container count operation.

Typically these are written to a http.Request.

func NewContainerCountParams added in v0.5.0

func NewContainerCountParams() *ContainerCountParams

NewContainerCountParams creates a new ContainerCountParams 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 NewContainerCountParamsWithContext added in v0.5.0

func NewContainerCountParamsWithContext(ctx context.Context) *ContainerCountParams

NewContainerCountParamsWithContext creates a new ContainerCountParams object with the ability to set a context for a request.

func NewContainerCountParamsWithHTTPClient added in v0.5.0

func NewContainerCountParamsWithHTTPClient(client *http.Client) *ContainerCountParams

NewContainerCountParamsWithHTTPClient creates a new ContainerCountParams object with the ability to set a custom HTTPClient for a request.

func NewContainerCountParamsWithTimeout added in v0.5.0

func NewContainerCountParamsWithTimeout(timeout time.Duration) *ContainerCountParams

NewContainerCountParamsWithTimeout creates a new ContainerCountParams object with the ability to set a timeout on a request.

func (*ContainerCountParams) SetContext added in v0.5.0

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

SetContext adds the context to the container count params

func (*ContainerCountParams) SetDefaults added in v0.5.0

func (o *ContainerCountParams) SetDefaults()

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

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

func (*ContainerCountParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the container count params

func (*ContainerCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the container count params

func (*ContainerCountParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the container count params

func (*ContainerCountParams) WithContext added in v0.5.0

WithContext adds the context to the container count params

func (*ContainerCountParams) WithDefaults added in v0.5.0

func (o *ContainerCountParams) WithDefaults() *ContainerCountParams

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

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

func (*ContainerCountParams) WithFilter added in v0.5.0

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

WithFilter adds the filter to the container count params

func (*ContainerCountParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the container count params

func (*ContainerCountParams) WithTimeout added in v0.5.0

func (o *ContainerCountParams) WithTimeout(timeout time.Duration) *ContainerCountParams

WithTimeout adds the timeout to the container count params

func (*ContainerCountParams) WriteToRequest added in v0.5.0

func (o *ContainerCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ContainerCountReader added in v0.5.0

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

ContainerCountReader is a Reader for the ContainerCount structure.

func (*ContainerCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainerCountTooManyRequests added in v0.5.0

type ContainerCountTooManyRequests 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
}

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

Too Many Requests

func NewContainerCountTooManyRequests added in v0.5.0

func NewContainerCountTooManyRequests() *ContainerCountTooManyRequests

NewContainerCountTooManyRequests creates a ContainerCountTooManyRequests with default headers values

func (*ContainerCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the container count too many requests response

func (*ContainerCountTooManyRequests) Error added in v0.5.0

func (*ContainerCountTooManyRequests) GetPayload added in v0.5.0

func (*ContainerCountTooManyRequests) IsClientError added in v0.5.0

func (o *ContainerCountTooManyRequests) IsClientError() bool

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

func (*ContainerCountTooManyRequests) IsCode added in v0.5.0

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

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

func (*ContainerCountTooManyRequests) IsRedirect added in v0.5.0

func (o *ContainerCountTooManyRequests) IsRedirect() bool

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

func (*ContainerCountTooManyRequests) IsServerError added in v0.5.0

func (o *ContainerCountTooManyRequests) IsServerError() bool

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

func (*ContainerCountTooManyRequests) IsSuccess added in v0.5.0

func (o *ContainerCountTooManyRequests) IsSuccess() bool

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

func (*ContainerCountTooManyRequests) String added in v0.5.0

type ContainerEnrichmentForbidden added in v0.5.0

type ContainerEnrichmentForbidden 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
}

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

Forbidden

func NewContainerEnrichmentForbidden added in v0.5.0

func NewContainerEnrichmentForbidden() *ContainerEnrichmentForbidden

NewContainerEnrichmentForbidden creates a ContainerEnrichmentForbidden with default headers values

func (*ContainerEnrichmentForbidden) Code added in v0.5.0

Code gets the status code for the container enrichment forbidden response

func (*ContainerEnrichmentForbidden) Error added in v0.5.0

func (*ContainerEnrichmentForbidden) GetPayload added in v0.5.0

func (*ContainerEnrichmentForbidden) IsClientError added in v0.5.0

func (o *ContainerEnrichmentForbidden) IsClientError() bool

IsClientError returns true when this container enrichment forbidden response has a 4xx status code

func (*ContainerEnrichmentForbidden) IsCode added in v0.5.0

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

IsCode returns true when this container enrichment forbidden response a status code equal to that given

func (*ContainerEnrichmentForbidden) IsRedirect added in v0.5.0

func (o *ContainerEnrichmentForbidden) IsRedirect() bool

IsRedirect returns true when this container enrichment forbidden response has a 3xx status code

func (*ContainerEnrichmentForbidden) IsServerError added in v0.5.0

func (o *ContainerEnrichmentForbidden) IsServerError() bool

IsServerError returns true when this container enrichment forbidden response has a 5xx status code

func (*ContainerEnrichmentForbidden) IsSuccess added in v0.5.0

func (o *ContainerEnrichmentForbidden) IsSuccess() bool

IsSuccess returns true when this container enrichment forbidden response has a 2xx status code

func (*ContainerEnrichmentForbidden) String added in v0.5.0

type ContainerEnrichmentInternalServerError added in v0.5.0

type ContainerEnrichmentInternalServerError 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
}

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

Internal Server Error

func NewContainerEnrichmentInternalServerError added in v0.5.0

func NewContainerEnrichmentInternalServerError() *ContainerEnrichmentInternalServerError

NewContainerEnrichmentInternalServerError creates a ContainerEnrichmentInternalServerError with default headers values

func (*ContainerEnrichmentInternalServerError) Code added in v0.5.0

Code gets the status code for the container enrichment internal server error response

func (*ContainerEnrichmentInternalServerError) Error added in v0.5.0

func (*ContainerEnrichmentInternalServerError) GetPayload added in v0.5.0

func (*ContainerEnrichmentInternalServerError) IsClientError added in v0.5.0

func (o *ContainerEnrichmentInternalServerError) IsClientError() bool

IsClientError returns true when this container enrichment internal server error response has a 4xx status code

func (*ContainerEnrichmentInternalServerError) IsCode added in v0.5.0

IsCode returns true when this container enrichment internal server error response a status code equal to that given

func (*ContainerEnrichmentInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this container enrichment internal server error response has a 3xx status code

func (*ContainerEnrichmentInternalServerError) IsServerError added in v0.5.0

func (o *ContainerEnrichmentInternalServerError) IsServerError() bool

IsServerError returns true when this container enrichment internal server error response has a 5xx status code

func (*ContainerEnrichmentInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this container enrichment internal server error response has a 2xx status code

func (*ContainerEnrichmentInternalServerError) String added in v0.5.0

type ContainerEnrichmentOK added in v0.5.0

type ContainerEnrichmentOK 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.K8sassetsContainerEnrichmentResponse
}

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

OK

func NewContainerEnrichmentOK added in v0.5.0

func NewContainerEnrichmentOK() *ContainerEnrichmentOK

NewContainerEnrichmentOK creates a ContainerEnrichmentOK with default headers values

func (*ContainerEnrichmentOK) Code added in v0.5.0

func (o *ContainerEnrichmentOK) Code() int

Code gets the status code for the container enrichment o k response

func (*ContainerEnrichmentOK) Error added in v0.5.0

func (o *ContainerEnrichmentOK) Error() string

func (*ContainerEnrichmentOK) GetPayload added in v0.5.0

func (*ContainerEnrichmentOK) IsClientError added in v0.5.0

func (o *ContainerEnrichmentOK) IsClientError() bool

IsClientError returns true when this container enrichment o k response has a 4xx status code

func (*ContainerEnrichmentOK) IsCode added in v0.5.0

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

IsCode returns true when this container enrichment o k response a status code equal to that given

func (*ContainerEnrichmentOK) IsRedirect added in v0.5.0

func (o *ContainerEnrichmentOK) IsRedirect() bool

IsRedirect returns true when this container enrichment o k response has a 3xx status code

func (*ContainerEnrichmentOK) IsServerError added in v0.5.0

func (o *ContainerEnrichmentOK) IsServerError() bool

IsServerError returns true when this container enrichment o k response has a 5xx status code

func (*ContainerEnrichmentOK) IsSuccess added in v0.5.0

func (o *ContainerEnrichmentOK) IsSuccess() bool

IsSuccess returns true when this container enrichment o k response has a 2xx status code

func (*ContainerEnrichmentOK) String added in v0.5.0

func (o *ContainerEnrichmentOK) String() string

type ContainerEnrichmentParams added in v0.5.0

type ContainerEnrichmentParams struct {

	/* ContainerID.

	   One or more container ids for which to retrieve enrichment info
	*/
	ContainerID []string

	/* Filter.

	   Supported filters:  last_seen
	*/
	Filter *string

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

ContainerEnrichmentParams contains all the parameters to send to the API endpoint

for the container enrichment operation.

Typically these are written to a http.Request.

func NewContainerEnrichmentParams added in v0.5.0

func NewContainerEnrichmentParams() *ContainerEnrichmentParams

NewContainerEnrichmentParams creates a new ContainerEnrichmentParams 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 NewContainerEnrichmentParamsWithContext added in v0.5.0

func NewContainerEnrichmentParamsWithContext(ctx context.Context) *ContainerEnrichmentParams

NewContainerEnrichmentParamsWithContext creates a new ContainerEnrichmentParams object with the ability to set a context for a request.

func NewContainerEnrichmentParamsWithHTTPClient added in v0.5.0

func NewContainerEnrichmentParamsWithHTTPClient(client *http.Client) *ContainerEnrichmentParams

NewContainerEnrichmentParamsWithHTTPClient creates a new ContainerEnrichmentParams object with the ability to set a custom HTTPClient for a request.

func NewContainerEnrichmentParamsWithTimeout added in v0.5.0

func NewContainerEnrichmentParamsWithTimeout(timeout time.Duration) *ContainerEnrichmentParams

NewContainerEnrichmentParamsWithTimeout creates a new ContainerEnrichmentParams object with the ability to set a timeout on a request.

func (*ContainerEnrichmentParams) SetContainerID added in v0.5.0

func (o *ContainerEnrichmentParams) SetContainerID(containerID []string)

SetContainerID adds the containerId to the container enrichment params

func (*ContainerEnrichmentParams) SetContext added in v0.5.0

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

SetContext adds the context to the container enrichment params

func (*ContainerEnrichmentParams) SetDefaults added in v0.5.0

func (o *ContainerEnrichmentParams) SetDefaults()

SetDefaults hydrates default values in the container enrichment params (not the query body).

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

func (*ContainerEnrichmentParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the container enrichment params

func (*ContainerEnrichmentParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the container enrichment params

func (*ContainerEnrichmentParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the container enrichment params

func (*ContainerEnrichmentParams) WithContainerID added in v0.5.0

func (o *ContainerEnrichmentParams) WithContainerID(containerID []string) *ContainerEnrichmentParams

WithContainerID adds the containerID to the container enrichment params

func (*ContainerEnrichmentParams) WithContext added in v0.5.0

WithContext adds the context to the container enrichment params

func (*ContainerEnrichmentParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the container enrichment params (not the query body).

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

func (*ContainerEnrichmentParams) WithFilter added in v0.5.0

WithFilter adds the filter to the container enrichment params

func (*ContainerEnrichmentParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the container enrichment params

func (*ContainerEnrichmentParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the container enrichment params

func (*ContainerEnrichmentParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ContainerEnrichmentReader added in v0.5.0

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

ContainerEnrichmentReader is a Reader for the ContainerEnrichment structure.

func (*ContainerEnrichmentReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainerEnrichmentTooManyRequests added in v0.5.0

type ContainerEnrichmentTooManyRequests 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
}

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

Too Many Requests

func NewContainerEnrichmentTooManyRequests added in v0.5.0

func NewContainerEnrichmentTooManyRequests() *ContainerEnrichmentTooManyRequests

NewContainerEnrichmentTooManyRequests creates a ContainerEnrichmentTooManyRequests with default headers values

func (*ContainerEnrichmentTooManyRequests) Code added in v0.5.0

Code gets the status code for the container enrichment too many requests response

func (*ContainerEnrichmentTooManyRequests) Error added in v0.5.0

func (*ContainerEnrichmentTooManyRequests) GetPayload added in v0.5.0

func (*ContainerEnrichmentTooManyRequests) IsClientError added in v0.5.0

func (o *ContainerEnrichmentTooManyRequests) IsClientError() bool

IsClientError returns true when this container enrichment too many requests response has a 4xx status code

func (*ContainerEnrichmentTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this container enrichment too many requests response a status code equal to that given

func (*ContainerEnrichmentTooManyRequests) IsRedirect added in v0.5.0

func (o *ContainerEnrichmentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this container enrichment too many requests response has a 3xx status code

func (*ContainerEnrichmentTooManyRequests) IsServerError added in v0.5.0

func (o *ContainerEnrichmentTooManyRequests) IsServerError() bool

IsServerError returns true when this container enrichment too many requests response has a 5xx status code

func (*ContainerEnrichmentTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this container enrichment too many requests response has a 2xx status code

func (*ContainerEnrichmentTooManyRequests) String added in v0.5.0

type ContainerImageDetectionsCountByDateForbidden added in v0.5.0

type ContainerImageDetectionsCountByDateForbidden 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
}

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

Forbidden

func NewContainerImageDetectionsCountByDateForbidden added in v0.5.0

func NewContainerImageDetectionsCountByDateForbidden() *ContainerImageDetectionsCountByDateForbidden

NewContainerImageDetectionsCountByDateForbidden creates a ContainerImageDetectionsCountByDateForbidden with default headers values

func (*ContainerImageDetectionsCountByDateForbidden) Code added in v0.5.0

Code gets the status code for the container image detections count by date forbidden response

func (*ContainerImageDetectionsCountByDateForbidden) Error added in v0.5.0

func (*ContainerImageDetectionsCountByDateForbidden) GetPayload added in v0.5.0

func (*ContainerImageDetectionsCountByDateForbidden) IsClientError added in v0.5.0

IsClientError returns true when this container image detections count by date forbidden response has a 4xx status code

func (*ContainerImageDetectionsCountByDateForbidden) IsCode added in v0.5.0

IsCode returns true when this container image detections count by date forbidden response a status code equal to that given

func (*ContainerImageDetectionsCountByDateForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this container image detections count by date forbidden response has a 3xx status code

func (*ContainerImageDetectionsCountByDateForbidden) IsServerError added in v0.5.0

IsServerError returns true when this container image detections count by date forbidden response has a 5xx status code

func (*ContainerImageDetectionsCountByDateForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this container image detections count by date forbidden response has a 2xx status code

func (*ContainerImageDetectionsCountByDateForbidden) String added in v0.5.0

type ContainerImageDetectionsCountByDateInternalServerError added in v0.5.0

type ContainerImageDetectionsCountByDateInternalServerError 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
}

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

Internal Server Error

func NewContainerImageDetectionsCountByDateInternalServerError added in v0.5.0

func NewContainerImageDetectionsCountByDateInternalServerError() *ContainerImageDetectionsCountByDateInternalServerError

NewContainerImageDetectionsCountByDateInternalServerError creates a ContainerImageDetectionsCountByDateInternalServerError with default headers values

func (*ContainerImageDetectionsCountByDateInternalServerError) Code added in v0.5.0

Code gets the status code for the container image detections count by date internal server error response

func (*ContainerImageDetectionsCountByDateInternalServerError) Error added in v0.5.0

func (*ContainerImageDetectionsCountByDateInternalServerError) GetPayload added in v0.5.0

func (*ContainerImageDetectionsCountByDateInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this container image detections count by date internal server error response has a 4xx status code

func (*ContainerImageDetectionsCountByDateInternalServerError) IsCode added in v0.5.0

IsCode returns true when this container image detections count by date internal server error response a status code equal to that given

func (*ContainerImageDetectionsCountByDateInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this container image detections count by date internal server error response has a 3xx status code

func (*ContainerImageDetectionsCountByDateInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this container image detections count by date internal server error response has a 5xx status code

func (*ContainerImageDetectionsCountByDateInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this container image detections count by date internal server error response has a 2xx status code

func (*ContainerImageDetectionsCountByDateInternalServerError) String added in v0.5.0

type ContainerImageDetectionsCountByDateOK added in v0.5.0

type ContainerImageDetectionsCountByDateOK 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.ModelsAPIFilterResponse
}

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

OK

func NewContainerImageDetectionsCountByDateOK added in v0.5.0

func NewContainerImageDetectionsCountByDateOK() *ContainerImageDetectionsCountByDateOK

NewContainerImageDetectionsCountByDateOK creates a ContainerImageDetectionsCountByDateOK with default headers values

func (*ContainerImageDetectionsCountByDateOK) Code added in v0.5.0

Code gets the status code for the container image detections count by date o k response

func (*ContainerImageDetectionsCountByDateOK) Error added in v0.5.0

func (*ContainerImageDetectionsCountByDateOK) GetPayload added in v0.5.0

func (*ContainerImageDetectionsCountByDateOK) IsClientError added in v0.5.0

func (o *ContainerImageDetectionsCountByDateOK) IsClientError() bool

IsClientError returns true when this container image detections count by date o k response has a 4xx status code

func (*ContainerImageDetectionsCountByDateOK) IsCode added in v0.5.0

IsCode returns true when this container image detections count by date o k response a status code equal to that given

func (*ContainerImageDetectionsCountByDateOK) IsRedirect added in v0.5.0

IsRedirect returns true when this container image detections count by date o k response has a 3xx status code

func (*ContainerImageDetectionsCountByDateOK) IsServerError added in v0.5.0

func (o *ContainerImageDetectionsCountByDateOK) IsServerError() bool

IsServerError returns true when this container image detections count by date o k response has a 5xx status code

func (*ContainerImageDetectionsCountByDateOK) IsSuccess added in v0.5.0

IsSuccess returns true when this container image detections count by date o k response has a 2xx status code

func (*ContainerImageDetectionsCountByDateOK) String added in v0.5.0

type ContainerImageDetectionsCountByDateParams added in v0.5.0

type ContainerImageDetectionsCountByDateParams struct {

	/* Filter.

	   Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

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

ContainerImageDetectionsCountByDateParams contains all the parameters to send to the API endpoint

for the container image detections count by date operation.

Typically these are written to a http.Request.

func NewContainerImageDetectionsCountByDateParams added in v0.5.0

func NewContainerImageDetectionsCountByDateParams() *ContainerImageDetectionsCountByDateParams

NewContainerImageDetectionsCountByDateParams creates a new ContainerImageDetectionsCountByDateParams 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 NewContainerImageDetectionsCountByDateParamsWithContext added in v0.5.0

func NewContainerImageDetectionsCountByDateParamsWithContext(ctx context.Context) *ContainerImageDetectionsCountByDateParams

NewContainerImageDetectionsCountByDateParamsWithContext creates a new ContainerImageDetectionsCountByDateParams object with the ability to set a context for a request.

func NewContainerImageDetectionsCountByDateParamsWithHTTPClient added in v0.5.0

func NewContainerImageDetectionsCountByDateParamsWithHTTPClient(client *http.Client) *ContainerImageDetectionsCountByDateParams

NewContainerImageDetectionsCountByDateParamsWithHTTPClient creates a new ContainerImageDetectionsCountByDateParams object with the ability to set a custom HTTPClient for a request.

func NewContainerImageDetectionsCountByDateParamsWithTimeout added in v0.5.0

func NewContainerImageDetectionsCountByDateParamsWithTimeout(timeout time.Duration) *ContainerImageDetectionsCountByDateParams

NewContainerImageDetectionsCountByDateParamsWithTimeout creates a new ContainerImageDetectionsCountByDateParams object with the ability to set a timeout on a request.

func (*ContainerImageDetectionsCountByDateParams) SetContext added in v0.5.0

SetContext adds the context to the container image detections count by date params

func (*ContainerImageDetectionsCountByDateParams) SetDefaults added in v0.5.0

SetDefaults hydrates default values in the container image detections count by date params (not the query body).

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

func (*ContainerImageDetectionsCountByDateParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the container image detections count by date params

func (*ContainerImageDetectionsCountByDateParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the container image detections count by date params

func (*ContainerImageDetectionsCountByDateParams) SetTimeout added in v0.5.0

SetTimeout adds the timeout to the container image detections count by date params

func (*ContainerImageDetectionsCountByDateParams) WithContext added in v0.5.0

WithContext adds the context to the container image detections count by date params

func (*ContainerImageDetectionsCountByDateParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the container image detections count by date params (not the query body).

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

func (*ContainerImageDetectionsCountByDateParams) WithFilter added in v0.5.0

WithFilter adds the filter to the container image detections count by date params

func (*ContainerImageDetectionsCountByDateParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the container image detections count by date params

func (*ContainerImageDetectionsCountByDateParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the container image detections count by date params

func (*ContainerImageDetectionsCountByDateParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ContainerImageDetectionsCountByDateReader added in v0.5.0

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

ContainerImageDetectionsCountByDateReader is a Reader for the ContainerImageDetectionsCountByDate structure.

func (*ContainerImageDetectionsCountByDateReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainerImageDetectionsCountByDateTooManyRequests added in v0.5.0

type ContainerImageDetectionsCountByDateTooManyRequests 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
}

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

Too Many Requests

func NewContainerImageDetectionsCountByDateTooManyRequests added in v0.5.0

func NewContainerImageDetectionsCountByDateTooManyRequests() *ContainerImageDetectionsCountByDateTooManyRequests

NewContainerImageDetectionsCountByDateTooManyRequests creates a ContainerImageDetectionsCountByDateTooManyRequests with default headers values

func (*ContainerImageDetectionsCountByDateTooManyRequests) Code added in v0.5.0

Code gets the status code for the container image detections count by date too many requests response

func (*ContainerImageDetectionsCountByDateTooManyRequests) Error added in v0.5.0

func (*ContainerImageDetectionsCountByDateTooManyRequests) GetPayload added in v0.5.0

func (*ContainerImageDetectionsCountByDateTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this container image detections count by date too many requests response has a 4xx status code

func (*ContainerImageDetectionsCountByDateTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this container image detections count by date too many requests response a status code equal to that given

func (*ContainerImageDetectionsCountByDateTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this container image detections count by date too many requests response has a 3xx status code

func (*ContainerImageDetectionsCountByDateTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this container image detections count by date too many requests response has a 5xx status code

func (*ContainerImageDetectionsCountByDateTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this container image detections count by date too many requests response has a 2xx status code

func (*ContainerImageDetectionsCountByDateTooManyRequests) String added in v0.5.0

type ContainerImagesByMostUsedForbidden added in v0.5.0

type ContainerImagesByMostUsedForbidden 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
}

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

Forbidden

func NewContainerImagesByMostUsedForbidden added in v0.5.0

func NewContainerImagesByMostUsedForbidden() *ContainerImagesByMostUsedForbidden

NewContainerImagesByMostUsedForbidden creates a ContainerImagesByMostUsedForbidden with default headers values

func (*ContainerImagesByMostUsedForbidden) Code added in v0.5.0

Code gets the status code for the container images by most used forbidden response

func (*ContainerImagesByMostUsedForbidden) Error added in v0.5.0

func (*ContainerImagesByMostUsedForbidden) GetPayload added in v0.5.0

func (*ContainerImagesByMostUsedForbidden) IsClientError added in v0.5.0

func (o *ContainerImagesByMostUsedForbidden) IsClientError() bool

IsClientError returns true when this container images by most used forbidden response has a 4xx status code

func (*ContainerImagesByMostUsedForbidden) IsCode added in v0.5.0

IsCode returns true when this container images by most used forbidden response a status code equal to that given

func (*ContainerImagesByMostUsedForbidden) IsRedirect added in v0.5.0

func (o *ContainerImagesByMostUsedForbidden) IsRedirect() bool

IsRedirect returns true when this container images by most used forbidden response has a 3xx status code

func (*ContainerImagesByMostUsedForbidden) IsServerError added in v0.5.0

func (o *ContainerImagesByMostUsedForbidden) IsServerError() bool

IsServerError returns true when this container images by most used forbidden response has a 5xx status code

func (*ContainerImagesByMostUsedForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this container images by most used forbidden response has a 2xx status code

func (*ContainerImagesByMostUsedForbidden) String added in v0.5.0

type ContainerImagesByMostUsedInternalServerError added in v0.5.0

type ContainerImagesByMostUsedInternalServerError 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
}

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

Internal Server Error

func NewContainerImagesByMostUsedInternalServerError added in v0.5.0

func NewContainerImagesByMostUsedInternalServerError() *ContainerImagesByMostUsedInternalServerError

NewContainerImagesByMostUsedInternalServerError creates a ContainerImagesByMostUsedInternalServerError with default headers values

func (*ContainerImagesByMostUsedInternalServerError) Code added in v0.5.0

Code gets the status code for the container images by most used internal server error response

func (*ContainerImagesByMostUsedInternalServerError) Error added in v0.5.0

func (*ContainerImagesByMostUsedInternalServerError) GetPayload added in v0.5.0

func (*ContainerImagesByMostUsedInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this container images by most used internal server error response has a 4xx status code

func (*ContainerImagesByMostUsedInternalServerError) IsCode added in v0.5.0

IsCode returns true when this container images by most used internal server error response a status code equal to that given

func (*ContainerImagesByMostUsedInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this container images by most used internal server error response has a 3xx status code

func (*ContainerImagesByMostUsedInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this container images by most used internal server error response has a 5xx status code

func (*ContainerImagesByMostUsedInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this container images by most used internal server error response has a 2xx status code

func (*ContainerImagesByMostUsedInternalServerError) String added in v0.5.0

type ContainerImagesByMostUsedOK added in v0.5.0

type ContainerImagesByMostUsedOK 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.ModelsAggregateValuesByFieldResponse
}

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

OK

func NewContainerImagesByMostUsedOK added in v0.5.0

func NewContainerImagesByMostUsedOK() *ContainerImagesByMostUsedOK

NewContainerImagesByMostUsedOK creates a ContainerImagesByMostUsedOK with default headers values

func (*ContainerImagesByMostUsedOK) Code added in v0.5.0

func (o *ContainerImagesByMostUsedOK) Code() int

Code gets the status code for the container images by most used o k response

func (*ContainerImagesByMostUsedOK) Error added in v0.5.0

func (*ContainerImagesByMostUsedOK) GetPayload added in v0.5.0

func (*ContainerImagesByMostUsedOK) IsClientError added in v0.5.0

func (o *ContainerImagesByMostUsedOK) IsClientError() bool

IsClientError returns true when this container images by most used o k response has a 4xx status code

func (*ContainerImagesByMostUsedOK) IsCode added in v0.5.0

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

IsCode returns true when this container images by most used o k response a status code equal to that given

func (*ContainerImagesByMostUsedOK) IsRedirect added in v0.5.0

func (o *ContainerImagesByMostUsedOK) IsRedirect() bool

IsRedirect returns true when this container images by most used o k response has a 3xx status code

func (*ContainerImagesByMostUsedOK) IsServerError added in v0.5.0

func (o *ContainerImagesByMostUsedOK) IsServerError() bool

IsServerError returns true when this container images by most used o k response has a 5xx status code

func (*ContainerImagesByMostUsedOK) IsSuccess added in v0.5.0

func (o *ContainerImagesByMostUsedOK) IsSuccess() bool

IsSuccess returns true when this container images by most used o k response has a 2xx status code

func (*ContainerImagesByMostUsedOK) String added in v0.5.0

func (o *ContainerImagesByMostUsedOK) String() string

type ContainerImagesByMostUsedParams added in v0.5.0

type ContainerImagesByMostUsedParams struct {

	/* Filter.

	   Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

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

ContainerImagesByMostUsedParams contains all the parameters to send to the API endpoint

for the container images by most used operation.

Typically these are written to a http.Request.

func NewContainerImagesByMostUsedParams added in v0.5.0

func NewContainerImagesByMostUsedParams() *ContainerImagesByMostUsedParams

NewContainerImagesByMostUsedParams creates a new ContainerImagesByMostUsedParams 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 NewContainerImagesByMostUsedParamsWithContext added in v0.5.0

func NewContainerImagesByMostUsedParamsWithContext(ctx context.Context) *ContainerImagesByMostUsedParams

NewContainerImagesByMostUsedParamsWithContext creates a new ContainerImagesByMostUsedParams object with the ability to set a context for a request.

func NewContainerImagesByMostUsedParamsWithHTTPClient added in v0.5.0

func NewContainerImagesByMostUsedParamsWithHTTPClient(client *http.Client) *ContainerImagesByMostUsedParams

NewContainerImagesByMostUsedParamsWithHTTPClient creates a new ContainerImagesByMostUsedParams object with the ability to set a custom HTTPClient for a request.

func NewContainerImagesByMostUsedParamsWithTimeout added in v0.5.0

func NewContainerImagesByMostUsedParamsWithTimeout(timeout time.Duration) *ContainerImagesByMostUsedParams

NewContainerImagesByMostUsedParamsWithTimeout creates a new ContainerImagesByMostUsedParams object with the ability to set a timeout on a request.

func (*ContainerImagesByMostUsedParams) SetContext added in v0.5.0

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

SetContext adds the context to the container images by most used params

func (*ContainerImagesByMostUsedParams) SetDefaults added in v0.5.0

func (o *ContainerImagesByMostUsedParams) SetDefaults()

SetDefaults hydrates default values in the container images by most used params (not the query body).

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

func (*ContainerImagesByMostUsedParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the container images by most used params

func (*ContainerImagesByMostUsedParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the container images by most used params

func (*ContainerImagesByMostUsedParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the container images by most used params

func (*ContainerImagesByMostUsedParams) WithContext added in v0.5.0

WithContext adds the context to the container images by most used params

func (*ContainerImagesByMostUsedParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the container images by most used params (not the query body).

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

func (*ContainerImagesByMostUsedParams) WithFilter added in v0.5.0

WithFilter adds the filter to the container images by most used params

func (*ContainerImagesByMostUsedParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the container images by most used params

func (*ContainerImagesByMostUsedParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the container images by most used params

func (*ContainerImagesByMostUsedParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ContainerImagesByMostUsedReader added in v0.5.0

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

ContainerImagesByMostUsedReader is a Reader for the ContainerImagesByMostUsed structure.

func (*ContainerImagesByMostUsedReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainerImagesByMostUsedTooManyRequests added in v0.5.0

type ContainerImagesByMostUsedTooManyRequests 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
}

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

Too Many Requests

func NewContainerImagesByMostUsedTooManyRequests added in v0.5.0

func NewContainerImagesByMostUsedTooManyRequests() *ContainerImagesByMostUsedTooManyRequests

NewContainerImagesByMostUsedTooManyRequests creates a ContainerImagesByMostUsedTooManyRequests with default headers values

func (*ContainerImagesByMostUsedTooManyRequests) Code added in v0.5.0

Code gets the status code for the container images by most used too many requests response

func (*ContainerImagesByMostUsedTooManyRequests) Error added in v0.5.0

func (*ContainerImagesByMostUsedTooManyRequests) GetPayload added in v0.5.0

func (*ContainerImagesByMostUsedTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this container images by most used too many requests response has a 4xx status code

func (*ContainerImagesByMostUsedTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this container images by most used too many requests response a status code equal to that given

func (*ContainerImagesByMostUsedTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this container images by most used too many requests response has a 3xx status code

func (*ContainerImagesByMostUsedTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this container images by most used too many requests response has a 5xx status code

func (*ContainerImagesByMostUsedTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this container images by most used too many requests response has a 2xx status code

func (*ContainerImagesByMostUsedTooManyRequests) String added in v0.5.0

type ContainerImagesByStateForbidden added in v0.5.0

type ContainerImagesByStateForbidden 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
}

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

Forbidden

func NewContainerImagesByStateForbidden added in v0.5.0

func NewContainerImagesByStateForbidden() *ContainerImagesByStateForbidden

NewContainerImagesByStateForbidden creates a ContainerImagesByStateForbidden with default headers values

func (*ContainerImagesByStateForbidden) Code added in v0.5.0

Code gets the status code for the container images by state forbidden response

func (*ContainerImagesByStateForbidden) Error added in v0.5.0

func (*ContainerImagesByStateForbidden) GetPayload added in v0.5.0

func (*ContainerImagesByStateForbidden) IsClientError added in v0.5.0

func (o *ContainerImagesByStateForbidden) IsClientError() bool

IsClientError returns true when this container images by state forbidden response has a 4xx status code

func (*ContainerImagesByStateForbidden) IsCode added in v0.5.0

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

IsCode returns true when this container images by state forbidden response a status code equal to that given

func (*ContainerImagesByStateForbidden) IsRedirect added in v0.5.0

func (o *ContainerImagesByStateForbidden) IsRedirect() bool

IsRedirect returns true when this container images by state forbidden response has a 3xx status code

func (*ContainerImagesByStateForbidden) IsServerError added in v0.5.0

func (o *ContainerImagesByStateForbidden) IsServerError() bool

IsServerError returns true when this container images by state forbidden response has a 5xx status code

func (*ContainerImagesByStateForbidden) IsSuccess added in v0.5.0

func (o *ContainerImagesByStateForbidden) IsSuccess() bool

IsSuccess returns true when this container images by state forbidden response has a 2xx status code

func (*ContainerImagesByStateForbidden) String added in v0.5.0

type ContainerImagesByStateInternalServerError added in v0.5.0

type ContainerImagesByStateInternalServerError 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
}

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

Internal Server Error

func NewContainerImagesByStateInternalServerError added in v0.5.0

func NewContainerImagesByStateInternalServerError() *ContainerImagesByStateInternalServerError

NewContainerImagesByStateInternalServerError creates a ContainerImagesByStateInternalServerError with default headers values

func (*ContainerImagesByStateInternalServerError) Code added in v0.5.0

Code gets the status code for the container images by state internal server error response

func (*ContainerImagesByStateInternalServerError) Error added in v0.5.0

func (*ContainerImagesByStateInternalServerError) GetPayload added in v0.5.0

func (*ContainerImagesByStateInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this container images by state internal server error response has a 4xx status code

func (*ContainerImagesByStateInternalServerError) IsCode added in v0.5.0

IsCode returns true when this container images by state internal server error response a status code equal to that given

func (*ContainerImagesByStateInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this container images by state internal server error response has a 3xx status code

func (*ContainerImagesByStateInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this container images by state internal server error response has a 5xx status code

func (*ContainerImagesByStateInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this container images by state internal server error response has a 2xx status code

func (*ContainerImagesByStateInternalServerError) String added in v0.5.0

type ContainerImagesByStateOK added in v0.5.0

type ContainerImagesByStateOK 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.ModelsAPIFilterResponse
}

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

OK

func NewContainerImagesByStateOK added in v0.5.0

func NewContainerImagesByStateOK() *ContainerImagesByStateOK

NewContainerImagesByStateOK creates a ContainerImagesByStateOK with default headers values

func (*ContainerImagesByStateOK) Code added in v0.5.0

func (o *ContainerImagesByStateOK) Code() int

Code gets the status code for the container images by state o k response

func (*ContainerImagesByStateOK) Error added in v0.5.0

func (o *ContainerImagesByStateOK) Error() string

func (*ContainerImagesByStateOK) GetPayload added in v0.5.0

func (*ContainerImagesByStateOK) IsClientError added in v0.5.0

func (o *ContainerImagesByStateOK) IsClientError() bool

IsClientError returns true when this container images by state o k response has a 4xx status code

func (*ContainerImagesByStateOK) IsCode added in v0.5.0

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

IsCode returns true when this container images by state o k response a status code equal to that given

func (*ContainerImagesByStateOK) IsRedirect added in v0.5.0

func (o *ContainerImagesByStateOK) IsRedirect() bool

IsRedirect returns true when this container images by state o k response has a 3xx status code

func (*ContainerImagesByStateOK) IsServerError added in v0.5.0

func (o *ContainerImagesByStateOK) IsServerError() bool

IsServerError returns true when this container images by state o k response has a 5xx status code

func (*ContainerImagesByStateOK) IsSuccess added in v0.5.0

func (o *ContainerImagesByStateOK) IsSuccess() bool

IsSuccess returns true when this container images by state o k response has a 2xx status code

func (*ContainerImagesByStateOK) String added in v0.5.0

func (o *ContainerImagesByStateOK) String() string

type ContainerImagesByStateParams added in v0.5.0

type ContainerImagesByStateParams struct {

	/* Filter.

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

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

ContainerImagesByStateParams contains all the parameters to send to the API endpoint

for the container images by state operation.

Typically these are written to a http.Request.

func NewContainerImagesByStateParams added in v0.5.0

func NewContainerImagesByStateParams() *ContainerImagesByStateParams

NewContainerImagesByStateParams creates a new ContainerImagesByStateParams 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 NewContainerImagesByStateParamsWithContext added in v0.5.0

func NewContainerImagesByStateParamsWithContext(ctx context.Context) *ContainerImagesByStateParams

NewContainerImagesByStateParamsWithContext creates a new ContainerImagesByStateParams object with the ability to set a context for a request.

func NewContainerImagesByStateParamsWithHTTPClient added in v0.5.0

func NewContainerImagesByStateParamsWithHTTPClient(client *http.Client) *ContainerImagesByStateParams

NewContainerImagesByStateParamsWithHTTPClient creates a new ContainerImagesByStateParams object with the ability to set a custom HTTPClient for a request.

func NewContainerImagesByStateParamsWithTimeout added in v0.5.0

func NewContainerImagesByStateParamsWithTimeout(timeout time.Duration) *ContainerImagesByStateParams

NewContainerImagesByStateParamsWithTimeout creates a new ContainerImagesByStateParams object with the ability to set a timeout on a request.

func (*ContainerImagesByStateParams) SetContext added in v0.5.0

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

SetContext adds the context to the container images by state params

func (*ContainerImagesByStateParams) SetDefaults added in v0.5.0

func (o *ContainerImagesByStateParams) SetDefaults()

SetDefaults hydrates default values in the container images by state params (not the query body).

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

func (*ContainerImagesByStateParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the container images by state params

func (*ContainerImagesByStateParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the container images by state params

func (*ContainerImagesByStateParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the container images by state params

func (*ContainerImagesByStateParams) WithContext added in v0.5.0

WithContext adds the context to the container images by state params

func (*ContainerImagesByStateParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the container images by state params (not the query body).

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

func (*ContainerImagesByStateParams) WithFilter added in v0.5.0

WithFilter adds the filter to the container images by state params

func (*ContainerImagesByStateParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the container images by state params

func (*ContainerImagesByStateParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the container images by state params

func (*ContainerImagesByStateParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ContainerImagesByStateReader added in v0.5.0

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

ContainerImagesByStateReader is a Reader for the ContainerImagesByState structure.

func (*ContainerImagesByStateReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainerImagesByStateTooManyRequests added in v0.5.0

type ContainerImagesByStateTooManyRequests 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
}

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

Too Many Requests

func NewContainerImagesByStateTooManyRequests added in v0.5.0

func NewContainerImagesByStateTooManyRequests() *ContainerImagesByStateTooManyRequests

NewContainerImagesByStateTooManyRequests creates a ContainerImagesByStateTooManyRequests with default headers values

func (*ContainerImagesByStateTooManyRequests) Code added in v0.5.0

Code gets the status code for the container images by state too many requests response

func (*ContainerImagesByStateTooManyRequests) Error added in v0.5.0

func (*ContainerImagesByStateTooManyRequests) GetPayload added in v0.5.0

func (*ContainerImagesByStateTooManyRequests) IsClientError added in v0.5.0

func (o *ContainerImagesByStateTooManyRequests) IsClientError() bool

IsClientError returns true when this container images by state too many requests response has a 4xx status code

func (*ContainerImagesByStateTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this container images by state too many requests response a status code equal to that given

func (*ContainerImagesByStateTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this container images by state too many requests response has a 3xx status code

func (*ContainerImagesByStateTooManyRequests) IsServerError added in v0.5.0

func (o *ContainerImagesByStateTooManyRequests) IsServerError() bool

IsServerError returns true when this container images by state too many requests response has a 5xx status code

func (*ContainerImagesByStateTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this container images by state too many requests response has a 2xx status code

func (*ContainerImagesByStateTooManyRequests) String added in v0.5.0

type ContainerVulnerabilitiesBySeverityCountForbidden added in v0.5.0

type ContainerVulnerabilitiesBySeverityCountForbidden 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
}

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

Forbidden

func NewContainerVulnerabilitiesBySeverityCountForbidden added in v0.5.0

func NewContainerVulnerabilitiesBySeverityCountForbidden() *ContainerVulnerabilitiesBySeverityCountForbidden

NewContainerVulnerabilitiesBySeverityCountForbidden creates a ContainerVulnerabilitiesBySeverityCountForbidden with default headers values

func (*ContainerVulnerabilitiesBySeverityCountForbidden) Code added in v0.5.0

Code gets the status code for the container vulnerabilities by severity count forbidden response

func (*ContainerVulnerabilitiesBySeverityCountForbidden) Error added in v0.5.0

func (*ContainerVulnerabilitiesBySeverityCountForbidden) GetPayload added in v0.5.0

func (*ContainerVulnerabilitiesBySeverityCountForbidden) IsClientError added in v0.5.0

IsClientError returns true when this container vulnerabilities by severity count forbidden response has a 4xx status code

func (*ContainerVulnerabilitiesBySeverityCountForbidden) IsCode added in v0.5.0

IsCode returns true when this container vulnerabilities by severity count forbidden response a status code equal to that given

func (*ContainerVulnerabilitiesBySeverityCountForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this container vulnerabilities by severity count forbidden response has a 3xx status code

func (*ContainerVulnerabilitiesBySeverityCountForbidden) IsServerError added in v0.5.0

IsServerError returns true when this container vulnerabilities by severity count forbidden response has a 5xx status code

func (*ContainerVulnerabilitiesBySeverityCountForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this container vulnerabilities by severity count forbidden response has a 2xx status code

func (*ContainerVulnerabilitiesBySeverityCountForbidden) String added in v0.5.0

type ContainerVulnerabilitiesBySeverityCountInternalServerError added in v0.5.0

type ContainerVulnerabilitiesBySeverityCountInternalServerError 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
}

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

Internal Server Error

func NewContainerVulnerabilitiesBySeverityCountInternalServerError added in v0.5.0

func NewContainerVulnerabilitiesBySeverityCountInternalServerError() *ContainerVulnerabilitiesBySeverityCountInternalServerError

NewContainerVulnerabilitiesBySeverityCountInternalServerError creates a ContainerVulnerabilitiesBySeverityCountInternalServerError with default headers values

func (*ContainerVulnerabilitiesBySeverityCountInternalServerError) Code added in v0.5.0

Code gets the status code for the container vulnerabilities by severity count internal server error response

func (*ContainerVulnerabilitiesBySeverityCountInternalServerError) Error added in v0.5.0

func (*ContainerVulnerabilitiesBySeverityCountInternalServerError) GetPayload added in v0.5.0

func (*ContainerVulnerabilitiesBySeverityCountInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this container vulnerabilities by severity count internal server error response has a 4xx status code

func (*ContainerVulnerabilitiesBySeverityCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this container vulnerabilities by severity count internal server error response a status code equal to that given

func (*ContainerVulnerabilitiesBySeverityCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this container vulnerabilities by severity count internal server error response has a 3xx status code

func (*ContainerVulnerabilitiesBySeverityCountInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this container vulnerabilities by severity count internal server error response has a 5xx status code

func (*ContainerVulnerabilitiesBySeverityCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this container vulnerabilities by severity count internal server error response has a 2xx status code

func (*ContainerVulnerabilitiesBySeverityCountInternalServerError) String added in v0.5.0

type ContainerVulnerabilitiesBySeverityCountOK added in v0.5.0

type ContainerVulnerabilitiesBySeverityCountOK 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.ModelsAggregateValuesByFieldResponse
}

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

OK

func NewContainerVulnerabilitiesBySeverityCountOK added in v0.5.0

func NewContainerVulnerabilitiesBySeverityCountOK() *ContainerVulnerabilitiesBySeverityCountOK

NewContainerVulnerabilitiesBySeverityCountOK creates a ContainerVulnerabilitiesBySeverityCountOK with default headers values

func (*ContainerVulnerabilitiesBySeverityCountOK) Code added in v0.5.0

Code gets the status code for the container vulnerabilities by severity count o k response

func (*ContainerVulnerabilitiesBySeverityCountOK) Error added in v0.5.0

func (*ContainerVulnerabilitiesBySeverityCountOK) GetPayload added in v0.5.0

func (*ContainerVulnerabilitiesBySeverityCountOK) IsClientError added in v0.5.0

IsClientError returns true when this container vulnerabilities by severity count o k response has a 4xx status code

func (*ContainerVulnerabilitiesBySeverityCountOK) IsCode added in v0.5.0

IsCode returns true when this container vulnerabilities by severity count o k response a status code equal to that given

func (*ContainerVulnerabilitiesBySeverityCountOK) IsRedirect added in v0.5.0

IsRedirect returns true when this container vulnerabilities by severity count o k response has a 3xx status code

func (*ContainerVulnerabilitiesBySeverityCountOK) IsServerError added in v0.5.0

IsServerError returns true when this container vulnerabilities by severity count o k response has a 5xx status code

func (*ContainerVulnerabilitiesBySeverityCountOK) IsSuccess added in v0.5.0

IsSuccess returns true when this container vulnerabilities by severity count o k response has a 2xx status code

func (*ContainerVulnerabilitiesBySeverityCountOK) String added in v0.5.0

type ContainerVulnerabilitiesBySeverityCountParams added in v0.5.0

type ContainerVulnerabilitiesBySeverityCountParams struct {

	/* Filter.

	   Get vulnerabilities count by severity for container using a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

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

ContainerVulnerabilitiesBySeverityCountParams contains all the parameters to send to the API endpoint

for the container vulnerabilities by severity count operation.

Typically these are written to a http.Request.

func NewContainerVulnerabilitiesBySeverityCountParams added in v0.5.0

func NewContainerVulnerabilitiesBySeverityCountParams() *ContainerVulnerabilitiesBySeverityCountParams

NewContainerVulnerabilitiesBySeverityCountParams creates a new ContainerVulnerabilitiesBySeverityCountParams 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 NewContainerVulnerabilitiesBySeverityCountParamsWithContext added in v0.5.0

func NewContainerVulnerabilitiesBySeverityCountParamsWithContext(ctx context.Context) *ContainerVulnerabilitiesBySeverityCountParams

NewContainerVulnerabilitiesBySeverityCountParamsWithContext creates a new ContainerVulnerabilitiesBySeverityCountParams object with the ability to set a context for a request.

func NewContainerVulnerabilitiesBySeverityCountParamsWithHTTPClient added in v0.5.0

func NewContainerVulnerabilitiesBySeverityCountParamsWithHTTPClient(client *http.Client) *ContainerVulnerabilitiesBySeverityCountParams

NewContainerVulnerabilitiesBySeverityCountParamsWithHTTPClient creates a new ContainerVulnerabilitiesBySeverityCountParams object with the ability to set a custom HTTPClient for a request.

func NewContainerVulnerabilitiesBySeverityCountParamsWithTimeout added in v0.5.0

func NewContainerVulnerabilitiesBySeverityCountParamsWithTimeout(timeout time.Duration) *ContainerVulnerabilitiesBySeverityCountParams

NewContainerVulnerabilitiesBySeverityCountParamsWithTimeout creates a new ContainerVulnerabilitiesBySeverityCountParams object with the ability to set a timeout on a request.

func (*ContainerVulnerabilitiesBySeverityCountParams) SetContext added in v0.5.0

SetContext adds the context to the container vulnerabilities by severity count params

func (*ContainerVulnerabilitiesBySeverityCountParams) SetDefaults added in v0.5.0

SetDefaults hydrates default values in the container vulnerabilities by severity count params (not the query body).

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

func (*ContainerVulnerabilitiesBySeverityCountParams) SetFilter added in v0.5.0

SetFilter adds the filter to the container vulnerabilities by severity count params

func (*ContainerVulnerabilitiesBySeverityCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the container vulnerabilities by severity count params

func (*ContainerVulnerabilitiesBySeverityCountParams) SetTimeout added in v0.5.0

SetTimeout adds the timeout to the container vulnerabilities by severity count params

func (*ContainerVulnerabilitiesBySeverityCountParams) WithContext added in v0.5.0

WithContext adds the context to the container vulnerabilities by severity count params

func (*ContainerVulnerabilitiesBySeverityCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the container vulnerabilities by severity count params (not the query body).

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

func (*ContainerVulnerabilitiesBySeverityCountParams) WithFilter added in v0.5.0

WithFilter adds the filter to the container vulnerabilities by severity count params

func (*ContainerVulnerabilitiesBySeverityCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the container vulnerabilities by severity count params

func (*ContainerVulnerabilitiesBySeverityCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the container vulnerabilities by severity count params

func (*ContainerVulnerabilitiesBySeverityCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ContainerVulnerabilitiesBySeverityCountReader added in v0.5.0

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

ContainerVulnerabilitiesBySeverityCountReader is a Reader for the ContainerVulnerabilitiesBySeverityCount structure.

func (*ContainerVulnerabilitiesBySeverityCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainerVulnerabilitiesBySeverityCountTooManyRequests added in v0.5.0

type ContainerVulnerabilitiesBySeverityCountTooManyRequests 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
}

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

Too Many Requests

func NewContainerVulnerabilitiesBySeverityCountTooManyRequests added in v0.5.0

func NewContainerVulnerabilitiesBySeverityCountTooManyRequests() *ContainerVulnerabilitiesBySeverityCountTooManyRequests

NewContainerVulnerabilitiesBySeverityCountTooManyRequests creates a ContainerVulnerabilitiesBySeverityCountTooManyRequests with default headers values

func (*ContainerVulnerabilitiesBySeverityCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the container vulnerabilities by severity count too many requests response

func (*ContainerVulnerabilitiesBySeverityCountTooManyRequests) Error added in v0.5.0

func (*ContainerVulnerabilitiesBySeverityCountTooManyRequests) GetPayload added in v0.5.0

func (*ContainerVulnerabilitiesBySeverityCountTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this container vulnerabilities by severity count too many requests response has a 4xx status code

func (*ContainerVulnerabilitiesBySeverityCountTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this container vulnerabilities by severity count too many requests response a status code equal to that given

func (*ContainerVulnerabilitiesBySeverityCountTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this container vulnerabilities by severity count too many requests response has a 3xx status code

func (*ContainerVulnerabilitiesBySeverityCountTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this container vulnerabilities by severity count too many requests response has a 5xx status code

func (*ContainerVulnerabilitiesBySeverityCountTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this container vulnerabilities by severity count too many requests response has a 2xx status code

func (*ContainerVulnerabilitiesBySeverityCountTooManyRequests) String added in v0.5.0

type ContainersByDateRangeCountForbidden added in v0.5.0

type ContainersByDateRangeCountForbidden 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
}

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

Forbidden

func NewContainersByDateRangeCountForbidden added in v0.5.0

func NewContainersByDateRangeCountForbidden() *ContainersByDateRangeCountForbidden

NewContainersByDateRangeCountForbidden creates a ContainersByDateRangeCountForbidden with default headers values

func (*ContainersByDateRangeCountForbidden) Code added in v0.5.0

Code gets the status code for the containers by date range count forbidden response

func (*ContainersByDateRangeCountForbidden) Error added in v0.5.0

func (*ContainersByDateRangeCountForbidden) GetPayload added in v0.5.0

func (*ContainersByDateRangeCountForbidden) IsClientError added in v0.5.0

func (o *ContainersByDateRangeCountForbidden) IsClientError() bool

IsClientError returns true when this containers by date range count forbidden response has a 4xx status code

func (*ContainersByDateRangeCountForbidden) IsCode added in v0.5.0

IsCode returns true when this containers by date range count forbidden response a status code equal to that given

func (*ContainersByDateRangeCountForbidden) IsRedirect added in v0.5.0

func (o *ContainersByDateRangeCountForbidden) IsRedirect() bool

IsRedirect returns true when this containers by date range count forbidden response has a 3xx status code

func (*ContainersByDateRangeCountForbidden) IsServerError added in v0.5.0

func (o *ContainersByDateRangeCountForbidden) IsServerError() bool

IsServerError returns true when this containers by date range count forbidden response has a 5xx status code

func (*ContainersByDateRangeCountForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this containers by date range count forbidden response has a 2xx status code

func (*ContainersByDateRangeCountForbidden) String added in v0.5.0

type ContainersByDateRangeCountInternalServerError added in v0.5.0

type ContainersByDateRangeCountInternalServerError 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
}

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

Internal Server Error

func NewContainersByDateRangeCountInternalServerError added in v0.5.0

func NewContainersByDateRangeCountInternalServerError() *ContainersByDateRangeCountInternalServerError

NewContainersByDateRangeCountInternalServerError creates a ContainersByDateRangeCountInternalServerError with default headers values

func (*ContainersByDateRangeCountInternalServerError) Code added in v0.5.0

Code gets the status code for the containers by date range count internal server error response

func (*ContainersByDateRangeCountInternalServerError) Error added in v0.5.0

func (*ContainersByDateRangeCountInternalServerError) GetPayload added in v0.5.0

func (*ContainersByDateRangeCountInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this containers by date range count internal server error response has a 4xx status code

func (*ContainersByDateRangeCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this containers by date range count internal server error response a status code equal to that given

func (*ContainersByDateRangeCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this containers by date range count internal server error response has a 3xx status code

func (*ContainersByDateRangeCountInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this containers by date range count internal server error response has a 5xx status code

func (*ContainersByDateRangeCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this containers by date range count internal server error response has a 2xx status code

func (*ContainersByDateRangeCountInternalServerError) String added in v0.5.0

type ContainersByDateRangeCountOK added in v0.5.0

type ContainersByDateRangeCountOK 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.ModelsAggregateValuesByFieldResponse
}

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

OK

func NewContainersByDateRangeCountOK added in v0.5.0

func NewContainersByDateRangeCountOK() *ContainersByDateRangeCountOK

NewContainersByDateRangeCountOK creates a ContainersByDateRangeCountOK with default headers values

func (*ContainersByDateRangeCountOK) Code added in v0.5.0

Code gets the status code for the containers by date range count o k response

func (*ContainersByDateRangeCountOK) Error added in v0.5.0

func (*ContainersByDateRangeCountOK) GetPayload added in v0.5.0

func (*ContainersByDateRangeCountOK) IsClientError added in v0.5.0

func (o *ContainersByDateRangeCountOK) IsClientError() bool

IsClientError returns true when this containers by date range count o k response has a 4xx status code

func (*ContainersByDateRangeCountOK) IsCode added in v0.5.0

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

IsCode returns true when this containers by date range count o k response a status code equal to that given

func (*ContainersByDateRangeCountOK) IsRedirect added in v0.5.0

func (o *ContainersByDateRangeCountOK) IsRedirect() bool

IsRedirect returns true when this containers by date range count o k response has a 3xx status code

func (*ContainersByDateRangeCountOK) IsServerError added in v0.5.0

func (o *ContainersByDateRangeCountOK) IsServerError() bool

IsServerError returns true when this containers by date range count o k response has a 5xx status code

func (*ContainersByDateRangeCountOK) IsSuccess added in v0.5.0

func (o *ContainersByDateRangeCountOK) IsSuccess() bool

IsSuccess returns true when this containers by date range count o k response has a 2xx status code

func (*ContainersByDateRangeCountOK) String added in v0.5.0

type ContainersByDateRangeCountParams added in v0.5.0

type ContainersByDateRangeCountParams struct {

	/* Filter.

	   Get container counts using a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

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

ContainersByDateRangeCountParams contains all the parameters to send to the API endpoint

for the containers by date range count operation.

Typically these are written to a http.Request.

func NewContainersByDateRangeCountParams added in v0.5.0

func NewContainersByDateRangeCountParams() *ContainersByDateRangeCountParams

NewContainersByDateRangeCountParams creates a new ContainersByDateRangeCountParams 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 NewContainersByDateRangeCountParamsWithContext added in v0.5.0

func NewContainersByDateRangeCountParamsWithContext(ctx context.Context) *ContainersByDateRangeCountParams

NewContainersByDateRangeCountParamsWithContext creates a new ContainersByDateRangeCountParams object with the ability to set a context for a request.

func NewContainersByDateRangeCountParamsWithHTTPClient added in v0.5.0

func NewContainersByDateRangeCountParamsWithHTTPClient(client *http.Client) *ContainersByDateRangeCountParams

NewContainersByDateRangeCountParamsWithHTTPClient creates a new ContainersByDateRangeCountParams object with the ability to set a custom HTTPClient for a request.

func NewContainersByDateRangeCountParamsWithTimeout added in v0.5.0

func NewContainersByDateRangeCountParamsWithTimeout(timeout time.Duration) *ContainersByDateRangeCountParams

NewContainersByDateRangeCountParamsWithTimeout creates a new ContainersByDateRangeCountParams object with the ability to set a timeout on a request.

func (*ContainersByDateRangeCountParams) SetContext added in v0.5.0

SetContext adds the context to the containers by date range count params

func (*ContainersByDateRangeCountParams) SetDefaults added in v0.5.0

func (o *ContainersByDateRangeCountParams) SetDefaults()

SetDefaults hydrates default values in the containers by date range count params (not the query body).

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

func (*ContainersByDateRangeCountParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the containers by date range count params

func (*ContainersByDateRangeCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the containers by date range count params

func (*ContainersByDateRangeCountParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the containers by date range count params

func (*ContainersByDateRangeCountParams) WithContext added in v0.5.0

WithContext adds the context to the containers by date range count params

func (*ContainersByDateRangeCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the containers by date range count params (not the query body).

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

func (*ContainersByDateRangeCountParams) WithFilter added in v0.5.0

WithFilter adds the filter to the containers by date range count params

func (*ContainersByDateRangeCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the containers by date range count params

func (*ContainersByDateRangeCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the containers by date range count params

func (*ContainersByDateRangeCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ContainersByDateRangeCountReader added in v0.5.0

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

ContainersByDateRangeCountReader is a Reader for the ContainersByDateRangeCount structure.

func (*ContainersByDateRangeCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainersByDateRangeCountTooManyRequests added in v0.5.0

type ContainersByDateRangeCountTooManyRequests 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
}

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

Too Many Requests

func NewContainersByDateRangeCountTooManyRequests added in v0.5.0

func NewContainersByDateRangeCountTooManyRequests() *ContainersByDateRangeCountTooManyRequests

NewContainersByDateRangeCountTooManyRequests creates a ContainersByDateRangeCountTooManyRequests with default headers values

func (*ContainersByDateRangeCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the containers by date range count too many requests response

func (*ContainersByDateRangeCountTooManyRequests) Error added in v0.5.0

func (*ContainersByDateRangeCountTooManyRequests) GetPayload added in v0.5.0

func (*ContainersByDateRangeCountTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this containers by date range count too many requests response has a 4xx status code

func (*ContainersByDateRangeCountTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this containers by date range count too many requests response a status code equal to that given

func (*ContainersByDateRangeCountTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this containers by date range count too many requests response has a 3xx status code

func (*ContainersByDateRangeCountTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this containers by date range count too many requests response has a 5xx status code

func (*ContainersByDateRangeCountTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this containers by date range count too many requests response has a 2xx status code

func (*ContainersByDateRangeCountTooManyRequests) String added in v0.5.0

type ContainersSensorCoverageForbidden added in v0.5.0

type ContainersSensorCoverageForbidden 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
}

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

Forbidden

func NewContainersSensorCoverageForbidden added in v0.5.0

func NewContainersSensorCoverageForbidden() *ContainersSensorCoverageForbidden

NewContainersSensorCoverageForbidden creates a ContainersSensorCoverageForbidden with default headers values

func (*ContainersSensorCoverageForbidden) Code added in v0.5.0

Code gets the status code for the containers sensor coverage forbidden response

func (*ContainersSensorCoverageForbidden) Error added in v0.5.0

func (*ContainersSensorCoverageForbidden) GetPayload added in v0.5.0

func (*ContainersSensorCoverageForbidden) IsClientError added in v0.5.0

func (o *ContainersSensorCoverageForbidden) IsClientError() bool

IsClientError returns true when this containers sensor coverage forbidden response has a 4xx status code

func (*ContainersSensorCoverageForbidden) IsCode added in v0.5.0

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

IsCode returns true when this containers sensor coverage forbidden response a status code equal to that given

func (*ContainersSensorCoverageForbidden) IsRedirect added in v0.5.0

func (o *ContainersSensorCoverageForbidden) IsRedirect() bool

IsRedirect returns true when this containers sensor coverage forbidden response has a 3xx status code

func (*ContainersSensorCoverageForbidden) IsServerError added in v0.5.0

func (o *ContainersSensorCoverageForbidden) IsServerError() bool

IsServerError returns true when this containers sensor coverage forbidden response has a 5xx status code

func (*ContainersSensorCoverageForbidden) IsSuccess added in v0.5.0

func (o *ContainersSensorCoverageForbidden) IsSuccess() bool

IsSuccess returns true when this containers sensor coverage forbidden response has a 2xx status code

func (*ContainersSensorCoverageForbidden) String added in v0.5.0

type ContainersSensorCoverageInternalServerError added in v0.5.0

type ContainersSensorCoverageInternalServerError 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
}

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

Internal Server Error

func NewContainersSensorCoverageInternalServerError added in v0.5.0

func NewContainersSensorCoverageInternalServerError() *ContainersSensorCoverageInternalServerError

NewContainersSensorCoverageInternalServerError creates a ContainersSensorCoverageInternalServerError with default headers values

func (*ContainersSensorCoverageInternalServerError) Code added in v0.5.0

Code gets the status code for the containers sensor coverage internal server error response

func (*ContainersSensorCoverageInternalServerError) Error added in v0.5.0

func (*ContainersSensorCoverageInternalServerError) GetPayload added in v0.5.0

func (*ContainersSensorCoverageInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this containers sensor coverage internal server error response has a 4xx status code

func (*ContainersSensorCoverageInternalServerError) IsCode added in v0.5.0

IsCode returns true when this containers sensor coverage internal server error response a status code equal to that given

func (*ContainersSensorCoverageInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this containers sensor coverage internal server error response has a 3xx status code

func (*ContainersSensorCoverageInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this containers sensor coverage internal server error response has a 5xx status code

func (*ContainersSensorCoverageInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this containers sensor coverage internal server error response has a 2xx status code

func (*ContainersSensorCoverageInternalServerError) String added in v0.5.0

type ContainersSensorCoverageOK added in v0.5.0

type ContainersSensorCoverageOK 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.ModelsAggregateValuesByFieldResponse
}

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

OK

func NewContainersSensorCoverageOK added in v0.5.0

func NewContainersSensorCoverageOK() *ContainersSensorCoverageOK

NewContainersSensorCoverageOK creates a ContainersSensorCoverageOK with default headers values

func (*ContainersSensorCoverageOK) Code added in v0.5.0

func (o *ContainersSensorCoverageOK) Code() int

Code gets the status code for the containers sensor coverage o k response

func (*ContainersSensorCoverageOK) Error added in v0.5.0

func (*ContainersSensorCoverageOK) GetPayload added in v0.5.0

func (*ContainersSensorCoverageOK) IsClientError added in v0.5.0

func (o *ContainersSensorCoverageOK) IsClientError() bool

IsClientError returns true when this containers sensor coverage o k response has a 4xx status code

func (*ContainersSensorCoverageOK) IsCode added in v0.5.0

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

IsCode returns true when this containers sensor coverage o k response a status code equal to that given

func (*ContainersSensorCoverageOK) IsRedirect added in v0.5.0

func (o *ContainersSensorCoverageOK) IsRedirect() bool

IsRedirect returns true when this containers sensor coverage o k response has a 3xx status code

func (*ContainersSensorCoverageOK) IsServerError added in v0.5.0

func (o *ContainersSensorCoverageOK) IsServerError() bool

IsServerError returns true when this containers sensor coverage o k response has a 5xx status code

func (*ContainersSensorCoverageOK) IsSuccess added in v0.5.0

func (o *ContainersSensorCoverageOK) IsSuccess() bool

IsSuccess returns true when this containers sensor coverage o k response has a 2xx status code

func (*ContainersSensorCoverageOK) String added in v0.5.0

func (o *ContainersSensorCoverageOK) String() string

type ContainersSensorCoverageParams added in v0.5.0

type ContainersSensorCoverageParams struct {

	/* Filter.

	   Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

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

ContainersSensorCoverageParams contains all the parameters to send to the API endpoint

for the containers sensor coverage operation.

Typically these are written to a http.Request.

func NewContainersSensorCoverageParams added in v0.5.0

func NewContainersSensorCoverageParams() *ContainersSensorCoverageParams

NewContainersSensorCoverageParams creates a new ContainersSensorCoverageParams 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 NewContainersSensorCoverageParamsWithContext added in v0.5.0

func NewContainersSensorCoverageParamsWithContext(ctx context.Context) *ContainersSensorCoverageParams

NewContainersSensorCoverageParamsWithContext creates a new ContainersSensorCoverageParams object with the ability to set a context for a request.

func NewContainersSensorCoverageParamsWithHTTPClient added in v0.5.0

func NewContainersSensorCoverageParamsWithHTTPClient(client *http.Client) *ContainersSensorCoverageParams

NewContainersSensorCoverageParamsWithHTTPClient creates a new ContainersSensorCoverageParams object with the ability to set a custom HTTPClient for a request.

func NewContainersSensorCoverageParamsWithTimeout added in v0.5.0

func NewContainersSensorCoverageParamsWithTimeout(timeout time.Duration) *ContainersSensorCoverageParams

NewContainersSensorCoverageParamsWithTimeout creates a new ContainersSensorCoverageParams object with the ability to set a timeout on a request.

func (*ContainersSensorCoverageParams) SetContext added in v0.5.0

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

SetContext adds the context to the containers sensor coverage params

func (*ContainersSensorCoverageParams) SetDefaults added in v0.5.0

func (o *ContainersSensorCoverageParams) SetDefaults()

SetDefaults hydrates default values in the containers sensor coverage params (not the query body).

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

func (*ContainersSensorCoverageParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the containers sensor coverage params

func (*ContainersSensorCoverageParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the containers sensor coverage params

func (*ContainersSensorCoverageParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the containers sensor coverage params

func (*ContainersSensorCoverageParams) WithContext added in v0.5.0

WithContext adds the context to the containers sensor coverage params

func (*ContainersSensorCoverageParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the containers sensor coverage params (not the query body).

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

func (*ContainersSensorCoverageParams) WithFilter added in v0.5.0

WithFilter adds the filter to the containers sensor coverage params

func (*ContainersSensorCoverageParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the containers sensor coverage params

func (*ContainersSensorCoverageParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the containers sensor coverage params

func (*ContainersSensorCoverageParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type ContainersSensorCoverageReader added in v0.5.0

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

ContainersSensorCoverageReader is a Reader for the ContainersSensorCoverage structure.

func (*ContainersSensorCoverageReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ContainersSensorCoverageTooManyRequests added in v0.5.0

type ContainersSensorCoverageTooManyRequests 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
}

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

Too Many Requests

func NewContainersSensorCoverageTooManyRequests added in v0.5.0

func NewContainersSensorCoverageTooManyRequests() *ContainersSensorCoverageTooManyRequests

NewContainersSensorCoverageTooManyRequests creates a ContainersSensorCoverageTooManyRequests with default headers values

func (*ContainersSensorCoverageTooManyRequests) Code added in v0.5.0

Code gets the status code for the containers sensor coverage too many requests response

func (*ContainersSensorCoverageTooManyRequests) Error added in v0.5.0

func (*ContainersSensorCoverageTooManyRequests) GetPayload added in v0.5.0

func (*ContainersSensorCoverageTooManyRequests) IsClientError added in v0.5.0

func (o *ContainersSensorCoverageTooManyRequests) IsClientError() bool

IsClientError returns true when this containers sensor coverage too many requests response has a 4xx status code

func (*ContainersSensorCoverageTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this containers sensor coverage too many requests response a status code equal to that given

func (*ContainersSensorCoverageTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this containers sensor coverage too many requests response has a 3xx status code

func (*ContainersSensorCoverageTooManyRequests) IsServerError added in v0.5.0

func (o *ContainersSensorCoverageTooManyRequests) IsServerError() bool

IsServerError returns true when this containers sensor coverage too many requests response has a 5xx status code

func (*ContainersSensorCoverageTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this containers sensor coverage too many requests response has a 2xx status code

func (*ContainersSensorCoverageTooManyRequests) String added in v0.5.0

type CreateAWSAccountBadRequest

type CreateAWSAccountBadRequest 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.K8sregCreateAWSAccResp
}

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

Bad Request

func NewCreateAWSAccountBadRequest

func NewCreateAWSAccountBadRequest() *CreateAWSAccountBadRequest

NewCreateAWSAccountBadRequest creates a CreateAWSAccountBadRequest with default headers values

func (*CreateAWSAccountBadRequest) Code added in v0.2.33

func (o *CreateAWSAccountBadRequest) Code() int

Code gets the status code for the create a w s account bad request response

func (*CreateAWSAccountBadRequest) Error

func (*CreateAWSAccountBadRequest) GetPayload

func (*CreateAWSAccountBadRequest) IsClientError added in v0.2.27

func (o *CreateAWSAccountBadRequest) IsClientError() bool

IsClientError returns true when this create a w s account bad request response has a 4xx status code

func (*CreateAWSAccountBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this create a w s account bad request response a status code equal to that given

func (*CreateAWSAccountBadRequest) IsRedirect added in v0.2.27

func (o *CreateAWSAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this create a w s account bad request response has a 3xx status code

func (*CreateAWSAccountBadRequest) IsServerError added in v0.2.27

func (o *CreateAWSAccountBadRequest) IsServerError() bool

IsServerError returns true when this create a w s account bad request response has a 5xx status code

func (*CreateAWSAccountBadRequest) IsSuccess added in v0.2.27

func (o *CreateAWSAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this create a w s account bad request response has a 2xx status code

func (*CreateAWSAccountBadRequest) String added in v0.2.27

func (o *CreateAWSAccountBadRequest) String() string

type CreateAWSAccountCreated

type CreateAWSAccountCreated 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.K8sregCreateAWSAccResp
}

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

Created

func NewCreateAWSAccountCreated

func NewCreateAWSAccountCreated() *CreateAWSAccountCreated

NewCreateAWSAccountCreated creates a CreateAWSAccountCreated with default headers values

func (*CreateAWSAccountCreated) Code added in v0.2.33

func (o *CreateAWSAccountCreated) Code() int

Code gets the status code for the create a w s account created response

func (*CreateAWSAccountCreated) Error

func (o *CreateAWSAccountCreated) Error() string

func (*CreateAWSAccountCreated) GetPayload

func (*CreateAWSAccountCreated) IsClientError added in v0.2.27

func (o *CreateAWSAccountCreated) IsClientError() bool

IsClientError returns true when this create a w s account created response has a 4xx status code

func (*CreateAWSAccountCreated) IsCode added in v0.2.27

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

IsCode returns true when this create a w s account created response a status code equal to that given

func (*CreateAWSAccountCreated) IsRedirect added in v0.2.27

func (o *CreateAWSAccountCreated) IsRedirect() bool

IsRedirect returns true when this create a w s account created response has a 3xx status code

func (*CreateAWSAccountCreated) IsServerError added in v0.2.27

func (o *CreateAWSAccountCreated) IsServerError() bool

IsServerError returns true when this create a w s account created response has a 5xx status code

func (*CreateAWSAccountCreated) IsSuccess added in v0.2.27

func (o *CreateAWSAccountCreated) IsSuccess() bool

IsSuccess returns true when this create a w s account created response has a 2xx status code

func (*CreateAWSAccountCreated) String added in v0.2.27

func (o *CreateAWSAccountCreated) String() string

type CreateAWSAccountForbidden

type CreateAWSAccountForbidden 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
}

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

Forbidden

func NewCreateAWSAccountForbidden

func NewCreateAWSAccountForbidden() *CreateAWSAccountForbidden

NewCreateAWSAccountForbidden creates a CreateAWSAccountForbidden with default headers values

func (*CreateAWSAccountForbidden) Code added in v0.2.33

func (o *CreateAWSAccountForbidden) Code() int

Code gets the status code for the create a w s account forbidden response

func (*CreateAWSAccountForbidden) Error

func (o *CreateAWSAccountForbidden) Error() string

func (*CreateAWSAccountForbidden) GetPayload

func (*CreateAWSAccountForbidden) IsClientError added in v0.2.27

func (o *CreateAWSAccountForbidden) IsClientError() bool

IsClientError returns true when this create a w s account forbidden response has a 4xx status code

func (*CreateAWSAccountForbidden) IsCode added in v0.2.27

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

IsCode returns true when this create a w s account forbidden response a status code equal to that given

func (*CreateAWSAccountForbidden) IsRedirect added in v0.2.27

func (o *CreateAWSAccountForbidden) IsRedirect() bool

IsRedirect returns true when this create a w s account forbidden response has a 3xx status code

func (*CreateAWSAccountForbidden) IsServerError added in v0.2.27

func (o *CreateAWSAccountForbidden) IsServerError() bool

IsServerError returns true when this create a w s account forbidden response has a 5xx status code

func (*CreateAWSAccountForbidden) IsSuccess added in v0.2.27

func (o *CreateAWSAccountForbidden) IsSuccess() bool

IsSuccess returns true when this create a w s account forbidden response has a 2xx status code

func (*CreateAWSAccountForbidden) String added in v0.2.27

func (o *CreateAWSAccountForbidden) String() string

type CreateAWSAccountInternalServerError

type CreateAWSAccountInternalServerError 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.K8sregCreateAWSAccResp
}

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

Internal Server Error

func NewCreateAWSAccountInternalServerError

func NewCreateAWSAccountInternalServerError() *CreateAWSAccountInternalServerError

NewCreateAWSAccountInternalServerError creates a CreateAWSAccountInternalServerError with default headers values

func (*CreateAWSAccountInternalServerError) Code added in v0.2.33

Code gets the status code for the create a w s account internal server error response

func (*CreateAWSAccountInternalServerError) Error

func (*CreateAWSAccountInternalServerError) GetPayload

func (*CreateAWSAccountInternalServerError) IsClientError added in v0.2.27

func (o *CreateAWSAccountInternalServerError) IsClientError() bool

IsClientError returns true when this create a w s account internal server error response has a 4xx status code

func (*CreateAWSAccountInternalServerError) IsCode added in v0.2.27

IsCode returns true when this create a w s account internal server error response a status code equal to that given

func (*CreateAWSAccountInternalServerError) IsRedirect added in v0.2.27

func (o *CreateAWSAccountInternalServerError) IsRedirect() bool

IsRedirect returns true when this create a w s account internal server error response has a 3xx status code

func (*CreateAWSAccountInternalServerError) IsServerError added in v0.2.27

func (o *CreateAWSAccountInternalServerError) IsServerError() bool

IsServerError returns true when this create a w s account internal server error response has a 5xx status code

func (*CreateAWSAccountInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this create a w s account internal server error response has a 2xx status code

func (*CreateAWSAccountInternalServerError) String added in v0.2.27

type CreateAWSAccountMultiStatus

type CreateAWSAccountMultiStatus 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.K8sregCreateAWSAccResp
}

CreateAWSAccountMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewCreateAWSAccountMultiStatus

func NewCreateAWSAccountMultiStatus() *CreateAWSAccountMultiStatus

NewCreateAWSAccountMultiStatus creates a CreateAWSAccountMultiStatus with default headers values

func (*CreateAWSAccountMultiStatus) Code added in v0.2.33

func (o *CreateAWSAccountMultiStatus) Code() int

Code gets the status code for the create a w s account multi status response

func (*CreateAWSAccountMultiStatus) Error

func (*CreateAWSAccountMultiStatus) GetPayload

func (*CreateAWSAccountMultiStatus) IsClientError added in v0.2.27

func (o *CreateAWSAccountMultiStatus) IsClientError() bool

IsClientError returns true when this create a w s account multi status response has a 4xx status code

func (*CreateAWSAccountMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this create a w s account multi status response a status code equal to that given

func (*CreateAWSAccountMultiStatus) IsRedirect added in v0.2.27

func (o *CreateAWSAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this create a w s account multi status response has a 3xx status code

func (*CreateAWSAccountMultiStatus) IsServerError added in v0.2.27

func (o *CreateAWSAccountMultiStatus) IsServerError() bool

IsServerError returns true when this create a w s account multi status response has a 5xx status code

func (*CreateAWSAccountMultiStatus) IsSuccess added in v0.2.27

func (o *CreateAWSAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this create a w s account multi status response has a 2xx status code

func (*CreateAWSAccountMultiStatus) String added in v0.2.27

func (o *CreateAWSAccountMultiStatus) String() string

type CreateAWSAccountParams

type CreateAWSAccountParams struct {

	// Body.
	Body *models.K8sregCreateAWSAccReq

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

CreateAWSAccountParams contains all the parameters to send to the API endpoint

for the create a w s account operation.

Typically these are written to a http.Request.

func NewCreateAWSAccountParams

func NewCreateAWSAccountParams() *CreateAWSAccountParams

NewCreateAWSAccountParams creates a new CreateAWSAccountParams 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 NewCreateAWSAccountParamsWithContext

func NewCreateAWSAccountParamsWithContext(ctx context.Context) *CreateAWSAccountParams

NewCreateAWSAccountParamsWithContext creates a new CreateAWSAccountParams object with the ability to set a context for a request.

func NewCreateAWSAccountParamsWithHTTPClient

func NewCreateAWSAccountParamsWithHTTPClient(client *http.Client) *CreateAWSAccountParams

NewCreateAWSAccountParamsWithHTTPClient creates a new CreateAWSAccountParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAWSAccountParamsWithTimeout

func NewCreateAWSAccountParamsWithTimeout(timeout time.Duration) *CreateAWSAccountParams

NewCreateAWSAccountParamsWithTimeout creates a new CreateAWSAccountParams object with the ability to set a timeout on a request.

func (*CreateAWSAccountParams) SetBody

SetBody adds the body to the create a w s account params

func (*CreateAWSAccountParams) SetContext

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

SetContext adds the context to the create a w s account params

func (*CreateAWSAccountParams) SetDefaults

func (o *CreateAWSAccountParams) SetDefaults()

SetDefaults hydrates default values in the create a w s account params (not the query body).

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

func (*CreateAWSAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create a w s account params

func (*CreateAWSAccountParams) SetTimeout

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

SetTimeout adds the timeout to the create a w s account params

func (*CreateAWSAccountParams) WithBody

WithBody adds the body to the create a w s account params

func (*CreateAWSAccountParams) WithContext

WithContext adds the context to the create a w s account params

func (*CreateAWSAccountParams) WithDefaults

WithDefaults hydrates default values in the create a w s account params (not the query body).

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

func (*CreateAWSAccountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create a w s account params

func (*CreateAWSAccountParams) WithTimeout

WithTimeout adds the timeout to the create a w s account params

func (*CreateAWSAccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAWSAccountReader

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

CreateAWSAccountReader is a Reader for the CreateAWSAccount structure.

func (*CreateAWSAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAWSAccountTooManyRequests

type CreateAWSAccountTooManyRequests 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
}

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

Too Many Requests

func NewCreateAWSAccountTooManyRequests

func NewCreateAWSAccountTooManyRequests() *CreateAWSAccountTooManyRequests

NewCreateAWSAccountTooManyRequests creates a CreateAWSAccountTooManyRequests with default headers values

func (*CreateAWSAccountTooManyRequests) Code added in v0.2.33

Code gets the status code for the create a w s account too many requests response

func (*CreateAWSAccountTooManyRequests) Error

func (*CreateAWSAccountTooManyRequests) GetPayload

func (*CreateAWSAccountTooManyRequests) IsClientError added in v0.2.27

func (o *CreateAWSAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this create a w s account too many requests response has a 4xx status code

func (*CreateAWSAccountTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this create a w s account too many requests response a status code equal to that given

func (*CreateAWSAccountTooManyRequests) IsRedirect added in v0.2.27

func (o *CreateAWSAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create a w s account too many requests response has a 3xx status code

func (*CreateAWSAccountTooManyRequests) IsServerError added in v0.2.27

func (o *CreateAWSAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this create a w s account too many requests response has a 5xx status code

func (*CreateAWSAccountTooManyRequests) IsSuccess added in v0.2.27

func (o *CreateAWSAccountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this create a w s account too many requests response has a 2xx status code

func (*CreateAWSAccountTooManyRequests) String added in v0.2.27

type CreateAzureSubscriptionBadRequest added in v0.2.32

type CreateAzureSubscriptionBadRequest 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.MsaBaseEntitiesResponse
}

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

Bad Request

func NewCreateAzureSubscriptionBadRequest added in v0.2.32

func NewCreateAzureSubscriptionBadRequest() *CreateAzureSubscriptionBadRequest

NewCreateAzureSubscriptionBadRequest creates a CreateAzureSubscriptionBadRequest with default headers values

func (*CreateAzureSubscriptionBadRequest) Code added in v0.2.33

Code gets the status code for the create azure subscription bad request response

func (*CreateAzureSubscriptionBadRequest) Error added in v0.2.32

func (*CreateAzureSubscriptionBadRequest) GetPayload added in v0.2.32

func (*CreateAzureSubscriptionBadRequest) IsClientError added in v0.2.32

func (o *CreateAzureSubscriptionBadRequest) IsClientError() bool

IsClientError returns true when this create azure subscription bad request response has a 4xx status code

func (*CreateAzureSubscriptionBadRequest) IsCode added in v0.2.32

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

IsCode returns true when this create azure subscription bad request response a status code equal to that given

func (*CreateAzureSubscriptionBadRequest) IsRedirect added in v0.2.32

func (o *CreateAzureSubscriptionBadRequest) IsRedirect() bool

IsRedirect returns true when this create azure subscription bad request response has a 3xx status code

func (*CreateAzureSubscriptionBadRequest) IsServerError added in v0.2.32

func (o *CreateAzureSubscriptionBadRequest) IsServerError() bool

IsServerError returns true when this create azure subscription bad request response has a 5xx status code

func (*CreateAzureSubscriptionBadRequest) IsSuccess added in v0.2.32

func (o *CreateAzureSubscriptionBadRequest) IsSuccess() bool

IsSuccess returns true when this create azure subscription bad request response has a 2xx status code

func (*CreateAzureSubscriptionBadRequest) String added in v0.2.32

type CreateAzureSubscriptionCreated added in v0.2.32

type CreateAzureSubscriptionCreated 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.MsaBaseEntitiesResponse
}

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

Created

func NewCreateAzureSubscriptionCreated added in v0.2.32

func NewCreateAzureSubscriptionCreated() *CreateAzureSubscriptionCreated

NewCreateAzureSubscriptionCreated creates a CreateAzureSubscriptionCreated with default headers values

func (*CreateAzureSubscriptionCreated) Code added in v0.2.33

Code gets the status code for the create azure subscription created response

func (*CreateAzureSubscriptionCreated) Error added in v0.2.32

func (*CreateAzureSubscriptionCreated) GetPayload added in v0.2.32

func (*CreateAzureSubscriptionCreated) IsClientError added in v0.2.32

func (o *CreateAzureSubscriptionCreated) IsClientError() bool

IsClientError returns true when this create azure subscription created response has a 4xx status code

func (*CreateAzureSubscriptionCreated) IsCode added in v0.2.32

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

IsCode returns true when this create azure subscription created response a status code equal to that given

func (*CreateAzureSubscriptionCreated) IsRedirect added in v0.2.32

func (o *CreateAzureSubscriptionCreated) IsRedirect() bool

IsRedirect returns true when this create azure subscription created response has a 3xx status code

func (*CreateAzureSubscriptionCreated) IsServerError added in v0.2.32

func (o *CreateAzureSubscriptionCreated) IsServerError() bool

IsServerError returns true when this create azure subscription created response has a 5xx status code

func (*CreateAzureSubscriptionCreated) IsSuccess added in v0.2.32

func (o *CreateAzureSubscriptionCreated) IsSuccess() bool

IsSuccess returns true when this create azure subscription created response has a 2xx status code

func (*CreateAzureSubscriptionCreated) String added in v0.2.32

type CreateAzureSubscriptionForbidden added in v0.2.32

type CreateAzureSubscriptionForbidden 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
}

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

Forbidden

func NewCreateAzureSubscriptionForbidden added in v0.2.32

func NewCreateAzureSubscriptionForbidden() *CreateAzureSubscriptionForbidden

NewCreateAzureSubscriptionForbidden creates a CreateAzureSubscriptionForbidden with default headers values

func (*CreateAzureSubscriptionForbidden) Code added in v0.2.33

Code gets the status code for the create azure subscription forbidden response

func (*CreateAzureSubscriptionForbidden) Error added in v0.2.32

func (*CreateAzureSubscriptionForbidden) GetPayload added in v0.2.32

func (*CreateAzureSubscriptionForbidden) IsClientError added in v0.2.32

func (o *CreateAzureSubscriptionForbidden) IsClientError() bool

IsClientError returns true when this create azure subscription forbidden response has a 4xx status code

func (*CreateAzureSubscriptionForbidden) IsCode added in v0.2.32

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

IsCode returns true when this create azure subscription forbidden response a status code equal to that given

func (*CreateAzureSubscriptionForbidden) IsRedirect added in v0.2.32

func (o *CreateAzureSubscriptionForbidden) IsRedirect() bool

IsRedirect returns true when this create azure subscription forbidden response has a 3xx status code

func (*CreateAzureSubscriptionForbidden) IsServerError added in v0.2.32

func (o *CreateAzureSubscriptionForbidden) IsServerError() bool

IsServerError returns true when this create azure subscription forbidden response has a 5xx status code

func (*CreateAzureSubscriptionForbidden) IsSuccess added in v0.2.32

func (o *CreateAzureSubscriptionForbidden) IsSuccess() bool

IsSuccess returns true when this create azure subscription forbidden response has a 2xx status code

func (*CreateAzureSubscriptionForbidden) String added in v0.2.32

type CreateAzureSubscriptionInternalServerError added in v0.2.32

type CreateAzureSubscriptionInternalServerError 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.MsaBaseEntitiesResponse
}

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

Internal Server Error

func NewCreateAzureSubscriptionInternalServerError added in v0.2.32

func NewCreateAzureSubscriptionInternalServerError() *CreateAzureSubscriptionInternalServerError

NewCreateAzureSubscriptionInternalServerError creates a CreateAzureSubscriptionInternalServerError with default headers values

func (*CreateAzureSubscriptionInternalServerError) Code added in v0.2.33

Code gets the status code for the create azure subscription internal server error response

func (*CreateAzureSubscriptionInternalServerError) Error added in v0.2.32

func (*CreateAzureSubscriptionInternalServerError) GetPayload added in v0.2.32

func (*CreateAzureSubscriptionInternalServerError) IsClientError added in v0.2.32

IsClientError returns true when this create azure subscription internal server error response has a 4xx status code

func (*CreateAzureSubscriptionInternalServerError) IsCode added in v0.2.32

IsCode returns true when this create azure subscription internal server error response a status code equal to that given

func (*CreateAzureSubscriptionInternalServerError) IsRedirect added in v0.2.32

IsRedirect returns true when this create azure subscription internal server error response has a 3xx status code

func (*CreateAzureSubscriptionInternalServerError) IsServerError added in v0.2.32

IsServerError returns true when this create azure subscription internal server error response has a 5xx status code

func (*CreateAzureSubscriptionInternalServerError) IsSuccess added in v0.2.32

IsSuccess returns true when this create azure subscription internal server error response has a 2xx status code

func (*CreateAzureSubscriptionInternalServerError) String added in v0.2.32

type CreateAzureSubscriptionMultiStatus added in v0.2.32

type CreateAzureSubscriptionMultiStatus 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.MsaBaseEntitiesResponse
}

CreateAzureSubscriptionMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewCreateAzureSubscriptionMultiStatus added in v0.2.32

func NewCreateAzureSubscriptionMultiStatus() *CreateAzureSubscriptionMultiStatus

NewCreateAzureSubscriptionMultiStatus creates a CreateAzureSubscriptionMultiStatus with default headers values

func (*CreateAzureSubscriptionMultiStatus) Code added in v0.2.33

Code gets the status code for the create azure subscription multi status response

func (*CreateAzureSubscriptionMultiStatus) Error added in v0.2.32

func (*CreateAzureSubscriptionMultiStatus) GetPayload added in v0.2.32

func (*CreateAzureSubscriptionMultiStatus) IsClientError added in v0.2.32

func (o *CreateAzureSubscriptionMultiStatus) IsClientError() bool

IsClientError returns true when this create azure subscription multi status response has a 4xx status code

func (*CreateAzureSubscriptionMultiStatus) IsCode added in v0.2.32

IsCode returns true when this create azure subscription multi status response a status code equal to that given

func (*CreateAzureSubscriptionMultiStatus) IsRedirect added in v0.2.32

func (o *CreateAzureSubscriptionMultiStatus) IsRedirect() bool

IsRedirect returns true when this create azure subscription multi status response has a 3xx status code

func (*CreateAzureSubscriptionMultiStatus) IsServerError added in v0.2.32

func (o *CreateAzureSubscriptionMultiStatus) IsServerError() bool

IsServerError returns true when this create azure subscription multi status response has a 5xx status code

func (*CreateAzureSubscriptionMultiStatus) IsSuccess added in v0.2.32

IsSuccess returns true when this create azure subscription multi status response has a 2xx status code

func (*CreateAzureSubscriptionMultiStatus) String added in v0.2.32

type CreateAzureSubscriptionParams added in v0.2.32

type CreateAzureSubscriptionParams struct {

	// Body.
	Body *models.K8sregCreateAzureSubReq

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

CreateAzureSubscriptionParams contains all the parameters to send to the API endpoint

for the create azure subscription operation.

Typically these are written to a http.Request.

func NewCreateAzureSubscriptionParams added in v0.2.32

func NewCreateAzureSubscriptionParams() *CreateAzureSubscriptionParams

NewCreateAzureSubscriptionParams creates a new CreateAzureSubscriptionParams 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 NewCreateAzureSubscriptionParamsWithContext added in v0.2.32

func NewCreateAzureSubscriptionParamsWithContext(ctx context.Context) *CreateAzureSubscriptionParams

NewCreateAzureSubscriptionParamsWithContext creates a new CreateAzureSubscriptionParams object with the ability to set a context for a request.

func NewCreateAzureSubscriptionParamsWithHTTPClient added in v0.2.32

func NewCreateAzureSubscriptionParamsWithHTTPClient(client *http.Client) *CreateAzureSubscriptionParams

NewCreateAzureSubscriptionParamsWithHTTPClient creates a new CreateAzureSubscriptionParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAzureSubscriptionParamsWithTimeout added in v0.2.32

func NewCreateAzureSubscriptionParamsWithTimeout(timeout time.Duration) *CreateAzureSubscriptionParams

NewCreateAzureSubscriptionParamsWithTimeout creates a new CreateAzureSubscriptionParams object with the ability to set a timeout on a request.

func (*CreateAzureSubscriptionParams) SetBody added in v0.2.32

SetBody adds the body to the create azure subscription params

func (*CreateAzureSubscriptionParams) SetContext added in v0.2.32

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

SetContext adds the context to the create azure subscription params

func (*CreateAzureSubscriptionParams) SetDefaults added in v0.2.32

func (o *CreateAzureSubscriptionParams) SetDefaults()

SetDefaults hydrates default values in the create azure subscription params (not the query body).

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

func (*CreateAzureSubscriptionParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the create azure subscription params

func (*CreateAzureSubscriptionParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the create azure subscription params

func (*CreateAzureSubscriptionParams) WithBody added in v0.2.32

WithBody adds the body to the create azure subscription params

func (*CreateAzureSubscriptionParams) WithContext added in v0.2.32

WithContext adds the context to the create azure subscription params

func (*CreateAzureSubscriptionParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the create azure subscription params (not the query body).

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

func (*CreateAzureSubscriptionParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the create azure subscription params

func (*CreateAzureSubscriptionParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the create azure subscription params

func (*CreateAzureSubscriptionParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type CreateAzureSubscriptionReader added in v0.2.32

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

CreateAzureSubscriptionReader is a Reader for the CreateAzureSubscription structure.

func (*CreateAzureSubscriptionReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type CreateAzureSubscriptionTooManyRequests added in v0.2.32

type CreateAzureSubscriptionTooManyRequests 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
}

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

Too Many Requests

func NewCreateAzureSubscriptionTooManyRequests added in v0.2.32

func NewCreateAzureSubscriptionTooManyRequests() *CreateAzureSubscriptionTooManyRequests

NewCreateAzureSubscriptionTooManyRequests creates a CreateAzureSubscriptionTooManyRequests with default headers values

func (*CreateAzureSubscriptionTooManyRequests) Code added in v0.2.33

Code gets the status code for the create azure subscription too many requests response

func (*CreateAzureSubscriptionTooManyRequests) Error added in v0.2.32

func (*CreateAzureSubscriptionTooManyRequests) GetPayload added in v0.2.32

func (*CreateAzureSubscriptionTooManyRequests) IsClientError added in v0.2.32

func (o *CreateAzureSubscriptionTooManyRequests) IsClientError() bool

IsClientError returns true when this create azure subscription too many requests response has a 4xx status code

func (*CreateAzureSubscriptionTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this create azure subscription too many requests response a status code equal to that given

func (*CreateAzureSubscriptionTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this create azure subscription too many requests response has a 3xx status code

func (*CreateAzureSubscriptionTooManyRequests) IsServerError added in v0.2.32

func (o *CreateAzureSubscriptionTooManyRequests) IsServerError() bool

IsServerError returns true when this create azure subscription too many requests response has a 5xx status code

func (*CreateAzureSubscriptionTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this create azure subscription too many requests response has a 2xx status code

func (*CreateAzureSubscriptionTooManyRequests) String added in v0.2.32

type DeleteAWSAccountsMixin0BadRequest

type DeleteAWSAccountsMixin0BadRequest 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.MsaMetaInfo
}

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

Bad Request

func NewDeleteAWSAccountsMixin0BadRequest

func NewDeleteAWSAccountsMixin0BadRequest() *DeleteAWSAccountsMixin0BadRequest

NewDeleteAWSAccountsMixin0BadRequest creates a DeleteAWSAccountsMixin0BadRequest with default headers values

func (*DeleteAWSAccountsMixin0BadRequest) Code added in v0.2.33

Code gets the status code for the delete a w s accounts mixin0 bad request response

func (*DeleteAWSAccountsMixin0BadRequest) Error

func (*DeleteAWSAccountsMixin0BadRequest) GetPayload

func (*DeleteAWSAccountsMixin0BadRequest) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0BadRequest) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 bad request response has a 4xx status code

func (*DeleteAWSAccountsMixin0BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts mixin0 bad request response a status code equal to that given

func (*DeleteAWSAccountsMixin0BadRequest) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsMixin0BadRequest) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts mixin0 bad request response has a 3xx status code

func (*DeleteAWSAccountsMixin0BadRequest) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0BadRequest) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 bad request response has a 5xx status code

func (*DeleteAWSAccountsMixin0BadRequest) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsMixin0BadRequest) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts mixin0 bad request response has a 2xx status code

func (*DeleteAWSAccountsMixin0BadRequest) String added in v0.2.27

type DeleteAWSAccountsMixin0Forbidden

type DeleteAWSAccountsMixin0Forbidden 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
}

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

Forbidden

func NewDeleteAWSAccountsMixin0Forbidden

func NewDeleteAWSAccountsMixin0Forbidden() *DeleteAWSAccountsMixin0Forbidden

NewDeleteAWSAccountsMixin0Forbidden creates a DeleteAWSAccountsMixin0Forbidden with default headers values

func (*DeleteAWSAccountsMixin0Forbidden) Code added in v0.2.33

Code gets the status code for the delete a w s accounts mixin0 forbidden response

func (*DeleteAWSAccountsMixin0Forbidden) Error

func (*DeleteAWSAccountsMixin0Forbidden) GetPayload

func (*DeleteAWSAccountsMixin0Forbidden) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0Forbidden) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 forbidden response has a 4xx status code

func (*DeleteAWSAccountsMixin0Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts mixin0 forbidden response a status code equal to that given

func (*DeleteAWSAccountsMixin0Forbidden) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsMixin0Forbidden) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts mixin0 forbidden response has a 3xx status code

func (*DeleteAWSAccountsMixin0Forbidden) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0Forbidden) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 forbidden response has a 5xx status code

func (*DeleteAWSAccountsMixin0Forbidden) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsMixin0Forbidden) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts mixin0 forbidden response has a 2xx status code

func (*DeleteAWSAccountsMixin0Forbidden) String added in v0.2.27

type DeleteAWSAccountsMixin0InternalServerError

type DeleteAWSAccountsMixin0InternalServerError 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.MsaMetaInfo
}

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

Internal Server Error

func NewDeleteAWSAccountsMixin0InternalServerError

func NewDeleteAWSAccountsMixin0InternalServerError() *DeleteAWSAccountsMixin0InternalServerError

NewDeleteAWSAccountsMixin0InternalServerError creates a DeleteAWSAccountsMixin0InternalServerError with default headers values

func (*DeleteAWSAccountsMixin0InternalServerError) Code added in v0.2.33

Code gets the status code for the delete a w s accounts mixin0 internal server error response

func (*DeleteAWSAccountsMixin0InternalServerError) Error

func (*DeleteAWSAccountsMixin0InternalServerError) GetPayload

func (*DeleteAWSAccountsMixin0InternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this delete a w s accounts mixin0 internal server error response has a 4xx status code

func (*DeleteAWSAccountsMixin0InternalServerError) IsCode added in v0.2.27

IsCode returns true when this delete a w s accounts mixin0 internal server error response a status code equal to that given

func (*DeleteAWSAccountsMixin0InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this delete a w s accounts mixin0 internal server error response has a 3xx status code

func (*DeleteAWSAccountsMixin0InternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this delete a w s accounts mixin0 internal server error response has a 5xx status code

func (*DeleteAWSAccountsMixin0InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this delete a w s accounts mixin0 internal server error response has a 2xx status code

func (*DeleteAWSAccountsMixin0InternalServerError) String added in v0.2.27

type DeleteAWSAccountsMixin0MultiStatus

type DeleteAWSAccountsMixin0MultiStatus 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.MsaMetaInfo
}

DeleteAWSAccountsMixin0MultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewDeleteAWSAccountsMixin0MultiStatus

func NewDeleteAWSAccountsMixin0MultiStatus() *DeleteAWSAccountsMixin0MultiStatus

NewDeleteAWSAccountsMixin0MultiStatus creates a DeleteAWSAccountsMixin0MultiStatus with default headers values

func (*DeleteAWSAccountsMixin0MultiStatus) Code added in v0.2.33

Code gets the status code for the delete a w s accounts mixin0 multi status response

func (*DeleteAWSAccountsMixin0MultiStatus) Error

func (*DeleteAWSAccountsMixin0MultiStatus) GetPayload

func (*DeleteAWSAccountsMixin0MultiStatus) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0MultiStatus) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 multi status response has a 4xx status code

func (*DeleteAWSAccountsMixin0MultiStatus) IsCode added in v0.2.27

IsCode returns true when this delete a w s accounts mixin0 multi status response a status code equal to that given

func (*DeleteAWSAccountsMixin0MultiStatus) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsMixin0MultiStatus) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts mixin0 multi status response has a 3xx status code

func (*DeleteAWSAccountsMixin0MultiStatus) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0MultiStatus) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 multi status response has a 5xx status code

func (*DeleteAWSAccountsMixin0MultiStatus) IsSuccess added in v0.2.27

IsSuccess returns true when this delete a w s accounts mixin0 multi status response has a 2xx status code

func (*DeleteAWSAccountsMixin0MultiStatus) String added in v0.2.27

type DeleteAWSAccountsMixin0OK

type DeleteAWSAccountsMixin0OK 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.MsaMetaInfo
}

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

OK

func NewDeleteAWSAccountsMixin0OK

func NewDeleteAWSAccountsMixin0OK() *DeleteAWSAccountsMixin0OK

NewDeleteAWSAccountsMixin0OK creates a DeleteAWSAccountsMixin0OK with default headers values

func (*DeleteAWSAccountsMixin0OK) Code added in v0.2.33

func (o *DeleteAWSAccountsMixin0OK) Code() int

Code gets the status code for the delete a w s accounts mixin0 o k response

func (*DeleteAWSAccountsMixin0OK) Error

func (o *DeleteAWSAccountsMixin0OK) Error() string

func (*DeleteAWSAccountsMixin0OK) GetPayload

func (o *DeleteAWSAccountsMixin0OK) GetPayload() *models.MsaMetaInfo

func (*DeleteAWSAccountsMixin0OK) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 o k response has a 4xx status code

func (*DeleteAWSAccountsMixin0OK) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts mixin0 o k response a status code equal to that given

func (*DeleteAWSAccountsMixin0OK) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts mixin0 o k response has a 3xx status code

func (*DeleteAWSAccountsMixin0OK) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 o k response has a 5xx status code

func (*DeleteAWSAccountsMixin0OK) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts mixin0 o k response has a 2xx status code

func (*DeleteAWSAccountsMixin0OK) String added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) String() string

type DeleteAWSAccountsMixin0Params

type DeleteAWSAccountsMixin0Params struct {

	/* Ids.

	   AWS Account IDs
	*/
	Ids []string

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

DeleteAWSAccountsMixin0Params contains all the parameters to send to the API endpoint

for the delete a w s accounts mixin0 operation.

Typically these are written to a http.Request.

func NewDeleteAWSAccountsMixin0Params

func NewDeleteAWSAccountsMixin0Params() *DeleteAWSAccountsMixin0Params

NewDeleteAWSAccountsMixin0Params creates a new DeleteAWSAccountsMixin0Params 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 NewDeleteAWSAccountsMixin0ParamsWithContext

func NewDeleteAWSAccountsMixin0ParamsWithContext(ctx context.Context) *DeleteAWSAccountsMixin0Params

NewDeleteAWSAccountsMixin0ParamsWithContext creates a new DeleteAWSAccountsMixin0Params object with the ability to set a context for a request.

func NewDeleteAWSAccountsMixin0ParamsWithHTTPClient

func NewDeleteAWSAccountsMixin0ParamsWithHTTPClient(client *http.Client) *DeleteAWSAccountsMixin0Params

NewDeleteAWSAccountsMixin0ParamsWithHTTPClient creates a new DeleteAWSAccountsMixin0Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteAWSAccountsMixin0ParamsWithTimeout

func NewDeleteAWSAccountsMixin0ParamsWithTimeout(timeout time.Duration) *DeleteAWSAccountsMixin0Params

NewDeleteAWSAccountsMixin0ParamsWithTimeout creates a new DeleteAWSAccountsMixin0Params object with the ability to set a timeout on a request.

func (*DeleteAWSAccountsMixin0Params) SetContext

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

SetContext adds the context to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) SetDefaults

func (o *DeleteAWSAccountsMixin0Params) SetDefaults()

SetDefaults hydrates default values in the delete a w s accounts mixin0 params (not the query body).

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

func (*DeleteAWSAccountsMixin0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) SetIds

func (o *DeleteAWSAccountsMixin0Params) SetIds(ids []string)

SetIds adds the ids to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) SetTimeout

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

SetTimeout adds the timeout to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WithContext

WithContext adds the context to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WithDefaults

WithDefaults hydrates default values in the delete a w s accounts mixin0 params (not the query body).

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

func (*DeleteAWSAccountsMixin0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WithIds

WithIds adds the ids to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WithTimeout

WithTimeout adds the timeout to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAWSAccountsMixin0Reader

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

DeleteAWSAccountsMixin0Reader is a Reader for the DeleteAWSAccountsMixin0 structure.

func (*DeleteAWSAccountsMixin0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAWSAccountsMixin0TooManyRequests

type DeleteAWSAccountsMixin0TooManyRequests 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
}

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

Too Many Requests

func NewDeleteAWSAccountsMixin0TooManyRequests

func NewDeleteAWSAccountsMixin0TooManyRequests() *DeleteAWSAccountsMixin0TooManyRequests

NewDeleteAWSAccountsMixin0TooManyRequests creates a DeleteAWSAccountsMixin0TooManyRequests with default headers values

func (*DeleteAWSAccountsMixin0TooManyRequests) Code added in v0.2.33

Code gets the status code for the delete a w s accounts mixin0 too many requests response

func (*DeleteAWSAccountsMixin0TooManyRequests) Error

func (*DeleteAWSAccountsMixin0TooManyRequests) GetPayload

func (*DeleteAWSAccountsMixin0TooManyRequests) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0TooManyRequests) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 too many requests response has a 4xx status code

func (*DeleteAWSAccountsMixin0TooManyRequests) IsCode added in v0.2.27

IsCode returns true when this delete a w s accounts mixin0 too many requests response a status code equal to that given

func (*DeleteAWSAccountsMixin0TooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this delete a w s accounts mixin0 too many requests response has a 3xx status code

func (*DeleteAWSAccountsMixin0TooManyRequests) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0TooManyRequests) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 too many requests response has a 5xx status code

func (*DeleteAWSAccountsMixin0TooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this delete a w s accounts mixin0 too many requests response has a 2xx status code

func (*DeleteAWSAccountsMixin0TooManyRequests) String added in v0.2.27

type DeleteAzureSubscriptionBadRequest added in v0.2.32

type DeleteAzureSubscriptionBadRequest 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.MsaBaseEntitiesResponse
}

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

Bad Request

func NewDeleteAzureSubscriptionBadRequest added in v0.2.32

func NewDeleteAzureSubscriptionBadRequest() *DeleteAzureSubscriptionBadRequest

NewDeleteAzureSubscriptionBadRequest creates a DeleteAzureSubscriptionBadRequest with default headers values

func (*DeleteAzureSubscriptionBadRequest) Code added in v0.2.33

Code gets the status code for the delete azure subscription bad request response

func (*DeleteAzureSubscriptionBadRequest) Error added in v0.2.32

func (*DeleteAzureSubscriptionBadRequest) GetPayload added in v0.2.32

func (*DeleteAzureSubscriptionBadRequest) IsClientError added in v0.2.32

func (o *DeleteAzureSubscriptionBadRequest) IsClientError() bool

IsClientError returns true when this delete azure subscription bad request response has a 4xx status code

func (*DeleteAzureSubscriptionBadRequest) IsCode added in v0.2.32

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

IsCode returns true when this delete azure subscription bad request response a status code equal to that given

func (*DeleteAzureSubscriptionBadRequest) IsRedirect added in v0.2.32

func (o *DeleteAzureSubscriptionBadRequest) IsRedirect() bool

IsRedirect returns true when this delete azure subscription bad request response has a 3xx status code

func (*DeleteAzureSubscriptionBadRequest) IsServerError added in v0.2.32

func (o *DeleteAzureSubscriptionBadRequest) IsServerError() bool

IsServerError returns true when this delete azure subscription bad request response has a 5xx status code

func (*DeleteAzureSubscriptionBadRequest) IsSuccess added in v0.2.32

func (o *DeleteAzureSubscriptionBadRequest) IsSuccess() bool

IsSuccess returns true when this delete azure subscription bad request response has a 2xx status code

func (*DeleteAzureSubscriptionBadRequest) String added in v0.2.32

type DeleteAzureSubscriptionForbidden added in v0.2.32

type DeleteAzureSubscriptionForbidden 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
}

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

Forbidden

func NewDeleteAzureSubscriptionForbidden added in v0.2.32

func NewDeleteAzureSubscriptionForbidden() *DeleteAzureSubscriptionForbidden

NewDeleteAzureSubscriptionForbidden creates a DeleteAzureSubscriptionForbidden with default headers values

func (*DeleteAzureSubscriptionForbidden) Code added in v0.2.33

Code gets the status code for the delete azure subscription forbidden response

func (*DeleteAzureSubscriptionForbidden) Error added in v0.2.32

func (*DeleteAzureSubscriptionForbidden) GetPayload added in v0.2.32

func (*DeleteAzureSubscriptionForbidden) IsClientError added in v0.2.32

func (o *DeleteAzureSubscriptionForbidden) IsClientError() bool

IsClientError returns true when this delete azure subscription forbidden response has a 4xx status code

func (*DeleteAzureSubscriptionForbidden) IsCode added in v0.2.32

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

IsCode returns true when this delete azure subscription forbidden response a status code equal to that given

func (*DeleteAzureSubscriptionForbidden) IsRedirect added in v0.2.32

func (o *DeleteAzureSubscriptionForbidden) IsRedirect() bool

IsRedirect returns true when this delete azure subscription forbidden response has a 3xx status code

func (*DeleteAzureSubscriptionForbidden) IsServerError added in v0.2.32

func (o *DeleteAzureSubscriptionForbidden) IsServerError() bool

IsServerError returns true when this delete azure subscription forbidden response has a 5xx status code

func (*DeleteAzureSubscriptionForbidden) IsSuccess added in v0.2.32

func (o *DeleteAzureSubscriptionForbidden) IsSuccess() bool

IsSuccess returns true when this delete azure subscription forbidden response has a 2xx status code

func (*DeleteAzureSubscriptionForbidden) String added in v0.2.32

type DeleteAzureSubscriptionInternalServerError added in v0.2.32

type DeleteAzureSubscriptionInternalServerError 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.MsaBaseEntitiesResponse
}

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

Internal Server Error

func NewDeleteAzureSubscriptionInternalServerError added in v0.2.32

func NewDeleteAzureSubscriptionInternalServerError() *DeleteAzureSubscriptionInternalServerError

NewDeleteAzureSubscriptionInternalServerError creates a DeleteAzureSubscriptionInternalServerError with default headers values

func (*DeleteAzureSubscriptionInternalServerError) Code added in v0.2.33

Code gets the status code for the delete azure subscription internal server error response

func (*DeleteAzureSubscriptionInternalServerError) Error added in v0.2.32

func (*DeleteAzureSubscriptionInternalServerError) GetPayload added in v0.2.32

func (*DeleteAzureSubscriptionInternalServerError) IsClientError added in v0.2.32

IsClientError returns true when this delete azure subscription internal server error response has a 4xx status code

func (*DeleteAzureSubscriptionInternalServerError) IsCode added in v0.2.32

IsCode returns true when this delete azure subscription internal server error response a status code equal to that given

func (*DeleteAzureSubscriptionInternalServerError) IsRedirect added in v0.2.32

IsRedirect returns true when this delete azure subscription internal server error response has a 3xx status code

func (*DeleteAzureSubscriptionInternalServerError) IsServerError added in v0.2.32

IsServerError returns true when this delete azure subscription internal server error response has a 5xx status code

func (*DeleteAzureSubscriptionInternalServerError) IsSuccess added in v0.2.32

IsSuccess returns true when this delete azure subscription internal server error response has a 2xx status code

func (*DeleteAzureSubscriptionInternalServerError) String added in v0.2.32

type DeleteAzureSubscriptionMultiStatus added in v0.2.32

type DeleteAzureSubscriptionMultiStatus 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.MsaBaseEntitiesResponse
}

DeleteAzureSubscriptionMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewDeleteAzureSubscriptionMultiStatus added in v0.2.32

func NewDeleteAzureSubscriptionMultiStatus() *DeleteAzureSubscriptionMultiStatus

NewDeleteAzureSubscriptionMultiStatus creates a DeleteAzureSubscriptionMultiStatus with default headers values

func (*DeleteAzureSubscriptionMultiStatus) Code added in v0.2.33

Code gets the status code for the delete azure subscription multi status response

func (*DeleteAzureSubscriptionMultiStatus) Error added in v0.2.32

func (*DeleteAzureSubscriptionMultiStatus) GetPayload added in v0.2.32

func (*DeleteAzureSubscriptionMultiStatus) IsClientError added in v0.2.32

func (o *DeleteAzureSubscriptionMultiStatus) IsClientError() bool

IsClientError returns true when this delete azure subscription multi status response has a 4xx status code

func (*DeleteAzureSubscriptionMultiStatus) IsCode added in v0.2.32

IsCode returns true when this delete azure subscription multi status response a status code equal to that given

func (*DeleteAzureSubscriptionMultiStatus) IsRedirect added in v0.2.32

func (o *DeleteAzureSubscriptionMultiStatus) IsRedirect() bool

IsRedirect returns true when this delete azure subscription multi status response has a 3xx status code

func (*DeleteAzureSubscriptionMultiStatus) IsServerError added in v0.2.32

func (o *DeleteAzureSubscriptionMultiStatus) IsServerError() bool

IsServerError returns true when this delete azure subscription multi status response has a 5xx status code

func (*DeleteAzureSubscriptionMultiStatus) IsSuccess added in v0.2.32

IsSuccess returns true when this delete azure subscription multi status response has a 2xx status code

func (*DeleteAzureSubscriptionMultiStatus) String added in v0.2.32

type DeleteAzureSubscriptionOK added in v0.2.32

type DeleteAzureSubscriptionOK 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.MsaBaseEntitiesResponse
}

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

OK

func NewDeleteAzureSubscriptionOK added in v0.2.32

func NewDeleteAzureSubscriptionOK() *DeleteAzureSubscriptionOK

NewDeleteAzureSubscriptionOK creates a DeleteAzureSubscriptionOK with default headers values

func (*DeleteAzureSubscriptionOK) Code added in v0.2.33

func (o *DeleteAzureSubscriptionOK) Code() int

Code gets the status code for the delete azure subscription o k response

func (*DeleteAzureSubscriptionOK) Error added in v0.2.32

func (o *DeleteAzureSubscriptionOK) Error() string

func (*DeleteAzureSubscriptionOK) GetPayload added in v0.2.32

func (*DeleteAzureSubscriptionOK) IsClientError added in v0.2.32

func (o *DeleteAzureSubscriptionOK) IsClientError() bool

IsClientError returns true when this delete azure subscription o k response has a 4xx status code

func (*DeleteAzureSubscriptionOK) IsCode added in v0.2.32

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

IsCode returns true when this delete azure subscription o k response a status code equal to that given

func (*DeleteAzureSubscriptionOK) IsRedirect added in v0.2.32

func (o *DeleteAzureSubscriptionOK) IsRedirect() bool

IsRedirect returns true when this delete azure subscription o k response has a 3xx status code

func (*DeleteAzureSubscriptionOK) IsServerError added in v0.2.32

func (o *DeleteAzureSubscriptionOK) IsServerError() bool

IsServerError returns true when this delete azure subscription o k response has a 5xx status code

func (*DeleteAzureSubscriptionOK) IsSuccess added in v0.2.32

func (o *DeleteAzureSubscriptionOK) IsSuccess() bool

IsSuccess returns true when this delete azure subscription o k response has a 2xx status code

func (*DeleteAzureSubscriptionOK) String added in v0.2.32

func (o *DeleteAzureSubscriptionOK) String() string

type DeleteAzureSubscriptionParams added in v0.2.32

type DeleteAzureSubscriptionParams struct {

	/* Ids.

	   Azure Subscription IDs
	*/
	Ids []string

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

DeleteAzureSubscriptionParams contains all the parameters to send to the API endpoint

for the delete azure subscription operation.

Typically these are written to a http.Request.

func NewDeleteAzureSubscriptionParams added in v0.2.32

func NewDeleteAzureSubscriptionParams() *DeleteAzureSubscriptionParams

NewDeleteAzureSubscriptionParams creates a new DeleteAzureSubscriptionParams 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 NewDeleteAzureSubscriptionParamsWithContext added in v0.2.32

func NewDeleteAzureSubscriptionParamsWithContext(ctx context.Context) *DeleteAzureSubscriptionParams

NewDeleteAzureSubscriptionParamsWithContext creates a new DeleteAzureSubscriptionParams object with the ability to set a context for a request.

func NewDeleteAzureSubscriptionParamsWithHTTPClient added in v0.2.32

func NewDeleteAzureSubscriptionParamsWithHTTPClient(client *http.Client) *DeleteAzureSubscriptionParams

NewDeleteAzureSubscriptionParamsWithHTTPClient creates a new DeleteAzureSubscriptionParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAzureSubscriptionParamsWithTimeout added in v0.2.32

func NewDeleteAzureSubscriptionParamsWithTimeout(timeout time.Duration) *DeleteAzureSubscriptionParams

NewDeleteAzureSubscriptionParamsWithTimeout creates a new DeleteAzureSubscriptionParams object with the ability to set a timeout on a request.

func (*DeleteAzureSubscriptionParams) SetContext added in v0.2.32

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

SetContext adds the context to the delete azure subscription params

func (*DeleteAzureSubscriptionParams) SetDefaults added in v0.2.32

func (o *DeleteAzureSubscriptionParams) SetDefaults()

SetDefaults hydrates default values in the delete azure subscription params (not the query body).

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

func (*DeleteAzureSubscriptionParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the delete azure subscription params

func (*DeleteAzureSubscriptionParams) SetIds added in v0.2.32

func (o *DeleteAzureSubscriptionParams) SetIds(ids []string)

SetIds adds the ids to the delete azure subscription params

func (*DeleteAzureSubscriptionParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the delete azure subscription params

func (*DeleteAzureSubscriptionParams) WithContext added in v0.2.32

WithContext adds the context to the delete azure subscription params

func (*DeleteAzureSubscriptionParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the delete azure subscription params (not the query body).

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

func (*DeleteAzureSubscriptionParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the delete azure subscription params

func (*DeleteAzureSubscriptionParams) WithIds added in v0.2.32

WithIds adds the ids to the delete azure subscription params

func (*DeleteAzureSubscriptionParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the delete azure subscription params

func (*DeleteAzureSubscriptionParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type DeleteAzureSubscriptionReader added in v0.2.32

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

DeleteAzureSubscriptionReader is a Reader for the DeleteAzureSubscription structure.

func (*DeleteAzureSubscriptionReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type DeleteAzureSubscriptionTooManyRequests added in v0.2.32

type DeleteAzureSubscriptionTooManyRequests 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
}

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

Too Many Requests

func NewDeleteAzureSubscriptionTooManyRequests added in v0.2.32

func NewDeleteAzureSubscriptionTooManyRequests() *DeleteAzureSubscriptionTooManyRequests

NewDeleteAzureSubscriptionTooManyRequests creates a DeleteAzureSubscriptionTooManyRequests with default headers values

func (*DeleteAzureSubscriptionTooManyRequests) Code added in v0.2.33

Code gets the status code for the delete azure subscription too many requests response

func (*DeleteAzureSubscriptionTooManyRequests) Error added in v0.2.32

func (*DeleteAzureSubscriptionTooManyRequests) GetPayload added in v0.2.32

func (*DeleteAzureSubscriptionTooManyRequests) IsClientError added in v0.2.32

func (o *DeleteAzureSubscriptionTooManyRequests) IsClientError() bool

IsClientError returns true when this delete azure subscription too many requests response has a 4xx status code

func (*DeleteAzureSubscriptionTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this delete azure subscription too many requests response a status code equal to that given

func (*DeleteAzureSubscriptionTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this delete azure subscription too many requests response has a 3xx status code

func (*DeleteAzureSubscriptionTooManyRequests) IsServerError added in v0.2.32

func (o *DeleteAzureSubscriptionTooManyRequests) IsServerError() bool

IsServerError returns true when this delete azure subscription too many requests response has a 5xx status code

func (*DeleteAzureSubscriptionTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this delete azure subscription too many requests response has a 2xx status code

func (*DeleteAzureSubscriptionTooManyRequests) String added in v0.2.32

type DeploymentCombinedForbidden added in v0.5.0

type DeploymentCombinedForbidden 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
}

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

Forbidden

func NewDeploymentCombinedForbidden added in v0.5.0

func NewDeploymentCombinedForbidden() *DeploymentCombinedForbidden

NewDeploymentCombinedForbidden creates a DeploymentCombinedForbidden with default headers values

func (*DeploymentCombinedForbidden) Code added in v0.5.0

func (o *DeploymentCombinedForbidden) Code() int

Code gets the status code for the deployment combined forbidden response

func (*DeploymentCombinedForbidden) Error added in v0.5.0

func (*DeploymentCombinedForbidden) GetPayload added in v0.5.0

func (*DeploymentCombinedForbidden) IsClientError added in v0.5.0

func (o *DeploymentCombinedForbidden) IsClientError() bool

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

func (*DeploymentCombinedForbidden) IsCode added in v0.5.0

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

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

func (*DeploymentCombinedForbidden) IsRedirect added in v0.5.0

func (o *DeploymentCombinedForbidden) IsRedirect() bool

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

func (*DeploymentCombinedForbidden) IsServerError added in v0.5.0

func (o *DeploymentCombinedForbidden) IsServerError() bool

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

func (*DeploymentCombinedForbidden) IsSuccess added in v0.5.0

func (o *DeploymentCombinedForbidden) IsSuccess() bool

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

func (*DeploymentCombinedForbidden) String added in v0.5.0

func (o *DeploymentCombinedForbidden) String() string

type DeploymentCombinedInternalServerError added in v0.5.0

type DeploymentCombinedInternalServerError 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
}

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

Internal Server Error

func NewDeploymentCombinedInternalServerError added in v0.5.0

func NewDeploymentCombinedInternalServerError() *DeploymentCombinedInternalServerError

NewDeploymentCombinedInternalServerError creates a DeploymentCombinedInternalServerError with default headers values

func (*DeploymentCombinedInternalServerError) Code added in v0.5.0

Code gets the status code for the deployment combined internal server error response

func (*DeploymentCombinedInternalServerError) Error added in v0.5.0

func (*DeploymentCombinedInternalServerError) GetPayload added in v0.5.0

func (*DeploymentCombinedInternalServerError) IsClientError added in v0.5.0

func (o *DeploymentCombinedInternalServerError) IsClientError() bool

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

func (*DeploymentCombinedInternalServerError) IsCode added in v0.5.0

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

func (*DeploymentCombinedInternalServerError) IsRedirect added in v0.5.0

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

func (*DeploymentCombinedInternalServerError) IsServerError added in v0.5.0

func (o *DeploymentCombinedInternalServerError) IsServerError() bool

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

func (*DeploymentCombinedInternalServerError) IsSuccess added in v0.5.0

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

func (*DeploymentCombinedInternalServerError) String added in v0.5.0

type DeploymentCombinedOK added in v0.5.0

type DeploymentCombinedOK 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.ModelsDeploymentEntityResponse
}

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

OK

func NewDeploymentCombinedOK added in v0.5.0

func NewDeploymentCombinedOK() *DeploymentCombinedOK

NewDeploymentCombinedOK creates a DeploymentCombinedOK with default headers values

func (*DeploymentCombinedOK) Code added in v0.5.0

func (o *DeploymentCombinedOK) Code() int

Code gets the status code for the deployment combined o k response

func (*DeploymentCombinedOK) Error added in v0.5.0

func (o *DeploymentCombinedOK) Error() string

func (*DeploymentCombinedOK) GetPayload added in v0.5.0

func (*DeploymentCombinedOK) IsClientError added in v0.5.0

func (o *DeploymentCombinedOK) IsClientError() bool

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

func (*DeploymentCombinedOK) IsCode added in v0.5.0

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

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

func (*DeploymentCombinedOK) IsRedirect added in v0.5.0

func (o *DeploymentCombinedOK) IsRedirect() bool

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

func (*DeploymentCombinedOK) IsServerError added in v0.5.0

func (o *DeploymentCombinedOK) IsServerError() bool

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

func (*DeploymentCombinedOK) IsSuccess added in v0.5.0

func (o *DeploymentCombinedOK) IsSuccess() bool

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

func (*DeploymentCombinedOK) String added in v0.5.0

func (o *DeploymentCombinedOK) String() string

type DeploymentCombinedParams added in v0.5.0

type DeploymentCombinedParams struct {

	/* Filter.

	   Search Kubernetes deployments using a query in Falcon Query Language (FQL). Supported filters:  agent_type,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,deployment_id,deployment_name,first_seen,last_seen,namespace,pod_count,resource_status
	*/
	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.

	   Field to sort results by
	*/
	Sort *string

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

DeploymentCombinedParams contains all the parameters to send to the API endpoint

for the deployment combined operation.

Typically these are written to a http.Request.

func NewDeploymentCombinedParams added in v0.5.0

func NewDeploymentCombinedParams() *DeploymentCombinedParams

NewDeploymentCombinedParams creates a new DeploymentCombinedParams 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 NewDeploymentCombinedParamsWithContext added in v0.5.0

func NewDeploymentCombinedParamsWithContext(ctx context.Context) *DeploymentCombinedParams

NewDeploymentCombinedParamsWithContext creates a new DeploymentCombinedParams object with the ability to set a context for a request.

func NewDeploymentCombinedParamsWithHTTPClient added in v0.5.0

func NewDeploymentCombinedParamsWithHTTPClient(client *http.Client) *DeploymentCombinedParams

NewDeploymentCombinedParamsWithHTTPClient creates a new DeploymentCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewDeploymentCombinedParamsWithTimeout added in v0.5.0

func NewDeploymentCombinedParamsWithTimeout(timeout time.Duration) *DeploymentCombinedParams

NewDeploymentCombinedParamsWithTimeout creates a new DeploymentCombinedParams object with the ability to set a timeout on a request.

func (*DeploymentCombinedParams) SetContext added in v0.5.0

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

SetContext adds the context to the deployment combined params

func (*DeploymentCombinedParams) SetDefaults added in v0.5.0

func (o *DeploymentCombinedParams) SetDefaults()

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

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

func (*DeploymentCombinedParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the deployment combined params

func (*DeploymentCombinedParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the deployment combined params

func (*DeploymentCombinedParams) SetLimit added in v0.5.0

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

SetLimit adds the limit to the deployment combined params

func (*DeploymentCombinedParams) SetOffset added in v0.5.0

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

SetOffset adds the offset to the deployment combined params

func (*DeploymentCombinedParams) SetSort added in v0.5.0

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

SetSort adds the sort to the deployment combined params

func (*DeploymentCombinedParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the deployment combined params

func (*DeploymentCombinedParams) WithContext added in v0.5.0

WithContext adds the context to the deployment combined params

func (*DeploymentCombinedParams) WithDefaults added in v0.5.0

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

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

func (*DeploymentCombinedParams) WithFilter added in v0.5.0

WithFilter adds the filter to the deployment combined params

func (*DeploymentCombinedParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the deployment combined params

func (*DeploymentCombinedParams) WithLimit added in v0.5.0

WithLimit adds the limit to the deployment combined params

func (*DeploymentCombinedParams) WithOffset added in v0.5.0

WithOffset adds the offset to the deployment combined params

func (*DeploymentCombinedParams) WithSort added in v0.5.0

WithSort adds the sort to the deployment combined params

func (*DeploymentCombinedParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the deployment combined params

func (*DeploymentCombinedParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type DeploymentCombinedReader added in v0.5.0

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

DeploymentCombinedReader is a Reader for the DeploymentCombined structure.

func (*DeploymentCombinedReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type DeploymentCombinedTooManyRequests added in v0.5.0

type DeploymentCombinedTooManyRequests 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
}

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

Too Many Requests

func NewDeploymentCombinedTooManyRequests added in v0.5.0

func NewDeploymentCombinedTooManyRequests() *DeploymentCombinedTooManyRequests

NewDeploymentCombinedTooManyRequests creates a DeploymentCombinedTooManyRequests with default headers values

func (*DeploymentCombinedTooManyRequests) Code added in v0.5.0

Code gets the status code for the deployment combined too many requests response

func (*DeploymentCombinedTooManyRequests) Error added in v0.5.0

func (*DeploymentCombinedTooManyRequests) GetPayload added in v0.5.0

func (*DeploymentCombinedTooManyRequests) IsClientError added in v0.5.0

func (o *DeploymentCombinedTooManyRequests) IsClientError() bool

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

func (*DeploymentCombinedTooManyRequests) IsCode added in v0.5.0

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

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

func (*DeploymentCombinedTooManyRequests) IsRedirect added in v0.5.0

func (o *DeploymentCombinedTooManyRequests) IsRedirect() bool

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

func (*DeploymentCombinedTooManyRequests) IsServerError added in v0.5.0

func (o *DeploymentCombinedTooManyRequests) IsServerError() bool

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

func (*DeploymentCombinedTooManyRequests) IsSuccess added in v0.5.0

func (o *DeploymentCombinedTooManyRequests) IsSuccess() bool

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

func (*DeploymentCombinedTooManyRequests) String added in v0.5.0

type DeploymentCountForbidden added in v0.5.0

type DeploymentCountForbidden 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
}

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

Forbidden

func NewDeploymentCountForbidden added in v0.5.0

func NewDeploymentCountForbidden() *DeploymentCountForbidden

NewDeploymentCountForbidden creates a DeploymentCountForbidden with default headers values

func (*DeploymentCountForbidden) Code added in v0.5.0

func (o *DeploymentCountForbidden) Code() int

Code gets the status code for the deployment count forbidden response

func (*DeploymentCountForbidden) Error added in v0.5.0

func (o *DeploymentCountForbidden) Error() string

func (*DeploymentCountForbidden) GetPayload added in v0.5.0

func (*DeploymentCountForbidden) IsClientError added in v0.5.0

func (o *DeploymentCountForbidden) IsClientError() bool

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

func (*DeploymentCountForbidden) IsCode added in v0.5.0

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

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

func (*DeploymentCountForbidden) IsRedirect added in v0.5.0

func (o *DeploymentCountForbidden) IsRedirect() bool

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

func (*DeploymentCountForbidden) IsServerError added in v0.5.0

func (o *DeploymentCountForbidden) IsServerError() bool

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

func (*DeploymentCountForbidden) IsSuccess added in v0.5.0

func (o *DeploymentCountForbidden) IsSuccess() bool

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

func (*DeploymentCountForbidden) String added in v0.5.0

func (o *DeploymentCountForbidden) String() string

type DeploymentCountInternalServerError added in v0.5.0

type DeploymentCountInternalServerError 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
}

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

Internal Server Error

func NewDeploymentCountInternalServerError added in v0.5.0

func NewDeploymentCountInternalServerError() *DeploymentCountInternalServerError

NewDeploymentCountInternalServerError creates a DeploymentCountInternalServerError with default headers values

func (*DeploymentCountInternalServerError) Code added in v0.5.0

Code gets the status code for the deployment count internal server error response

func (*DeploymentCountInternalServerError) Error added in v0.5.0

func (*DeploymentCountInternalServerError) GetPayload added in v0.5.0

func (*DeploymentCountInternalServerError) IsClientError added in v0.5.0

func (o *DeploymentCountInternalServerError) IsClientError() bool

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

func (*DeploymentCountInternalServerError) IsCode added in v0.5.0

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

func (*DeploymentCountInternalServerError) IsRedirect added in v0.5.0

func (o *DeploymentCountInternalServerError) IsRedirect() bool

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

func (*DeploymentCountInternalServerError) IsServerError added in v0.5.0

func (o *DeploymentCountInternalServerError) IsServerError() bool

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

func (*DeploymentCountInternalServerError) IsSuccess added in v0.5.0

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

func (*DeploymentCountInternalServerError) String added in v0.5.0

type DeploymentCountOK added in v0.5.0

type DeploymentCountOK 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.CommonCountResponse
}

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

OK

func NewDeploymentCountOK added in v0.5.0

func NewDeploymentCountOK() *DeploymentCountOK

NewDeploymentCountOK creates a DeploymentCountOK with default headers values

func (*DeploymentCountOK) Code added in v0.5.0

func (o *DeploymentCountOK) Code() int

Code gets the status code for the deployment count o k response

func (*DeploymentCountOK) Error added in v0.5.0

func (o *DeploymentCountOK) Error() string

func (*DeploymentCountOK) GetPayload added in v0.5.0

func (o *DeploymentCountOK) GetPayload() *models.CommonCountResponse

func (*DeploymentCountOK) IsClientError added in v0.5.0

func (o *DeploymentCountOK) IsClientError() bool

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

func (*DeploymentCountOK) IsCode added in v0.5.0

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

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

func (*DeploymentCountOK) IsRedirect added in v0.5.0

func (o *DeploymentCountOK) IsRedirect() bool

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

func (*DeploymentCountOK) IsServerError added in v0.5.0

func (o *DeploymentCountOK) IsServerError() bool

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

func (*DeploymentCountOK) IsSuccess added in v0.5.0

func (o *DeploymentCountOK) IsSuccess() bool

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

func (*DeploymentCountOK) String added in v0.5.0

func (o *DeploymentCountOK) String() string

type DeploymentCountParams added in v0.5.0

type DeploymentCountParams struct {

	/* Filter.

	   Retrieve count of Kubernetes deployments that match a query in Falcon Query Language (FQL). Supported filters:  agent_type,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,deployment_id,deployment_name,first_seen,last_seen,namespace,pod_count,resource_status
	*/
	Filter *string

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

DeploymentCountParams contains all the parameters to send to the API endpoint

for the deployment count operation.

Typically these are written to a http.Request.

func NewDeploymentCountParams added in v0.5.0

func NewDeploymentCountParams() *DeploymentCountParams

NewDeploymentCountParams creates a new DeploymentCountParams 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 NewDeploymentCountParamsWithContext added in v0.5.0

func NewDeploymentCountParamsWithContext(ctx context.Context) *DeploymentCountParams

NewDeploymentCountParamsWithContext creates a new DeploymentCountParams object with the ability to set a context for a request.

func NewDeploymentCountParamsWithHTTPClient added in v0.5.0

func NewDeploymentCountParamsWithHTTPClient(client *http.Client) *DeploymentCountParams

NewDeploymentCountParamsWithHTTPClient creates a new DeploymentCountParams object with the ability to set a custom HTTPClient for a request.

func NewDeploymentCountParamsWithTimeout added in v0.5.0

func NewDeploymentCountParamsWithTimeout(timeout time.Duration) *DeploymentCountParams

NewDeploymentCountParamsWithTimeout creates a new DeploymentCountParams object with the ability to set a timeout on a request.

func (*DeploymentCountParams) SetContext added in v0.5.0

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

SetContext adds the context to the deployment count params

func (*DeploymentCountParams) SetDefaults added in v0.5.0

func (o *DeploymentCountParams) SetDefaults()

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

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

func (*DeploymentCountParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the deployment count params

func (*DeploymentCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the deployment count params

func (*DeploymentCountParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the deployment count params

func (*DeploymentCountParams) WithContext added in v0.5.0

WithContext adds the context to the deployment count params

func (*DeploymentCountParams) WithDefaults added in v0.5.0

func (o *DeploymentCountParams) WithDefaults() *DeploymentCountParams

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

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

func (*DeploymentCountParams) WithFilter added in v0.5.0

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

WithFilter adds the filter to the deployment count params

func (*DeploymentCountParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the deployment count params

func (*DeploymentCountParams) WithTimeout added in v0.5.0

func (o *DeploymentCountParams) WithTimeout(timeout time.Duration) *DeploymentCountParams

WithTimeout adds the timeout to the deployment count params

func (*DeploymentCountParams) WriteToRequest added in v0.5.0

func (o *DeploymentCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeploymentCountReader added in v0.5.0

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

DeploymentCountReader is a Reader for the DeploymentCount structure.

func (*DeploymentCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type DeploymentCountTooManyRequests added in v0.5.0

type DeploymentCountTooManyRequests 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
}

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

Too Many Requests

func NewDeploymentCountTooManyRequests added in v0.5.0

func NewDeploymentCountTooManyRequests() *DeploymentCountTooManyRequests

NewDeploymentCountTooManyRequests creates a DeploymentCountTooManyRequests with default headers values

func (*DeploymentCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the deployment count too many requests response

func (*DeploymentCountTooManyRequests) Error added in v0.5.0

func (*DeploymentCountTooManyRequests) GetPayload added in v0.5.0

func (*DeploymentCountTooManyRequests) IsClientError added in v0.5.0

func (o *DeploymentCountTooManyRequests) IsClientError() bool

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

func (*DeploymentCountTooManyRequests) IsCode added in v0.5.0

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

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

func (*DeploymentCountTooManyRequests) IsRedirect added in v0.5.0

func (o *DeploymentCountTooManyRequests) IsRedirect() bool

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

func (*DeploymentCountTooManyRequests) IsServerError added in v0.5.0

func (o *DeploymentCountTooManyRequests) IsServerError() bool

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

func (*DeploymentCountTooManyRequests) IsSuccess added in v0.5.0

func (o *DeploymentCountTooManyRequests) IsSuccess() bool

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

func (*DeploymentCountTooManyRequests) String added in v0.5.0

type DeploymentEnrichmentForbidden added in v0.5.0

type DeploymentEnrichmentForbidden 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
}

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

Forbidden

func NewDeploymentEnrichmentForbidden added in v0.5.0

func NewDeploymentEnrichmentForbidden() *DeploymentEnrichmentForbidden

NewDeploymentEnrichmentForbidden creates a DeploymentEnrichmentForbidden with default headers values

func (*DeploymentEnrichmentForbidden) Code added in v0.5.0

Code gets the status code for the deployment enrichment forbidden response

func (*DeploymentEnrichmentForbidden) Error added in v0.5.0

func (*DeploymentEnrichmentForbidden) GetPayload added in v0.5.0

func (*DeploymentEnrichmentForbidden) IsClientError added in v0.5.0

func (o *DeploymentEnrichmentForbidden) IsClientError() bool

IsClientError returns true when this deployment enrichment forbidden response has a 4xx status code

func (*DeploymentEnrichmentForbidden) IsCode added in v0.5.0

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

IsCode returns true when this deployment enrichment forbidden response a status code equal to that given

func (*DeploymentEnrichmentForbidden) IsRedirect added in v0.5.0

func (o *DeploymentEnrichmentForbidden) IsRedirect() bool

IsRedirect returns true when this deployment enrichment forbidden response has a 3xx status code

func (*DeploymentEnrichmentForbidden) IsServerError added in v0.5.0

func (o *DeploymentEnrichmentForbidden) IsServerError() bool

IsServerError returns true when this deployment enrichment forbidden response has a 5xx status code

func (*DeploymentEnrichmentForbidden) IsSuccess added in v0.5.0

func (o *DeploymentEnrichmentForbidden) IsSuccess() bool

IsSuccess returns true when this deployment enrichment forbidden response has a 2xx status code

func (*DeploymentEnrichmentForbidden) String added in v0.5.0

type DeploymentEnrichmentInternalServerError added in v0.5.0

type DeploymentEnrichmentInternalServerError 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
}

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

Internal Server Error

func NewDeploymentEnrichmentInternalServerError added in v0.5.0

func NewDeploymentEnrichmentInternalServerError() *DeploymentEnrichmentInternalServerError

NewDeploymentEnrichmentInternalServerError creates a DeploymentEnrichmentInternalServerError with default headers values

func (*DeploymentEnrichmentInternalServerError) Code added in v0.5.0

Code gets the status code for the deployment enrichment internal server error response

func (*DeploymentEnrichmentInternalServerError) Error added in v0.5.0

func (*DeploymentEnrichmentInternalServerError) GetPayload added in v0.5.0

func (*DeploymentEnrichmentInternalServerError) IsClientError added in v0.5.0

func (o *DeploymentEnrichmentInternalServerError) IsClientError() bool

IsClientError returns true when this deployment enrichment internal server error response has a 4xx status code

func (*DeploymentEnrichmentInternalServerError) IsCode added in v0.5.0

IsCode returns true when this deployment enrichment internal server error response a status code equal to that given

func (*DeploymentEnrichmentInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this deployment enrichment internal server error response has a 3xx status code

func (*DeploymentEnrichmentInternalServerError) IsServerError added in v0.5.0

func (o *DeploymentEnrichmentInternalServerError) IsServerError() bool

IsServerError returns true when this deployment enrichment internal server error response has a 5xx status code

func (*DeploymentEnrichmentInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this deployment enrichment internal server error response has a 2xx status code

func (*DeploymentEnrichmentInternalServerError) String added in v0.5.0

type DeploymentEnrichmentOK added in v0.5.0

type DeploymentEnrichmentOK 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.K8sassetsDeploymentEnrichmentResponse
}

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

OK

func NewDeploymentEnrichmentOK added in v0.5.0

func NewDeploymentEnrichmentOK() *DeploymentEnrichmentOK

NewDeploymentEnrichmentOK creates a DeploymentEnrichmentOK with default headers values

func (*DeploymentEnrichmentOK) Code added in v0.5.0

func (o *DeploymentEnrichmentOK) Code() int

Code gets the status code for the deployment enrichment o k response

func (*DeploymentEnrichmentOK) Error added in v0.5.0

func (o *DeploymentEnrichmentOK) Error() string

func (*DeploymentEnrichmentOK) GetPayload added in v0.5.0

func (*DeploymentEnrichmentOK) IsClientError added in v0.5.0

func (o *DeploymentEnrichmentOK) IsClientError() bool

IsClientError returns true when this deployment enrichment o k response has a 4xx status code

func (*DeploymentEnrichmentOK) IsCode added in v0.5.0

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

IsCode returns true when this deployment enrichment o k response a status code equal to that given

func (*DeploymentEnrichmentOK) IsRedirect added in v0.5.0

func (o *DeploymentEnrichmentOK) IsRedirect() bool

IsRedirect returns true when this deployment enrichment o k response has a 3xx status code

func (*DeploymentEnrichmentOK) IsServerError added in v0.5.0

func (o *DeploymentEnrichmentOK) IsServerError() bool

IsServerError returns true when this deployment enrichment o k response has a 5xx status code

func (*DeploymentEnrichmentOK) IsSuccess added in v0.5.0

func (o *DeploymentEnrichmentOK) IsSuccess() bool

IsSuccess returns true when this deployment enrichment o k response has a 2xx status code

func (*DeploymentEnrichmentOK) String added in v0.5.0

func (o *DeploymentEnrichmentOK) String() string

type DeploymentEnrichmentParams added in v0.5.0

type DeploymentEnrichmentParams struct {

	/* DeploymentID.

	   One or more deployment ids for which to retrieve enrichment info
	*/
	DeploymentID []string

	/* Filter.

	   Supported filters:  last_seen
	*/
	Filter *string

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

DeploymentEnrichmentParams contains all the parameters to send to the API endpoint

for the deployment enrichment operation.

Typically these are written to a http.Request.

func NewDeploymentEnrichmentParams added in v0.5.0

func NewDeploymentEnrichmentParams() *DeploymentEnrichmentParams

NewDeploymentEnrichmentParams creates a new DeploymentEnrichmentParams 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 NewDeploymentEnrichmentParamsWithContext added in v0.5.0

func NewDeploymentEnrichmentParamsWithContext(ctx context.Context) *DeploymentEnrichmentParams

NewDeploymentEnrichmentParamsWithContext creates a new DeploymentEnrichmentParams object with the ability to set a context for a request.

func NewDeploymentEnrichmentParamsWithHTTPClient added in v0.5.0

func NewDeploymentEnrichmentParamsWithHTTPClient(client *http.Client) *DeploymentEnrichmentParams

NewDeploymentEnrichmentParamsWithHTTPClient creates a new DeploymentEnrichmentParams object with the ability to set a custom HTTPClient for a request.

func NewDeploymentEnrichmentParamsWithTimeout added in v0.5.0

func NewDeploymentEnrichmentParamsWithTimeout(timeout time.Duration) *DeploymentEnrichmentParams

NewDeploymentEnrichmentParamsWithTimeout creates a new DeploymentEnrichmentParams object with the ability to set a timeout on a request.

func (*DeploymentEnrichmentParams) SetContext added in v0.5.0

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

SetContext adds the context to the deployment enrichment params

func (*DeploymentEnrichmentParams) SetDefaults added in v0.5.0

func (o *DeploymentEnrichmentParams) SetDefaults()

SetDefaults hydrates default values in the deployment enrichment params (not the query body).

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

func (*DeploymentEnrichmentParams) SetDeploymentID added in v0.5.0

func (o *DeploymentEnrichmentParams) SetDeploymentID(deploymentID []string)

SetDeploymentID adds the deploymentId to the deployment enrichment params

func (*DeploymentEnrichmentParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the deployment enrichment params

func (*DeploymentEnrichmentParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the deployment enrichment params

func (*DeploymentEnrichmentParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the deployment enrichment params

func (*DeploymentEnrichmentParams) WithContext added in v0.5.0

WithContext adds the context to the deployment enrichment params

func (*DeploymentEnrichmentParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the deployment enrichment params (not the query body).

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

func (*DeploymentEnrichmentParams) WithDeploymentID added in v0.5.0

func (o *DeploymentEnrichmentParams) WithDeploymentID(deploymentID []string) *DeploymentEnrichmentParams

WithDeploymentID adds the deploymentID to the deployment enrichment params

func (*DeploymentEnrichmentParams) WithFilter added in v0.5.0

WithFilter adds the filter to the deployment enrichment params

func (*DeploymentEnrichmentParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the deployment enrichment params

func (*DeploymentEnrichmentParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the deployment enrichment params

func (*DeploymentEnrichmentParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type DeploymentEnrichmentReader added in v0.5.0

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

DeploymentEnrichmentReader is a Reader for the DeploymentEnrichment structure.

func (*DeploymentEnrichmentReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type DeploymentEnrichmentTooManyRequests added in v0.5.0

type DeploymentEnrichmentTooManyRequests 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
}

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

Too Many Requests

func NewDeploymentEnrichmentTooManyRequests added in v0.5.0

func NewDeploymentEnrichmentTooManyRequests() *DeploymentEnrichmentTooManyRequests

NewDeploymentEnrichmentTooManyRequests creates a DeploymentEnrichmentTooManyRequests with default headers values

func (*DeploymentEnrichmentTooManyRequests) Code added in v0.5.0

Code gets the status code for the deployment enrichment too many requests response

func (*DeploymentEnrichmentTooManyRequests) Error added in v0.5.0

func (*DeploymentEnrichmentTooManyRequests) GetPayload added in v0.5.0

func (*DeploymentEnrichmentTooManyRequests) IsClientError added in v0.5.0

func (o *DeploymentEnrichmentTooManyRequests) IsClientError() bool

IsClientError returns true when this deployment enrichment too many requests response has a 4xx status code

func (*DeploymentEnrichmentTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this deployment enrichment too many requests response a status code equal to that given

func (*DeploymentEnrichmentTooManyRequests) IsRedirect added in v0.5.0

func (o *DeploymentEnrichmentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this deployment enrichment too many requests response has a 3xx status code

func (*DeploymentEnrichmentTooManyRequests) IsServerError added in v0.5.0

func (o *DeploymentEnrichmentTooManyRequests) IsServerError() bool

IsServerError returns true when this deployment enrichment too many requests response has a 5xx status code

func (*DeploymentEnrichmentTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this deployment enrichment too many requests response has a 2xx status code

func (*DeploymentEnrichmentTooManyRequests) String added in v0.5.0

type DeploymentsByDateRangeCountForbidden added in v0.5.0

type DeploymentsByDateRangeCountForbidden 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
}

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

Forbidden

func NewDeploymentsByDateRangeCountForbidden added in v0.5.0

func NewDeploymentsByDateRangeCountForbidden() *DeploymentsByDateRangeCountForbidden

NewDeploymentsByDateRangeCountForbidden creates a DeploymentsByDateRangeCountForbidden with default headers values

func (*DeploymentsByDateRangeCountForbidden) Code added in v0.5.0

Code gets the status code for the deployments by date range count forbidden response

func (*DeploymentsByDateRangeCountForbidden) Error added in v0.5.0

func (*DeploymentsByDateRangeCountForbidden) GetPayload added in v0.5.0

func (*DeploymentsByDateRangeCountForbidden) IsClientError added in v0.5.0

func (o *DeploymentsByDateRangeCountForbidden) IsClientError() bool

IsClientError returns true when this deployments by date range count forbidden response has a 4xx status code

func (*DeploymentsByDateRangeCountForbidden) IsCode added in v0.5.0

IsCode returns true when this deployments by date range count forbidden response a status code equal to that given

func (*DeploymentsByDateRangeCountForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this deployments by date range count forbidden response has a 3xx status code

func (*DeploymentsByDateRangeCountForbidden) IsServerError added in v0.5.0

func (o *DeploymentsByDateRangeCountForbidden) IsServerError() bool

IsServerError returns true when this deployments by date range count forbidden response has a 5xx status code

func (*DeploymentsByDateRangeCountForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this deployments by date range count forbidden response has a 2xx status code

func (*DeploymentsByDateRangeCountForbidden) String added in v0.5.0

type DeploymentsByDateRangeCountInternalServerError added in v0.5.0

type DeploymentsByDateRangeCountInternalServerError 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
}

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

Internal Server Error

func NewDeploymentsByDateRangeCountInternalServerError added in v0.5.0

func NewDeploymentsByDateRangeCountInternalServerError() *DeploymentsByDateRangeCountInternalServerError

NewDeploymentsByDateRangeCountInternalServerError creates a DeploymentsByDateRangeCountInternalServerError with default headers values

func (*DeploymentsByDateRangeCountInternalServerError) Code added in v0.5.0

Code gets the status code for the deployments by date range count internal server error response

func (*DeploymentsByDateRangeCountInternalServerError) Error added in v0.5.0

func (*DeploymentsByDateRangeCountInternalServerError) GetPayload added in v0.5.0

func (*DeploymentsByDateRangeCountInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this deployments by date range count internal server error response has a 4xx status code

func (*DeploymentsByDateRangeCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this deployments by date range count internal server error response a status code equal to that given

func (*DeploymentsByDateRangeCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this deployments by date range count internal server error response has a 3xx status code

func (*DeploymentsByDateRangeCountInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this deployments by date range count internal server error response has a 5xx status code

func (*DeploymentsByDateRangeCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this deployments by date range count internal server error response has a 2xx status code

func (*DeploymentsByDateRangeCountInternalServerError) String added in v0.5.0

type DeploymentsByDateRangeCountOK added in v0.5.0

type DeploymentsByDateRangeCountOK 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.ModelsAggregateValuesByFieldResponse
}

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

OK

func NewDeploymentsByDateRangeCountOK added in v0.5.0

func NewDeploymentsByDateRangeCountOK() *DeploymentsByDateRangeCountOK

NewDeploymentsByDateRangeCountOK creates a DeploymentsByDateRangeCountOK with default headers values

func (*DeploymentsByDateRangeCountOK) Code added in v0.5.0

Code gets the status code for the deployments by date range count o k response

func (*DeploymentsByDateRangeCountOK) Error added in v0.5.0

func (*DeploymentsByDateRangeCountOK) GetPayload added in v0.5.0

func (*DeploymentsByDateRangeCountOK) IsClientError added in v0.5.0

func (o *DeploymentsByDateRangeCountOK) IsClientError() bool

IsClientError returns true when this deployments by date range count o k response has a 4xx status code

func (*DeploymentsByDateRangeCountOK) IsCode added in v0.5.0

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

IsCode returns true when this deployments by date range count o k response a status code equal to that given

func (*DeploymentsByDateRangeCountOK) IsRedirect added in v0.5.0

func (o *DeploymentsByDateRangeCountOK) IsRedirect() bool

IsRedirect returns true when this deployments by date range count o k response has a 3xx status code

func (*DeploymentsByDateRangeCountOK) IsServerError added in v0.5.0

func (o *DeploymentsByDateRangeCountOK) IsServerError() bool

IsServerError returns true when this deployments by date range count o k response has a 5xx status code

func (*DeploymentsByDateRangeCountOK) IsSuccess added in v0.5.0

func (o *DeploymentsByDateRangeCountOK) IsSuccess() bool

IsSuccess returns true when this deployments by date range count o k response has a 2xx status code

func (*DeploymentsByDateRangeCountOK) String added in v0.5.0

type DeploymentsByDateRangeCountParams added in v0.5.0

type DeploymentsByDateRangeCountParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeploymentsByDateRangeCountParams contains all the parameters to send to the API endpoint

for the deployments by date range count operation.

Typically these are written to a http.Request.

func NewDeploymentsByDateRangeCountParams added in v0.5.0

func NewDeploymentsByDateRangeCountParams() *DeploymentsByDateRangeCountParams

NewDeploymentsByDateRangeCountParams creates a new DeploymentsByDateRangeCountParams 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 NewDeploymentsByDateRangeCountParamsWithContext added in v0.5.0

func NewDeploymentsByDateRangeCountParamsWithContext(ctx context.Context) *DeploymentsByDateRangeCountParams

NewDeploymentsByDateRangeCountParamsWithContext creates a new DeploymentsByDateRangeCountParams object with the ability to set a context for a request.

func NewDeploymentsByDateRangeCountParamsWithHTTPClient added in v0.5.0

func NewDeploymentsByDateRangeCountParamsWithHTTPClient(client *http.Client) *DeploymentsByDateRangeCountParams

NewDeploymentsByDateRangeCountParamsWithHTTPClient creates a new DeploymentsByDateRangeCountParams object with the ability to set a custom HTTPClient for a request.

func NewDeploymentsByDateRangeCountParamsWithTimeout added in v0.5.0

func NewDeploymentsByDateRangeCountParamsWithTimeout(timeout time.Duration) *DeploymentsByDateRangeCountParams

NewDeploymentsByDateRangeCountParamsWithTimeout creates a new DeploymentsByDateRangeCountParams object with the ability to set a timeout on a request.

func (*DeploymentsByDateRangeCountParams) SetContext added in v0.5.0

SetContext adds the context to the deployments by date range count params

func (*DeploymentsByDateRangeCountParams) SetDefaults added in v0.5.0

func (o *DeploymentsByDateRangeCountParams) SetDefaults()

SetDefaults hydrates default values in the deployments by date range count params (not the query body).

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

func (*DeploymentsByDateRangeCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the deployments by date range count params

func (*DeploymentsByDateRangeCountParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the deployments by date range count params

func (*DeploymentsByDateRangeCountParams) WithContext added in v0.5.0

WithContext adds the context to the deployments by date range count params

func (*DeploymentsByDateRangeCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the deployments by date range count params (not the query body).

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

func (*DeploymentsByDateRangeCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the deployments by date range count params

func (*DeploymentsByDateRangeCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the deployments by date range count params

func (*DeploymentsByDateRangeCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type DeploymentsByDateRangeCountReader added in v0.5.0

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

DeploymentsByDateRangeCountReader is a Reader for the DeploymentsByDateRangeCount structure.

func (*DeploymentsByDateRangeCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type DeploymentsByDateRangeCountTooManyRequests added in v0.5.0

type DeploymentsByDateRangeCountTooManyRequests 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
}

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

Too Many Requests

func NewDeploymentsByDateRangeCountTooManyRequests added in v0.5.0

func NewDeploymentsByDateRangeCountTooManyRequests() *DeploymentsByDateRangeCountTooManyRequests

NewDeploymentsByDateRangeCountTooManyRequests creates a DeploymentsByDateRangeCountTooManyRequests with default headers values

func (*DeploymentsByDateRangeCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the deployments by date range count too many requests response

func (*DeploymentsByDateRangeCountTooManyRequests) Error added in v0.5.0

func (*DeploymentsByDateRangeCountTooManyRequests) GetPayload added in v0.5.0

func (*DeploymentsByDateRangeCountTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this deployments by date range count too many requests response has a 4xx status code

func (*DeploymentsByDateRangeCountTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this deployments by date range count too many requests response a status code equal to that given

func (*DeploymentsByDateRangeCountTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this deployments by date range count too many requests response has a 3xx status code

func (*DeploymentsByDateRangeCountTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this deployments by date range count too many requests response has a 5xx status code

func (*DeploymentsByDateRangeCountTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this deployments by date range count too many requests response has a 2xx status code

func (*DeploymentsByDateRangeCountTooManyRequests) String added in v0.5.0

type DistinctContainerImageCountForbidden added in v0.5.0

type DistinctContainerImageCountForbidden 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
}

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

Forbidden

func NewDistinctContainerImageCountForbidden added in v0.5.0

func NewDistinctContainerImageCountForbidden() *DistinctContainerImageCountForbidden

NewDistinctContainerImageCountForbidden creates a DistinctContainerImageCountForbidden with default headers values

func (*DistinctContainerImageCountForbidden) Code added in v0.5.0

Code gets the status code for the distinct container image count forbidden response

func (*DistinctContainerImageCountForbidden) Error added in v0.5.0

func (*DistinctContainerImageCountForbidden) GetPayload added in v0.5.0

func (*DistinctContainerImageCountForbidden) IsClientError added in v0.5.0

func (o *DistinctContainerImageCountForbidden) IsClientError() bool

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

func (*DistinctContainerImageCountForbidden) IsCode added in v0.5.0

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

func (*DistinctContainerImageCountForbidden) IsRedirect added in v0.5.0

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

func (*DistinctContainerImageCountForbidden) IsServerError added in v0.5.0

func (o *DistinctContainerImageCountForbidden) IsServerError() bool

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

func (*DistinctContainerImageCountForbidden) IsSuccess added in v0.5.0

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

func (*DistinctContainerImageCountForbidden) String added in v0.5.0

type DistinctContainerImageCountInternalServerError added in v0.5.0

type DistinctContainerImageCountInternalServerError 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
}

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

Internal Server Error

func NewDistinctContainerImageCountInternalServerError added in v0.5.0

func NewDistinctContainerImageCountInternalServerError() *DistinctContainerImageCountInternalServerError

NewDistinctContainerImageCountInternalServerError creates a DistinctContainerImageCountInternalServerError with default headers values

func (*DistinctContainerImageCountInternalServerError) Code added in v0.5.0

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

func (*DistinctContainerImageCountInternalServerError) Error added in v0.5.0

func (*DistinctContainerImageCountInternalServerError) GetPayload added in v0.5.0

func (*DistinctContainerImageCountInternalServerError) IsClientError added in v0.5.0

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

func (*DistinctContainerImageCountInternalServerError) IsCode added in v0.5.0

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

func (*DistinctContainerImageCountInternalServerError) IsRedirect added in v0.5.0

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

func (*DistinctContainerImageCountInternalServerError) IsServerError added in v0.5.0

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

func (*DistinctContainerImageCountInternalServerError) IsSuccess added in v0.5.0

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

func (*DistinctContainerImageCountInternalServerError) String added in v0.5.0

type DistinctContainerImageCountOK added in v0.5.0

type DistinctContainerImageCountOK 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.ModelsAPIFilterResponse
}

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

OK

func NewDistinctContainerImageCountOK added in v0.5.0

func NewDistinctContainerImageCountOK() *DistinctContainerImageCountOK

NewDistinctContainerImageCountOK creates a DistinctContainerImageCountOK with default headers values

func (*DistinctContainerImageCountOK) Code added in v0.5.0

Code gets the status code for the distinct container image count o k response

func (*DistinctContainerImageCountOK) Error added in v0.5.0

func (*DistinctContainerImageCountOK) GetPayload added in v0.5.0

func (*DistinctContainerImageCountOK) IsClientError added in v0.5.0

func (o *DistinctContainerImageCountOK) IsClientError() bool

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

func (*DistinctContainerImageCountOK) IsCode added in v0.5.0

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

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

func (*DistinctContainerImageCountOK) IsRedirect added in v0.5.0

func (o *DistinctContainerImageCountOK) IsRedirect() bool

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

func (*DistinctContainerImageCountOK) IsServerError added in v0.5.0

func (o *DistinctContainerImageCountOK) IsServerError() bool

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

func (*DistinctContainerImageCountOK) IsSuccess added in v0.5.0

func (o *DistinctContainerImageCountOK) IsSuccess() bool

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

func (*DistinctContainerImageCountOK) String added in v0.5.0

type DistinctContainerImageCountParams added in v0.5.0

type DistinctContainerImageCountParams struct {

	/* Filter.

	   Search Kubernetes containers using a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

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

DistinctContainerImageCountParams contains all the parameters to send to the API endpoint

for the distinct container image count operation.

Typically these are written to a http.Request.

func NewDistinctContainerImageCountParams added in v0.5.0

func NewDistinctContainerImageCountParams() *DistinctContainerImageCountParams

NewDistinctContainerImageCountParams creates a new DistinctContainerImageCountParams 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 NewDistinctContainerImageCountParamsWithContext added in v0.5.0

func NewDistinctContainerImageCountParamsWithContext(ctx context.Context) *DistinctContainerImageCountParams

NewDistinctContainerImageCountParamsWithContext creates a new DistinctContainerImageCountParams object with the ability to set a context for a request.

func NewDistinctContainerImageCountParamsWithHTTPClient added in v0.5.0

func NewDistinctContainerImageCountParamsWithHTTPClient(client *http.Client) *DistinctContainerImageCountParams

NewDistinctContainerImageCountParamsWithHTTPClient creates a new DistinctContainerImageCountParams object with the ability to set a custom HTTPClient for a request.

func NewDistinctContainerImageCountParamsWithTimeout added in v0.5.0

func NewDistinctContainerImageCountParamsWithTimeout(timeout time.Duration) *DistinctContainerImageCountParams

NewDistinctContainerImageCountParamsWithTimeout creates a new DistinctContainerImageCountParams object with the ability to set a timeout on a request.

func (*DistinctContainerImageCountParams) SetContext added in v0.5.0

SetContext adds the context to the distinct container image count params

func (*DistinctContainerImageCountParams) SetDefaults added in v0.5.0

func (o *DistinctContainerImageCountParams) SetDefaults()

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

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

func (*DistinctContainerImageCountParams) SetFilter added in v0.5.0

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

SetFilter adds the filter to the distinct container image count params

func (*DistinctContainerImageCountParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the distinct container image count params

func (*DistinctContainerImageCountParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the distinct container image count params

func (*DistinctContainerImageCountParams) WithContext added in v0.5.0

WithContext adds the context to the distinct container image count params

func (*DistinctContainerImageCountParams) WithDefaults added in v0.5.0

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

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

func (*DistinctContainerImageCountParams) WithFilter added in v0.5.0

WithFilter adds the filter to the distinct container image count params

func (*DistinctContainerImageCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the distinct container image count params

func (*DistinctContainerImageCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the distinct container image count params

func (*DistinctContainerImageCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type DistinctContainerImageCountReader added in v0.5.0

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

DistinctContainerImageCountReader is a Reader for the DistinctContainerImageCount structure.

func (*DistinctContainerImageCountReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type DistinctContainerImageCountTooManyRequests added in v0.5.0

type DistinctContainerImageCountTooManyRequests 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
}

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

Too Many Requests

func NewDistinctContainerImageCountTooManyRequests added in v0.5.0

func NewDistinctContainerImageCountTooManyRequests() *DistinctContainerImageCountTooManyRequests

NewDistinctContainerImageCountTooManyRequests creates a DistinctContainerImageCountTooManyRequests with default headers values

func (*DistinctContainerImageCountTooManyRequests) Code added in v0.5.0

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

func (*DistinctContainerImageCountTooManyRequests) Error added in v0.5.0

func (*DistinctContainerImageCountTooManyRequests) GetPayload added in v0.5.0

func (*DistinctContainerImageCountTooManyRequests) IsClientError added in v0.5.0

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

func (*DistinctContainerImageCountTooManyRequests) IsCode added in v0.5.0

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

func (*DistinctContainerImageCountTooManyRequests) IsRedirect added in v0.5.0

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

func (*DistinctContainerImageCountTooManyRequests) IsServerError added in v0.5.0

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

func (*DistinctContainerImageCountTooManyRequests) IsSuccess added in v0.5.0

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

func (*DistinctContainerImageCountTooManyRequests) String added in v0.5.0

type FindContainersByContainerRunTimeVersionForbidden added in v0.5.0

type FindContainersByContainerRunTimeVersionForbidden 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
}

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

Forbidden

func NewFindContainersByContainerRunTimeVersionForbidden added in v0.5.0

func NewFindContainersByContainerRunTimeVersionForbidden() *FindContainersByContainerRunTimeVersionForbidden

NewFindContainersByContainerRunTimeVersionForbidden creates a FindContainersByContainerRunTimeVersionForbidden with default headers values

func (*FindContainersByContainerRunTimeVersionForbidden) Code added in v0.5.0

Code gets the status code for the find containers by container run time version forbidden response

func (*FindContainersByContainerRunTimeVersionForbidden) Error added in v0.5.0

func (*FindContainersByContainerRunTimeVersionForbidden) GetPayload added in v0.5.0

func (*FindContainersByContainerRunTimeVersionForbidden) IsClientError added in v0.5.0

IsClientError returns true when this find containers by container run time version forbidden response has a 4xx status code

func (*FindContainersByContainerRunTimeVersionForbidden) IsCode added in v0.5.0

IsCode returns true when this find containers by container run time version forbidden response a status code equal to that given

func (*FindContainersByContainerRunTimeVersionForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this find containers by container run time version forbidden response has a 3xx status code

func (*FindContainersByContainerRunTimeVersionForbidden) IsServerError added in v0.5.0

IsServerError returns true when this find containers by container run time version forbidden response has a 5xx status code

func (*FindContainersByContainerRunTimeVersionForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this find containers by container run time version forbidden response has a 2xx status code

func (*FindContainersByContainerRunTimeVersionForbidden) String added in v0.5.0

type FindContainersByContainerRunTimeVersionInternalServerError added in v0.5.0

type FindContainersByContainerRunTimeVersionInternalServerError 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
}

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

Internal Server Error

func NewFindContainersByContainerRunTimeVersionInternalServerError added in v0.5.0

func NewFindContainersByContainerRunTimeVersionInternalServerError() *FindContainersByContainerRunTimeVersionInternalServerError

NewFindContainersByContainerRunTimeVersionInternalServerError creates a FindContainersByContainerRunTimeVersionInternalServerError with default headers values

func (*FindContainersByContainerRunTimeVersionInternalServerError) Code added in v0.5.0

Code gets the status code for the find containers by container run time version internal server error response

func (*FindContainersByContainerRunTimeVersionInternalServerError) Error added in v0.5.0

func (*FindContainersByContainerRunTimeVersionInternalServerError) GetPayload added in v0.5.0

func (*FindContainersByContainerRunTimeVersionInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this find containers by container run time version internal server error response has a 4xx status code

func (*FindContainersByContainerRunTimeVersionInternalServerError) IsCode added in v0.5.0

IsCode returns true when this find containers by container run time version internal server error response a status code equal to that given

func (*FindContainersByContainerRunTimeVersionInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this find containers by container run time version internal server error response has a 3xx status code

func (*FindContainersByContainerRunTimeVersionInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this find containers by container run time version internal server error response has a 5xx status code

func (*FindContainersByContainerRunTimeVersionInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this find containers by container run time version internal server error response has a 2xx status code

func (*FindContainersByContainerRunTimeVersionInternalServerError) String added in v0.5.0

type FindContainersByContainerRunTimeVersionOK added in v0.5.0

type FindContainersByContainerRunTimeVersionOK 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.ModelsContainerRuntimePivotResponse
}

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

OK

func NewFindContainersByContainerRunTimeVersionOK added in v0.5.0

func NewFindContainersByContainerRunTimeVersionOK() *FindContainersByContainerRunTimeVersionOK

NewFindContainersByContainerRunTimeVersionOK creates a FindContainersByContainerRunTimeVersionOK with default headers values

func (*FindContainersByContainerRunTimeVersionOK) Code added in v0.5.0

Code gets the status code for the find containers by container run time version o k response

func (*FindContainersByContainerRunTimeVersionOK) Error added in v0.5.0

func (*FindContainersByContainerRunTimeVersionOK) GetPayload added in v0.5.0

func (*FindContainersByContainerRunTimeVersionOK) IsClientError added in v0.5.0

IsClientError returns true when this find containers by container run time version o k response has a 4xx status code

func (*FindContainersByContainerRunTimeVersionOK) IsCode added in v0.5.0

IsCode returns true when this find containers by container run time version o k response a status code equal to that given

func (*FindContainersByContainerRunTimeVersionOK) IsRedirect added in v0.5.0

IsRedirect returns true when this find containers by container run time version o k response has a 3xx status code

func (*FindContainersByContainerRunTimeVersionOK) IsServerError added in v0.5.0

IsServerError returns true when this find containers by container run time version o k response has a 5xx status code

func (*FindContainersByContainerRunTimeVersionOK) IsSuccess added in v0.5.0

IsSuccess returns true when this find containers by container run time version o k response has a 2xx status code

func (*FindContainersByContainerRunTimeVersionOK) String added in v0.5.0

type FindContainersByContainerRunTimeVersionParams added in v0.5.0

type FindContainersByContainerRunTimeVersionParams struct {

	/* Filter.

	   Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

	/* Limit.

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

	/* Offset.

	   It is used to get the offset
	*/
	Offset *int64

	/* Sort.

	   Field to sort results by
	*/
	Sort *string

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

FindContainersByContainerRunTimeVersionParams contains all the parameters to send to the API endpoint

for the find containers by container run time version operation.

Typically these are written to a http.Request.

func NewFindContainersByContainerRunTimeVersionParams added in v0.5.0

func NewFindContainersByContainerRunTimeVersionParams() *FindContainersByContainerRunTimeVersionParams

NewFindContainersByContainerRunTimeVersionParams creates a new FindContainersByContainerRunTimeVersionParams 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 NewFindContainersByContainerRunTimeVersionParamsWithContext added in v0.5.0

func NewFindContainersByContainerRunTimeVersionParamsWithContext(ctx context.Context) *FindContainersByContainerRunTimeVersionParams

NewFindContainersByContainerRunTimeVersionParamsWithContext creates a new FindContainersByContainerRunTimeVersionParams object with the ability to set a context for a request.

func NewFindContainersByContainerRunTimeVersionParamsWithHTTPClient added in v0.5.0

func NewFindContainersByContainerRunTimeVersionParamsWithHTTPClient(client *http.Client) *FindContainersByContainerRunTimeVersionParams

NewFindContainersByContainerRunTimeVersionParamsWithHTTPClient creates a new FindContainersByContainerRunTimeVersionParams object with the ability to set a custom HTTPClient for a request.

func NewFindContainersByContainerRunTimeVersionParamsWithTimeout added in v0.5.0

func NewFindContainersByContainerRunTimeVersionParamsWithTimeout(timeout time.Duration) *FindContainersByContainerRunTimeVersionParams

NewFindContainersByContainerRunTimeVersionParamsWithTimeout creates a new FindContainersByContainerRunTimeVersionParams object with the ability to set a timeout on a request.

func (*FindContainersByContainerRunTimeVersionParams) SetContext added in v0.5.0

SetContext adds the context to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) SetDefaults added in v0.5.0

SetDefaults hydrates default values in the find containers by container run time version params (not the query body).

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

func (*FindContainersByContainerRunTimeVersionParams) SetFilter added in v0.5.0

SetFilter adds the filter to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) SetLimit added in v0.5.0

SetLimit adds the limit to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) SetOffset added in v0.5.0

SetOffset adds the offset to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) SetSort added in v0.5.0

SetSort adds the sort to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) SetTimeout added in v0.5.0

SetTimeout adds the timeout to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) WithContext added in v0.5.0

WithContext adds the context to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the find containers by container run time version params (not the query body).

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

func (*FindContainersByContainerRunTimeVersionParams) WithFilter added in v0.5.0

WithFilter adds the filter to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) WithLimit added in v0.5.0

WithLimit adds the limit to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) WithOffset added in v0.5.0

WithOffset adds the offset to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) WithSort added in v0.5.0

WithSort adds the sort to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the find containers by container run time version params

func (*FindContainersByContainerRunTimeVersionParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type FindContainersByContainerRunTimeVersionReader added in v0.5.0

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

FindContainersByContainerRunTimeVersionReader is a Reader for the FindContainersByContainerRunTimeVersion structure.

func (*FindContainersByContainerRunTimeVersionReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type FindContainersByContainerRunTimeVersionTooManyRequests added in v0.5.0

type FindContainersByContainerRunTimeVersionTooManyRequests 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
}

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

Too Many Requests

func NewFindContainersByContainerRunTimeVersionTooManyRequests added in v0.5.0

func NewFindContainersByContainerRunTimeVersionTooManyRequests() *FindContainersByContainerRunTimeVersionTooManyRequests

NewFindContainersByContainerRunTimeVersionTooManyRequests creates a FindContainersByContainerRunTimeVersionTooManyRequests with default headers values

func (*FindContainersByContainerRunTimeVersionTooManyRequests) Code added in v0.5.0

Code gets the status code for the find containers by container run time version too many requests response

func (*FindContainersByContainerRunTimeVersionTooManyRequests) Error added in v0.5.0

func (*FindContainersByContainerRunTimeVersionTooManyRequests) GetPayload added in v0.5.0

func (*FindContainersByContainerRunTimeVersionTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this find containers by container run time version too many requests response has a 4xx status code

func (*FindContainersByContainerRunTimeVersionTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this find containers by container run time version too many requests response a status code equal to that given

func (*FindContainersByContainerRunTimeVersionTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this find containers by container run time version too many requests response has a 3xx status code

func (*FindContainersByContainerRunTimeVersionTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this find containers by container run time version too many requests response has a 5xx status code

func (*FindContainersByContainerRunTimeVersionTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this find containers by container run time version too many requests response has a 2xx status code

func (*FindContainersByContainerRunTimeVersionTooManyRequests) String added in v0.5.0

type FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden added in v0.5.0

type FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden 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
}

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

Forbidden

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesForbidden added in v0.5.0

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesForbidden() *FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden

NewFindContainersCountAffectedByZeroDayVulnerabilitiesForbidden creates a FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden with default headers values

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden) Code added in v0.5.0

Code gets the status code for the find containers count affected by zero day vulnerabilities forbidden response

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden) Error added in v0.5.0

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden) GetPayload added in v0.5.0

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden) IsClientError added in v0.5.0

IsClientError returns true when this find containers count affected by zero day vulnerabilities forbidden response has a 4xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden) IsCode added in v0.5.0

IsCode returns true when this find containers count affected by zero day vulnerabilities forbidden response a status code equal to that given

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this find containers count affected by zero day vulnerabilities forbidden response has a 3xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden) IsServerError added in v0.5.0

IsServerError returns true when this find containers count affected by zero day vulnerabilities forbidden response has a 5xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this find containers count affected by zero day vulnerabilities forbidden response has a 2xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesForbidden) String added in v0.5.0

type FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError added in v0.5.0

type FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError 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
}

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

Internal Server Error

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError added in v0.5.0

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError() *FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError

NewFindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError creates a FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError with default headers values

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError) Code added in v0.5.0

Code gets the status code for the find containers count affected by zero day vulnerabilities internal server error response

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError) Error added in v0.5.0

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError) GetPayload added in v0.5.0

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this find containers count affected by zero day vulnerabilities internal server error response has a 4xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError) IsCode added in v0.5.0

IsCode returns true when this find containers count affected by zero day vulnerabilities internal server error response a status code equal to that given

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this find containers count affected by zero day vulnerabilities internal server error response has a 3xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this find containers count affected by zero day vulnerabilities internal server error response has a 5xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this find containers count affected by zero day vulnerabilities internal server error response has a 2xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesInternalServerError) String added in v0.5.0

type FindContainersCountAffectedByZeroDayVulnerabilitiesOK added in v0.5.0

type FindContainersCountAffectedByZeroDayVulnerabilitiesOK 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.CommonCountResponse
}

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

OK

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesOK added in v0.5.0

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesOK() *FindContainersCountAffectedByZeroDayVulnerabilitiesOK

NewFindContainersCountAffectedByZeroDayVulnerabilitiesOK creates a FindContainersCountAffectedByZeroDayVulnerabilitiesOK with default headers values

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK) Code added in v0.5.0

Code gets the status code for the find containers count affected by zero day vulnerabilities o k response

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK) Error added in v0.5.0

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK) GetPayload added in v0.5.0

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK) IsClientError added in v0.5.0

IsClientError returns true when this find containers count affected by zero day vulnerabilities o k response has a 4xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK) IsCode added in v0.5.0

IsCode returns true when this find containers count affected by zero day vulnerabilities o k response a status code equal to that given

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK) IsRedirect added in v0.5.0

IsRedirect returns true when this find containers count affected by zero day vulnerabilities o k response has a 3xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK) IsServerError added in v0.5.0

IsServerError returns true when this find containers count affected by zero day vulnerabilities o k response has a 5xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK) IsSuccess added in v0.5.0

IsSuccess returns true when this find containers count affected by zero day vulnerabilities o k response has a 2xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesOK) String added in v0.5.0

type FindContainersCountAffectedByZeroDayVulnerabilitiesParams added in v0.5.0

type FindContainersCountAffectedByZeroDayVulnerabilitiesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

FindContainersCountAffectedByZeroDayVulnerabilitiesParams contains all the parameters to send to the API endpoint

for the find containers count affected by zero day vulnerabilities operation.

Typically these are written to a http.Request.

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesParams added in v0.5.0

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesParams() *FindContainersCountAffectedByZeroDayVulnerabilitiesParams

NewFindContainersCountAffectedByZeroDayVulnerabilitiesParams creates a new FindContainersCountAffectedByZeroDayVulnerabilitiesParams 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 NewFindContainersCountAffectedByZeroDayVulnerabilitiesParamsWithContext added in v0.5.0

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesParamsWithContext(ctx context.Context) *FindContainersCountAffectedByZeroDayVulnerabilitiesParams

NewFindContainersCountAffectedByZeroDayVulnerabilitiesParamsWithContext creates a new FindContainersCountAffectedByZeroDayVulnerabilitiesParams object with the ability to set a context for a request.

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesParamsWithHTTPClient added in v0.5.0

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesParamsWithHTTPClient(client *http.Client) *FindContainersCountAffectedByZeroDayVulnerabilitiesParams

NewFindContainersCountAffectedByZeroDayVulnerabilitiesParamsWithHTTPClient creates a new FindContainersCountAffectedByZeroDayVulnerabilitiesParams object with the ability to set a custom HTTPClient for a request.

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesParamsWithTimeout added in v0.5.0

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesParamsWithTimeout(timeout time.Duration) *FindContainersCountAffectedByZeroDayVulnerabilitiesParams

NewFindContainersCountAffectedByZeroDayVulnerabilitiesParamsWithTimeout creates a new FindContainersCountAffectedByZeroDayVulnerabilitiesParams object with the ability to set a timeout on a request.

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesParams) SetContext added in v0.5.0

SetContext adds the context to the find containers count affected by zero day vulnerabilities params

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesParams) SetDefaults added in v0.5.0

SetDefaults hydrates default values in the find containers count affected by zero day vulnerabilities params (not the query body).

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

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesParams) SetHTTPClient added in v0.5.0

SetHTTPClient adds the HTTPClient to the find containers count affected by zero day vulnerabilities params

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesParams) SetTimeout added in v0.5.0

SetTimeout adds the timeout to the find containers count affected by zero day vulnerabilities params

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesParams) WithContext added in v0.5.0

WithContext adds the context to the find containers count affected by zero day vulnerabilities params

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the find containers count affected by zero day vulnerabilities params (not the query body).

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

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the find containers count affected by zero day vulnerabilities params

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the find containers count affected by zero day vulnerabilities params

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type FindContainersCountAffectedByZeroDayVulnerabilitiesReader added in v0.5.0

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

FindContainersCountAffectedByZeroDayVulnerabilitiesReader is a Reader for the FindContainersCountAffectedByZeroDayVulnerabilities structure.

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesReader) ReadResponse added in v0.5.0

ReadResponse reads a server response into the received o.

type FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests added in v0.5.0

type FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests 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
}

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

Too Many Requests

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests added in v0.5.0

func NewFindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests() *FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests

NewFindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests creates a FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests with default headers values

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests) Code added in v0.5.0

Code gets the status code for the find containers count affected by zero day vulnerabilities too many requests response

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests) Error added in v0.5.0

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests) GetPayload added in v0.5.0

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this find containers count affected by zero day vulnerabilities too many requests response has a 4xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this find containers count affected by zero day vulnerabilities too many requests response a status code equal to that given

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this find containers count affected by zero day vulnerabilities too many requests response has a 3xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this find containers count affected by zero day vulnerabilities too many requests response has a 5xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this find containers count affected by zero day vulnerabilities too many requests response has a 2xx status code

func (*FindContainersCountAffectedByZeroDayVulnerabilitiesTooManyRequests) String added in v0.5.0

type GetAWSAccountsMixin0BadRequest

type GetAWSAccountsMixin0BadRequest 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.K8sregGetAWSAccountsResp
}

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

Bad Request

func NewGetAWSAccountsMixin0BadRequest

func NewGetAWSAccountsMixin0BadRequest() *GetAWSAccountsMixin0BadRequest

NewGetAWSAccountsMixin0BadRequest creates a GetAWSAccountsMixin0BadRequest with default headers values

func (*GetAWSAccountsMixin0BadRequest) Code added in v0.2.33

Code gets the status code for the get a w s accounts mixin0 bad request response

func (*GetAWSAccountsMixin0BadRequest) Error

func (*GetAWSAccountsMixin0BadRequest) GetPayload

func (*GetAWSAccountsMixin0BadRequest) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0BadRequest) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 bad request response has a 4xx status code

func (*GetAWSAccountsMixin0BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts mixin0 bad request response a status code equal to that given

func (*GetAWSAccountsMixin0BadRequest) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0BadRequest) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 bad request response has a 3xx status code

func (*GetAWSAccountsMixin0BadRequest) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0BadRequest) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 bad request response has a 5xx status code

func (*GetAWSAccountsMixin0BadRequest) IsSuccess added in v0.2.27

func (o *GetAWSAccountsMixin0BadRequest) IsSuccess() bool

IsSuccess returns true when this get a w s accounts mixin0 bad request response has a 2xx status code

func (*GetAWSAccountsMixin0BadRequest) String added in v0.2.27

type GetAWSAccountsMixin0Forbidden

type GetAWSAccountsMixin0Forbidden 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
}

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

Forbidden

func NewGetAWSAccountsMixin0Forbidden

func NewGetAWSAccountsMixin0Forbidden() *GetAWSAccountsMixin0Forbidden

NewGetAWSAccountsMixin0Forbidden creates a GetAWSAccountsMixin0Forbidden with default headers values

func (*GetAWSAccountsMixin0Forbidden) Code added in v0.2.33

Code gets the status code for the get a w s accounts mixin0 forbidden response

func (*GetAWSAccountsMixin0Forbidden) Error

func (*GetAWSAccountsMixin0Forbidden) GetPayload

func (*GetAWSAccountsMixin0Forbidden) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0Forbidden) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 forbidden response has a 4xx status code

func (*GetAWSAccountsMixin0Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts mixin0 forbidden response a status code equal to that given

func (*GetAWSAccountsMixin0Forbidden) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0Forbidden) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 forbidden response has a 3xx status code

func (*GetAWSAccountsMixin0Forbidden) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0Forbidden) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 forbidden response has a 5xx status code

func (*GetAWSAccountsMixin0Forbidden) IsSuccess added in v0.2.27

func (o *GetAWSAccountsMixin0Forbidden) IsSuccess() bool

IsSuccess returns true when this get a w s accounts mixin0 forbidden response has a 2xx status code

func (*GetAWSAccountsMixin0Forbidden) String added in v0.2.27

type GetAWSAccountsMixin0InternalServerError

type GetAWSAccountsMixin0InternalServerError 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.K8sregGetAWSAccountsResp
}

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

Internal Server Error

func NewGetAWSAccountsMixin0InternalServerError

func NewGetAWSAccountsMixin0InternalServerError() *GetAWSAccountsMixin0InternalServerError

NewGetAWSAccountsMixin0InternalServerError creates a GetAWSAccountsMixin0InternalServerError with default headers values

func (*GetAWSAccountsMixin0InternalServerError) Code added in v0.2.33

Code gets the status code for the get a w s accounts mixin0 internal server error response

func (*GetAWSAccountsMixin0InternalServerError) Error

func (*GetAWSAccountsMixin0InternalServerError) GetPayload

func (*GetAWSAccountsMixin0InternalServerError) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0InternalServerError) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 internal server error response has a 4xx status code

func (*GetAWSAccountsMixin0InternalServerError) IsCode added in v0.2.27

IsCode returns true when this get a w s accounts mixin0 internal server error response a status code equal to that given

func (*GetAWSAccountsMixin0InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get a w s accounts mixin0 internal server error response has a 3xx status code

func (*GetAWSAccountsMixin0InternalServerError) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0InternalServerError) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 internal server error response has a 5xx status code

func (*GetAWSAccountsMixin0InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get a w s accounts mixin0 internal server error response has a 2xx status code

func (*GetAWSAccountsMixin0InternalServerError) String added in v0.2.27

type GetAWSAccountsMixin0MultiStatus

type GetAWSAccountsMixin0MultiStatus 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.K8sregGetAWSAccountsResp
}

GetAWSAccountsMixin0MultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetAWSAccountsMixin0MultiStatus

func NewGetAWSAccountsMixin0MultiStatus() *GetAWSAccountsMixin0MultiStatus

NewGetAWSAccountsMixin0MultiStatus creates a GetAWSAccountsMixin0MultiStatus with default headers values

func (*GetAWSAccountsMixin0MultiStatus) Code added in v0.2.33

Code gets the status code for the get a w s accounts mixin0 multi status response

func (*GetAWSAccountsMixin0MultiStatus) Error

func (*GetAWSAccountsMixin0MultiStatus) GetPayload

func (*GetAWSAccountsMixin0MultiStatus) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0MultiStatus) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 multi status response has a 4xx status code

func (*GetAWSAccountsMixin0MultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts mixin0 multi status response a status code equal to that given

func (*GetAWSAccountsMixin0MultiStatus) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0MultiStatus) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 multi status response has a 3xx status code

func (*GetAWSAccountsMixin0MultiStatus) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0MultiStatus) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 multi status response has a 5xx status code

func (*GetAWSAccountsMixin0MultiStatus) IsSuccess added in v0.2.27

func (o *GetAWSAccountsMixin0MultiStatus) IsSuccess() bool

IsSuccess returns true when this get a w s accounts mixin0 multi status response has a 2xx status code

func (*GetAWSAccountsMixin0MultiStatus) String added in v0.2.27

type GetAWSAccountsMixin0OK

type GetAWSAccountsMixin0OK 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.K8sregGetAWSAccountsResp
}

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

OK

func NewGetAWSAccountsMixin0OK

func NewGetAWSAccountsMixin0OK() *GetAWSAccountsMixin0OK

NewGetAWSAccountsMixin0OK creates a GetAWSAccountsMixin0OK with default headers values

func (*GetAWSAccountsMixin0OK) Code added in v0.2.33

func (o *GetAWSAccountsMixin0OK) Code() int

Code gets the status code for the get a w s accounts mixin0 o k response

func (*GetAWSAccountsMixin0OK) Error

func (o *GetAWSAccountsMixin0OK) Error() string

func (*GetAWSAccountsMixin0OK) GetPayload

func (*GetAWSAccountsMixin0OK) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0OK) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 o k response has a 4xx status code

func (*GetAWSAccountsMixin0OK) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts mixin0 o k response a status code equal to that given

func (*GetAWSAccountsMixin0OK) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0OK) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 o k response has a 3xx status code

func (*GetAWSAccountsMixin0OK) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0OK) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 o k response has a 5xx status code

func (*GetAWSAccountsMixin0OK) IsSuccess added in v0.2.27

func (o *GetAWSAccountsMixin0OK) IsSuccess() bool

IsSuccess returns true when this get a w s accounts mixin0 o k response has a 2xx status code

func (*GetAWSAccountsMixin0OK) String added in v0.2.27

func (o *GetAWSAccountsMixin0OK) String() string

type GetAWSAccountsMixin0Params

type GetAWSAccountsMixin0Params struct {

	/* Ids.

	   AWS Account IDs
	*/
	Ids []string

	/* IsHorizonAcct.

	   Filter by whether an account originates from Horizon or not
	*/
	IsHorizonAcct *string

	/* Limit.

	   Limit returned accounts
	*/
	Limit *int64

	/* Offset.

	   Offset returned accounts
	*/
	Offset *int64

	/* Status.

	   Filter by account status
	*/
	Status *string

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

GetAWSAccountsMixin0Params contains all the parameters to send to the API endpoint

for the get a w s accounts mixin0 operation.

Typically these are written to a http.Request.

func NewGetAWSAccountsMixin0Params

func NewGetAWSAccountsMixin0Params() *GetAWSAccountsMixin0Params

NewGetAWSAccountsMixin0Params creates a new GetAWSAccountsMixin0Params 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 NewGetAWSAccountsMixin0ParamsWithContext

func NewGetAWSAccountsMixin0ParamsWithContext(ctx context.Context) *GetAWSAccountsMixin0Params

NewGetAWSAccountsMixin0ParamsWithContext creates a new GetAWSAccountsMixin0Params object with the ability to set a context for a request.

func NewGetAWSAccountsMixin0ParamsWithHTTPClient

func NewGetAWSAccountsMixin0ParamsWithHTTPClient(client *http.Client) *GetAWSAccountsMixin0Params

NewGetAWSAccountsMixin0ParamsWithHTTPClient creates a new GetAWSAccountsMixin0Params object with the ability to set a custom HTTPClient for a request.

func NewGetAWSAccountsMixin0ParamsWithTimeout

func NewGetAWSAccountsMixin0ParamsWithTimeout(timeout time.Duration) *GetAWSAccountsMixin0Params

NewGetAWSAccountsMixin0ParamsWithTimeout creates a new GetAWSAccountsMixin0Params object with the ability to set a timeout on a request.

func (*GetAWSAccountsMixin0Params) SetContext

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

SetContext adds the context to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetDefaults

func (o *GetAWSAccountsMixin0Params) SetDefaults()

SetDefaults hydrates default values in the get a w s accounts mixin0 params (not the query body).

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

func (*GetAWSAccountsMixin0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetIds

func (o *GetAWSAccountsMixin0Params) SetIds(ids []string)

SetIds adds the ids to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetIsHorizonAcct added in v0.4.0

func (o *GetAWSAccountsMixin0Params) SetIsHorizonAcct(isHorizonAcct *string)

SetIsHorizonAcct adds the isHorizonAcct to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetLimit

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

SetLimit adds the limit to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetOffset

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

SetOffset adds the offset to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetStatus

func (o *GetAWSAccountsMixin0Params) SetStatus(status *string)

SetStatus adds the status to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetTimeout

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

SetTimeout adds the timeout to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithContext

WithContext adds the context to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithDefaults

WithDefaults hydrates default values in the get a w s accounts mixin0 params (not the query body).

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

func (*GetAWSAccountsMixin0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithIds

WithIds adds the ids to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithIsHorizonAcct added in v0.4.0

func (o *GetAWSAccountsMixin0Params) WithIsHorizonAcct(isHorizonAcct *string) *GetAWSAccountsMixin0Params

WithIsHorizonAcct adds the isHorizonAcct to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithLimit

WithLimit adds the limit to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithOffset

WithOffset adds the offset to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithStatus

WithStatus adds the status to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithTimeout

WithTimeout adds the timeout to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAWSAccountsMixin0Reader

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

GetAWSAccountsMixin0Reader is a Reader for the GetAWSAccountsMixin0 structure.

func (*GetAWSAccountsMixin0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAWSAccountsMixin0TooManyRequests

type GetAWSAccountsMixin0TooManyRequests 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
}

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

Too Many Requests

func NewGetAWSAccountsMixin0TooManyRequests

func NewGetAWSAccountsMixin0TooManyRequests() *GetAWSAccountsMixin0TooManyRequests

NewGetAWSAccountsMixin0TooManyRequests creates a GetAWSAccountsMixin0TooManyRequests with default headers values

func (*GetAWSAccountsMixin0TooManyRequests) Code added in v0.2.33

Code gets the status code for the get a w s accounts mixin0 too many requests response

func (*GetAWSAccountsMixin0TooManyRequests) Error

func (*GetAWSAccountsMixin0TooManyRequests) GetPayload

func (*GetAWSAccountsMixin0TooManyRequests) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0TooManyRequests) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 too many requests response has a 4xx status code

func (*GetAWSAccountsMixin0TooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get a w s accounts mixin0 too many requests response a status code equal to that given

func (*GetAWSAccountsMixin0TooManyRequests) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 too many requests response has a 3xx status code

func (*GetAWSAccountsMixin0TooManyRequests) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0TooManyRequests) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 too many requests response has a 5xx status code

func (*GetAWSAccountsMixin0TooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get a w s accounts mixin0 too many requests response has a 2xx status code

func (*GetAWSAccountsMixin0TooManyRequests) String added in v0.2.27

type GetAzureInstallScriptBadRequest added in v0.2.33

type GetAzureInstallScriptBadRequest 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.K8sregGetAzureBashScriptResp
}

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

Bad Request

func NewGetAzureInstallScriptBadRequest added in v0.2.33

func NewGetAzureInstallScriptBadRequest() *GetAzureInstallScriptBadRequest

NewGetAzureInstallScriptBadRequest creates a GetAzureInstallScriptBadRequest with default headers values

func (*GetAzureInstallScriptBadRequest) Code added in v0.2.33

Code gets the status code for the get azure install script bad request response

func (*GetAzureInstallScriptBadRequest) Error added in v0.2.33

func (*GetAzureInstallScriptBadRequest) GetPayload added in v0.2.33

func (*GetAzureInstallScriptBadRequest) IsClientError added in v0.2.33

func (o *GetAzureInstallScriptBadRequest) IsClientError() bool

IsClientError returns true when this get azure install script bad request response has a 4xx status code

func (*GetAzureInstallScriptBadRequest) IsCode added in v0.2.33

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

IsCode returns true when this get azure install script bad request response a status code equal to that given

func (*GetAzureInstallScriptBadRequest) IsRedirect added in v0.2.33

func (o *GetAzureInstallScriptBadRequest) IsRedirect() bool

IsRedirect returns true when this get azure install script bad request response has a 3xx status code

func (*GetAzureInstallScriptBadRequest) IsServerError added in v0.2.33

func (o *GetAzureInstallScriptBadRequest) IsServerError() bool

IsServerError returns true when this get azure install script bad request response has a 5xx status code

func (*GetAzureInstallScriptBadRequest) IsSuccess added in v0.2.33

func (o *GetAzureInstallScriptBadRequest) IsSuccess() bool

IsSuccess returns true when this get azure install script bad request response has a 2xx status code

func (*GetAzureInstallScriptBadRequest) String added in v0.2.33

type GetAzureInstallScriptForbidden added in v0.2.33

type GetAzureInstallScriptForbidden 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
}

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

Forbidden

func NewGetAzureInstallScriptForbidden added in v0.2.33

func NewGetAzureInstallScriptForbidden() *GetAzureInstallScriptForbidden

NewGetAzureInstallScriptForbidden creates a GetAzureInstallScriptForbidden with default headers values

func (*GetAzureInstallScriptForbidden) Code added in v0.2.33

Code gets the status code for the get azure install script forbidden response

func (*GetAzureInstallScriptForbidden) Error added in v0.2.33

func (*GetAzureInstallScriptForbidden) GetPayload added in v0.2.33

func (*GetAzureInstallScriptForbidden) IsClientError added in v0.2.33

func (o *GetAzureInstallScriptForbidden) IsClientError() bool

IsClientError returns true when this get azure install script forbidden response has a 4xx status code

func (*GetAzureInstallScriptForbidden) IsCode added in v0.2.33

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

IsCode returns true when this get azure install script forbidden response a status code equal to that given

func (*GetAzureInstallScriptForbidden) IsRedirect added in v0.2.33

func (o *GetAzureInstallScriptForbidden) IsRedirect() bool

IsRedirect returns true when this get azure install script forbidden response has a 3xx status code

func (*GetAzureInstallScriptForbidden) IsServerError added in v0.2.33

func (o *GetAzureInstallScriptForbidden) IsServerError() bool

IsServerError returns true when this get azure install script forbidden response has a 5xx status code

func (*GetAzureInstallScriptForbidden) IsSuccess added in v0.2.33

func (o *GetAzureInstallScriptForbidden) IsSuccess() bool

IsSuccess returns true when this get azure install script forbidden response has a 2xx status code

func (*GetAzureInstallScriptForbidden) String added in v0.2.33

type GetAzureInstallScriptInternalServerError added in v0.2.33

type GetAzureInstallScriptInternalServerError 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.K8sregGetAzureBashScriptResp
}

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

Internal Server Error

func NewGetAzureInstallScriptInternalServerError added in v0.2.33

func NewGetAzureInstallScriptInternalServerError() *GetAzureInstallScriptInternalServerError

NewGetAzureInstallScriptInternalServerError creates a GetAzureInstallScriptInternalServerError with default headers values

func (*GetAzureInstallScriptInternalServerError) Code added in v0.2.33

Code gets the status code for the get azure install script internal server error response

func (*GetAzureInstallScriptInternalServerError) Error added in v0.2.33

func (*GetAzureInstallScriptInternalServerError) GetPayload added in v0.2.33

func (*GetAzureInstallScriptInternalServerError) IsClientError added in v0.2.33

IsClientError returns true when this get azure install script internal server error response has a 4xx status code

func (*GetAzureInstallScriptInternalServerError) IsCode added in v0.2.33

IsCode returns true when this get azure install script internal server error response a status code equal to that given

func (*GetAzureInstallScriptInternalServerError) IsRedirect added in v0.2.33

IsRedirect returns true when this get azure install script internal server error response has a 3xx status code

func (*GetAzureInstallScriptInternalServerError) IsServerError added in v0.2.33

IsServerError returns true when this get azure install script internal server error response has a 5xx status code

func (*GetAzureInstallScriptInternalServerError) IsSuccess added in v0.2.33

IsSuccess returns true when this get azure install script internal server error response has a 2xx status code

func (*GetAzureInstallScriptInternalServerError) String added in v0.2.33

type GetAzureInstallScriptMultiStatus added in v0.2.33

type GetAzureInstallScriptMultiStatus 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.K8sregGetAzureBashScriptResp
}

GetAzureInstallScriptMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetAzureInstallScriptMultiStatus added in v0.2.33

func NewGetAzureInstallScriptMultiStatus() *GetAzureInstallScriptMultiStatus

NewGetAzureInstallScriptMultiStatus creates a GetAzureInstallScriptMultiStatus with default headers values

func (*GetAzureInstallScriptMultiStatus) Code added in v0.2.33

Code gets the status code for the get azure install script multi status response

func (*GetAzureInstallScriptMultiStatus) Error added in v0.2.33

func (*GetAzureInstallScriptMultiStatus) GetPayload added in v0.2.33

func (*GetAzureInstallScriptMultiStatus) IsClientError added in v0.2.33

func (o *GetAzureInstallScriptMultiStatus) IsClientError() bool

IsClientError returns true when this get azure install script multi status response has a 4xx status code

func (*GetAzureInstallScriptMultiStatus) IsCode added in v0.2.33

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

IsCode returns true when this get azure install script multi status response a status code equal to that given

func (*GetAzureInstallScriptMultiStatus) IsRedirect added in v0.2.33

func (o *GetAzureInstallScriptMultiStatus) IsRedirect() bool

IsRedirect returns true when this get azure install script multi status response has a 3xx status code

func (*GetAzureInstallScriptMultiStatus) IsServerError added in v0.2.33

func (o *GetAzureInstallScriptMultiStatus) IsServerError() bool

IsServerError returns true when this get azure install script multi status response has a 5xx status code

func (*GetAzureInstallScriptMultiStatus) IsSuccess added in v0.2.33

func (o *GetAzureInstallScriptMultiStatus) IsSuccess() bool

IsSuccess returns true when this get azure install script multi status response has a 2xx status code

func (*GetAzureInstallScriptMultiStatus) String added in v0.2.33

type GetAzureInstallScriptOK added in v0.2.33

type GetAzureInstallScriptOK 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.K8sregGetAzureBashScriptResp
}

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

OK

func NewGetAzureInstallScriptOK added in v0.2.33

func NewGetAzureInstallScriptOK() *GetAzureInstallScriptOK

NewGetAzureInstallScriptOK creates a GetAzureInstallScriptOK with default headers values

func (*GetAzureInstallScriptOK) Code added in v0.2.33

func (o *GetAzureInstallScriptOK) Code() int

Code gets the status code for the get azure install script o k response

func (*GetAzureInstallScriptOK) Error added in v0.2.33

func (o *GetAzureInstallScriptOK) Error() string

func (*GetAzureInstallScriptOK) GetPayload added in v0.2.33

func (*GetAzureInstallScriptOK) IsClientError added in v0.2.33

func (o *GetAzureInstallScriptOK) IsClientError() bool

IsClientError returns true when this get azure install script o k response has a 4xx status code

func (*GetAzureInstallScriptOK) IsCode added in v0.2.33

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

IsCode returns true when this get azure install script o k response a status code equal to that given

func (*GetAzureInstallScriptOK) IsRedirect added in v0.2.33

func (o *GetAzureInstallScriptOK) IsRedirect() bool

IsRedirect returns true when this get azure install script o k response has a 3xx status code

func (*GetAzureInstallScriptOK) IsServerError added in v0.2.33

func (o *GetAzureInstallScriptOK) IsServerError() bool

IsServerError returns true when this get azure install script o k response has a 5xx status code

func (*GetAzureInstallScriptOK) IsSuccess added in v0.2.33

func (o *GetAzureInstallScriptOK) IsSuccess() bool

IsSuccess returns true when this get azure install script o k response has a 2xx status code

func (*GetAzureInstallScriptOK) String added in v0.2.33

func (o *GetAzureInstallScriptOK) String() string

type GetAzureInstallScriptParams added in v0.2.33

type GetAzureInstallScriptParams struct {

	/* ID.

	   Azure Tenant ID
	*/
	ID *string

	/* SubscriptionID.

	   Azure Subscription IDs
	*/
	SubscriptionID []string

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

GetAzureInstallScriptParams contains all the parameters to send to the API endpoint

for the get azure install script operation.

Typically these are written to a http.Request.

func NewGetAzureInstallScriptParams added in v0.2.33

func NewGetAzureInstallScriptParams() *GetAzureInstallScriptParams

NewGetAzureInstallScriptParams creates a new GetAzureInstallScriptParams 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 NewGetAzureInstallScriptParamsWithContext added in v0.2.33

func NewGetAzureInstallScriptParamsWithContext(ctx context.Context) *GetAzureInstallScriptParams

NewGetAzureInstallScriptParamsWithContext creates a new GetAzureInstallScriptParams object with the ability to set a context for a request.

func NewGetAzureInstallScriptParamsWithHTTPClient added in v0.2.33

func NewGetAzureInstallScriptParamsWithHTTPClient(client *http.Client) *GetAzureInstallScriptParams

NewGetAzureInstallScriptParamsWithHTTPClient creates a new GetAzureInstallScriptParams object with the ability to set a custom HTTPClient for a request.

func NewGetAzureInstallScriptParamsWithTimeout added in v0.2.33

func NewGetAzureInstallScriptParamsWithTimeout(timeout time.Duration) *GetAzureInstallScriptParams

NewGetAzureInstallScriptParamsWithTimeout creates a new GetAzureInstallScriptParams object with the ability to set a timeout on a request.

func (*GetAzureInstallScriptParams) SetContext added in v0.2.33

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

SetContext adds the context to the get azure install script params

func (*GetAzureInstallScriptParams) SetDefaults added in v0.2.33

func (o *GetAzureInstallScriptParams) SetDefaults()

SetDefaults hydrates default values in the get azure install script params (not the query body).

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

func (*GetAzureInstallScriptParams) SetHTTPClient added in v0.2.33

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

SetHTTPClient adds the HTTPClient to the get azure install script params

func (*GetAzureInstallScriptParams) SetID added in v0.2.33

func (o *GetAzureInstallScriptParams) SetID(id *string)

SetID adds the id to the get azure install script params

func (*GetAzureInstallScriptParams) SetSubscriptionID added in v0.2.33

func (o *GetAzureInstallScriptParams) SetSubscriptionID(subscriptionID []string)

SetSubscriptionID adds the subscriptionId to the get azure install script params

func (*GetAzureInstallScriptParams) SetTimeout added in v0.2.33

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

SetTimeout adds the timeout to the get azure install script params

func (*GetAzureInstallScriptParams) WithContext added in v0.2.33

WithContext adds the context to the get azure install script params

func (*GetAzureInstallScriptParams) WithDefaults added in v0.2.33

WithDefaults hydrates default values in the get azure install script params (not the query body).

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

func (*GetAzureInstallScriptParams) WithHTTPClient added in v0.2.33

WithHTTPClient adds the HTTPClient to the get azure install script params

func (*GetAzureInstallScriptParams) WithID added in v0.2.33

WithID adds the id to the get azure install script params

func (*GetAzureInstallScriptParams) WithSubscriptionID added in v0.2.33

func (o *GetAzureInstallScriptParams) WithSubscriptionID(subscriptionID []string) *GetAzureInstallScriptParams

WithSubscriptionID adds the subscriptionID to the get azure install script params

func (*GetAzureInstallScriptParams) WithTimeout added in v0.2.33

WithTimeout adds the timeout to the get azure install script params

func (*GetAzureInstallScriptParams) WriteToRequest added in v0.2.33

WriteToRequest writes these params to a swagger request

type GetAzureInstallScriptReader added in v0.2.33

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

GetAzureInstallScriptReader is a Reader for the GetAzureInstallScript structure.

func (*GetAzureInstallScriptReader) ReadResponse added in v0.2.33

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

ReadResponse reads a server response into the received o.

type GetAzureInstallScriptTooManyRequests added in v0.2.33

type GetAzureInstallScriptTooManyRequests 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
}

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

Too Many Requests

func NewGetAzureInstallScriptTooManyRequests added in v0.2.33

func NewGetAzureInstallScriptTooManyRequests() *GetAzureInstallScriptTooManyRequests

NewGetAzureInstallScriptTooManyRequests creates a GetAzureInstallScriptTooManyRequests with default headers values

func (*GetAzureInstallScriptTooManyRequests) Code added in v0.2.33

Code gets the status code for the get azure install script too many requests response

func (*GetAzureInstallScriptTooManyRequests) Error added in v0.2.33

func (*GetAzureInstallScriptTooManyRequests) GetPayload added in v0.2.33

func (*GetAzureInstallScriptTooManyRequests) IsClientError added in v0.2.33

func (o *GetAzureInstallScriptTooManyRequests) IsClientError() bool

IsClientError returns true when this get azure install script too many requests response has a 4xx status code

func (*GetAzureInstallScriptTooManyRequests) IsCode added in v0.2.33

IsCode returns true when this get azure install script too many requests response a status code equal to that given

func (*GetAzureInstallScriptTooManyRequests) IsRedirect added in v0.2.33

IsRedirect returns true when this get azure install script too many requests response has a 3xx status code

func (*GetAzureInstallScriptTooManyRequests) IsServerError added in v0.2.33

func (o *GetAzureInstallScriptTooManyRequests) IsServerError() bool

IsServerError returns true when this get azure install script too many requests response has a 5xx status code

func (*GetAzureInstallScriptTooManyRequests) IsSuccess added in v0.2.33

IsSuccess returns true when this get azure install script too many requests response has a 2xx status code

func (*GetAzureInstallScriptTooManyRequests) String added in v0.2.33

type GetAzureTenantConfigBadRequest added in v0.2.33

type GetAzureTenantConfigBadRequest 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.K8sregGetAzureTenantConfigResp
}

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

Bad Request

func NewGetAzureTenantConfigBadRequest added in v0.2.33

func NewGetAzureTenantConfigBadRequest() *GetAzureTenantConfigBadRequest

NewGetAzureTenantConfigBadRequest creates a GetAzureTenantConfigBadRequest with default headers values

func (*GetAzureTenantConfigBadRequest) Code added in v0.2.33

Code gets the status code for the get azure tenant config bad request response

func (*GetAzureTenantConfigBadRequest) Error added in v0.2.33

func (*GetAzureTenantConfigBadRequest) GetPayload added in v0.2.33

func (*GetAzureTenantConfigBadRequest) IsClientError added in v0.2.33

func (o *GetAzureTenantConfigBadRequest) IsClientError() bool

IsClientError returns true when this get azure tenant config bad request response has a 4xx status code

func (*GetAzureTenantConfigBadRequest) IsCode added in v0.2.33

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

IsCode returns true when this get azure tenant config bad request response a status code equal to that given

func (*GetAzureTenantConfigBadRequest) IsRedirect added in v0.2.33

func (o *GetAzureTenantConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this get azure tenant config bad request response has a 3xx status code

func (*GetAzureTenantConfigBadRequest) IsServerError added in v0.2.33

func (o *GetAzureTenantConfigBadRequest) IsServerError() bool

IsServerError returns true when this get azure tenant config bad request response has a 5xx status code

func (*GetAzureTenantConfigBadRequest) IsSuccess added in v0.2.33

func (o *GetAzureTenantConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this get azure tenant config bad request response has a 2xx status code

func (*GetAzureTenantConfigBadRequest) String added in v0.2.33

type GetAzureTenantConfigForbidden added in v0.2.33

type GetAzureTenantConfigForbidden 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
}

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

Forbidden

func NewGetAzureTenantConfigForbidden added in v0.2.33

func NewGetAzureTenantConfigForbidden() *GetAzureTenantConfigForbidden

NewGetAzureTenantConfigForbidden creates a GetAzureTenantConfigForbidden with default headers values

func (*GetAzureTenantConfigForbidden) Code added in v0.2.33

Code gets the status code for the get azure tenant config forbidden response

func (*GetAzureTenantConfigForbidden) Error added in v0.2.33

func (*GetAzureTenantConfigForbidden) GetPayload added in v0.2.33

func (*GetAzureTenantConfigForbidden) IsClientError added in v0.2.33

func (o *GetAzureTenantConfigForbidden) IsClientError() bool

IsClientError returns true when this get azure tenant config forbidden response has a 4xx status code

func (*GetAzureTenantConfigForbidden) IsCode added in v0.2.33

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

IsCode returns true when this get azure tenant config forbidden response a status code equal to that given

func (*GetAzureTenantConfigForbidden) IsRedirect added in v0.2.33

func (o *GetAzureTenantConfigForbidden) IsRedirect() bool

IsRedirect returns true when this get azure tenant config forbidden response has a 3xx status code

func (*GetAzureTenantConfigForbidden) IsServerError added in v0.2.33

func (o *GetAzureTenantConfigForbidden) IsServerError() bool

IsServerError returns true when this get azure tenant config forbidden response has a 5xx status code

func (*GetAzureTenantConfigForbidden) IsSuccess added in v0.2.33

func (o *GetAzureTenantConfigForbidden) IsSuccess() bool

IsSuccess returns true when this get azure tenant config forbidden response has a 2xx status code

func (*GetAzureTenantConfigForbidden) String added in v0.2.33

type GetAzureTenantConfigInternalServerError added in v0.2.33

type GetAzureTenantConfigInternalServerError 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.K8sregGetAzureTenantConfigResp
}

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

Internal Server Error

func NewGetAzureTenantConfigInternalServerError added in v0.2.33

func NewGetAzureTenantConfigInternalServerError() *GetAzureTenantConfigInternalServerError

NewGetAzureTenantConfigInternalServerError creates a GetAzureTenantConfigInternalServerError with default headers values

func (*GetAzureTenantConfigInternalServerError) Code added in v0.2.33

Code gets the status code for the get azure tenant config internal server error response

func (*GetAzureTenantConfigInternalServerError) Error added in v0.2.33

func (*GetAzureTenantConfigInternalServerError) GetPayload added in v0.2.33

func (*GetAzureTenantConfigInternalServerError) IsClientError added in v0.2.33

func (o *GetAzureTenantConfigInternalServerError) IsClientError() bool

IsClientError returns true when this get azure tenant config internal server error response has a 4xx status code

func (*GetAzureTenantConfigInternalServerError) IsCode added in v0.2.33

IsCode returns true when this get azure tenant config internal server error response a status code equal to that given

func (*GetAzureTenantConfigInternalServerError) IsRedirect added in v0.2.33

IsRedirect returns true when this get azure tenant config internal server error response has a 3xx status code

func (*GetAzureTenantConfigInternalServerError) IsServerError added in v0.2.33

func (o *GetAzureTenantConfigInternalServerError) IsServerError() bool

IsServerError returns true when this get azure tenant config internal server error response has a 5xx status code

func (*GetAzureTenantConfigInternalServerError) IsSuccess added in v0.2.33

IsSuccess returns true when this get azure tenant config internal server error response has a 2xx status code

func (*GetAzureTenantConfigInternalServerError) String added in v0.2.33

type GetAzureTenantConfigMultiStatus added in v0.2.33

type GetAzureTenantConfigMultiStatus 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.K8sregGetAzureTenantConfigResp
}

GetAzureTenantConfigMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetAzureTenantConfigMultiStatus added in v0.2.33

func NewGetAzureTenantConfigMultiStatus() *GetAzureTenantConfigMultiStatus

NewGetAzureTenantConfigMultiStatus creates a GetAzureTenantConfigMultiStatus with default headers values

func (*GetAzureTenantConfigMultiStatus) Code added in v0.2.33

Code gets the status code for the get azure tenant config multi status response

func (*GetAzureTenantConfigMultiStatus) Error added in v0.2.33

func (*GetAzureTenantConfigMultiStatus) GetPayload added in v0.2.33

func (*GetAzureTenantConfigMultiStatus) IsClientError added in v0.2.33

func (o *GetAzureTenantConfigMultiStatus) IsClientError() bool

IsClientError returns true when this get azure tenant config multi status response has a 4xx status code

func (*GetAzureTenantConfigMultiStatus) IsCode added in v0.2.33

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

IsCode returns true when this get azure tenant config multi status response a status code equal to that given

func (*GetAzureTenantConfigMultiStatus) IsRedirect added in v0.2.33

func (o *GetAzureTenantConfigMultiStatus) IsRedirect() bool

IsRedirect returns true when this get azure tenant config multi status response has a 3xx status code

func (*GetAzureTenantConfigMultiStatus) IsServerError added in v0.2.33

func (o *GetAzureTenantConfigMultiStatus) IsServerError() bool

IsServerError returns true when this get azure tenant config multi status response has a 5xx status code

func (*GetAzureTenantConfigMultiStatus) IsSuccess added in v0.2.33

func (o *GetAzureTenantConfigMultiStatus) IsSuccess() bool

IsSuccess returns true when this get azure tenant config multi status response has a 2xx status code

func (*GetAzureTenantConfigMultiStatus) String added in v0.2.33

type GetAzureTenantConfigOK added in v0.2.33

type GetAzureTenantConfigOK 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.K8sregGetAzureTenantConfigResp
}

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

OK

func NewGetAzureTenantConfigOK added in v0.2.33

func NewGetAzureTenantConfigOK() *GetAzureTenantConfigOK

NewGetAzureTenantConfigOK creates a GetAzureTenantConfigOK with default headers values

func (*GetAzureTenantConfigOK) Code added in v0.2.33

func (o *GetAzureTenantConfigOK) Code() int

Code gets the status code for the get azure tenant config o k response

func (*GetAzureTenantConfigOK) Error added in v0.2.33

func (o *GetAzureTenantConfigOK) Error() string

func (*GetAzureTenantConfigOK) GetPayload added in v0.2.33

func (*GetAzureTenantConfigOK) IsClientError added in v0.2.33

func (o *GetAzureTenantConfigOK) IsClientError() bool

IsClientError returns true when this get azure tenant config o k response has a 4xx status code

func (*GetAzureTenantConfigOK) IsCode added in v0.2.33

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

IsCode returns true when this get azure tenant config o k response a status code equal to that given

func (*GetAzureTenantConfigOK) IsRedirect added in v0.2.33

func (o *GetAzureTenantConfigOK) IsRedirect() bool

IsRedirect returns true when this get azure tenant config o k response has a 3xx status code

func (*GetAzureTenantConfigOK) IsServerError added in v0.2.33

func (o *GetAzureTenantConfigOK) IsServerError() bool

IsServerError returns true when this get azure tenant config o k response has a 5xx status code

func (*GetAzureTenantConfigOK) IsSuccess added in v0.2.33

func (o *GetAzureTenantConfigOK) IsSuccess() bool

IsSuccess returns true when this get azure tenant config o k response has a 2xx status code

func (*GetAzureTenantConfigOK) String added in v0.2.33

func (o *GetAzureTenantConfigOK) String() string

type GetAzureTenantConfigParams added in v0.2.33

type GetAzureTenantConfigParams struct {

	/* Ids.

	   Azure Tenant IDs
	*/
	Ids []string

	/* Limit.

	   Limit returned accounts
	*/
	Limit *int64

	/* Offset.

	   Offset returned accounts
	*/
	Offset *int64

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

GetAzureTenantConfigParams contains all the parameters to send to the API endpoint

for the get azure tenant config operation.

Typically these are written to a http.Request.

func NewGetAzureTenantConfigParams added in v0.2.33

func NewGetAzureTenantConfigParams() *GetAzureTenantConfigParams

NewGetAzureTenantConfigParams creates a new GetAzureTenantConfigParams 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 NewGetAzureTenantConfigParamsWithContext added in v0.2.33

func NewGetAzureTenantConfigParamsWithContext(ctx context.Context) *GetAzureTenantConfigParams

NewGetAzureTenantConfigParamsWithContext creates a new GetAzureTenantConfigParams object with the ability to set a context for a request.

func NewGetAzureTenantConfigParamsWithHTTPClient added in v0.2.33

func NewGetAzureTenantConfigParamsWithHTTPClient(client *http.Client) *GetAzureTenantConfigParams

NewGetAzureTenantConfigParamsWithHTTPClient creates a new GetAzureTenantConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetAzureTenantConfigParamsWithTimeout added in v0.2.33

func NewGetAzureTenantConfigParamsWithTimeout(timeout time.Duration) *GetAzureTenantConfigParams

NewGetAzureTenantConfigParamsWithTimeout creates a new GetAzureTenantConfigParams object with the ability to set a timeout on a request.

func (*GetAzureTenantConfigParams) SetContext added in v0.2.33

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

SetContext adds the context to the get azure tenant config params

func (*GetAzureTenantConfigParams) SetDefaults added in v0.2.33

func (o *GetAzureTenantConfigParams) SetDefaults()

SetDefaults hydrates default values in the get azure tenant config params (not the query body).

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

func (*GetAzureTenantConfigParams) SetHTTPClient added in v0.2.33

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

SetHTTPClient adds the HTTPClient to the get azure tenant config params

func (*GetAzureTenantConfigParams) SetIds added in v0.2.33

func (o *GetAzureTenantConfigParams) SetIds(ids []string)

SetIds adds the ids to the get azure tenant config params

func (*GetAzureTenantConfigParams) SetLimit added in v0.2.33

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

SetLimit adds the limit to the get azure tenant config params

func (*GetAzureTenantConfigParams) SetOffset added in v0.2.33

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

SetOffset adds the offset to the get azure tenant config params

func (*GetAzureTenantConfigParams) SetTimeout added in v0.2.33

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

SetTimeout adds the timeout to the get azure tenant config params

func (*GetAzureTenantConfigParams) WithContext added in v0.2.33

WithContext adds the context to the get azure tenant config params

func (*GetAzureTenantConfigParams) WithDefaults added in v0.2.33

WithDefaults hydrates default values in the get azure tenant config params (not the query body).

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

func (*GetAzureTenantConfigParams) WithHTTPClient added in v0.2.33

WithHTTPClient adds the HTTPClient to the get azure tenant config params

func (*GetAzureTenantConfigParams) WithIds added in v0.2.33

WithIds adds the ids to the get azure tenant config params

func (*GetAzureTenantConfigParams) WithLimit added in v0.2.33

WithLimit adds the limit to the get azure tenant config params

func (*GetAzureTenantConfigParams) WithOffset added in v0.2.33

WithOffset adds the offset to the get azure tenant config params

func (*GetAzureTenantConfigParams) WithTimeout added in v0.2.33

WithTimeout adds the timeout to the get azure tenant config params

func (*GetAzureTenantConfigParams) WriteToRequest added in v0.2.33

WriteToRequest writes these params to a swagger request

type GetAzureTenantConfigReader added in v0.2.33

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

GetAzureTenantConfigReader is a Reader for the GetAzureTenantConfig structure.

func (*GetAzureTenantConfigReader) ReadResponse added in v0.2.33

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

ReadResponse reads a server response into the received o.

type GetAzureTenantConfigTooManyRequests added in v0.2.33

type GetAzureTenantConfigTooManyRequests 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
}

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

Too Many Requests

func NewGetAzureTenantConfigTooManyRequests added in v0.2.33

func NewGetAzureTenantConfigTooManyRequests() *GetAzureTenantConfigTooManyRequests

NewGetAzureTenantConfigTooManyRequests creates a GetAzureTenantConfigTooManyRequests with default headers values

func (*GetAzureTenantConfigTooManyRequests) Code added in v0.2.33

Code gets the status code for the get azure tenant config too many requests response

func (*GetAzureTenantConfigTooManyRequests) Error added in v0.2.33

func (*GetAzureTenantConfigTooManyRequests) GetPayload added in v0.2.33

func (*GetAzureTenantConfigTooManyRequests) IsClientError added in v0.2.33

func (o *GetAzureTenantConfigTooManyRequests) IsClientError() bool

IsClientError returns true when this get azure tenant config too many requests response has a 4xx status code

func (*GetAzureTenantConfigTooManyRequests) IsCode added in v0.2.33

IsCode returns true when this get azure tenant config too many requests response a status code equal to that given

func (*GetAzureTenantConfigTooManyRequests) IsRedirect added in v0.2.33

func (o *GetAzureTenantConfigTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get azure tenant config too many requests response has a 3xx status code

func (*GetAzureTenantConfigTooManyRequests) IsServerError added in v0.2.33

func (o *GetAzureTenantConfigTooManyRequests) IsServerError() bool

IsServerError returns true when this get azure tenant config too many requests response has a 5xx status code

func (*GetAzureTenantConfigTooManyRequests) IsSuccess added in v0.2.33

IsSuccess returns true when this get azure tenant config too many requests response has a 2xx status code

func (*GetAzureTenantConfigTooManyRequests) String added in v0.2.33

type GetAzureTenantIDsBadRequest added in v0.2.33

type GetAzureTenantIDsBadRequest 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.K8sregGetAzureTenantInfoResp
}

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

Bad Request

func NewGetAzureTenantIDsBadRequest added in v0.2.33

func NewGetAzureTenantIDsBadRequest() *GetAzureTenantIDsBadRequest

NewGetAzureTenantIDsBadRequest creates a GetAzureTenantIDsBadRequest with default headers values

func (*GetAzureTenantIDsBadRequest) Code added in v0.2.33

func (o *GetAzureTenantIDsBadRequest) Code() int

Code gets the status code for the get azure tenant i ds bad request response

func (*GetAzureTenantIDsBadRequest) Error added in v0.2.33

func (*GetAzureTenantIDsBadRequest) GetPayload added in v0.2.33

func (*GetAzureTenantIDsBadRequest) IsClientError added in v0.2.33

func (o *GetAzureTenantIDsBadRequest) IsClientError() bool

IsClientError returns true when this get azure tenant i ds bad request response has a 4xx status code

func (*GetAzureTenantIDsBadRequest) IsCode added in v0.2.33

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

IsCode returns true when this get azure tenant i ds bad request response a status code equal to that given

func (*GetAzureTenantIDsBadRequest) IsRedirect added in v0.2.33

func (o *GetAzureTenantIDsBadRequest) IsRedirect() bool

IsRedirect returns true when this get azure tenant i ds bad request response has a 3xx status code

func (*GetAzureTenantIDsBadRequest) IsServerError added in v0.2.33

func (o *GetAzureTenantIDsBadRequest) IsServerError() bool

IsServerError returns true when this get azure tenant i ds bad request response has a 5xx status code

func (*GetAzureTenantIDsBadRequest) IsSuccess added in v0.2.33

func (o *GetAzureTenantIDsBadRequest) IsSuccess() bool

IsSuccess returns true when this get azure tenant i ds bad request response has a 2xx status code

func (*GetAzureTenantIDsBadRequest) String added in v0.2.33

func (o *GetAzureTenantIDsBadRequest) String() string

type GetAzureTenantIDsForbidden added in v0.2.33

type GetAzureTenantIDsForbidden 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
}

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

Forbidden

func NewGetAzureTenantIDsForbidden added in v0.2.33

func NewGetAzureTenantIDsForbidden() *GetAzureTenantIDsForbidden

NewGetAzureTenantIDsForbidden creates a GetAzureTenantIDsForbidden with default headers values

func (*GetAzureTenantIDsForbidden) Code added in v0.2.33

func (o *GetAzureTenantIDsForbidden) Code() int

Code gets the status code for the get azure tenant i ds forbidden response

func (*GetAzureTenantIDsForbidden) Error added in v0.2.33

func (*GetAzureTenantIDsForbidden) GetPayload added in v0.2.33

func (*GetAzureTenantIDsForbidden) IsClientError added in v0.2.33

func (o *GetAzureTenantIDsForbidden) IsClientError() bool

IsClientError returns true when this get azure tenant i ds forbidden response has a 4xx status code

func (*GetAzureTenantIDsForbidden) IsCode added in v0.2.33

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

IsCode returns true when this get azure tenant i ds forbidden response a status code equal to that given

func (*GetAzureTenantIDsForbidden) IsRedirect added in v0.2.33

func (o *GetAzureTenantIDsForbidden) IsRedirect() bool

IsRedirect returns true when this get azure tenant i ds forbidden response has a 3xx status code

func (*GetAzureTenantIDsForbidden) IsServerError added in v0.2.33

func (o *GetAzureTenantIDsForbidden) IsServerError() bool

IsServerError returns true when this get azure tenant i ds forbidden response has a 5xx status code

func (*GetAzureTenantIDsForbidden) IsSuccess added in v0.2.33

func (o *GetAzureTenantIDsForbidden) IsSuccess() bool

IsSuccess returns true when this get azure tenant i ds forbidden response has a 2xx status code

func (*GetAzureTenantIDsForbidden) String added in v0.2.33

func (o *GetAzureTenantIDsForbidden) String() string

type GetAzureTenantIDsInternalServerError added in v0.2.33

type GetAzureTenantIDsInternalServerError 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.K8sregGetAzureTenantInfoResp
}

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

Internal Server Error

func NewGetAzureTenantIDsInternalServerError added in v0.2.33

func NewGetAzureTenantIDsInternalServerError() *GetAzureTenantIDsInternalServerError

NewGetAzureTenantIDsInternalServerError creates a GetAzureTenantIDsInternalServerError with default headers values

func (*GetAzureTenantIDsInternalServerError) Code added in v0.2.33

Code gets the status code for the get azure tenant i ds internal server error response

func (*GetAzureTenantIDsInternalServerError) Error added in v0.2.33

func (*GetAzureTenantIDsInternalServerError) GetPayload added in v0.2.33

func (*GetAzureTenantIDsInternalServerError) IsClientError added in v0.2.33

func (o *GetAzureTenantIDsInternalServerError) IsClientError() bool

IsClientError returns true when this get azure tenant i ds internal server error response has a 4xx status code

func (*GetAzureTenantIDsInternalServerError) IsCode added in v0.2.33

IsCode returns true when this get azure tenant i ds internal server error response a status code equal to that given

func (*GetAzureTenantIDsInternalServerError) IsRedirect added in v0.2.33

IsRedirect returns true when this get azure tenant i ds internal server error response has a 3xx status code

func (*GetAzureTenantIDsInternalServerError) IsServerError added in v0.2.33

func (o *GetAzureTenantIDsInternalServerError) IsServerError() bool

IsServerError returns true when this get azure tenant i ds internal server error response has a 5xx status code

func (*GetAzureTenantIDsInternalServerError) IsSuccess added in v0.2.33

IsSuccess returns true when this get azure tenant i ds internal server error response has a 2xx status code

func (*GetAzureTenantIDsInternalServerError) String added in v0.2.33

type GetAzureTenantIDsMultiStatus added in v0.2.33

type GetAzureTenantIDsMultiStatus 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.K8sregGetAzureTenantInfoResp
}

GetAzureTenantIDsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetAzureTenantIDsMultiStatus added in v0.2.33

func NewGetAzureTenantIDsMultiStatus() *GetAzureTenantIDsMultiStatus

NewGetAzureTenantIDsMultiStatus creates a GetAzureTenantIDsMultiStatus with default headers values

func (*GetAzureTenantIDsMultiStatus) Code added in v0.2.33

Code gets the status code for the get azure tenant i ds multi status response

func (*GetAzureTenantIDsMultiStatus) Error added in v0.2.33

func (*GetAzureTenantIDsMultiStatus) GetPayload added in v0.2.33

func (*GetAzureTenantIDsMultiStatus) IsClientError added in v0.2.33

func (o *GetAzureTenantIDsMultiStatus) IsClientError() bool

IsClientError returns true when this get azure tenant i ds multi status response has a 4xx status code

func (*GetAzureTenantIDsMultiStatus) IsCode added in v0.2.33

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

IsCode returns true when this get azure tenant i ds multi status response a status code equal to that given

func (*GetAzureTenantIDsMultiStatus) IsRedirect added in v0.2.33

func (o *GetAzureTenantIDsMultiStatus) IsRedirect() bool

IsRedirect returns true when this get azure tenant i ds multi status response has a 3xx status code

func (*GetAzureTenantIDsMultiStatus) IsServerError added in v0.2.33

func (o *GetAzureTenantIDsMultiStatus) IsServerError() bool

IsServerError returns true when this get azure tenant i ds multi status response has a 5xx status code

func (*GetAzureTenantIDsMultiStatus) IsSuccess added in v0.2.33

func (o *GetAzureTenantIDsMultiStatus) IsSuccess() bool

IsSuccess returns true when this get azure tenant i ds multi status response has a 2xx status code

func (*GetAzureTenantIDsMultiStatus) String added in v0.2.33

type GetAzureTenantIDsOK added in v0.2.33

type GetAzureTenantIDsOK 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.K8sregGetAzureTenantInfoResp
}

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

OK

func NewGetAzureTenantIDsOK added in v0.2.33

func NewGetAzureTenantIDsOK() *GetAzureTenantIDsOK

NewGetAzureTenantIDsOK creates a GetAzureTenantIDsOK with default headers values

func (*GetAzureTenantIDsOK) Code added in v0.2.33

func (o *GetAzureTenantIDsOK) Code() int

Code gets the status code for the get azure tenant i ds o k response

func (*GetAzureTenantIDsOK) Error added in v0.2.33

func (o *GetAzureTenantIDsOK) Error() string

func (*GetAzureTenantIDsOK) GetPayload added in v0.2.33

func (*GetAzureTenantIDsOK) IsClientError added in v0.2.33

func (o *GetAzureTenantIDsOK) IsClientError() bool

IsClientError returns true when this get azure tenant i ds o k response has a 4xx status code

func (*GetAzureTenantIDsOK) IsCode added in v0.2.33

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

IsCode returns true when this get azure tenant i ds o k response a status code equal to that given

func (*GetAzureTenantIDsOK) IsRedirect added in v0.2.33

func (o *GetAzureTenantIDsOK) IsRedirect() bool

IsRedirect returns true when this get azure tenant i ds o k response has a 3xx status code

func (*GetAzureTenantIDsOK) IsServerError added in v0.2.33

func (o *GetAzureTenantIDsOK) IsServerError() bool

IsServerError returns true when this get azure tenant i ds o k response has a 5xx status code

func (*GetAzureTenantIDsOK) IsSuccess added in v0.2.33

func (o *GetAzureTenantIDsOK) IsSuccess() bool

IsSuccess returns true when this get azure tenant i ds o k response has a 2xx status code

func (*GetAzureTenantIDsOK) String added in v0.2.33

func (o *GetAzureTenantIDsOK) String() string

type GetAzureTenantIDsParams added in v0.2.33

type GetAzureTenantIDsParams struct {

	/* Ids.

	   Azure Tenant IDs
	*/
	Ids []string

	/* Limit.

	   Limit returned accounts
	*/
	Limit *int64

	/* Offset.

	   Offset returned accounts
	*/
	Offset *int64

	/* Status.

	   Cluster Status
	*/
	Status *string

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

GetAzureTenantIDsParams contains all the parameters to send to the API endpoint

for the get azure tenant i ds operation.

Typically these are written to a http.Request.

func NewGetAzureTenantIDsParams added in v0.2.33

func NewGetAzureTenantIDsParams() *GetAzureTenantIDsParams

NewGetAzureTenantIDsParams creates a new GetAzureTenantIDsParams 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 NewGetAzureTenantIDsParamsWithContext added in v0.2.33

func NewGetAzureTenantIDsParamsWithContext(ctx context.Context) *GetAzureTenantIDsParams

NewGetAzureTenantIDsParamsWithContext creates a new GetAzureTenantIDsParams object with the ability to set a context for a request.

func NewGetAzureTenantIDsParamsWithHTTPClient added in v0.2.33

func NewGetAzureTenantIDsParamsWithHTTPClient(client *http.Client) *GetAzureTenantIDsParams

NewGetAzureTenantIDsParamsWithHTTPClient creates a new GetAzureTenantIDsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAzureTenantIDsParamsWithTimeout added in v0.2.33

func NewGetAzureTenantIDsParamsWithTimeout(timeout time.Duration) *GetAzureTenantIDsParams

NewGetAzureTenantIDsParamsWithTimeout creates a new GetAzureTenantIDsParams object with the ability to set a timeout on a request.

func (*GetAzureTenantIDsParams) SetContext added in v0.2.33

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

SetContext adds the context to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) SetDefaults added in v0.2.33

func (o *GetAzureTenantIDsParams) SetDefaults()

SetDefaults hydrates default values in the get azure tenant i ds params (not the query body).

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

func (*GetAzureTenantIDsParams) SetHTTPClient added in v0.2.33

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

SetHTTPClient adds the HTTPClient to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) SetIds added in v0.2.33

func (o *GetAzureTenantIDsParams) SetIds(ids []string)

SetIds adds the ids to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) SetLimit added in v0.2.33

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

SetLimit adds the limit to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) SetOffset added in v0.2.33

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

SetOffset adds the offset to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) SetStatus added in v0.2.33

func (o *GetAzureTenantIDsParams) SetStatus(status *string)

SetStatus adds the status to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) SetTimeout added in v0.2.33

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

SetTimeout adds the timeout to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) WithContext added in v0.2.33

WithContext adds the context to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) WithDefaults added in v0.2.33

WithDefaults hydrates default values in the get azure tenant i ds params (not the query body).

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

func (*GetAzureTenantIDsParams) WithHTTPClient added in v0.2.33

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

WithHTTPClient adds the HTTPClient to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) WithIds added in v0.2.33

WithIds adds the ids to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) WithLimit added in v0.2.33

WithLimit adds the limit to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) WithOffset added in v0.2.33

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

WithOffset adds the offset to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) WithStatus added in v0.2.33

func (o *GetAzureTenantIDsParams) WithStatus(status *string) *GetAzureTenantIDsParams

WithStatus adds the status to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) WithTimeout added in v0.2.33

WithTimeout adds the timeout to the get azure tenant i ds params

func (*GetAzureTenantIDsParams) WriteToRequest added in v0.2.33

WriteToRequest writes these params to a swagger request

type GetAzureTenantIDsReader added in v0.2.33

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

GetAzureTenantIDsReader is a Reader for the GetAzureTenantIDs structure.

func (*GetAzureTenantIDsReader) ReadResponse added in v0.2.33

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

ReadResponse reads a server response into the received o.

type GetAzureTenantIDsTooManyRequests added in v0.2.33

type GetAzureTenantIDsTooManyRequests 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
}

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

Too Many Requests

func NewGetAzureTenantIDsTooManyRequests added in v0.2.33

func NewGetAzureTenantIDsTooManyRequests() *GetAzureTenantIDsTooManyRequests

NewGetAzureTenantIDsTooManyRequests creates a GetAzureTenantIDsTooManyRequests with default headers values

func (*GetAzureTenantIDsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get azure tenant i ds too many requests response

func (*GetAzureTenantIDsTooManyRequests) Error added in v0.2.33

func (*GetAzureTenantIDsTooManyRequests) GetPayload added in v0.2.33

func (*GetAzureTenantIDsTooManyRequests) IsClientError added in v0.2.33

func (o *GetAzureTenantIDsTooManyRequests) IsClientError() bool

IsClientError returns true when this get azure tenant i ds too many requests response has a 4xx status code

func (*GetAzureTenantIDsTooManyRequests) IsCode added in v0.2.33

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

IsCode returns true when this get azure tenant i ds too many requests response a status code equal to that given

func (*GetAzureTenantIDsTooManyRequests) IsRedirect added in v0.2.33

func (o *GetAzureTenantIDsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get azure tenant i ds too many requests response has a 3xx status code

func (*GetAzureTenantIDsTooManyRequests) IsServerError added in v0.2.33

func (o *GetAzureTenantIDsTooManyRequests) IsServerError() bool

IsServerError returns true when this get azure tenant i ds too many requests response has a 5xx status code

func (*GetAzureTenantIDsTooManyRequests) IsSuccess added in v0.2.33

func (o *GetAzureTenantIDsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get azure tenant i ds too many requests response has a 2xx status code

func (*GetAzureTenantIDsTooManyRequests) String added in v0.2.33

type GetClustersBadRequest

type GetClustersBadRequest 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.K8sregGetClustersResp
}

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

Bad Request

func NewGetClustersBadRequest

func NewGetClustersBadRequest() *GetClustersBadRequest

NewGetClustersBadRequest creates a GetClustersBadRequest with default headers values

func (*GetClustersBadRequest) Code added in v0.2.33

func (o *GetClustersBadRequest) Code() int

Code gets the status code for the get clusters bad request response

func (*GetClustersBadRequest) Error

func (o *GetClustersBadRequest) Error() string

func (*GetClustersBadRequest) GetPayload

func (*GetClustersBadRequest) IsClientError added in v0.2.27

func (o *GetClustersBadRequest) IsClientError() bool

IsClientError returns true when this get clusters bad request response has a 4xx status code

func (*GetClustersBadRequest) IsCode added in v0.2.27

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

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

func (*GetClustersBadRequest) IsRedirect added in v0.2.27

func (o *GetClustersBadRequest) IsRedirect() bool

IsRedirect returns true when this get clusters bad request response has a 3xx status code

func (*GetClustersBadRequest) IsServerError added in v0.2.27

func (o *GetClustersBadRequest) IsServerError() bool

IsServerError returns true when this get clusters bad request response has a 5xx status code

func (*GetClustersBadRequest) IsSuccess added in v0.2.27

func (o *GetClustersBadRequest) IsSuccess() bool

IsSuccess returns true when this get clusters bad request response has a 2xx status code

func (*GetClustersBadRequest) String added in v0.2.27

func (o *GetClustersBadRequest) String() string

type GetClustersForbidden

type GetClustersForbidden 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
}

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

Forbidden

func NewGetClustersForbidden

func NewGetClustersForbidden() *GetClustersForbidden

NewGetClustersForbidden creates a GetClustersForbidden with default headers values

func (*GetClustersForbidden) Code added in v0.2.33

func (o *GetClustersForbidden) Code() int

Code gets the status code for the get clusters forbidden response

func (*GetClustersForbidden) Error

func (o *GetClustersForbidden) Error() string

func (*GetClustersForbidden) GetPayload

func (o *GetClustersForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*GetClustersForbidden) IsClientError added in v0.2.27

func (o *GetClustersForbidden) IsClientError() bool

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

func (*GetClustersForbidden) IsCode added in v0.2.27

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

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

func (*GetClustersForbidden) IsRedirect added in v0.2.27

func (o *GetClustersForbidden) IsRedirect() bool

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

func (*GetClustersForbidden) IsServerError added in v0.2.27

func (o *GetClustersForbidden) IsServerError() bool

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

func (*GetClustersForbidden) IsSuccess added in v0.2.27

func (o *GetClustersForbidden) IsSuccess() bool

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

func (*GetClustersForbidden) String added in v0.2.27

func (o *GetClustersForbidden) String() string

type GetClustersInternalServerError

type GetClustersInternalServerError 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.K8sregGetClustersResp
}

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

Internal Server Error

func NewGetClustersInternalServerError

func NewGetClustersInternalServerError() *GetClustersInternalServerError

NewGetClustersInternalServerError creates a GetClustersInternalServerError with default headers values

func (*GetClustersInternalServerError) Code added in v0.2.33

Code gets the status code for the get clusters internal server error response

func (*GetClustersInternalServerError) Error

func (*GetClustersInternalServerError) GetPayload

func (*GetClustersInternalServerError) IsClientError added in v0.2.27

func (o *GetClustersInternalServerError) IsClientError() bool

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

func (*GetClustersInternalServerError) IsCode added in v0.2.27

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

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

func (*GetClustersInternalServerError) IsRedirect added in v0.2.27

func (o *GetClustersInternalServerError) IsRedirect() bool

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

func (*GetClustersInternalServerError) IsServerError added in v0.2.27

func (o *GetClustersInternalServerError) IsServerError() bool

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

func (*GetClustersInternalServerError) IsSuccess added in v0.2.27

func (o *GetClustersInternalServerError) IsSuccess() bool

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

func (*GetClustersInternalServerError) String added in v0.2.27

type GetClustersMultiStatus

type GetClustersMultiStatus 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.K8sregGetClustersResp
}

GetClustersMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetClustersMultiStatus

func NewGetClustersMultiStatus() *GetClustersMultiStatus

NewGetClustersMultiStatus creates a GetClustersMultiStatus with default headers values

func (*GetClustersMultiStatus) Code added in v0.2.33

func (o *GetClustersMultiStatus) Code() int

Code gets the status code for the get clusters multi status response

func (*GetClustersMultiStatus) Error

func (o *GetClustersMultiStatus) Error() string

func (*GetClustersMultiStatus) GetPayload

func (*GetClustersMultiStatus) IsClientError added in v0.2.27

func (o *GetClustersMultiStatus) IsClientError() bool

IsClientError returns true when this get clusters multi status response has a 4xx status code

func (*GetClustersMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this get clusters multi status response a status code equal to that given

func (*GetClustersMultiStatus) IsRedirect added in v0.2.27

func (o *GetClustersMultiStatus) IsRedirect() bool

IsRedirect returns true when this get clusters multi status response has a 3xx status code

func (*GetClustersMultiStatus) IsServerError added in v0.2.27

func (o *GetClustersMultiStatus) IsServerError() bool

IsServerError returns true when this get clusters multi status response has a 5xx status code

func (*GetClustersMultiStatus) IsSuccess added in v0.2.27

func (o *GetClustersMultiStatus) IsSuccess() bool

IsSuccess returns true when this get clusters multi status response has a 2xx status code

func (*GetClustersMultiStatus) String added in v0.2.27

func (o *GetClustersMultiStatus) String() string

type GetClustersOK

type GetClustersOK 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.K8sregGetClustersResp
}

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

OK

func NewGetClustersOK

func NewGetClustersOK() *GetClustersOK

NewGetClustersOK creates a GetClustersOK with default headers values

func (*GetClustersOK) Code added in v0.2.33

func (o *GetClustersOK) Code() int

Code gets the status code for the get clusters o k response

func (*GetClustersOK) Error

func (o *GetClustersOK) Error() string

func (*GetClustersOK) GetPayload

func (o *GetClustersOK) GetPayload() *models.K8sregGetClustersResp

func (*GetClustersOK) IsClientError added in v0.2.27

func (o *GetClustersOK) IsClientError() bool

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

func (*GetClustersOK) IsCode added in v0.2.27

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

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

func (*GetClustersOK) IsRedirect added in v0.2.27

func (o *GetClustersOK) IsRedirect() bool

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

func (*GetClustersOK) IsServerError added in v0.2.27

func (o *GetClustersOK) IsServerError() bool

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

func (*GetClustersOK) IsSuccess added in v0.2.27

func (o *GetClustersOK) IsSuccess() bool

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

func (*GetClustersOK) String added in v0.2.27

func (o *GetClustersOK) String() string

type GetClustersParams

type GetClustersParams struct {

	/* AccountIds.

	   Cluster Account id. For EKS it will be AWS account ID.
	*/
	AccountIds []string

	/* ClusterNames.

	   Cluster name. For EKS it will be cluster ARN.
	*/
	ClusterNames []string

	/* ClusterService.

	   Cluster Service
	*/
	ClusterService *string

	/* Limit.

	   Limit returned accounts
	*/
	Limit *int64

	/* Locations.

	   Cloud location
	*/
	Locations []string

	/* Offset.

	   Offset returned accounts
	*/
	Offset *int64

	/* Status.

	   Cluster Status
	*/
	Status []string

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

GetClustersParams contains all the parameters to send to the API endpoint

for the get clusters operation.

Typically these are written to a http.Request.

func NewGetClustersParams

func NewGetClustersParams() *GetClustersParams

NewGetClustersParams creates a new GetClustersParams 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 NewGetClustersParamsWithContext

func NewGetClustersParamsWithContext(ctx context.Context) *GetClustersParams

NewGetClustersParamsWithContext creates a new GetClustersParams object with the ability to set a context for a request.

func NewGetClustersParamsWithHTTPClient

func NewGetClustersParamsWithHTTPClient(client *http.Client) *GetClustersParams

NewGetClustersParamsWithHTTPClient creates a new GetClustersParams object with the ability to set a custom HTTPClient for a request.

func NewGetClustersParamsWithTimeout

func NewGetClustersParamsWithTimeout(timeout time.Duration) *GetClustersParams

NewGetClustersParamsWithTimeout creates a new GetClustersParams object with the ability to set a timeout on a request.

func (*GetClustersParams) SetAccountIds

func (o *GetClustersParams) SetAccountIds(accountIds []string)

SetAccountIds adds the accountIds to the get clusters params

func (*GetClustersParams) SetClusterNames

func (o *GetClustersParams) SetClusterNames(clusterNames []string)

SetClusterNames adds the clusterNames to the get clusters params

func (*GetClustersParams) SetClusterService

func (o *GetClustersParams) SetClusterService(clusterService *string)

SetClusterService adds the clusterService to the get clusters params

func (*GetClustersParams) SetContext

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

SetContext adds the context to the get clusters params

func (*GetClustersParams) SetDefaults

func (o *GetClustersParams) SetDefaults()

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

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

func (*GetClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get clusters params

func (*GetClustersParams) SetLimit

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

SetLimit adds the limit to the get clusters params

func (*GetClustersParams) SetLocations

func (o *GetClustersParams) SetLocations(locations []string)

SetLocations adds the locations to the get clusters params

func (*GetClustersParams) SetOffset

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

SetOffset adds the offset to the get clusters params

func (*GetClustersParams) SetStatus added in v0.4.0

func (o *GetClustersParams) SetStatus(status []string)

SetStatus adds the status to the get clusters params

func (*GetClustersParams) SetTimeout

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

SetTimeout adds the timeout to the get clusters params

func (*GetClustersParams) WithAccountIds

func (o *GetClustersParams) WithAccountIds(accountIds []string) *GetClustersParams

WithAccountIds adds the accountIds to the get clusters params

func (*GetClustersParams) WithClusterNames

func (o *GetClustersParams) WithClusterNames(clusterNames []string) *GetClustersParams

WithClusterNames adds the clusterNames to the get clusters params

func (*GetClustersParams) WithClusterService

func (o *GetClustersParams) WithClusterService(clusterService *string) *GetClustersParams

WithClusterService adds the clusterService to the get clusters params

func (*GetClustersParams) WithContext

func (o *GetClustersParams) WithContext(ctx context.Context) *GetClustersParams

WithContext adds the context to the get clusters params

func (*GetClustersParams) WithDefaults

func (o *GetClustersParams) WithDefaults() *GetClustersParams

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

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

func (*GetClustersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get clusters params

func (*GetClustersParams) WithLimit

func (o *GetClustersParams) WithLimit(limit *int64) *GetClustersParams

WithLimit adds the limit to the get clusters params

func (*GetClustersParams) WithLocations

func (o *GetClustersParams) WithLocations(locations []string) *GetClustersParams

WithLocations adds the locations to the get clusters params

func (*GetClustersParams) WithOffset

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

WithOffset adds the offset to the get clusters params

func (*GetClustersParams) WithStatus added in v0.4.0

func (o *GetClustersParams) WithStatus(status []string) *GetClustersParams

WithStatus adds the status to the get clusters params

func (*GetClustersParams) WithTimeout

func (o *GetClustersParams) WithTimeout(timeout time.Duration) *GetClustersParams

WithTimeout adds the timeout to the get clusters params

func (*GetClustersParams) WriteToRequest

func (o *GetClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetClustersReader

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

GetClustersReader is a Reader for the GetClusters structure.

func (*GetClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetClustersTooManyRequests

type GetClustersTooManyRequests 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
}

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

Too Many Requests

func NewGetClustersTooManyRequests

func NewGetClustersTooManyRequests() *GetClustersTooManyRequests

NewGetClustersTooManyRequests creates a GetClustersTooManyRequests with default headers values

func (*GetClustersTooManyRequests) Code added in v0.2.33

func (o *GetClustersTooManyRequests) Code() int

Code gets the status code for the get clusters too many requests response

func (*GetClustersTooManyRequests) Error

func (*GetClustersTooManyRequests) GetPayload

func (*GetClustersTooManyRequests) IsClientError added in v0.2.27

func (o *GetClustersTooManyRequests) IsClientError() bool

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

func (*GetClustersTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetClustersTooManyRequests) IsRedirect added in v0.2.27

func (o *GetClustersTooManyRequests) IsRedirect() bool

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

func (*GetClustersTooManyRequests) IsServerError added in v0.2.27

func (o *GetClustersTooManyRequests) IsServerError() bool

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

func (*GetClustersTooManyRequests) IsSuccess added in v0.2.27

func (o *GetClustersTooManyRequests) IsSuccess() bool

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

func (*GetClustersTooManyRequests) String added in v0.2.27

func (o *GetClustersTooManyRequests) String() string

type GetCombinedCloudClustersBadRequest added in v0.2.33

type GetCombinedCloudClustersBadRequest 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.K8sregListClusterCloudResp
}

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

Bad Request

func NewGetCombinedCloudClustersBadRequest added in v0.2.33

func NewGetCombinedCloudClustersBadRequest() *GetCombinedCloudClustersBadRequest

NewGetCombinedCloudClustersBadRequest creates a GetCombinedCloudClustersBadRequest with default headers values

func (*GetCombinedCloudClustersBadRequest) Code added in v0.2.33

Code gets the status code for the get combined cloud clusters bad request response

func (*GetCombinedCloudClustersBadRequest) Error added in v0.2.33

func (*GetCombinedCloudClustersBadRequest) GetPayload added in v0.2.33

func (*GetCombinedCloudClustersBadRequest) IsClientError added in v0.2.33

func (o *GetCombinedCloudClustersBadRequest) IsClientError() bool

IsClientError returns true when this get combined cloud clusters bad request response has a 4xx status code

func (*GetCombinedCloudClustersBadRequest) IsCode added in v0.2.33

IsCode returns true when this get combined cloud clusters bad request response a status code equal to that given

func (*GetCombinedCloudClustersBadRequest) IsRedirect added in v0.2.33

func (o *GetCombinedCloudClustersBadRequest) IsRedirect() bool

IsRedirect returns true when this get combined cloud clusters bad request response has a 3xx status code

func (*GetCombinedCloudClustersBadRequest) IsServerError added in v0.2.33

func (o *GetCombinedCloudClustersBadRequest) IsServerError() bool

IsServerError returns true when this get combined cloud clusters bad request response has a 5xx status code

func (*GetCombinedCloudClustersBadRequest) IsSuccess added in v0.2.33

IsSuccess returns true when this get combined cloud clusters bad request response has a 2xx status code

func (*GetCombinedCloudClustersBadRequest) String added in v0.2.33

type GetCombinedCloudClustersForbidden added in v0.2.33

type GetCombinedCloudClustersForbidden 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
}

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

Forbidden

func NewGetCombinedCloudClustersForbidden added in v0.2.33

func NewGetCombinedCloudClustersForbidden() *GetCombinedCloudClustersForbidden

NewGetCombinedCloudClustersForbidden creates a GetCombinedCloudClustersForbidden with default headers values

func (*GetCombinedCloudClustersForbidden) Code added in v0.2.33

Code gets the status code for the get combined cloud clusters forbidden response

func (*GetCombinedCloudClustersForbidden) Error added in v0.2.33

func (*GetCombinedCloudClustersForbidden) GetPayload added in v0.2.33

func (*GetCombinedCloudClustersForbidden) IsClientError added in v0.2.33

func (o *GetCombinedCloudClustersForbidden) IsClientError() bool

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

func (*GetCombinedCloudClustersForbidden) IsCode added in v0.2.33

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

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

func (*GetCombinedCloudClustersForbidden) IsRedirect added in v0.2.33

func (o *GetCombinedCloudClustersForbidden) IsRedirect() bool

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

func (*GetCombinedCloudClustersForbidden) IsServerError added in v0.2.33

func (o *GetCombinedCloudClustersForbidden) IsServerError() bool

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

func (*GetCombinedCloudClustersForbidden) IsSuccess added in v0.2.33

func (o *GetCombinedCloudClustersForbidden) IsSuccess() bool

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

func (*GetCombinedCloudClustersForbidden) String added in v0.2.33

type GetCombinedCloudClustersInternalServerError added in v0.2.33

type GetCombinedCloudClustersInternalServerError 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.K8sregListClusterCloudResp
}

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

Internal Server Error

func NewGetCombinedCloudClustersInternalServerError added in v0.2.33

func NewGetCombinedCloudClustersInternalServerError() *GetCombinedCloudClustersInternalServerError

NewGetCombinedCloudClustersInternalServerError creates a GetCombinedCloudClustersInternalServerError with default headers values

func (*GetCombinedCloudClustersInternalServerError) Code added in v0.2.33

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

func (*GetCombinedCloudClustersInternalServerError) Error added in v0.2.33

func (*GetCombinedCloudClustersInternalServerError) GetPayload added in v0.2.33

func (*GetCombinedCloudClustersInternalServerError) IsClientError added in v0.2.33

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

func (*GetCombinedCloudClustersInternalServerError) IsCode added in v0.2.33

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

func (*GetCombinedCloudClustersInternalServerError) IsRedirect added in v0.2.33

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

func (*GetCombinedCloudClustersInternalServerError) IsServerError added in v0.2.33

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

func (*GetCombinedCloudClustersInternalServerError) IsSuccess added in v0.2.33

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

func (*GetCombinedCloudClustersInternalServerError) String added in v0.2.33

type GetCombinedCloudClustersMultiStatus added in v0.2.33

type GetCombinedCloudClustersMultiStatus 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.K8sregListClusterCloudResp
}

GetCombinedCloudClustersMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetCombinedCloudClustersMultiStatus added in v0.2.33

func NewGetCombinedCloudClustersMultiStatus() *GetCombinedCloudClustersMultiStatus

NewGetCombinedCloudClustersMultiStatus creates a GetCombinedCloudClustersMultiStatus with default headers values

func (*GetCombinedCloudClustersMultiStatus) Code added in v0.2.33

Code gets the status code for the get combined cloud clusters multi status response

func (*GetCombinedCloudClustersMultiStatus) Error added in v0.2.33

func (*GetCombinedCloudClustersMultiStatus) GetPayload added in v0.2.33

func (*GetCombinedCloudClustersMultiStatus) IsClientError added in v0.2.33

func (o *GetCombinedCloudClustersMultiStatus) IsClientError() bool

IsClientError returns true when this get combined cloud clusters multi status response has a 4xx status code

func (*GetCombinedCloudClustersMultiStatus) IsCode added in v0.2.33

IsCode returns true when this get combined cloud clusters multi status response a status code equal to that given

func (*GetCombinedCloudClustersMultiStatus) IsRedirect added in v0.2.33

func (o *GetCombinedCloudClustersMultiStatus) IsRedirect() bool

IsRedirect returns true when this get combined cloud clusters multi status response has a 3xx status code

func (*GetCombinedCloudClustersMultiStatus) IsServerError added in v0.2.33

func (o *GetCombinedCloudClustersMultiStatus) IsServerError() bool

IsServerError returns true when this get combined cloud clusters multi status response has a 5xx status code

func (*GetCombinedCloudClustersMultiStatus) IsSuccess added in v0.2.33

IsSuccess returns true when this get combined cloud clusters multi status response has a 2xx status code

func (*GetCombinedCloudClustersMultiStatus) String added in v0.2.33

type GetCombinedCloudClustersOK added in v0.2.33

type GetCombinedCloudClustersOK 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.K8sregListClusterCloudResp
}

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

OK

func NewGetCombinedCloudClustersOK added in v0.2.33

func NewGetCombinedCloudClustersOK() *GetCombinedCloudClustersOK

NewGetCombinedCloudClustersOK creates a GetCombinedCloudClustersOK with default headers values

func (*GetCombinedCloudClustersOK) Code added in v0.2.33

func (o *GetCombinedCloudClustersOK) Code() int

Code gets the status code for the get combined cloud clusters o k response

func (*GetCombinedCloudClustersOK) Error added in v0.2.33

func (*GetCombinedCloudClustersOK) GetPayload added in v0.2.33

func (*GetCombinedCloudClustersOK) IsClientError added in v0.2.33

func (o *GetCombinedCloudClustersOK) IsClientError() bool

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

func (*GetCombinedCloudClustersOK) IsCode added in v0.2.33

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

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

func (*GetCombinedCloudClustersOK) IsRedirect added in v0.2.33

func (o *GetCombinedCloudClustersOK) IsRedirect() bool

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

func (*GetCombinedCloudClustersOK) IsServerError added in v0.2.33

func (o *GetCombinedCloudClustersOK) IsServerError() bool

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

func (*GetCombinedCloudClustersOK) IsSuccess added in v0.2.33

func (o *GetCombinedCloudClustersOK) IsSuccess() bool

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

func (*GetCombinedCloudClustersOK) String added in v0.2.33

func (o *GetCombinedCloudClustersOK) String() string

type GetCombinedCloudClustersParams added in v0.2.33

type GetCombinedCloudClustersParams struct {

	/* ClusterService.

	   Cluster Service
	*/
	ClusterService []string

	/* ClusterStatus.

	   Cluster Status
	*/
	ClusterStatus []string

	/* Ids.

	   Cloud Account IDs
	*/
	Ids []string

	/* Limit.

	   Limit returned accounts
	*/
	Limit *int64

	/* Locations.

	   Cloud location
	*/
	Locations []string

	/* Offset.

	   Offset returned accounts
	*/
	Offset *int64

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

GetCombinedCloudClustersParams contains all the parameters to send to the API endpoint

for the get combined cloud clusters operation.

Typically these are written to a http.Request.

func NewGetCombinedCloudClustersParams added in v0.2.33

func NewGetCombinedCloudClustersParams() *GetCombinedCloudClustersParams

NewGetCombinedCloudClustersParams creates a new GetCombinedCloudClustersParams 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 NewGetCombinedCloudClustersParamsWithContext added in v0.2.33

func NewGetCombinedCloudClustersParamsWithContext(ctx context.Context) *GetCombinedCloudClustersParams

NewGetCombinedCloudClustersParamsWithContext creates a new GetCombinedCloudClustersParams object with the ability to set a context for a request.

func NewGetCombinedCloudClustersParamsWithHTTPClient added in v0.2.33

func NewGetCombinedCloudClustersParamsWithHTTPClient(client *http.Client) *GetCombinedCloudClustersParams

NewGetCombinedCloudClustersParamsWithHTTPClient creates a new GetCombinedCloudClustersParams object with the ability to set a custom HTTPClient for a request.

func NewGetCombinedCloudClustersParamsWithTimeout added in v0.2.33

func NewGetCombinedCloudClustersParamsWithTimeout(timeout time.Duration) *GetCombinedCloudClustersParams

NewGetCombinedCloudClustersParamsWithTimeout creates a new GetCombinedCloudClustersParams object with the ability to set a timeout on a request.

func (*GetCombinedCloudClustersParams) SetClusterService added in v0.2.33

func (o *GetCombinedCloudClustersParams) SetClusterService(clusterService []string)

SetClusterService adds the clusterService to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) SetClusterStatus added in v0.2.33

func (o *GetCombinedCloudClustersParams) SetClusterStatus(clusterStatus []string)

SetClusterStatus adds the clusterStatus to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) SetContext added in v0.2.33

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

SetContext adds the context to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) SetDefaults added in v0.2.33

func (o *GetCombinedCloudClustersParams) SetDefaults()

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

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

func (*GetCombinedCloudClustersParams) SetHTTPClient added in v0.2.33

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

SetHTTPClient adds the HTTPClient to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) SetIds added in v0.2.33

func (o *GetCombinedCloudClustersParams) SetIds(ids []string)

SetIds adds the ids to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) SetLimit added in v0.2.33

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

SetLimit adds the limit to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) SetLocations added in v0.2.33

func (o *GetCombinedCloudClustersParams) SetLocations(locations []string)

SetLocations adds the locations to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) SetOffset added in v0.2.33

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

SetOffset adds the offset to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) SetTimeout added in v0.2.33

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

SetTimeout adds the timeout to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WithClusterService added in v0.2.33

func (o *GetCombinedCloudClustersParams) WithClusterService(clusterService []string) *GetCombinedCloudClustersParams

WithClusterService adds the clusterService to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WithClusterStatus added in v0.2.33

func (o *GetCombinedCloudClustersParams) WithClusterStatus(clusterStatus []string) *GetCombinedCloudClustersParams

WithClusterStatus adds the clusterStatus to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WithContext added in v0.2.33

WithContext adds the context to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WithDefaults added in v0.2.33

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

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

func (*GetCombinedCloudClustersParams) WithHTTPClient added in v0.2.33

WithHTTPClient adds the HTTPClient to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WithIds added in v0.2.33

WithIds adds the ids to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WithLimit added in v0.2.33

WithLimit adds the limit to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WithLocations added in v0.2.33

WithLocations adds the locations to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WithOffset added in v0.2.33

WithOffset adds the offset to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WithTimeout added in v0.2.33

WithTimeout adds the timeout to the get combined cloud clusters params

func (*GetCombinedCloudClustersParams) WriteToRequest added in v0.2.33

WriteToRequest writes these params to a swagger request

type GetCombinedCloudClustersReader added in v0.2.33

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

GetCombinedCloudClustersReader is a Reader for the GetCombinedCloudClusters structure.

func (*GetCombinedCloudClustersReader) ReadResponse added in v0.2.33

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

ReadResponse reads a server response into the received o.

type GetCombinedCloudClustersTooManyRequests added in v0.2.33

type GetCombinedCloudClustersTooManyRequests 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
}

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

Too Many Requests

func NewGetCombinedCloudClustersTooManyRequests added in v0.2.33

func NewGetCombinedCloudClustersTooManyRequests() *GetCombinedCloudClustersTooManyRequests

NewGetCombinedCloudClustersTooManyRequests creates a GetCombinedCloudClustersTooManyRequests with default headers values

func (*GetCombinedCloudClustersTooManyRequests) Code added in v0.2.33

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

func (*GetCombinedCloudClustersTooManyRequests) Error added in v0.2.33

func (*GetCombinedCloudClustersTooManyRequests) GetPayload added in v0.2.33

func (*GetCombinedCloudClustersTooManyRequests) IsClientError added in v0.2.33

func (o *GetCombinedCloudClustersTooManyRequests) IsClientError() bool

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

func (*GetCombinedCloudClustersTooManyRequests) IsCode added in v0.2.33

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

func (*GetCombinedCloudClustersTooManyRequests) IsRedirect added in v0.2.33

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

func (*GetCombinedCloudClustersTooManyRequests) IsServerError added in v0.2.33

func (o *GetCombinedCloudClustersTooManyRequests) IsServerError() bool

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

func (*GetCombinedCloudClustersTooManyRequests) IsSuccess added in v0.2.33

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

func (*GetCombinedCloudClustersTooManyRequests) String added in v0.2.33

type GetHelmValuesYamlBadRequest

type GetHelmValuesYamlBadRequest 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
}

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

Bad Request

func NewGetHelmValuesYamlBadRequest

func NewGetHelmValuesYamlBadRequest() *GetHelmValuesYamlBadRequest

NewGetHelmValuesYamlBadRequest creates a GetHelmValuesYamlBadRequest with default headers values

func (*GetHelmValuesYamlBadRequest) Code added in v0.2.33

func (o *GetHelmValuesYamlBadRequest) Code() int

Code gets the status code for the get helm values yaml bad request response

func (*GetHelmValuesYamlBadRequest) Error

func (*GetHelmValuesYamlBadRequest) GetPayload

func (*GetHelmValuesYamlBadRequest) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) IsClientError() bool

IsClientError returns true when this get helm values yaml bad request response has a 4xx status code

func (*GetHelmValuesYamlBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get helm values yaml bad request response a status code equal to that given

func (*GetHelmValuesYamlBadRequest) IsRedirect added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) IsRedirect() bool

IsRedirect returns true when this get helm values yaml bad request response has a 3xx status code

func (*GetHelmValuesYamlBadRequest) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) IsServerError() bool

IsServerError returns true when this get helm values yaml bad request response has a 5xx status code

func (*GetHelmValuesYamlBadRequest) IsSuccess added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) IsSuccess() bool

IsSuccess returns true when this get helm values yaml bad request response has a 2xx status code

func (*GetHelmValuesYamlBadRequest) String added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) String() string

type GetHelmValuesYamlForbidden

type GetHelmValuesYamlForbidden 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
}

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

Forbidden

func NewGetHelmValuesYamlForbidden

func NewGetHelmValuesYamlForbidden() *GetHelmValuesYamlForbidden

NewGetHelmValuesYamlForbidden creates a GetHelmValuesYamlForbidden with default headers values

func (*GetHelmValuesYamlForbidden) Code added in v0.2.33

func (o *GetHelmValuesYamlForbidden) Code() int

Code gets the status code for the get helm values yaml forbidden response

func (*GetHelmValuesYamlForbidden) Error

func (*GetHelmValuesYamlForbidden) GetPayload

func (*GetHelmValuesYamlForbidden) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlForbidden) IsClientError() bool

IsClientError returns true when this get helm values yaml forbidden response has a 4xx status code

func (*GetHelmValuesYamlForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get helm values yaml forbidden response a status code equal to that given

func (*GetHelmValuesYamlForbidden) IsRedirect added in v0.2.27

func (o *GetHelmValuesYamlForbidden) IsRedirect() bool

IsRedirect returns true when this get helm values yaml forbidden response has a 3xx status code

func (*GetHelmValuesYamlForbidden) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlForbidden) IsServerError() bool

IsServerError returns true when this get helm values yaml forbidden response has a 5xx status code

func (*GetHelmValuesYamlForbidden) IsSuccess added in v0.2.27

func (o *GetHelmValuesYamlForbidden) IsSuccess() bool

IsSuccess returns true when this get helm values yaml forbidden response has a 2xx status code

func (*GetHelmValuesYamlForbidden) String added in v0.2.27

func (o *GetHelmValuesYamlForbidden) String() string

type GetHelmValuesYamlInternalServerError

type GetHelmValuesYamlInternalServerError 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
}

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

Internal Server Error

func NewGetHelmValuesYamlInternalServerError

func NewGetHelmValuesYamlInternalServerError() *GetHelmValuesYamlInternalServerError

NewGetHelmValuesYamlInternalServerError creates a GetHelmValuesYamlInternalServerError with default headers values

func (*GetHelmValuesYamlInternalServerError) Code added in v0.2.33

Code gets the status code for the get helm values yaml internal server error response

func (*GetHelmValuesYamlInternalServerError) Error

func (*GetHelmValuesYamlInternalServerError) GetPayload

func (*GetHelmValuesYamlInternalServerError) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlInternalServerError) IsClientError() bool

IsClientError returns true when this get helm values yaml internal server error response has a 4xx status code

func (*GetHelmValuesYamlInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get helm values yaml internal server error response a status code equal to that given

func (*GetHelmValuesYamlInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get helm values yaml internal server error response has a 3xx status code

func (*GetHelmValuesYamlInternalServerError) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlInternalServerError) IsServerError() bool

IsServerError returns true when this get helm values yaml internal server error response has a 5xx status code

func (*GetHelmValuesYamlInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get helm values yaml internal server error response has a 2xx status code

func (*GetHelmValuesYamlInternalServerError) String added in v0.2.27

type GetHelmValuesYamlOK

type GetHelmValuesYamlOK 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.K8sregHelmYAMLResp
}

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

OK

func NewGetHelmValuesYamlOK

func NewGetHelmValuesYamlOK() *GetHelmValuesYamlOK

NewGetHelmValuesYamlOK creates a GetHelmValuesYamlOK with default headers values

func (*GetHelmValuesYamlOK) Code added in v0.2.33

func (o *GetHelmValuesYamlOK) Code() int

Code gets the status code for the get helm values yaml o k response

func (*GetHelmValuesYamlOK) Error

func (o *GetHelmValuesYamlOK) Error() string

func (*GetHelmValuesYamlOK) GetPayload

func (*GetHelmValuesYamlOK) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlOK) IsClientError() bool

IsClientError returns true when this get helm values yaml o k response has a 4xx status code

func (*GetHelmValuesYamlOK) IsCode added in v0.2.27

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

IsCode returns true when this get helm values yaml o k response a status code equal to that given

func (*GetHelmValuesYamlOK) IsRedirect added in v0.2.27

func (o *GetHelmValuesYamlOK) IsRedirect() bool

IsRedirect returns true when this get helm values yaml o k response has a 3xx status code

func (*GetHelmValuesYamlOK) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlOK) IsServerError() bool

IsServerError returns true when this get helm values yaml o k response has a 5xx status code

func (*GetHelmValuesYamlOK) IsSuccess added in v0.2.27

func (o *GetHelmValuesYamlOK) IsSuccess() bool

IsSuccess returns true when this get helm values yaml o k response has a 2xx status code

func (*GetHelmValuesYamlOK) String added in v0.2.27

func (o *GetHelmValuesYamlOK) String() string

type GetHelmValuesYamlParams

type GetHelmValuesYamlParams struct {

	/* ClusterName.

	   Cluster name. For EKS it will be cluster ARN.
	*/
	ClusterName string

	/* IsSelfManagedCluster.

	   Set to true if the cluster is not managed by a cloud provider, false if it is.
	*/
	IsSelfManagedCluster *bool

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

GetHelmValuesYamlParams contains all the parameters to send to the API endpoint

for the get helm values yaml operation.

Typically these are written to a http.Request.

func NewGetHelmValuesYamlParams

func NewGetHelmValuesYamlParams() *GetHelmValuesYamlParams

NewGetHelmValuesYamlParams creates a new GetHelmValuesYamlParams 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 NewGetHelmValuesYamlParamsWithContext

func NewGetHelmValuesYamlParamsWithContext(ctx context.Context) *GetHelmValuesYamlParams

NewGetHelmValuesYamlParamsWithContext creates a new GetHelmValuesYamlParams object with the ability to set a context for a request.

func NewGetHelmValuesYamlParamsWithHTTPClient

func NewGetHelmValuesYamlParamsWithHTTPClient(client *http.Client) *GetHelmValuesYamlParams

NewGetHelmValuesYamlParamsWithHTTPClient creates a new GetHelmValuesYamlParams object with the ability to set a custom HTTPClient for a request.

func NewGetHelmValuesYamlParamsWithTimeout

func NewGetHelmValuesYamlParamsWithTimeout(timeout time.Duration) *GetHelmValuesYamlParams

NewGetHelmValuesYamlParamsWithTimeout creates a new GetHelmValuesYamlParams object with the ability to set a timeout on a request.

func (*GetHelmValuesYamlParams) SetClusterName

func (o *GetHelmValuesYamlParams) SetClusterName(clusterName string)

SetClusterName adds the clusterName to the get helm values yaml params

func (*GetHelmValuesYamlParams) SetContext

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

SetContext adds the context to the get helm values yaml params

func (*GetHelmValuesYamlParams) SetDefaults

func (o *GetHelmValuesYamlParams) SetDefaults()

SetDefaults hydrates default values in the get helm values yaml params (not the query body).

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

func (*GetHelmValuesYamlParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get helm values yaml params

func (*GetHelmValuesYamlParams) SetIsSelfManagedCluster added in v0.4.0

func (o *GetHelmValuesYamlParams) SetIsSelfManagedCluster(isSelfManagedCluster *bool)

SetIsSelfManagedCluster adds the isSelfManagedCluster to the get helm values yaml params

func (*GetHelmValuesYamlParams) SetTimeout

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

SetTimeout adds the timeout to the get helm values yaml params

func (*GetHelmValuesYamlParams) WithClusterName

func (o *GetHelmValuesYamlParams) WithClusterName(clusterName string) *GetHelmValuesYamlParams

WithClusterName adds the clusterName to the get helm values yaml params

func (*GetHelmValuesYamlParams) WithContext

WithContext adds the context to the get helm values yaml params

func (*GetHelmValuesYamlParams) WithDefaults

WithDefaults hydrates default values in the get helm values yaml params (not the query body).

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

func (*GetHelmValuesYamlParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get helm values yaml params

func (*GetHelmValuesYamlParams) WithIsSelfManagedCluster added in v0.4.0

func (o *GetHelmValuesYamlParams) WithIsSelfManagedCluster(isSelfManagedCluster *bool) *GetHelmValuesYamlParams

WithIsSelfManagedCluster adds the isSelfManagedCluster to the get helm values yaml params

func (*GetHelmValuesYamlParams) WithTimeout

WithTimeout adds the timeout to the get helm values yaml params

func (*GetHelmValuesYamlParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHelmValuesYamlReader

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

GetHelmValuesYamlReader is a Reader for the GetHelmValuesYaml structure.

func (*GetHelmValuesYamlReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHelmValuesYamlTooManyRequests

type GetHelmValuesYamlTooManyRequests 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
}

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

Too Many Requests

func NewGetHelmValuesYamlTooManyRequests

func NewGetHelmValuesYamlTooManyRequests() *GetHelmValuesYamlTooManyRequests

NewGetHelmValuesYamlTooManyRequests creates a GetHelmValuesYamlTooManyRequests with default headers values

func (*GetHelmValuesYamlTooManyRequests) Code added in v0.2.33

Code gets the status code for the get helm values yaml too many requests response

func (*GetHelmValuesYamlTooManyRequests) Error

func (*GetHelmValuesYamlTooManyRequests) GetPayload

func (*GetHelmValuesYamlTooManyRequests) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlTooManyRequests) IsClientError() bool

IsClientError returns true when this get helm values yaml too many requests response has a 4xx status code

func (*GetHelmValuesYamlTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this get helm values yaml too many requests response a status code equal to that given

func (*GetHelmValuesYamlTooManyRequests) IsRedirect added in v0.2.27

func (o *GetHelmValuesYamlTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get helm values yaml too many requests response has a 3xx status code

func (*GetHelmValuesYamlTooManyRequests) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlTooManyRequests) IsServerError() bool

IsServerError returns true when this get helm values yaml too many requests response has a 5xx status code

func (*GetHelmValuesYamlTooManyRequests) IsSuccess added in v0.2.27

func (o *GetHelmValuesYamlTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get helm values yaml too many requests response has a 2xx status code

func (*GetHelmValuesYamlTooManyRequests) String added in v0.2.27

type GetLocationsBadRequest

type GetLocationsBadRequest 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.K8sregGetLocationsResp
}

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

Bad Request

func NewGetLocationsBadRequest

func NewGetLocationsBadRequest() *GetLocationsBadRequest

NewGetLocationsBadRequest creates a GetLocationsBadRequest with default headers values

func (*GetLocationsBadRequest) Code added in v0.2.33

func (o *GetLocationsBadRequest) Code() int

Code gets the status code for the get locations bad request response

func (*GetLocationsBadRequest) Error

func (o *GetLocationsBadRequest) Error() string

func (*GetLocationsBadRequest) GetPayload

func (*GetLocationsBadRequest) IsClientError added in v0.2.27

func (o *GetLocationsBadRequest) IsClientError() bool

IsClientError returns true when this get locations bad request response has a 4xx status code

func (*GetLocationsBadRequest) IsCode added in v0.2.27

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

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

func (*GetLocationsBadRequest) IsRedirect added in v0.2.27

func (o *GetLocationsBadRequest) IsRedirect() bool

IsRedirect returns true when this get locations bad request response has a 3xx status code

func (*GetLocationsBadRequest) IsServerError added in v0.2.27

func (o *GetLocationsBadRequest) IsServerError() bool

IsServerError returns true when this get locations bad request response has a 5xx status code

func (*GetLocationsBadRequest) IsSuccess added in v0.2.27

func (o *GetLocationsBadRequest) IsSuccess() bool

IsSuccess returns true when this get locations bad request response has a 2xx status code

func (*GetLocationsBadRequest) String added in v0.2.27

func (o *GetLocationsBadRequest) String() string

type GetLocationsForbidden

type GetLocationsForbidden 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
}

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

Forbidden

func NewGetLocationsForbidden

func NewGetLocationsForbidden() *GetLocationsForbidden

NewGetLocationsForbidden creates a GetLocationsForbidden with default headers values

func (*GetLocationsForbidden) Code added in v0.2.33

func (o *GetLocationsForbidden) Code() int

Code gets the status code for the get locations forbidden response

func (*GetLocationsForbidden) Error

func (o *GetLocationsForbidden) Error() string

func (*GetLocationsForbidden) GetPayload

func (*GetLocationsForbidden) IsClientError added in v0.2.27

func (o *GetLocationsForbidden) IsClientError() bool

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

func (*GetLocationsForbidden) IsCode added in v0.2.27

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

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

func (*GetLocationsForbidden) IsRedirect added in v0.2.27

func (o *GetLocationsForbidden) IsRedirect() bool

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

func (*GetLocationsForbidden) IsServerError added in v0.2.27

func (o *GetLocationsForbidden) IsServerError() bool

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

func (*GetLocationsForbidden) IsSuccess added in v0.2.27

func (o *GetLocationsForbidden) IsSuccess() bool

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

func (*GetLocationsForbidden) String added in v0.2.27

func (o *GetLocationsForbidden) String() string

type GetLocationsInternalServerError

type GetLocationsInternalServerError 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.K8sregGetLocationsResp
}

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

Internal Server Error

func NewGetLocationsInternalServerError

func NewGetLocationsInternalServerError() *GetLocationsInternalServerError

NewGetLocationsInternalServerError creates a GetLocationsInternalServerError with default headers values

func (*GetLocationsInternalServerError) Code added in v0.2.33

Code gets the status code for the get locations internal server error response

func (*GetLocationsInternalServerError) Error

func (*GetLocationsInternalServerError) GetPayload

func (*GetLocationsInternalServerError) IsClientError added in v0.2.27

func (o *GetLocationsInternalServerError) IsClientError() bool

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

func (*GetLocationsInternalServerError) IsCode added in v0.2.27

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

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

func (*GetLocationsInternalServerError) IsRedirect added in v0.2.27

func (o *GetLocationsInternalServerError) IsRedirect() bool

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

func (*GetLocationsInternalServerError) IsServerError added in v0.2.27

func (o *GetLocationsInternalServerError) IsServerError() bool

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

func (*GetLocationsInternalServerError) IsSuccess added in v0.2.27

func (o *GetLocationsInternalServerError) IsSuccess() bool

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

func (*GetLocationsInternalServerError) String added in v0.2.27

type GetLocationsMultiStatus

type GetLocationsMultiStatus 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.K8sregGetLocationsResp
}

GetLocationsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetLocationsMultiStatus

func NewGetLocationsMultiStatus() *GetLocationsMultiStatus

NewGetLocationsMultiStatus creates a GetLocationsMultiStatus with default headers values

func (*GetLocationsMultiStatus) Code added in v0.2.33

func (o *GetLocationsMultiStatus) Code() int

Code gets the status code for the get locations multi status response

func (*GetLocationsMultiStatus) Error

func (o *GetLocationsMultiStatus) Error() string

func (*GetLocationsMultiStatus) GetPayload

func (*GetLocationsMultiStatus) IsClientError added in v0.2.27

func (o *GetLocationsMultiStatus) IsClientError() bool

IsClientError returns true when this get locations multi status response has a 4xx status code

func (*GetLocationsMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this get locations multi status response a status code equal to that given

func (*GetLocationsMultiStatus) IsRedirect added in v0.2.27

func (o *GetLocationsMultiStatus) IsRedirect() bool

IsRedirect returns true when this get locations multi status response has a 3xx status code

func (*GetLocationsMultiStatus) IsServerError added in v0.2.27

func (o *GetLocationsMultiStatus) IsServerError() bool

IsServerError returns true when this get locations multi status response has a 5xx status code

func (*GetLocationsMultiStatus) IsSuccess added in v0.2.27

func (o *GetLocationsMultiStatus) IsSuccess() bool

IsSuccess returns true when this get locations multi status response has a 2xx status code

func (*GetLocationsMultiStatus) String added in v0.2.27

func (o *GetLocationsMultiStatus) String() string

type GetLocationsOK

type GetLocationsOK 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.K8sregGetLocationsResp
}

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

OK

func NewGetLocationsOK

func NewGetLocationsOK() *GetLocationsOK

NewGetLocationsOK creates a GetLocationsOK with default headers values

func (*GetLocationsOK) Code added in v0.2.33

func (o *GetLocationsOK) Code() int

Code gets the status code for the get locations o k response

func (*GetLocationsOK) Error

func (o *GetLocationsOK) Error() string

func (*GetLocationsOK) GetPayload

func (o *GetLocationsOK) GetPayload() *models.K8sregGetLocationsResp

func (*GetLocationsOK) IsClientError added in v0.2.27

func (o *GetLocationsOK) IsClientError() bool

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

func (*GetLocationsOK) IsCode added in v0.2.27

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

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

func (*GetLocationsOK) IsRedirect added in v0.2.27

func (o *GetLocationsOK) IsRedirect() bool

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

func (*GetLocationsOK) IsServerError added in v0.2.27

func (o *GetLocationsOK) IsServerError() bool

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

func (*GetLocationsOK) IsSuccess added in v0.2.27

func (o *GetLocationsOK) IsSuccess() bool

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

func (*GetLocationsOK) String added in v0.2.27

func (o *GetLocationsOK) String() string

type GetLocationsParams

type GetLocationsParams struct {

	/* Clouds.

	   Cloud Provider
	*/
	Clouds []string

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

GetLocationsParams contains all the parameters to send to the API endpoint

for the get locations operation.

Typically these are written to a http.Request.

func NewGetLocationsParams

func NewGetLocationsParams() *GetLocationsParams

NewGetLocationsParams creates a new GetLocationsParams 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 NewGetLocationsParamsWithContext

func NewGetLocationsParamsWithContext(ctx context.Context) *GetLocationsParams

NewGetLocationsParamsWithContext creates a new GetLocationsParams object with the ability to set a context for a request.

func NewGetLocationsParamsWithHTTPClient

func NewGetLocationsParamsWithHTTPClient(client *http.Client) *GetLocationsParams

NewGetLocationsParamsWithHTTPClient creates a new GetLocationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLocationsParamsWithTimeout

func NewGetLocationsParamsWithTimeout(timeout time.Duration) *GetLocationsParams

NewGetLocationsParamsWithTimeout creates a new GetLocationsParams object with the ability to set a timeout on a request.

func (*GetLocationsParams) SetClouds

func (o *GetLocationsParams) SetClouds(clouds []string)

SetClouds adds the clouds to the get locations params

func (*GetLocationsParams) SetContext

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

SetContext adds the context to the get locations params

func (*GetLocationsParams) SetDefaults

func (o *GetLocationsParams) SetDefaults()

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

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

func (*GetLocationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get locations params

func (*GetLocationsParams) SetTimeout

func (o *GetLocationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get locations params

func (*GetLocationsParams) WithClouds

func (o *GetLocationsParams) WithClouds(clouds []string) *GetLocationsParams

WithClouds adds the clouds to the get locations params

func (*GetLocationsParams) WithContext

WithContext adds the context to the get locations params

func (*GetLocationsParams) WithDefaults

func (o *GetLocationsParams) WithDefaults() *GetLocationsParams

WithDefaults hydrates default values in the get locations params (not the query body).

All values with no default are reset to their zero value.

func (*GetLocationsParams) WithHTTPClient

func (o *GetLocationsParams) WithHTTPClient(client *http.Client) *GetLocationsParams

WithHTTPClient adds the HTTPClient to the get locations params

func (*GetLocationsParams) WithTimeout

func (o *GetLocationsParams) WithTimeout(timeout time.Duration) *GetLocationsParams

WithTimeout adds the timeout to the get locations params

func (*GetLocationsParams) WriteToRequest

func (o *GetLocationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetLocationsReader

type GetLocationsReader struct {
	// contains filtered or unexported fields
}

GetLocationsReader is a Reader for the GetLocations structure.

func (*GetLocationsReader) ReadResponse

func (o *GetLocationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetLocationsTooManyRequests

type GetLocationsTooManyRequests 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
}

GetLocationsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetLocationsTooManyRequests

func NewGetLocationsTooManyRequests() *GetLocationsTooManyRequests

NewGetLocationsTooManyRequests creates a GetLocationsTooManyRequests with default headers values

func (*GetLocationsTooManyRequests) Code added in v0.2.33

func (o *GetLocationsTooManyRequests) Code() int

Code gets the status code for the get locations too many requests response

func (*GetLocationsTooManyRequests) Error

func (*GetLocationsTooManyRequests) GetPayload

func (*GetLocationsTooManyRequests) IsClientError added in v0.2.27

func (o *GetLocationsTooManyRequests) IsClientError() bool

IsClientError returns true when this get locations too many requests response has a 4xx status code

func (*GetLocationsTooManyRequests) IsCode added in v0.2.27

func (o *GetLocationsTooManyRequests) IsCode(code int) bool

IsCode returns true when this get locations too many requests response a status code equal to that given

func (*GetLocationsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetLocationsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get locations too many requests response has a 3xx status code

func (*GetLocationsTooManyRequests) IsServerError added in v0.2.27

func (o *GetLocationsTooManyRequests) IsServerError() bool

IsServerError returns true when this get locations too many requests response has a 5xx status code

func (*GetLocationsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetLocationsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get locations too many requests response has a 2xx status code

func (*GetLocationsTooManyRequests) String added in v0.2.27

func (o *GetLocationsTooManyRequests) String() string

type GetStaticScriptsBadRequest added in v0.2.33

type GetStaticScriptsBadRequest 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.K8sregGetScriptsResp
}

GetStaticScriptsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetStaticScriptsBadRequest added in v0.2.33

func NewGetStaticScriptsBadRequest() *GetStaticScriptsBadRequest

NewGetStaticScriptsBadRequest creates a GetStaticScriptsBadRequest with default headers values

func (*GetStaticScriptsBadRequest) Code added in v0.2.33

func (o *GetStaticScriptsBadRequest) Code() int

Code gets the status code for the get static scripts bad request response

func (*GetStaticScriptsBadRequest) Error added in v0.2.33

func (*GetStaticScriptsBadRequest) GetPayload added in v0.2.33

func (*GetStaticScriptsBadRequest) IsClientError added in v0.2.33

func (o *GetStaticScriptsBadRequest) IsClientError() bool

IsClientError returns true when this get static scripts bad request response has a 4xx status code

func (*GetStaticScriptsBadRequest) IsCode added in v0.2.33

func (o *GetStaticScriptsBadRequest) IsCode(code int) bool

IsCode returns true when this get static scripts bad request response a status code equal to that given

func (*GetStaticScriptsBadRequest) IsRedirect added in v0.2.33

func (o *GetStaticScriptsBadRequest) IsRedirect() bool

IsRedirect returns true when this get static scripts bad request response has a 3xx status code

func (*GetStaticScriptsBadRequest) IsServerError added in v0.2.33

func (o *GetStaticScriptsBadRequest) IsServerError() bool

IsServerError returns true when this get static scripts bad request response has a 5xx status code

func (*GetStaticScriptsBadRequest) IsSuccess added in v0.2.33

func (o *GetStaticScriptsBadRequest) IsSuccess() bool

IsSuccess returns true when this get static scripts bad request response has a 2xx status code

func (*GetStaticScriptsBadRequest) String added in v0.2.33

func (o *GetStaticScriptsBadRequest) String() string

type GetStaticScriptsForbidden added in v0.2.33

type GetStaticScriptsForbidden 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
}

GetStaticScriptsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetStaticScriptsForbidden added in v0.2.33

func NewGetStaticScriptsForbidden() *GetStaticScriptsForbidden

NewGetStaticScriptsForbidden creates a GetStaticScriptsForbidden with default headers values

func (*GetStaticScriptsForbidden) Code added in v0.2.33

func (o *GetStaticScriptsForbidden) Code() int

Code gets the status code for the get static scripts forbidden response

func (*GetStaticScriptsForbidden) Error added in v0.2.33

func (o *GetStaticScriptsForbidden) Error() string

func (*GetStaticScriptsForbidden) GetPayload added in v0.2.33

func (*GetStaticScriptsForbidden) IsClientError added in v0.2.33

func (o *GetStaticScriptsForbidden) IsClientError() bool

IsClientError returns true when this get static scripts forbidden response has a 4xx status code

func (*GetStaticScriptsForbidden) IsCode added in v0.2.33

func (o *GetStaticScriptsForbidden) IsCode(code int) bool

IsCode returns true when this get static scripts forbidden response a status code equal to that given

func (*GetStaticScriptsForbidden) IsRedirect added in v0.2.33

func (o *GetStaticScriptsForbidden) IsRedirect() bool

IsRedirect returns true when this get static scripts forbidden response has a 3xx status code

func (*GetStaticScriptsForbidden) IsServerError added in v0.2.33

func (o *GetStaticScriptsForbidden) IsServerError() bool

IsServerError returns true when this get static scripts forbidden response has a 5xx status code

func (*GetStaticScriptsForbidden) IsSuccess added in v0.2.33

func (o *GetStaticScriptsForbidden) IsSuccess() bool

IsSuccess returns true when this get static scripts forbidden response has a 2xx status code

func (*GetStaticScriptsForbidden) String added in v0.2.33

func (o *GetStaticScriptsForbidden) String() string

type GetStaticScriptsInternalServerError added in v0.2.33

type GetStaticScriptsInternalServerError 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.K8sregGetScriptsResp
}

GetStaticScriptsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetStaticScriptsInternalServerError added in v0.2.33

func NewGetStaticScriptsInternalServerError() *GetStaticScriptsInternalServerError

NewGetStaticScriptsInternalServerError creates a GetStaticScriptsInternalServerError with default headers values

func (*GetStaticScriptsInternalServerError) Code added in v0.2.33

Code gets the status code for the get static scripts internal server error response

func (*GetStaticScriptsInternalServerError) Error added in v0.2.33

func (*GetStaticScriptsInternalServerError) GetPayload added in v0.2.33

func (*GetStaticScriptsInternalServerError) IsClientError added in v0.2.33

func (o *GetStaticScriptsInternalServerError) IsClientError() bool

IsClientError returns true when this get static scripts internal server error response has a 4xx status code

func (*GetStaticScriptsInternalServerError) IsCode added in v0.2.33

IsCode returns true when this get static scripts internal server error response a status code equal to that given

func (*GetStaticScriptsInternalServerError) IsRedirect added in v0.2.33

func (o *GetStaticScriptsInternalServerError) IsRedirect() bool

IsRedirect returns true when this get static scripts internal server error response has a 3xx status code

func (*GetStaticScriptsInternalServerError) IsServerError added in v0.2.33

func (o *GetStaticScriptsInternalServerError) IsServerError() bool

IsServerError returns true when this get static scripts internal server error response has a 5xx status code

func (*GetStaticScriptsInternalServerError) IsSuccess added in v0.2.33

IsSuccess returns true when this get static scripts internal server error response has a 2xx status code

func (*GetStaticScriptsInternalServerError) String added in v0.2.33

type GetStaticScriptsMultiStatus added in v0.2.33

type GetStaticScriptsMultiStatus 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.K8sregGetScriptsResp
}

GetStaticScriptsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetStaticScriptsMultiStatus added in v0.2.33

func NewGetStaticScriptsMultiStatus() *GetStaticScriptsMultiStatus

NewGetStaticScriptsMultiStatus creates a GetStaticScriptsMultiStatus with default headers values

func (*GetStaticScriptsMultiStatus) Code added in v0.2.33

func (o *GetStaticScriptsMultiStatus) Code() int

Code gets the status code for the get static scripts multi status response

func (*GetStaticScriptsMultiStatus) Error added in v0.2.33

func (*GetStaticScriptsMultiStatus) GetPayload added in v0.2.33

func (*GetStaticScriptsMultiStatus) IsClientError added in v0.2.33

func (o *GetStaticScriptsMultiStatus) IsClientError() bool

IsClientError returns true when this get static scripts multi status response has a 4xx status code

func (*GetStaticScriptsMultiStatus) IsCode added in v0.2.33

func (o *GetStaticScriptsMultiStatus) IsCode(code int) bool

IsCode returns true when this get static scripts multi status response a status code equal to that given

func (*GetStaticScriptsMultiStatus) IsRedirect added in v0.2.33

func (o *GetStaticScriptsMultiStatus) IsRedirect() bool

IsRedirect returns true when this get static scripts multi status response has a 3xx status code

func (*GetStaticScriptsMultiStatus) IsServerError added in v0.2.33

func (o *GetStaticScriptsMultiStatus) IsServerError() bool

IsServerError returns true when this get static scripts multi status response has a 5xx status code

func (*GetStaticScriptsMultiStatus) IsSuccess added in v0.2.33

func (o *GetStaticScriptsMultiStatus) IsSuccess() bool

IsSuccess returns true when this get static scripts multi status response has a 2xx status code

func (*GetStaticScriptsMultiStatus) String added in v0.2.33

func (o *GetStaticScriptsMultiStatus) String() string

type GetStaticScriptsOK added in v0.2.33

type GetStaticScriptsOK 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.K8sregGetScriptsResp
}

GetStaticScriptsOK describes a response with status code 200, with default header values.

OK

func NewGetStaticScriptsOK added in v0.2.33

func NewGetStaticScriptsOK() *GetStaticScriptsOK

NewGetStaticScriptsOK creates a GetStaticScriptsOK with default headers values

func (*GetStaticScriptsOK) Code added in v0.2.33

func (o *GetStaticScriptsOK) Code() int

Code gets the status code for the get static scripts o k response

func (*GetStaticScriptsOK) Error added in v0.2.33

func (o *GetStaticScriptsOK) Error() string

func (*GetStaticScriptsOK) GetPayload added in v0.2.33

func (*GetStaticScriptsOK) IsClientError added in v0.2.33

func (o *GetStaticScriptsOK) IsClientError() bool

IsClientError returns true when this get static scripts o k response has a 4xx status code

func (*GetStaticScriptsOK) IsCode added in v0.2.33

func (o *GetStaticScriptsOK) IsCode(code int) bool

IsCode returns true when this get static scripts o k response a status code equal to that given

func (*GetStaticScriptsOK) IsRedirect added in v0.2.33

func (o *GetStaticScriptsOK) IsRedirect() bool

IsRedirect returns true when this get static scripts o k response has a 3xx status code

func (*GetStaticScriptsOK) IsServerError added in v0.2.33

func (o *GetStaticScriptsOK) IsServerError() bool

IsServerError returns true when this get static scripts o k response has a 5xx status code

func (*GetStaticScriptsOK) IsSuccess added in v0.2.33

func (o *GetStaticScriptsOK) IsSuccess() bool

IsSuccess returns true when this get static scripts o k response has a 2xx status code

func (*GetStaticScriptsOK) String added in v0.2.33

func (o *GetStaticScriptsOK) String() string

type GetStaticScriptsParams added in v0.2.33

type GetStaticScriptsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetStaticScriptsParams contains all the parameters to send to the API endpoint

for the get static scripts operation.

Typically these are written to a http.Request.

func NewGetStaticScriptsParams added in v0.2.33

func NewGetStaticScriptsParams() *GetStaticScriptsParams

NewGetStaticScriptsParams creates a new GetStaticScriptsParams 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 NewGetStaticScriptsParamsWithContext added in v0.2.33

func NewGetStaticScriptsParamsWithContext(ctx context.Context) *GetStaticScriptsParams

NewGetStaticScriptsParamsWithContext creates a new GetStaticScriptsParams object with the ability to set a context for a request.

func NewGetStaticScriptsParamsWithHTTPClient added in v0.2.33

func NewGetStaticScriptsParamsWithHTTPClient(client *http.Client) *GetStaticScriptsParams

NewGetStaticScriptsParamsWithHTTPClient creates a new GetStaticScriptsParams object with the ability to set a custom HTTPClient for a request.

func NewGetStaticScriptsParamsWithTimeout added in v0.2.33

func NewGetStaticScriptsParamsWithTimeout(timeout time.Duration) *GetStaticScriptsParams

NewGetStaticScriptsParamsWithTimeout creates a new GetStaticScriptsParams object with the ability to set a timeout on a request.

func (*GetStaticScriptsParams) SetContext added in v0.2.33

func (o *GetStaticScriptsParams) SetContext(ctx context.Context)

SetContext adds the context to the get static scripts params

func (*GetStaticScriptsParams) SetDefaults added in v0.2.33

func (o *GetStaticScriptsParams) SetDefaults()

SetDefaults hydrates default values in the get static scripts params (not the query body).

All values with no default are reset to their zero value.

func (*GetStaticScriptsParams) SetHTTPClient added in v0.2.33

func (o *GetStaticScriptsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get static scripts params

func (*GetStaticScriptsParams) SetTimeout added in v0.2.33

func (o *GetStaticScriptsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get static scripts params

func (*GetStaticScriptsParams) WithContext added in v0.2.33

WithContext adds the context to the get static scripts params

func (*GetStaticScriptsParams) WithDefaults added in v0.2.33

WithDefaults hydrates default values in the get static scripts params (not the query body).

All values with no default are reset to their zero value.

func (*GetStaticScriptsParams) WithHTTPClient added in v0.2.33

func (o *GetStaticScriptsParams) WithHTTPClient(client *http.Client) *GetStaticScriptsParams

WithHTTPClient adds the HTTPClient to the get static scripts params

func (*GetStaticScriptsParams) WithTimeout added in v0.2.33

WithTimeout adds the timeout to the get static scripts params

func (*GetStaticScriptsParams) WriteToRequest added in v0.2.33

WriteToRequest writes these params to a swagger request

type GetStaticScriptsReader added in v0.2.33

type GetStaticScriptsReader struct {
	// contains filtered or unexported fields
}

GetStaticScriptsReader is a Reader for the GetStaticScripts structure.

func (*GetStaticScriptsReader) ReadResponse added in v0.2.33

func (o *GetStaticScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetStaticScriptsTooManyRequests added in v0.2.33

type GetStaticScriptsTooManyRequests 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
}

GetStaticScriptsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetStaticScriptsTooManyRequests added in v0.2.33

func NewGetStaticScriptsTooManyRequests() *GetStaticScriptsTooManyRequests

NewGetStaticScriptsTooManyRequests creates a GetStaticScriptsTooManyRequests with default headers values

func (*GetStaticScriptsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get static scripts too many requests response

func (*GetStaticScriptsTooManyRequests) Error added in v0.2.33

func (*GetStaticScriptsTooManyRequests) GetPayload added in v0.2.33

func (*GetStaticScriptsTooManyRequests) IsClientError added in v0.2.33

func (o *GetStaticScriptsTooManyRequests) IsClientError() bool

IsClientError returns true when this get static scripts too many requests response has a 4xx status code

func (*GetStaticScriptsTooManyRequests) IsCode added in v0.2.33

func (o *GetStaticScriptsTooManyRequests) IsCode(code int) bool

IsCode returns true when this get static scripts too many requests response a status code equal to that given

func (*GetStaticScriptsTooManyRequests) IsRedirect added in v0.2.33

func (o *GetStaticScriptsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get static scripts too many requests response has a 3xx status code

func (*GetStaticScriptsTooManyRequests) IsServerError added in v0.2.33

func (o *GetStaticScriptsTooManyRequests) IsServerError() bool

IsServerError returns true when this get static scripts too many requests response has a 5xx status code

func (*GetStaticScriptsTooManyRequests) IsSuccess added in v0.2.33

func (o *GetStaticScriptsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get static scripts too many requests response has a 2xx status code

func (*GetStaticScriptsTooManyRequests) String added in v0.2.33

type GroupContainersByManagedForbidden added in v0.5.0

type GroupContainersByManagedForbidden 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
}

GroupContainersByManagedForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGroupContainersByManagedForbidden added in v0.5.0

func NewGroupContainersByManagedForbidden() *GroupContainersByManagedForbidden

NewGroupContainersByManagedForbidden creates a GroupContainersByManagedForbidden with default headers values

func (*GroupContainersByManagedForbidden) Code added in v0.5.0

Code gets the status code for the group containers by managed forbidden response

func (*GroupContainersByManagedForbidden) Error added in v0.5.0

func (*GroupContainersByManagedForbidden) GetPayload added in v0.5.0

func (*GroupContainersByManagedForbidden) IsClientError added in v0.5.0

func (o *GroupContainersByManagedForbidden) IsClientError() bool

IsClientError returns true when this group containers by managed forbidden response has a 4xx status code

func (*GroupContainersByManagedForbidden) IsCode added in v0.5.0

func (o *GroupContainersByManagedForbidden) IsCode(code int) bool

IsCode returns true when this group containers by managed forbidden response a status code equal to that given

func (*GroupContainersByManagedForbidden) IsRedirect added in v0.5.0

func (o *GroupContainersByManagedForbidden) IsRedirect() bool

IsRedirect returns true when this group containers by managed forbidden response has a 3xx status code

func (*GroupContainersByManagedForbidden) IsServerError added in v0.5.0

func (o *GroupContainersByManagedForbidden) IsServerError() bool

IsServerError returns true when this group containers by managed forbidden response has a 5xx status code

func (*GroupContainersByManagedForbidden) IsSuccess added in v0.5.0

func (o *GroupContainersByManagedForbidden) IsSuccess() bool

IsSuccess returns true when this group containers by managed forbidden response has a 2xx status code

func (*GroupContainersByManagedForbidden) String added in v0.5.0

type GroupContainersByManagedInternalServerError added in v0.5.0

type GroupContainersByManagedInternalServerError 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
}

GroupContainersByManagedInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGroupContainersByManagedInternalServerError added in v0.5.0

func NewGroupContainersByManagedInternalServerError() *GroupContainersByManagedInternalServerError

NewGroupContainersByManagedInternalServerError creates a GroupContainersByManagedInternalServerError with default headers values

func (*GroupContainersByManagedInternalServerError) Code added in v0.5.0

Code gets the status code for the group containers by managed internal server error response

func (*GroupContainersByManagedInternalServerError) Error added in v0.5.0

func (*GroupContainersByManagedInternalServerError) GetPayload added in v0.5.0

func (*GroupContainersByManagedInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this group containers by managed internal server error response has a 4xx status code

func (*GroupContainersByManagedInternalServerError) IsCode added in v0.5.0

IsCode returns true when this group containers by managed internal server error response a status code equal to that given

func (*GroupContainersByManagedInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this group containers by managed internal server error response has a 3xx status code

func (*GroupContainersByManagedInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this group containers by managed internal server error response has a 5xx status code

func (*GroupContainersByManagedInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this group containers by managed internal server error response has a 2xx status code

func (*GroupContainersByManagedInternalServerError) String added in v0.5.0

type GroupContainersByManagedOK added in v0.5.0

type GroupContainersByManagedOK 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.ModelsContainerCoverageResponseEntity
}

GroupContainersByManagedOK describes a response with status code 200, with default header values.

OK

func NewGroupContainersByManagedOK added in v0.5.0

func NewGroupContainersByManagedOK() *GroupContainersByManagedOK

NewGroupContainersByManagedOK creates a GroupContainersByManagedOK with default headers values

func (*GroupContainersByManagedOK) Code added in v0.5.0

func (o *GroupContainersByManagedOK) Code() int

Code gets the status code for the group containers by managed o k response

func (*GroupContainersByManagedOK) Error added in v0.5.0

func (*GroupContainersByManagedOK) GetPayload added in v0.5.0

func (*GroupContainersByManagedOK) IsClientError added in v0.5.0

func (o *GroupContainersByManagedOK) IsClientError() bool

IsClientError returns true when this group containers by managed o k response has a 4xx status code

func (*GroupContainersByManagedOK) IsCode added in v0.5.0

func (o *GroupContainersByManagedOK) IsCode(code int) bool

IsCode returns true when this group containers by managed o k response a status code equal to that given

func (*GroupContainersByManagedOK) IsRedirect added in v0.5.0

func (o *GroupContainersByManagedOK) IsRedirect() bool

IsRedirect returns true when this group containers by managed o k response has a 3xx status code

func (*GroupContainersByManagedOK) IsServerError added in v0.5.0

func (o *GroupContainersByManagedOK) IsServerError() bool

IsServerError returns true when this group containers by managed o k response has a 5xx status code

func (*GroupContainersByManagedOK) IsSuccess added in v0.5.0

func (o *GroupContainersByManagedOK) IsSuccess() bool

IsSuccess returns true when this group containers by managed o k response has a 2xx status code

func (*GroupContainersByManagedOK) String added in v0.5.0

func (o *GroupContainersByManagedOK) String() string

type GroupContainersByManagedParams added in v0.5.0

type GroupContainersByManagedParams struct {

	/* Filter.

	   Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filters:  agent_id,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GroupContainersByManagedParams contains all the parameters to send to the API endpoint

for the group containers by managed operation.

Typically these are written to a http.Request.

func NewGroupContainersByManagedParams added in v0.5.0

func NewGroupContainersByManagedParams() *GroupContainersByManagedParams

NewGroupContainersByManagedParams creates a new GroupContainersByManagedParams 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 NewGroupContainersByManagedParamsWithContext added in v0.5.0

func NewGroupContainersByManagedParamsWithContext(ctx context.Context) *GroupContainersByManagedParams

NewGroupContainersByManagedParamsWithContext creates a new GroupContainersByManagedParams object with the ability to set a context for a request.

func NewGroupContainersByManagedParamsWithHTTPClient added in v0.5.0

func NewGroupContainersByManagedParamsWithHTTPClient(client *http.Client) *GroupContainersByManagedParams

NewGroupContainersByManagedParamsWithHTTPClient creates a new GroupContainersByManagedParams object with the ability to set a custom HTTPClient for a request.

func NewGroupContainersByManagedParamsWithTimeout added in v0.5.0

func NewGroupContainersByManagedParamsWithTimeout(timeout time.Duration) *GroupContainersByManagedParams

NewGroupContainersByManagedParamsWithTimeout creates a new GroupContainersByManagedParams object with the ability to set a timeout on a request.

func (*GroupContainersByManagedParams) SetContext added in v0.5.0

func (o *GroupContainersByManagedParams) SetContext(ctx context.Context)

SetContext adds the context to the group containers by managed params

func (*GroupContainersByManagedParams) SetDefaults added in v0.5.0

func (o *GroupContainersByManagedParams) SetDefaults()

SetDefaults hydrates default values in the group containers by managed params (not the query body).

All values with no default are reset to their zero value.

func (*GroupContainersByManagedParams) SetFilter added in v0.5.0

func (o *GroupContainersByManagedParams) SetFilter(filter *string)

SetFilter adds the filter to the group containers by managed params

func (*GroupContainersByManagedParams) SetHTTPClient added in v0.5.0

func (o *GroupContainersByManagedParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the group containers by managed params

func (*GroupContainersByManagedParams) SetTimeout added in v0.5.0

func (o *GroupContainersByManagedParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the group containers by managed params

func (*GroupContainersByManagedParams) WithContext added in v0.5.0

WithContext adds the context to the group containers by managed params

func (*GroupContainersByManagedParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the group containers by managed params (not the query body).

All values with no default are reset to their zero value.

func (*GroupContainersByManagedParams) WithFilter added in v0.5.0

WithFilter adds the filter to the group containers by managed params

func (*GroupContainersByManagedParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the group containers by managed params

func (*GroupContainersByManagedParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the group containers by managed params

func (*GroupContainersByManagedParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type GroupContainersByManagedReader added in v0.5.0

type GroupContainersByManagedReader struct {
	// contains filtered or unexported fields
}

GroupContainersByManagedReader is a Reader for the GroupContainersByManaged structure.

func (*GroupContainersByManagedReader) ReadResponse added in v0.5.0

func (o *GroupContainersByManagedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GroupContainersByManagedTooManyRequests added in v0.5.0

type GroupContainersByManagedTooManyRequests 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
}

GroupContainersByManagedTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGroupContainersByManagedTooManyRequests added in v0.5.0

func NewGroupContainersByManagedTooManyRequests() *GroupContainersByManagedTooManyRequests

NewGroupContainersByManagedTooManyRequests creates a GroupContainersByManagedTooManyRequests with default headers values

func (*GroupContainersByManagedTooManyRequests) Code added in v0.5.0

Code gets the status code for the group containers by managed too many requests response

func (*GroupContainersByManagedTooManyRequests) Error added in v0.5.0

func (*GroupContainersByManagedTooManyRequests) GetPayload added in v0.5.0

func (*GroupContainersByManagedTooManyRequests) IsClientError added in v0.5.0

func (o *GroupContainersByManagedTooManyRequests) IsClientError() bool

IsClientError returns true when this group containers by managed too many requests response has a 4xx status code

func (*GroupContainersByManagedTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this group containers by managed too many requests response a status code equal to that given

func (*GroupContainersByManagedTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this group containers by managed too many requests response has a 3xx status code

func (*GroupContainersByManagedTooManyRequests) IsServerError added in v0.5.0

func (o *GroupContainersByManagedTooManyRequests) IsServerError() bool

IsServerError returns true when this group containers by managed too many requests response has a 5xx status code

func (*GroupContainersByManagedTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this group containers by managed too many requests response has a 2xx status code

func (*GroupContainersByManagedTooManyRequests) String added in v0.5.0

type KubernetesIomByDateRangeForbidden added in v0.5.0

type KubernetesIomByDateRangeForbidden 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
}

KubernetesIomByDateRangeForbidden describes a response with status code 403, with default header values.

Forbidden

func NewKubernetesIomByDateRangeForbidden added in v0.5.0

func NewKubernetesIomByDateRangeForbidden() *KubernetesIomByDateRangeForbidden

NewKubernetesIomByDateRangeForbidden creates a KubernetesIomByDateRangeForbidden with default headers values

func (*KubernetesIomByDateRangeForbidden) Code added in v0.5.0

Code gets the status code for the kubernetes iom by date range forbidden response

func (*KubernetesIomByDateRangeForbidden) Error added in v0.5.0

func (*KubernetesIomByDateRangeForbidden) GetPayload added in v0.5.0

func (*KubernetesIomByDateRangeForbidden) IsClientError added in v0.5.0

func (o *KubernetesIomByDateRangeForbidden) IsClientError() bool

IsClientError returns true when this kubernetes iom by date range forbidden response has a 4xx status code

func (*KubernetesIomByDateRangeForbidden) IsCode added in v0.5.0

func (o *KubernetesIomByDateRangeForbidden) IsCode(code int) bool

IsCode returns true when this kubernetes iom by date range forbidden response a status code equal to that given

func (*KubernetesIomByDateRangeForbidden) IsRedirect added in v0.5.0

func (o *KubernetesIomByDateRangeForbidden) IsRedirect() bool

IsRedirect returns true when this kubernetes iom by date range forbidden response has a 3xx status code

func (*KubernetesIomByDateRangeForbidden) IsServerError added in v0.5.0

func (o *KubernetesIomByDateRangeForbidden) IsServerError() bool

IsServerError returns true when this kubernetes iom by date range forbidden response has a 5xx status code

func (*KubernetesIomByDateRangeForbidden) IsSuccess added in v0.5.0

func (o *KubernetesIomByDateRangeForbidden) IsSuccess() bool

IsSuccess returns true when this kubernetes iom by date range forbidden response has a 2xx status code

func (*KubernetesIomByDateRangeForbidden) String added in v0.5.0

type KubernetesIomByDateRangeInternalServerError added in v0.5.0

type KubernetesIomByDateRangeInternalServerError 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
}

KubernetesIomByDateRangeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewKubernetesIomByDateRangeInternalServerError added in v0.5.0

func NewKubernetesIomByDateRangeInternalServerError() *KubernetesIomByDateRangeInternalServerError

NewKubernetesIomByDateRangeInternalServerError creates a KubernetesIomByDateRangeInternalServerError with default headers values

func (*KubernetesIomByDateRangeInternalServerError) Code added in v0.5.0

Code gets the status code for the kubernetes iom by date range internal server error response

func (*KubernetesIomByDateRangeInternalServerError) Error added in v0.5.0

func (*KubernetesIomByDateRangeInternalServerError) GetPayload added in v0.5.0

func (*KubernetesIomByDateRangeInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this kubernetes iom by date range internal server error response has a 4xx status code

func (*KubernetesIomByDateRangeInternalServerError) IsCode added in v0.5.0

IsCode returns true when this kubernetes iom by date range internal server error response a status code equal to that given

func (*KubernetesIomByDateRangeInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this kubernetes iom by date range internal server error response has a 3xx status code

func (*KubernetesIomByDateRangeInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this kubernetes iom by date range internal server error response has a 5xx status code

func (*KubernetesIomByDateRangeInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this kubernetes iom by date range internal server error response has a 2xx status code

func (*KubernetesIomByDateRangeInternalServerError) String added in v0.5.0

type KubernetesIomByDateRangeOK added in v0.5.0

type KubernetesIomByDateRangeOK 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.K8siomsKubernetesIOMFieldValue
}

KubernetesIomByDateRangeOK describes a response with status code 200, with default header values.

OK

func NewKubernetesIomByDateRangeOK added in v0.5.0

func NewKubernetesIomByDateRangeOK() *KubernetesIomByDateRangeOK

NewKubernetesIomByDateRangeOK creates a KubernetesIomByDateRangeOK with default headers values

func (*KubernetesIomByDateRangeOK) Code added in v0.5.0

func (o *KubernetesIomByDateRangeOK) Code() int

Code gets the status code for the kubernetes iom by date range o k response

func (*KubernetesIomByDateRangeOK) Error added in v0.5.0

func (*KubernetesIomByDateRangeOK) GetPayload added in v0.5.0

func (*KubernetesIomByDateRangeOK) IsClientError added in v0.5.0

func (o *KubernetesIomByDateRangeOK) IsClientError() bool

IsClientError returns true when this kubernetes iom by date range o k response has a 4xx status code

func (*KubernetesIomByDateRangeOK) IsCode added in v0.5.0

func (o *KubernetesIomByDateRangeOK) IsCode(code int) bool

IsCode returns true when this kubernetes iom by date range o k response a status code equal to that given

func (*KubernetesIomByDateRangeOK) IsRedirect added in v0.5.0

func (o *KubernetesIomByDateRangeOK) IsRedirect() bool

IsRedirect returns true when this kubernetes iom by date range o k response has a 3xx status code

func (*KubernetesIomByDateRangeOK) IsServerError added in v0.5.0

func (o *KubernetesIomByDateRangeOK) IsServerError() bool

IsServerError returns true when this kubernetes iom by date range o k response has a 5xx status code

func (*KubernetesIomByDateRangeOK) IsSuccess added in v0.5.0

func (o *KubernetesIomByDateRangeOK) IsSuccess() bool

IsSuccess returns true when this kubernetes iom by date range o k response has a 2xx status code

func (*KubernetesIomByDateRangeOK) String added in v0.5.0

func (o *KubernetesIomByDateRangeOK) String() string

type KubernetesIomByDateRangeParams added in v0.5.0

type KubernetesIomByDateRangeParams struct {

	/* Filter.

	   Filter images using a query in Falcon Query Language (FQL). Supported filters: cid,created_timestamp,detect_timestamp,prevented,severity
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

KubernetesIomByDateRangeParams contains all the parameters to send to the API endpoint

for the kubernetes iom by date range operation.

Typically these are written to a http.Request.

func NewKubernetesIomByDateRangeParams added in v0.5.0

func NewKubernetesIomByDateRangeParams() *KubernetesIomByDateRangeParams

NewKubernetesIomByDateRangeParams creates a new KubernetesIomByDateRangeParams 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 NewKubernetesIomByDateRangeParamsWithContext added in v0.5.0

func NewKubernetesIomByDateRangeParamsWithContext(ctx context.Context) *KubernetesIomByDateRangeParams

NewKubernetesIomByDateRangeParamsWithContext creates a new KubernetesIomByDateRangeParams object with the ability to set a context for a request.

func NewKubernetesIomByDateRangeParamsWithHTTPClient added in v0.5.0

func NewKubernetesIomByDateRangeParamsWithHTTPClient(client *http.Client) *KubernetesIomByDateRangeParams

NewKubernetesIomByDateRangeParamsWithHTTPClient creates a new KubernetesIomByDateRangeParams object with the ability to set a custom HTTPClient for a request.

func NewKubernetesIomByDateRangeParamsWithTimeout added in v0.5.0

func NewKubernetesIomByDateRangeParamsWithTimeout(timeout time.Duration) *KubernetesIomByDateRangeParams

NewKubernetesIomByDateRangeParamsWithTimeout creates a new KubernetesIomByDateRangeParams object with the ability to set a timeout on a request.

func (*KubernetesIomByDateRangeParams) SetContext added in v0.5.0

func (o *KubernetesIomByDateRangeParams) SetContext(ctx context.Context)

SetContext adds the context to the kubernetes iom by date range params

func (*KubernetesIomByDateRangeParams) SetDefaults added in v0.5.0

func (o *KubernetesIomByDateRangeParams) SetDefaults()

SetDefaults hydrates default values in the kubernetes iom by date range params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesIomByDateRangeParams) SetFilter added in v0.5.0

func (o *KubernetesIomByDateRangeParams) SetFilter(filter *string)

SetFilter adds the filter to the kubernetes iom by date range params

func (*KubernetesIomByDateRangeParams) SetHTTPClient added in v0.5.0

func (o *KubernetesIomByDateRangeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the kubernetes iom by date range params

func (*KubernetesIomByDateRangeParams) SetTimeout added in v0.5.0

func (o *KubernetesIomByDateRangeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the kubernetes iom by date range params

func (*KubernetesIomByDateRangeParams) WithContext added in v0.5.0

WithContext adds the context to the kubernetes iom by date range params

func (*KubernetesIomByDateRangeParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the kubernetes iom by date range params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesIomByDateRangeParams) WithFilter added in v0.5.0

WithFilter adds the filter to the kubernetes iom by date range params

func (*KubernetesIomByDateRangeParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the kubernetes iom by date range params

func (*KubernetesIomByDateRangeParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the kubernetes iom by date range params

func (*KubernetesIomByDateRangeParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type KubernetesIomByDateRangeReader added in v0.5.0

type KubernetesIomByDateRangeReader struct {
	// contains filtered or unexported fields
}

KubernetesIomByDateRangeReader is a Reader for the KubernetesIomByDateRange structure.

func (*KubernetesIomByDateRangeReader) ReadResponse added in v0.5.0

func (o *KubernetesIomByDateRangeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type KubernetesIomByDateRangeTooManyRequests added in v0.5.0

type KubernetesIomByDateRangeTooManyRequests 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
}

KubernetesIomByDateRangeTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewKubernetesIomByDateRangeTooManyRequests added in v0.5.0

func NewKubernetesIomByDateRangeTooManyRequests() *KubernetesIomByDateRangeTooManyRequests

NewKubernetesIomByDateRangeTooManyRequests creates a KubernetesIomByDateRangeTooManyRequests with default headers values

func (*KubernetesIomByDateRangeTooManyRequests) Code added in v0.5.0

Code gets the status code for the kubernetes iom by date range too many requests response

func (*KubernetesIomByDateRangeTooManyRequests) Error added in v0.5.0

func (*KubernetesIomByDateRangeTooManyRequests) GetPayload added in v0.5.0

func (*KubernetesIomByDateRangeTooManyRequests) IsClientError added in v0.5.0

func (o *KubernetesIomByDateRangeTooManyRequests) IsClientError() bool

IsClientError returns true when this kubernetes iom by date range too many requests response has a 4xx status code

func (*KubernetesIomByDateRangeTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this kubernetes iom by date range too many requests response a status code equal to that given

func (*KubernetesIomByDateRangeTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this kubernetes iom by date range too many requests response has a 3xx status code

func (*KubernetesIomByDateRangeTooManyRequests) IsServerError added in v0.5.0

func (o *KubernetesIomByDateRangeTooManyRequests) IsServerError() bool

IsServerError returns true when this kubernetes iom by date range too many requests response has a 5xx status code

func (*KubernetesIomByDateRangeTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this kubernetes iom by date range too many requests response has a 2xx status code

func (*KubernetesIomByDateRangeTooManyRequests) String added in v0.5.0

type KubernetesIomCountForbidden added in v0.5.0

type KubernetesIomCountForbidden 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
}

KubernetesIomCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewKubernetesIomCountForbidden added in v0.5.0

func NewKubernetesIomCountForbidden() *KubernetesIomCountForbidden

NewKubernetesIomCountForbidden creates a KubernetesIomCountForbidden with default headers values

func (*KubernetesIomCountForbidden) Code added in v0.5.0

func (o *KubernetesIomCountForbidden) Code() int

Code gets the status code for the kubernetes iom count forbidden response

func (*KubernetesIomCountForbidden) Error added in v0.5.0

func (*KubernetesIomCountForbidden) GetPayload added in v0.5.0

func (*KubernetesIomCountForbidden) IsClientError added in v0.5.0

func (o *KubernetesIomCountForbidden) IsClientError() bool

IsClientError returns true when this kubernetes iom count forbidden response has a 4xx status code

func (*KubernetesIomCountForbidden) IsCode added in v0.5.0

func (o *KubernetesIomCountForbidden) IsCode(code int) bool

IsCode returns true when this kubernetes iom count forbidden response a status code equal to that given

func (*KubernetesIomCountForbidden) IsRedirect added in v0.5.0

func (o *KubernetesIomCountForbidden) IsRedirect() bool

IsRedirect returns true when this kubernetes iom count forbidden response has a 3xx status code

func (*KubernetesIomCountForbidden) IsServerError added in v0.5.0

func (o *KubernetesIomCountForbidden) IsServerError() bool

IsServerError returns true when this kubernetes iom count forbidden response has a 5xx status code

func (*KubernetesIomCountForbidden) IsSuccess added in v0.5.0

func (o *KubernetesIomCountForbidden) IsSuccess() bool

IsSuccess returns true when this kubernetes iom count forbidden response has a 2xx status code

func (*KubernetesIomCountForbidden) String added in v0.5.0

func (o *KubernetesIomCountForbidden) String() string

type KubernetesIomCountInternalServerError added in v0.5.0

type KubernetesIomCountInternalServerError 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
}

KubernetesIomCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewKubernetesIomCountInternalServerError added in v0.5.0

func NewKubernetesIomCountInternalServerError() *KubernetesIomCountInternalServerError

NewKubernetesIomCountInternalServerError creates a KubernetesIomCountInternalServerError with default headers values

func (*KubernetesIomCountInternalServerError) Code added in v0.5.0

Code gets the status code for the kubernetes iom count internal server error response

func (*KubernetesIomCountInternalServerError) Error added in v0.5.0

func (*KubernetesIomCountInternalServerError) GetPayload added in v0.5.0

func (*KubernetesIomCountInternalServerError) IsClientError added in v0.5.0

func (o *KubernetesIomCountInternalServerError) IsClientError() bool

IsClientError returns true when this kubernetes iom count internal server error response has a 4xx status code

func (*KubernetesIomCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this kubernetes iom count internal server error response a status code equal to that given

func (*KubernetesIomCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this kubernetes iom count internal server error response has a 3xx status code

func (*KubernetesIomCountInternalServerError) IsServerError added in v0.5.0

func (o *KubernetesIomCountInternalServerError) IsServerError() bool

IsServerError returns true when this kubernetes iom count internal server error response has a 5xx status code

func (*KubernetesIomCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this kubernetes iom count internal server error response has a 2xx status code

func (*KubernetesIomCountInternalServerError) String added in v0.5.0

type KubernetesIomCountOK added in v0.5.0

type KubernetesIomCountOK 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.K8siomsKubernetesIOMCountValue
}

KubernetesIomCountOK describes a response with status code 200, with default header values.

OK

func NewKubernetesIomCountOK added in v0.5.0

func NewKubernetesIomCountOK() *KubernetesIomCountOK

NewKubernetesIomCountOK creates a KubernetesIomCountOK with default headers values

func (*KubernetesIomCountOK) Code added in v0.5.0

func (o *KubernetesIomCountOK) Code() int

Code gets the status code for the kubernetes iom count o k response

func (*KubernetesIomCountOK) Error added in v0.5.0

func (o *KubernetesIomCountOK) Error() string

func (*KubernetesIomCountOK) GetPayload added in v0.5.0

func (*KubernetesIomCountOK) IsClientError added in v0.5.0

func (o *KubernetesIomCountOK) IsClientError() bool

IsClientError returns true when this kubernetes iom count o k response has a 4xx status code

func (*KubernetesIomCountOK) IsCode added in v0.5.0

func (o *KubernetesIomCountOK) IsCode(code int) bool

IsCode returns true when this kubernetes iom count o k response a status code equal to that given

func (*KubernetesIomCountOK) IsRedirect added in v0.5.0

func (o *KubernetesIomCountOK) IsRedirect() bool

IsRedirect returns true when this kubernetes iom count o k response has a 3xx status code

func (*KubernetesIomCountOK) IsServerError added in v0.5.0

func (o *KubernetesIomCountOK) IsServerError() bool

IsServerError returns true when this kubernetes iom count o k response has a 5xx status code

func (*KubernetesIomCountOK) IsSuccess added in v0.5.0

func (o *KubernetesIomCountOK) IsSuccess() bool

IsSuccess returns true when this kubernetes iom count o k response has a 2xx status code

func (*KubernetesIomCountOK) String added in v0.5.0

func (o *KubernetesIomCountOK) String() string

type KubernetesIomCountParams added in v0.5.0

type KubernetesIomCountParams struct {

	/* Filter.

	   Filter images using a query in Falcon Query Language (FQL). Supported filters: cid,created_timestamp,detect_timestamp,prevented,severity
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

KubernetesIomCountParams contains all the parameters to send to the API endpoint

for the kubernetes iom count operation.

Typically these are written to a http.Request.

func NewKubernetesIomCountParams added in v0.5.0

func NewKubernetesIomCountParams() *KubernetesIomCountParams

NewKubernetesIomCountParams creates a new KubernetesIomCountParams 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 NewKubernetesIomCountParamsWithContext added in v0.5.0

func NewKubernetesIomCountParamsWithContext(ctx context.Context) *KubernetesIomCountParams

NewKubernetesIomCountParamsWithContext creates a new KubernetesIomCountParams object with the ability to set a context for a request.

func NewKubernetesIomCountParamsWithHTTPClient added in v0.5.0

func NewKubernetesIomCountParamsWithHTTPClient(client *http.Client) *KubernetesIomCountParams

NewKubernetesIomCountParamsWithHTTPClient creates a new KubernetesIomCountParams object with the ability to set a custom HTTPClient for a request.

func NewKubernetesIomCountParamsWithTimeout added in v0.5.0

func NewKubernetesIomCountParamsWithTimeout(timeout time.Duration) *KubernetesIomCountParams

NewKubernetesIomCountParamsWithTimeout creates a new KubernetesIomCountParams object with the ability to set a timeout on a request.

func (*KubernetesIomCountParams) SetContext added in v0.5.0

func (o *KubernetesIomCountParams) SetContext(ctx context.Context)

SetContext adds the context to the kubernetes iom count params

func (*KubernetesIomCountParams) SetDefaults added in v0.5.0

func (o *KubernetesIomCountParams) SetDefaults()

SetDefaults hydrates default values in the kubernetes iom count params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesIomCountParams) SetFilter added in v0.5.0

func (o *KubernetesIomCountParams) SetFilter(filter *string)

SetFilter adds the filter to the kubernetes iom count params

func (*KubernetesIomCountParams) SetHTTPClient added in v0.5.0

func (o *KubernetesIomCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the kubernetes iom count params

func (*KubernetesIomCountParams) SetTimeout added in v0.5.0

func (o *KubernetesIomCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the kubernetes iom count params

func (*KubernetesIomCountParams) WithContext added in v0.5.0

WithContext adds the context to the kubernetes iom count params

func (*KubernetesIomCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the kubernetes iom count params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesIomCountParams) WithFilter added in v0.5.0

WithFilter adds the filter to the kubernetes iom count params

func (*KubernetesIomCountParams) WithHTTPClient added in v0.5.0

func (o *KubernetesIomCountParams) WithHTTPClient(client *http.Client) *KubernetesIomCountParams

WithHTTPClient adds the HTTPClient to the kubernetes iom count params

func (*KubernetesIomCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the kubernetes iom count params

func (*KubernetesIomCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type KubernetesIomCountReader added in v0.5.0

type KubernetesIomCountReader struct {
	// contains filtered or unexported fields
}

KubernetesIomCountReader is a Reader for the KubernetesIomCount structure.

func (*KubernetesIomCountReader) ReadResponse added in v0.5.0

func (o *KubernetesIomCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type KubernetesIomCountTooManyRequests added in v0.5.0

type KubernetesIomCountTooManyRequests 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
}

KubernetesIomCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewKubernetesIomCountTooManyRequests added in v0.5.0

func NewKubernetesIomCountTooManyRequests() *KubernetesIomCountTooManyRequests

NewKubernetesIomCountTooManyRequests creates a KubernetesIomCountTooManyRequests with default headers values

func (*KubernetesIomCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the kubernetes iom count too many requests response

func (*KubernetesIomCountTooManyRequests) Error added in v0.5.0

func (*KubernetesIomCountTooManyRequests) GetPayload added in v0.5.0

func (*KubernetesIomCountTooManyRequests) IsClientError added in v0.5.0

func (o *KubernetesIomCountTooManyRequests) IsClientError() bool

IsClientError returns true when this kubernetes iom count too many requests response has a 4xx status code

func (*KubernetesIomCountTooManyRequests) IsCode added in v0.5.0

func (o *KubernetesIomCountTooManyRequests) IsCode(code int) bool

IsCode returns true when this kubernetes iom count too many requests response a status code equal to that given

func (*KubernetesIomCountTooManyRequests) IsRedirect added in v0.5.0

func (o *KubernetesIomCountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this kubernetes iom count too many requests response has a 3xx status code

func (*KubernetesIomCountTooManyRequests) IsServerError added in v0.5.0

func (o *KubernetesIomCountTooManyRequests) IsServerError() bool

IsServerError returns true when this kubernetes iom count too many requests response has a 5xx status code

func (*KubernetesIomCountTooManyRequests) IsSuccess added in v0.5.0

func (o *KubernetesIomCountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this kubernetes iom count too many requests response has a 2xx status code

func (*KubernetesIomCountTooManyRequests) String added in v0.5.0

type KubernetesIomEntitiesCombinedForbidden added in v0.5.0

type KubernetesIomEntitiesCombinedForbidden 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
}

KubernetesIomEntitiesCombinedForbidden describes a response with status code 403, with default header values.

Forbidden

func NewKubernetesIomEntitiesCombinedForbidden added in v0.5.0

func NewKubernetesIomEntitiesCombinedForbidden() *KubernetesIomEntitiesCombinedForbidden

NewKubernetesIomEntitiesCombinedForbidden creates a KubernetesIomEntitiesCombinedForbidden with default headers values

func (*KubernetesIomEntitiesCombinedForbidden) Code added in v0.5.0

Code gets the status code for the kubernetes iom entities combined forbidden response

func (*KubernetesIomEntitiesCombinedForbidden) Error added in v0.5.0

func (*KubernetesIomEntitiesCombinedForbidden) GetPayload added in v0.5.0

func (*KubernetesIomEntitiesCombinedForbidden) IsClientError added in v0.5.0

func (o *KubernetesIomEntitiesCombinedForbidden) IsClientError() bool

IsClientError returns true when this kubernetes iom entities combined forbidden response has a 4xx status code

func (*KubernetesIomEntitiesCombinedForbidden) IsCode added in v0.5.0

IsCode returns true when this kubernetes iom entities combined forbidden response a status code equal to that given

func (*KubernetesIomEntitiesCombinedForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this kubernetes iom entities combined forbidden response has a 3xx status code

func (*KubernetesIomEntitiesCombinedForbidden) IsServerError added in v0.5.0

func (o *KubernetesIomEntitiesCombinedForbidden) IsServerError() bool

IsServerError returns true when this kubernetes iom entities combined forbidden response has a 5xx status code

func (*KubernetesIomEntitiesCombinedForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this kubernetes iom entities combined forbidden response has a 2xx status code

func (*KubernetesIomEntitiesCombinedForbidden) String added in v0.5.0

type KubernetesIomEntitiesCombinedInternalServerError added in v0.5.0

type KubernetesIomEntitiesCombinedInternalServerError 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
}

KubernetesIomEntitiesCombinedInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewKubernetesIomEntitiesCombinedInternalServerError added in v0.5.0

func NewKubernetesIomEntitiesCombinedInternalServerError() *KubernetesIomEntitiesCombinedInternalServerError

NewKubernetesIomEntitiesCombinedInternalServerError creates a KubernetesIomEntitiesCombinedInternalServerError with default headers values

func (*KubernetesIomEntitiesCombinedInternalServerError) Code added in v0.5.0

Code gets the status code for the kubernetes iom entities combined internal server error response

func (*KubernetesIomEntitiesCombinedInternalServerError) Error added in v0.5.0

func (*KubernetesIomEntitiesCombinedInternalServerError) GetPayload added in v0.5.0

func (*KubernetesIomEntitiesCombinedInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this kubernetes iom entities combined internal server error response has a 4xx status code

func (*KubernetesIomEntitiesCombinedInternalServerError) IsCode added in v0.5.0

IsCode returns true when this kubernetes iom entities combined internal server error response a status code equal to that given

func (*KubernetesIomEntitiesCombinedInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this kubernetes iom entities combined internal server error response has a 3xx status code

func (*KubernetesIomEntitiesCombinedInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this kubernetes iom entities combined internal server error response has a 5xx status code

func (*KubernetesIomEntitiesCombinedInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this kubernetes iom entities combined internal server error response has a 2xx status code

func (*KubernetesIomEntitiesCombinedInternalServerError) String added in v0.5.0

type KubernetesIomEntitiesCombinedOK added in v0.5.0

type KubernetesIomEntitiesCombinedOK 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.K8siomsKubernetesIOMEntityResponse
}

KubernetesIomEntitiesCombinedOK describes a response with status code 200, with default header values.

OK

func NewKubernetesIomEntitiesCombinedOK added in v0.5.0

func NewKubernetesIomEntitiesCombinedOK() *KubernetesIomEntitiesCombinedOK

NewKubernetesIomEntitiesCombinedOK creates a KubernetesIomEntitiesCombinedOK with default headers values

func (*KubernetesIomEntitiesCombinedOK) Code added in v0.5.0

Code gets the status code for the kubernetes iom entities combined o k response

func (*KubernetesIomEntitiesCombinedOK) Error added in v0.5.0

func (*KubernetesIomEntitiesCombinedOK) GetPayload added in v0.5.0

func (*KubernetesIomEntitiesCombinedOK) IsClientError added in v0.5.0

func (o *KubernetesIomEntitiesCombinedOK) IsClientError() bool

IsClientError returns true when this kubernetes iom entities combined o k response has a 4xx status code

func (*KubernetesIomEntitiesCombinedOK) IsCode added in v0.5.0

func (o *KubernetesIomEntitiesCombinedOK) IsCode(code int) bool

IsCode returns true when this kubernetes iom entities combined o k response a status code equal to that given

func (*KubernetesIomEntitiesCombinedOK) IsRedirect added in v0.5.0

func (o *KubernetesIomEntitiesCombinedOK) IsRedirect() bool

IsRedirect returns true when this kubernetes iom entities combined o k response has a 3xx status code

func (*KubernetesIomEntitiesCombinedOK) IsServerError added in v0.5.0

func (o *KubernetesIomEntitiesCombinedOK) IsServerError() bool

IsServerError returns true when this kubernetes iom entities combined o k response has a 5xx status code

func (*KubernetesIomEntitiesCombinedOK) IsSuccess added in v0.5.0

func (o *KubernetesIomEntitiesCombinedOK) IsSuccess() bool

IsSuccess returns true when this kubernetes iom entities combined o k response has a 2xx status code

func (*KubernetesIomEntitiesCombinedOK) String added in v0.5.0

type KubernetesIomEntitiesCombinedParams added in v0.5.0

type KubernetesIomEntitiesCombinedParams struct {

	/* Filter.

	   Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filters:  cid,cis_id,cluster_id,cluster_name,containers_impacted_count,containers_impacted_ids,detection_type,name,namespace,prevented,resource_id,resource_name,resource_type,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.
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

KubernetesIomEntitiesCombinedParams contains all the parameters to send to the API endpoint

for the kubernetes iom entities combined operation.

Typically these are written to a http.Request.

func NewKubernetesIomEntitiesCombinedParams added in v0.5.0

func NewKubernetesIomEntitiesCombinedParams() *KubernetesIomEntitiesCombinedParams

NewKubernetesIomEntitiesCombinedParams creates a new KubernetesIomEntitiesCombinedParams 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 NewKubernetesIomEntitiesCombinedParamsWithContext added in v0.5.0

func NewKubernetesIomEntitiesCombinedParamsWithContext(ctx context.Context) *KubernetesIomEntitiesCombinedParams

NewKubernetesIomEntitiesCombinedParamsWithContext creates a new KubernetesIomEntitiesCombinedParams object with the ability to set a context for a request.

func NewKubernetesIomEntitiesCombinedParamsWithHTTPClient added in v0.5.0

func NewKubernetesIomEntitiesCombinedParamsWithHTTPClient(client *http.Client) *KubernetesIomEntitiesCombinedParams

NewKubernetesIomEntitiesCombinedParamsWithHTTPClient creates a new KubernetesIomEntitiesCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewKubernetesIomEntitiesCombinedParamsWithTimeout added in v0.5.0

func NewKubernetesIomEntitiesCombinedParamsWithTimeout(timeout time.Duration) *KubernetesIomEntitiesCombinedParams

NewKubernetesIomEntitiesCombinedParamsWithTimeout creates a new KubernetesIomEntitiesCombinedParams object with the ability to set a timeout on a request.

func (*KubernetesIomEntitiesCombinedParams) SetContext added in v0.5.0

SetContext adds the context to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) SetDefaults added in v0.5.0

func (o *KubernetesIomEntitiesCombinedParams) SetDefaults()

SetDefaults hydrates default values in the kubernetes iom entities combined params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesIomEntitiesCombinedParams) SetFilter added in v0.5.0

func (o *KubernetesIomEntitiesCombinedParams) SetFilter(filter *string)

SetFilter adds the filter to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) SetHTTPClient added in v0.5.0

func (o *KubernetesIomEntitiesCombinedParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) SetLimit added in v0.5.0

func (o *KubernetesIomEntitiesCombinedParams) SetLimit(limit *int64)

SetLimit adds the limit to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) SetOffset added in v0.5.0

func (o *KubernetesIomEntitiesCombinedParams) SetOffset(offset *int64)

SetOffset adds the offset to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) SetSort added in v0.5.0

func (o *KubernetesIomEntitiesCombinedParams) SetSort(sort *string)

SetSort adds the sort to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) SetTimeout added in v0.5.0

func (o *KubernetesIomEntitiesCombinedParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) WithContext added in v0.5.0

WithContext adds the context to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the kubernetes iom entities combined params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesIomEntitiesCombinedParams) WithFilter added in v0.5.0

WithFilter adds the filter to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) WithLimit added in v0.5.0

WithLimit adds the limit to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) WithOffset added in v0.5.0

WithOffset adds the offset to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) WithSort added in v0.5.0

WithSort adds the sort to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the kubernetes iom entities combined params

func (*KubernetesIomEntitiesCombinedParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type KubernetesIomEntitiesCombinedReader added in v0.5.0

type KubernetesIomEntitiesCombinedReader struct {
	// contains filtered or unexported fields
}

KubernetesIomEntitiesCombinedReader is a Reader for the KubernetesIomEntitiesCombined structure.

func (*KubernetesIomEntitiesCombinedReader) ReadResponse added in v0.5.0

func (o *KubernetesIomEntitiesCombinedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type KubernetesIomEntitiesCombinedTooManyRequests added in v0.5.0

type KubernetesIomEntitiesCombinedTooManyRequests 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
}

KubernetesIomEntitiesCombinedTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewKubernetesIomEntitiesCombinedTooManyRequests added in v0.5.0

func NewKubernetesIomEntitiesCombinedTooManyRequests() *KubernetesIomEntitiesCombinedTooManyRequests

NewKubernetesIomEntitiesCombinedTooManyRequests creates a KubernetesIomEntitiesCombinedTooManyRequests with default headers values

func (*KubernetesIomEntitiesCombinedTooManyRequests) Code added in v0.5.0

Code gets the status code for the kubernetes iom entities combined too many requests response

func (*KubernetesIomEntitiesCombinedTooManyRequests) Error added in v0.5.0

func (*KubernetesIomEntitiesCombinedTooManyRequests) GetPayload added in v0.5.0

func (*KubernetesIomEntitiesCombinedTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this kubernetes iom entities combined too many requests response has a 4xx status code

func (*KubernetesIomEntitiesCombinedTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this kubernetes iom entities combined too many requests response a status code equal to that given

func (*KubernetesIomEntitiesCombinedTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this kubernetes iom entities combined too many requests response has a 3xx status code

func (*KubernetesIomEntitiesCombinedTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this kubernetes iom entities combined too many requests response has a 5xx status code

func (*KubernetesIomEntitiesCombinedTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this kubernetes iom entities combined too many requests response has a 2xx status code

func (*KubernetesIomEntitiesCombinedTooManyRequests) String added in v0.5.0

type KubernetesIomEntitiesForbidden added in v0.5.0

type KubernetesIomEntitiesForbidden 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
}

KubernetesIomEntitiesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewKubernetesIomEntitiesForbidden added in v0.5.0

func NewKubernetesIomEntitiesForbidden() *KubernetesIomEntitiesForbidden

NewKubernetesIomEntitiesForbidden creates a KubernetesIomEntitiesForbidden with default headers values

func (*KubernetesIomEntitiesForbidden) Code added in v0.5.0

Code gets the status code for the kubernetes iom entities forbidden response

func (*KubernetesIomEntitiesForbidden) Error added in v0.5.0

func (*KubernetesIomEntitiesForbidden) GetPayload added in v0.5.0

func (*KubernetesIomEntitiesForbidden) IsClientError added in v0.5.0

func (o *KubernetesIomEntitiesForbidden) IsClientError() bool

IsClientError returns true when this kubernetes iom entities forbidden response has a 4xx status code

func (*KubernetesIomEntitiesForbidden) IsCode added in v0.5.0

func (o *KubernetesIomEntitiesForbidden) IsCode(code int) bool

IsCode returns true when this kubernetes iom entities forbidden response a status code equal to that given

func (*KubernetesIomEntitiesForbidden) IsRedirect added in v0.5.0

func (o *KubernetesIomEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this kubernetes iom entities forbidden response has a 3xx status code

func (*KubernetesIomEntitiesForbidden) IsServerError added in v0.5.0

func (o *KubernetesIomEntitiesForbidden) IsServerError() bool

IsServerError returns true when this kubernetes iom entities forbidden response has a 5xx status code

func (*KubernetesIomEntitiesForbidden) IsSuccess added in v0.5.0

func (o *KubernetesIomEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this kubernetes iom entities forbidden response has a 2xx status code

func (*KubernetesIomEntitiesForbidden) String added in v0.5.0

type KubernetesIomEntitiesInternalServerError added in v0.5.0

type KubernetesIomEntitiesInternalServerError 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
}

KubernetesIomEntitiesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewKubernetesIomEntitiesInternalServerError added in v0.5.0

func NewKubernetesIomEntitiesInternalServerError() *KubernetesIomEntitiesInternalServerError

NewKubernetesIomEntitiesInternalServerError creates a KubernetesIomEntitiesInternalServerError with default headers values

func (*KubernetesIomEntitiesInternalServerError) Code added in v0.5.0

Code gets the status code for the kubernetes iom entities internal server error response

func (*KubernetesIomEntitiesInternalServerError) Error added in v0.5.0

func (*KubernetesIomEntitiesInternalServerError) GetPayload added in v0.5.0

func (*KubernetesIomEntitiesInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this kubernetes iom entities internal server error response has a 4xx status code

func (*KubernetesIomEntitiesInternalServerError) IsCode added in v0.5.0

IsCode returns true when this kubernetes iom entities internal server error response a status code equal to that given

func (*KubernetesIomEntitiesInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this kubernetes iom entities internal server error response has a 3xx status code

func (*KubernetesIomEntitiesInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this kubernetes iom entities internal server error response has a 5xx status code

func (*KubernetesIomEntitiesInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this kubernetes iom entities internal server error response has a 2xx status code

func (*KubernetesIomEntitiesInternalServerError) String added in v0.5.0

type KubernetesIomEntitiesOK added in v0.5.0

type KubernetesIomEntitiesOK 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.K8siomsKubernetesIOMEntityResponse
}

KubernetesIomEntitiesOK describes a response with status code 200, with default header values.

OK

func NewKubernetesIomEntitiesOK added in v0.5.0

func NewKubernetesIomEntitiesOK() *KubernetesIomEntitiesOK

NewKubernetesIomEntitiesOK creates a KubernetesIomEntitiesOK with default headers values

func (*KubernetesIomEntitiesOK) Code added in v0.5.0

func (o *KubernetesIomEntitiesOK) Code() int

Code gets the status code for the kubernetes iom entities o k response

func (*KubernetesIomEntitiesOK) Error added in v0.5.0

func (o *KubernetesIomEntitiesOK) Error() string

func (*KubernetesIomEntitiesOK) GetPayload added in v0.5.0

func (*KubernetesIomEntitiesOK) IsClientError added in v0.5.0

func (o *KubernetesIomEntitiesOK) IsClientError() bool

IsClientError returns true when this kubernetes iom entities o k response has a 4xx status code

func (*KubernetesIomEntitiesOK) IsCode added in v0.5.0

func (o *KubernetesIomEntitiesOK) IsCode(code int) bool

IsCode returns true when this kubernetes iom entities o k response a status code equal to that given

func (*KubernetesIomEntitiesOK) IsRedirect added in v0.5.0

func (o *KubernetesIomEntitiesOK) IsRedirect() bool

IsRedirect returns true when this kubernetes iom entities o k response has a 3xx status code

func (*KubernetesIomEntitiesOK) IsServerError added in v0.5.0

func (o *KubernetesIomEntitiesOK) IsServerError() bool

IsServerError returns true when this kubernetes iom entities o k response has a 5xx status code

func (*KubernetesIomEntitiesOK) IsSuccess added in v0.5.0

func (o *KubernetesIomEntitiesOK) IsSuccess() bool

IsSuccess returns true when this kubernetes iom entities o k response has a 2xx status code

func (*KubernetesIomEntitiesOK) String added in v0.5.0

func (o *KubernetesIomEntitiesOK) String() string

type KubernetesIomEntitiesParams added in v0.5.0

type KubernetesIomEntitiesParams struct {

	/* Ids.

	   Search Kubernetes IOMs by ids - The maximum amount is 100 IDs
	*/
	Ids []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

KubernetesIomEntitiesParams contains all the parameters to send to the API endpoint

for the kubernetes iom entities operation.

Typically these are written to a http.Request.

func NewKubernetesIomEntitiesParams added in v0.5.0

func NewKubernetesIomEntitiesParams() *KubernetesIomEntitiesParams

NewKubernetesIomEntitiesParams creates a new KubernetesIomEntitiesParams 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 NewKubernetesIomEntitiesParamsWithContext added in v0.5.0

func NewKubernetesIomEntitiesParamsWithContext(ctx context.Context) *KubernetesIomEntitiesParams

NewKubernetesIomEntitiesParamsWithContext creates a new KubernetesIomEntitiesParams object with the ability to set a context for a request.

func NewKubernetesIomEntitiesParamsWithHTTPClient added in v0.5.0

func NewKubernetesIomEntitiesParamsWithHTTPClient(client *http.Client) *KubernetesIomEntitiesParams

NewKubernetesIomEntitiesParamsWithHTTPClient creates a new KubernetesIomEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewKubernetesIomEntitiesParamsWithTimeout added in v0.5.0

func NewKubernetesIomEntitiesParamsWithTimeout(timeout time.Duration) *KubernetesIomEntitiesParams

NewKubernetesIomEntitiesParamsWithTimeout creates a new KubernetesIomEntitiesParams object with the ability to set a timeout on a request.

func (*KubernetesIomEntitiesParams) SetContext added in v0.5.0

func (o *KubernetesIomEntitiesParams) SetContext(ctx context.Context)

SetContext adds the context to the kubernetes iom entities params

func (*KubernetesIomEntitiesParams) SetDefaults added in v0.5.0

func (o *KubernetesIomEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the kubernetes iom entities params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesIomEntitiesParams) SetHTTPClient added in v0.5.0

func (o *KubernetesIomEntitiesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the kubernetes iom entities params

func (*KubernetesIomEntitiesParams) SetIds added in v0.5.0

func (o *KubernetesIomEntitiesParams) SetIds(ids []string)

SetIds adds the ids to the kubernetes iom entities params

func (*KubernetesIomEntitiesParams) SetTimeout added in v0.5.0

func (o *KubernetesIomEntitiesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the kubernetes iom entities params

func (*KubernetesIomEntitiesParams) WithContext added in v0.5.0

WithContext adds the context to the kubernetes iom entities params

func (*KubernetesIomEntitiesParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the kubernetes iom entities params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesIomEntitiesParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the kubernetes iom entities params

func (*KubernetesIomEntitiesParams) WithIds added in v0.5.0

WithIds adds the ids to the kubernetes iom entities params

func (*KubernetesIomEntitiesParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the kubernetes iom entities params

func (*KubernetesIomEntitiesParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type KubernetesIomEntitiesReader added in v0.5.0

type KubernetesIomEntitiesReader struct {
	// contains filtered or unexported fields
}

KubernetesIomEntitiesReader is a Reader for the KubernetesIomEntities structure.

func (*KubernetesIomEntitiesReader) ReadResponse added in v0.5.0

func (o *KubernetesIomEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type KubernetesIomEntitiesTooManyRequests added in v0.5.0

type KubernetesIomEntitiesTooManyRequests 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
}

KubernetesIomEntitiesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewKubernetesIomEntitiesTooManyRequests added in v0.5.0

func NewKubernetesIomEntitiesTooManyRequests() *KubernetesIomEntitiesTooManyRequests

NewKubernetesIomEntitiesTooManyRequests creates a KubernetesIomEntitiesTooManyRequests with default headers values

func (*KubernetesIomEntitiesTooManyRequests) Code added in v0.5.0

Code gets the status code for the kubernetes iom entities too many requests response

func (*KubernetesIomEntitiesTooManyRequests) Error added in v0.5.0

func (*KubernetesIomEntitiesTooManyRequests) GetPayload added in v0.5.0

func (*KubernetesIomEntitiesTooManyRequests) IsClientError added in v0.5.0

func (o *KubernetesIomEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this kubernetes iom entities too many requests response has a 4xx status code

func (*KubernetesIomEntitiesTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this kubernetes iom entities too many requests response a status code equal to that given

func (*KubernetesIomEntitiesTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this kubernetes iom entities too many requests response has a 3xx status code

func (*KubernetesIomEntitiesTooManyRequests) IsServerError added in v0.5.0

func (o *KubernetesIomEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this kubernetes iom entities too many requests response has a 5xx status code

func (*KubernetesIomEntitiesTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this kubernetes iom entities too many requests response has a 2xx status code

func (*KubernetesIomEntitiesTooManyRequests) String added in v0.5.0

type ListAzureAccountsBadRequest added in v0.2.32

type ListAzureAccountsBadRequest 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.K8sregGetAzureSubscriptionsResp
}

ListAzureAccountsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewListAzureAccountsBadRequest added in v0.2.32

func NewListAzureAccountsBadRequest() *ListAzureAccountsBadRequest

NewListAzureAccountsBadRequest creates a ListAzureAccountsBadRequest with default headers values

func (*ListAzureAccountsBadRequest) Code added in v0.2.33

func (o *ListAzureAccountsBadRequest) Code() int

Code gets the status code for the list azure accounts bad request response

func (*ListAzureAccountsBadRequest) Error added in v0.2.32

func (*ListAzureAccountsBadRequest) GetPayload added in v0.2.32

func (*ListAzureAccountsBadRequest) IsClientError added in v0.2.32

func (o *ListAzureAccountsBadRequest) IsClientError() bool

IsClientError returns true when this list azure accounts bad request response has a 4xx status code

func (*ListAzureAccountsBadRequest) IsCode added in v0.2.32

func (o *ListAzureAccountsBadRequest) IsCode(code int) bool

IsCode returns true when this list azure accounts bad request response a status code equal to that given

func (*ListAzureAccountsBadRequest) IsRedirect added in v0.2.32

func (o *ListAzureAccountsBadRequest) IsRedirect() bool

IsRedirect returns true when this list azure accounts bad request response has a 3xx status code

func (*ListAzureAccountsBadRequest) IsServerError added in v0.2.32

func (o *ListAzureAccountsBadRequest) IsServerError() bool

IsServerError returns true when this list azure accounts bad request response has a 5xx status code

func (*ListAzureAccountsBadRequest) IsSuccess added in v0.2.32

func (o *ListAzureAccountsBadRequest) IsSuccess() bool

IsSuccess returns true when this list azure accounts bad request response has a 2xx status code

func (*ListAzureAccountsBadRequest) String added in v0.2.32

func (o *ListAzureAccountsBadRequest) String() string

type ListAzureAccountsForbidden added in v0.2.32

type ListAzureAccountsForbidden 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
}

ListAzureAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewListAzureAccountsForbidden added in v0.2.32

func NewListAzureAccountsForbidden() *ListAzureAccountsForbidden

NewListAzureAccountsForbidden creates a ListAzureAccountsForbidden with default headers values

func (*ListAzureAccountsForbidden) Code added in v0.2.33

func (o *ListAzureAccountsForbidden) Code() int

Code gets the status code for the list azure accounts forbidden response

func (*ListAzureAccountsForbidden) Error added in v0.2.32

func (*ListAzureAccountsForbidden) GetPayload added in v0.2.32

func (*ListAzureAccountsForbidden) IsClientError added in v0.2.32

func (o *ListAzureAccountsForbidden) IsClientError() bool

IsClientError returns true when this list azure accounts forbidden response has a 4xx status code

func (*ListAzureAccountsForbidden) IsCode added in v0.2.32

func (o *ListAzureAccountsForbidden) IsCode(code int) bool

IsCode returns true when this list azure accounts forbidden response a status code equal to that given

func (*ListAzureAccountsForbidden) IsRedirect added in v0.2.32

func (o *ListAzureAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this list azure accounts forbidden response has a 3xx status code

func (*ListAzureAccountsForbidden) IsServerError added in v0.2.32

func (o *ListAzureAccountsForbidden) IsServerError() bool

IsServerError returns true when this list azure accounts forbidden response has a 5xx status code

func (*ListAzureAccountsForbidden) IsSuccess added in v0.2.32

func (o *ListAzureAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this list azure accounts forbidden response has a 2xx status code

func (*ListAzureAccountsForbidden) String added in v0.2.32

func (o *ListAzureAccountsForbidden) String() string

type ListAzureAccountsInternalServerError added in v0.2.32

type ListAzureAccountsInternalServerError 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.K8sregGetAzureSubscriptionsResp
}

ListAzureAccountsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewListAzureAccountsInternalServerError added in v0.2.32

func NewListAzureAccountsInternalServerError() *ListAzureAccountsInternalServerError

NewListAzureAccountsInternalServerError creates a ListAzureAccountsInternalServerError with default headers values

func (*ListAzureAccountsInternalServerError) Code added in v0.2.33

Code gets the status code for the list azure accounts internal server error response

func (*ListAzureAccountsInternalServerError) Error added in v0.2.32

func (*ListAzureAccountsInternalServerError) GetPayload added in v0.2.32

func (*ListAzureAccountsInternalServerError) IsClientError added in v0.2.32

func (o *ListAzureAccountsInternalServerError) IsClientError() bool

IsClientError returns true when this list azure accounts internal server error response has a 4xx status code

func (*ListAzureAccountsInternalServerError) IsCode added in v0.2.32

IsCode returns true when this list azure accounts internal server error response a status code equal to that given

func (*ListAzureAccountsInternalServerError) IsRedirect added in v0.2.32

IsRedirect returns true when this list azure accounts internal server error response has a 3xx status code

func (*ListAzureAccountsInternalServerError) IsServerError added in v0.2.32

func (o *ListAzureAccountsInternalServerError) IsServerError() bool

IsServerError returns true when this list azure accounts internal server error response has a 5xx status code

func (*ListAzureAccountsInternalServerError) IsSuccess added in v0.2.32

IsSuccess returns true when this list azure accounts internal server error response has a 2xx status code

func (*ListAzureAccountsInternalServerError) String added in v0.2.32

type ListAzureAccountsMultiStatus added in v0.2.32

type ListAzureAccountsMultiStatus 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.K8sregGetAzureSubscriptionsResp
}

ListAzureAccountsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewListAzureAccountsMultiStatus added in v0.2.32

func NewListAzureAccountsMultiStatus() *ListAzureAccountsMultiStatus

NewListAzureAccountsMultiStatus creates a ListAzureAccountsMultiStatus with default headers values

func (*ListAzureAccountsMultiStatus) Code added in v0.2.33

Code gets the status code for the list azure accounts multi status response

func (*ListAzureAccountsMultiStatus) Error added in v0.2.32

func (*ListAzureAccountsMultiStatus) GetPayload added in v0.2.32

func (*ListAzureAccountsMultiStatus) IsClientError added in v0.2.32

func (o *ListAzureAccountsMultiStatus) IsClientError() bool

IsClientError returns true when this list azure accounts multi status response has a 4xx status code

func (*ListAzureAccountsMultiStatus) IsCode added in v0.2.32

func (o *ListAzureAccountsMultiStatus) IsCode(code int) bool

IsCode returns true when this list azure accounts multi status response a status code equal to that given

func (*ListAzureAccountsMultiStatus) IsRedirect added in v0.2.32

func (o *ListAzureAccountsMultiStatus) IsRedirect() bool

IsRedirect returns true when this list azure accounts multi status response has a 3xx status code

func (*ListAzureAccountsMultiStatus) IsServerError added in v0.2.32

func (o *ListAzureAccountsMultiStatus) IsServerError() bool

IsServerError returns true when this list azure accounts multi status response has a 5xx status code

func (*ListAzureAccountsMultiStatus) IsSuccess added in v0.2.32

func (o *ListAzureAccountsMultiStatus) IsSuccess() bool

IsSuccess returns true when this list azure accounts multi status response has a 2xx status code

func (*ListAzureAccountsMultiStatus) String added in v0.2.32

type ListAzureAccountsOK added in v0.2.32

type ListAzureAccountsOK 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.K8sregGetAzureSubscriptionsResp
}

ListAzureAccountsOK describes a response with status code 200, with default header values.

OK

func NewListAzureAccountsOK added in v0.2.32

func NewListAzureAccountsOK() *ListAzureAccountsOK

NewListAzureAccountsOK creates a ListAzureAccountsOK with default headers values

func (*ListAzureAccountsOK) Code added in v0.2.33

func (o *ListAzureAccountsOK) Code() int

Code gets the status code for the list azure accounts o k response

func (*ListAzureAccountsOK) Error added in v0.2.32

func (o *ListAzureAccountsOK) Error() string

func (*ListAzureAccountsOK) GetPayload added in v0.2.32

func (*ListAzureAccountsOK) IsClientError added in v0.2.32

func (o *ListAzureAccountsOK) IsClientError() bool

IsClientError returns true when this list azure accounts o k response has a 4xx status code

func (*ListAzureAccountsOK) IsCode added in v0.2.32

func (o *ListAzureAccountsOK) IsCode(code int) bool

IsCode returns true when this list azure accounts o k response a status code equal to that given

func (*ListAzureAccountsOK) IsRedirect added in v0.2.32

func (o *ListAzureAccountsOK) IsRedirect() bool

IsRedirect returns true when this list azure accounts o k response has a 3xx status code

func (*ListAzureAccountsOK) IsServerError added in v0.2.32

func (o *ListAzureAccountsOK) IsServerError() bool

IsServerError returns true when this list azure accounts o k response has a 5xx status code

func (*ListAzureAccountsOK) IsSuccess added in v0.2.32

func (o *ListAzureAccountsOK) IsSuccess() bool

IsSuccess returns true when this list azure accounts o k response has a 2xx status code

func (*ListAzureAccountsOK) String added in v0.2.32

func (o *ListAzureAccountsOK) String() string

type ListAzureAccountsParams added in v0.2.32

type ListAzureAccountsParams struct {

	/* Ids.

	   Azure Tenant IDs
	*/
	Ids []string

	/* IsHorizonAcct.

	   Filter by whether an account originates from Horizon or not
	*/
	IsHorizonAcct *string

	/* Limit.

	   Limit returned accounts
	*/
	Limit *int64

	/* Offset.

	   Offset returned accounts
	*/
	Offset *int64

	/* Status.

	   Filter by account status
	*/
	Status *string

	/* SubscriptionID.

	   Azure Subscription IDs
	*/
	SubscriptionID []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListAzureAccountsParams contains all the parameters to send to the API endpoint

for the list azure accounts operation.

Typically these are written to a http.Request.

func NewListAzureAccountsParams added in v0.2.32

func NewListAzureAccountsParams() *ListAzureAccountsParams

NewListAzureAccountsParams creates a new ListAzureAccountsParams 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 NewListAzureAccountsParamsWithContext added in v0.2.32

func NewListAzureAccountsParamsWithContext(ctx context.Context) *ListAzureAccountsParams

NewListAzureAccountsParamsWithContext creates a new ListAzureAccountsParams object with the ability to set a context for a request.

func NewListAzureAccountsParamsWithHTTPClient added in v0.2.32

func NewListAzureAccountsParamsWithHTTPClient(client *http.Client) *ListAzureAccountsParams

NewListAzureAccountsParamsWithHTTPClient creates a new ListAzureAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewListAzureAccountsParamsWithTimeout added in v0.2.32

func NewListAzureAccountsParamsWithTimeout(timeout time.Duration) *ListAzureAccountsParams

NewListAzureAccountsParamsWithTimeout creates a new ListAzureAccountsParams object with the ability to set a timeout on a request.

func (*ListAzureAccountsParams) SetContext added in v0.2.32

func (o *ListAzureAccountsParams) SetContext(ctx context.Context)

SetContext adds the context to the list azure accounts params

func (*ListAzureAccountsParams) SetDefaults added in v0.2.32

func (o *ListAzureAccountsParams) SetDefaults()

SetDefaults hydrates default values in the list azure accounts params (not the query body).

All values with no default are reset to their zero value.

func (*ListAzureAccountsParams) SetHTTPClient added in v0.2.32

func (o *ListAzureAccountsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list azure accounts params

func (*ListAzureAccountsParams) SetIds added in v0.2.32

func (o *ListAzureAccountsParams) SetIds(ids []string)

SetIds adds the ids to the list azure accounts params

func (*ListAzureAccountsParams) SetIsHorizonAcct added in v0.2.32

func (o *ListAzureAccountsParams) SetIsHorizonAcct(isHorizonAcct *string)

SetIsHorizonAcct adds the isHorizonAcct to the list azure accounts params

func (*ListAzureAccountsParams) SetLimit added in v0.2.32

func (o *ListAzureAccountsParams) SetLimit(limit *int64)

SetLimit adds the limit to the list azure accounts params

func (*ListAzureAccountsParams) SetOffset added in v0.2.32

func (o *ListAzureAccountsParams) SetOffset(offset *int64)

SetOffset adds the offset to the list azure accounts params

func (*ListAzureAccountsParams) SetStatus added in v0.2.32

func (o *ListAzureAccountsParams) SetStatus(status *string)

SetStatus adds the status to the list azure accounts params

func (*ListAzureAccountsParams) SetSubscriptionID added in v0.2.32

func (o *ListAzureAccountsParams) SetSubscriptionID(subscriptionID []string)

SetSubscriptionID adds the subscriptionId to the list azure accounts params

func (*ListAzureAccountsParams) SetTimeout added in v0.2.32

func (o *ListAzureAccountsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list azure accounts params

func (*ListAzureAccountsParams) WithContext added in v0.2.32

WithContext adds the context to the list azure accounts params

func (*ListAzureAccountsParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the list azure accounts params (not the query body).

All values with no default are reset to their zero value.

func (*ListAzureAccountsParams) WithHTTPClient added in v0.2.32

func (o *ListAzureAccountsParams) WithHTTPClient(client *http.Client) *ListAzureAccountsParams

WithHTTPClient adds the HTTPClient to the list azure accounts params

func (*ListAzureAccountsParams) WithIds added in v0.2.32

WithIds adds the ids to the list azure accounts params

func (*ListAzureAccountsParams) WithIsHorizonAcct added in v0.2.32

func (o *ListAzureAccountsParams) WithIsHorizonAcct(isHorizonAcct *string) *ListAzureAccountsParams

WithIsHorizonAcct adds the isHorizonAcct to the list azure accounts params

func (*ListAzureAccountsParams) WithLimit added in v0.2.32

WithLimit adds the limit to the list azure accounts params

func (*ListAzureAccountsParams) WithOffset added in v0.2.32

func (o *ListAzureAccountsParams) WithOffset(offset *int64) *ListAzureAccountsParams

WithOffset adds the offset to the list azure accounts params

func (*ListAzureAccountsParams) WithStatus added in v0.2.32

func (o *ListAzureAccountsParams) WithStatus(status *string) *ListAzureAccountsParams

WithStatus adds the status to the list azure accounts params

func (*ListAzureAccountsParams) WithSubscriptionID added in v0.2.32

func (o *ListAzureAccountsParams) WithSubscriptionID(subscriptionID []string) *ListAzureAccountsParams

WithSubscriptionID adds the subscriptionID to the list azure accounts params

func (*ListAzureAccountsParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the list azure accounts params

func (*ListAzureAccountsParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type ListAzureAccountsReader added in v0.2.32

type ListAzureAccountsReader struct {
	// contains filtered or unexported fields
}

ListAzureAccountsReader is a Reader for the ListAzureAccounts structure.

func (*ListAzureAccountsReader) ReadResponse added in v0.2.32

func (o *ListAzureAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListAzureAccountsTooManyRequests added in v0.2.32

type ListAzureAccountsTooManyRequests 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
}

ListAzureAccountsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewListAzureAccountsTooManyRequests added in v0.2.32

func NewListAzureAccountsTooManyRequests() *ListAzureAccountsTooManyRequests

NewListAzureAccountsTooManyRequests creates a ListAzureAccountsTooManyRequests with default headers values

func (*ListAzureAccountsTooManyRequests) Code added in v0.2.33

Code gets the status code for the list azure accounts too many requests response

func (*ListAzureAccountsTooManyRequests) Error added in v0.2.32

func (*ListAzureAccountsTooManyRequests) GetPayload added in v0.2.32

func (*ListAzureAccountsTooManyRequests) IsClientError added in v0.2.32

func (o *ListAzureAccountsTooManyRequests) IsClientError() bool

IsClientError returns true when this list azure accounts too many requests response has a 4xx status code

func (*ListAzureAccountsTooManyRequests) IsCode added in v0.2.32

func (o *ListAzureAccountsTooManyRequests) IsCode(code int) bool

IsCode returns true when this list azure accounts too many requests response a status code equal to that given

func (*ListAzureAccountsTooManyRequests) IsRedirect added in v0.2.32

func (o *ListAzureAccountsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this list azure accounts too many requests response has a 3xx status code

func (*ListAzureAccountsTooManyRequests) IsServerError added in v0.2.32

func (o *ListAzureAccountsTooManyRequests) IsServerError() bool

IsServerError returns true when this list azure accounts too many requests response has a 5xx status code

func (*ListAzureAccountsTooManyRequests) IsSuccess added in v0.2.32

func (o *ListAzureAccountsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this list azure accounts too many requests response has a 2xx status code

func (*ListAzureAccountsTooManyRequests) String added in v0.2.32

type NodeCombinedForbidden added in v0.5.0

type NodeCombinedForbidden 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
}

NodeCombinedForbidden describes a response with status code 403, with default header values.

Forbidden

func NewNodeCombinedForbidden added in v0.5.0

func NewNodeCombinedForbidden() *NodeCombinedForbidden

NewNodeCombinedForbidden creates a NodeCombinedForbidden with default headers values

func (*NodeCombinedForbidden) Code added in v0.5.0

func (o *NodeCombinedForbidden) Code() int

Code gets the status code for the node combined forbidden response

func (*NodeCombinedForbidden) Error added in v0.5.0

func (o *NodeCombinedForbidden) Error() string

func (*NodeCombinedForbidden) GetPayload added in v0.5.0

func (*NodeCombinedForbidden) IsClientError added in v0.5.0

func (o *NodeCombinedForbidden) IsClientError() bool

IsClientError returns true when this node combined forbidden response has a 4xx status code

func (*NodeCombinedForbidden) IsCode added in v0.5.0

func (o *NodeCombinedForbidden) IsCode(code int) bool

IsCode returns true when this node combined forbidden response a status code equal to that given

func (*NodeCombinedForbidden) IsRedirect added in v0.5.0

func (o *NodeCombinedForbidden) IsRedirect() bool

IsRedirect returns true when this node combined forbidden response has a 3xx status code

func (*NodeCombinedForbidden) IsServerError added in v0.5.0

func (o *NodeCombinedForbidden) IsServerError() bool

IsServerError returns true when this node combined forbidden response has a 5xx status code

func (*NodeCombinedForbidden) IsSuccess added in v0.5.0

func (o *NodeCombinedForbidden) IsSuccess() bool

IsSuccess returns true when this node combined forbidden response has a 2xx status code

func (*NodeCombinedForbidden) String added in v0.5.0

func (o *NodeCombinedForbidden) String() string

type NodeCombinedInternalServerError added in v0.5.0

type NodeCombinedInternalServerError 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
}

NodeCombinedInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewNodeCombinedInternalServerError added in v0.5.0

func NewNodeCombinedInternalServerError() *NodeCombinedInternalServerError

NewNodeCombinedInternalServerError creates a NodeCombinedInternalServerError with default headers values

func (*NodeCombinedInternalServerError) Code added in v0.5.0

Code gets the status code for the node combined internal server error response

func (*NodeCombinedInternalServerError) Error added in v0.5.0

func (*NodeCombinedInternalServerError) GetPayload added in v0.5.0

func (*NodeCombinedInternalServerError) IsClientError added in v0.5.0

func (o *NodeCombinedInternalServerError) IsClientError() bool

IsClientError returns true when this node combined internal server error response has a 4xx status code

func (*NodeCombinedInternalServerError) IsCode added in v0.5.0

func (o *NodeCombinedInternalServerError) IsCode(code int) bool

IsCode returns true when this node combined internal server error response a status code equal to that given

func (*NodeCombinedInternalServerError) IsRedirect added in v0.5.0

func (o *NodeCombinedInternalServerError) IsRedirect() bool

IsRedirect returns true when this node combined internal server error response has a 3xx status code

func (*NodeCombinedInternalServerError) IsServerError added in v0.5.0

func (o *NodeCombinedInternalServerError) IsServerError() bool

IsServerError returns true when this node combined internal server error response has a 5xx status code

func (*NodeCombinedInternalServerError) IsSuccess added in v0.5.0

func (o *NodeCombinedInternalServerError) IsSuccess() bool

IsSuccess returns true when this node combined internal server error response has a 2xx status code

func (*NodeCombinedInternalServerError) String added in v0.5.0

type NodeCombinedOK added in v0.5.0

type NodeCombinedOK 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.ModelsNodeEntityResponse
}

NodeCombinedOK describes a response with status code 200, with default header values.

OK

func NewNodeCombinedOK added in v0.5.0

func NewNodeCombinedOK() *NodeCombinedOK

NewNodeCombinedOK creates a NodeCombinedOK with default headers values

func (*NodeCombinedOK) Code added in v0.5.0

func (o *NodeCombinedOK) Code() int

Code gets the status code for the node combined o k response

func (*NodeCombinedOK) Error added in v0.5.0

func (o *NodeCombinedOK) Error() string

func (*NodeCombinedOK) GetPayload added in v0.5.0

func (*NodeCombinedOK) IsClientError added in v0.5.0

func (o *NodeCombinedOK) IsClientError() bool

IsClientError returns true when this node combined o k response has a 4xx status code

func (*NodeCombinedOK) IsCode added in v0.5.0

func (o *NodeCombinedOK) IsCode(code int) bool

IsCode returns true when this node combined o k response a status code equal to that given

func (*NodeCombinedOK) IsRedirect added in v0.5.0

func (o *NodeCombinedOK) IsRedirect() bool

IsRedirect returns true when this node combined o k response has a 3xx status code

func (*NodeCombinedOK) IsServerError added in v0.5.0

func (o *NodeCombinedOK) IsServerError() bool

IsServerError returns true when this node combined o k response has a 5xx status code

func (*NodeCombinedOK) IsSuccess added in v0.5.0

func (o *NodeCombinedOK) IsSuccess() bool

IsSuccess returns true when this node combined o k response has a 2xx status code

func (*NodeCombinedOK) String added in v0.5.0

func (o *NodeCombinedOK) String() string

type NodeCombinedParams added in v0.5.0

type NodeCombinedParams struct {

	/* Filter.

	   Search Kubernetes nodes using a query in Falcon Query Language (FQL). Supported filters:  agent_type,aid,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_count,container_runtime_version,first_seen,image_digest,ipv4,last_seen,linux_sensor_coverage,node_name,pod_count,resource_status
	*/
	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.

	   Field to sort results by
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodeCombinedParams contains all the parameters to send to the API endpoint

for the node combined operation.

Typically these are written to a http.Request.

func NewNodeCombinedParams added in v0.5.0

func NewNodeCombinedParams() *NodeCombinedParams

NewNodeCombinedParams creates a new NodeCombinedParams 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 NewNodeCombinedParamsWithContext added in v0.5.0

func NewNodeCombinedParamsWithContext(ctx context.Context) *NodeCombinedParams

NewNodeCombinedParamsWithContext creates a new NodeCombinedParams object with the ability to set a context for a request.

func NewNodeCombinedParamsWithHTTPClient added in v0.5.0

func NewNodeCombinedParamsWithHTTPClient(client *http.Client) *NodeCombinedParams

NewNodeCombinedParamsWithHTTPClient creates a new NodeCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewNodeCombinedParamsWithTimeout added in v0.5.0

func NewNodeCombinedParamsWithTimeout(timeout time.Duration) *NodeCombinedParams

NewNodeCombinedParamsWithTimeout creates a new NodeCombinedParams object with the ability to set a timeout on a request.

func (*NodeCombinedParams) SetContext added in v0.5.0

func (o *NodeCombinedParams) SetContext(ctx context.Context)

SetContext adds the context to the node combined params

func (*NodeCombinedParams) SetDefaults added in v0.5.0

func (o *NodeCombinedParams) SetDefaults()

SetDefaults hydrates default values in the node combined params (not the query body).

All values with no default are reset to their zero value.

func (*NodeCombinedParams) SetFilter added in v0.5.0

func (o *NodeCombinedParams) SetFilter(filter *string)

SetFilter adds the filter to the node combined params

func (*NodeCombinedParams) SetHTTPClient added in v0.5.0

func (o *NodeCombinedParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the node combined params

func (*NodeCombinedParams) SetLimit added in v0.5.0

func (o *NodeCombinedParams) SetLimit(limit *int64)

SetLimit adds the limit to the node combined params

func (*NodeCombinedParams) SetOffset added in v0.5.0

func (o *NodeCombinedParams) SetOffset(offset *int64)

SetOffset adds the offset to the node combined params

func (*NodeCombinedParams) SetSort added in v0.5.0

func (o *NodeCombinedParams) SetSort(sort *string)

SetSort adds the sort to the node combined params

func (*NodeCombinedParams) SetTimeout added in v0.5.0

func (o *NodeCombinedParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the node combined params

func (*NodeCombinedParams) WithContext added in v0.5.0

WithContext adds the context to the node combined params

func (*NodeCombinedParams) WithDefaults added in v0.5.0

func (o *NodeCombinedParams) WithDefaults() *NodeCombinedParams

WithDefaults hydrates default values in the node combined params (not the query body).

All values with no default are reset to their zero value.

func (*NodeCombinedParams) WithFilter added in v0.5.0

func (o *NodeCombinedParams) WithFilter(filter *string) *NodeCombinedParams

WithFilter adds the filter to the node combined params

func (*NodeCombinedParams) WithHTTPClient added in v0.5.0

func (o *NodeCombinedParams) WithHTTPClient(client *http.Client) *NodeCombinedParams

WithHTTPClient adds the HTTPClient to the node combined params

func (*NodeCombinedParams) WithLimit added in v0.5.0

func (o *NodeCombinedParams) WithLimit(limit *int64) *NodeCombinedParams

WithLimit adds the limit to the node combined params

func (*NodeCombinedParams) WithOffset added in v0.5.0

func (o *NodeCombinedParams) WithOffset(offset *int64) *NodeCombinedParams

WithOffset adds the offset to the node combined params

func (*NodeCombinedParams) WithSort added in v0.5.0

func (o *NodeCombinedParams) WithSort(sort *string) *NodeCombinedParams

WithSort adds the sort to the node combined params

func (*NodeCombinedParams) WithTimeout added in v0.5.0

func (o *NodeCombinedParams) WithTimeout(timeout time.Duration) *NodeCombinedParams

WithTimeout adds the timeout to the node combined params

func (*NodeCombinedParams) WriteToRequest added in v0.5.0

func (o *NodeCombinedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type NodeCombinedReader added in v0.5.0

type NodeCombinedReader struct {
	// contains filtered or unexported fields
}

NodeCombinedReader is a Reader for the NodeCombined structure.

func (*NodeCombinedReader) ReadResponse added in v0.5.0

func (o *NodeCombinedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodeCombinedTooManyRequests added in v0.5.0

type NodeCombinedTooManyRequests 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
}

NodeCombinedTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewNodeCombinedTooManyRequests added in v0.5.0

func NewNodeCombinedTooManyRequests() *NodeCombinedTooManyRequests

NewNodeCombinedTooManyRequests creates a NodeCombinedTooManyRequests with default headers values

func (*NodeCombinedTooManyRequests) Code added in v0.5.0

func (o *NodeCombinedTooManyRequests) Code() int

Code gets the status code for the node combined too many requests response

func (*NodeCombinedTooManyRequests) Error added in v0.5.0

func (*NodeCombinedTooManyRequests) GetPayload added in v0.5.0

func (*NodeCombinedTooManyRequests) IsClientError added in v0.5.0

func (o *NodeCombinedTooManyRequests) IsClientError() bool

IsClientError returns true when this node combined too many requests response has a 4xx status code

func (*NodeCombinedTooManyRequests) IsCode added in v0.5.0

func (o *NodeCombinedTooManyRequests) IsCode(code int) bool

IsCode returns true when this node combined too many requests response a status code equal to that given

func (*NodeCombinedTooManyRequests) IsRedirect added in v0.5.0

func (o *NodeCombinedTooManyRequests) IsRedirect() bool

IsRedirect returns true when this node combined too many requests response has a 3xx status code

func (*NodeCombinedTooManyRequests) IsServerError added in v0.5.0

func (o *NodeCombinedTooManyRequests) IsServerError() bool

IsServerError returns true when this node combined too many requests response has a 5xx status code

func (*NodeCombinedTooManyRequests) IsSuccess added in v0.5.0

func (o *NodeCombinedTooManyRequests) IsSuccess() bool

IsSuccess returns true when this node combined too many requests response has a 2xx status code

func (*NodeCombinedTooManyRequests) String added in v0.5.0

func (o *NodeCombinedTooManyRequests) String() string

type NodeCountForbidden added in v0.5.0

type NodeCountForbidden 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
}

NodeCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewNodeCountForbidden added in v0.5.0

func NewNodeCountForbidden() *NodeCountForbidden

NewNodeCountForbidden creates a NodeCountForbidden with default headers values

func (*NodeCountForbidden) Code added in v0.5.0

func (o *NodeCountForbidden) Code() int

Code gets the status code for the node count forbidden response

func (*NodeCountForbidden) Error added in v0.5.0

func (o *NodeCountForbidden) Error() string

func (*NodeCountForbidden) GetPayload added in v0.5.0

func (o *NodeCountForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*NodeCountForbidden) IsClientError added in v0.5.0

func (o *NodeCountForbidden) IsClientError() bool

IsClientError returns true when this node count forbidden response has a 4xx status code

func (*NodeCountForbidden) IsCode added in v0.5.0

func (o *NodeCountForbidden) IsCode(code int) bool

IsCode returns true when this node count forbidden response a status code equal to that given

func (*NodeCountForbidden) IsRedirect added in v0.5.0

func (o *NodeCountForbidden) IsRedirect() bool

IsRedirect returns true when this node count forbidden response has a 3xx status code

func (*NodeCountForbidden) IsServerError added in v0.5.0

func (o *NodeCountForbidden) IsServerError() bool

IsServerError returns true when this node count forbidden response has a 5xx status code

func (*NodeCountForbidden) IsSuccess added in v0.5.0

func (o *NodeCountForbidden) IsSuccess() bool

IsSuccess returns true when this node count forbidden response has a 2xx status code

func (*NodeCountForbidden) String added in v0.5.0

func (o *NodeCountForbidden) String() string

type NodeCountInternalServerError added in v0.5.0

type NodeCountInternalServerError 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
}

NodeCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewNodeCountInternalServerError added in v0.5.0

func NewNodeCountInternalServerError() *NodeCountInternalServerError

NewNodeCountInternalServerError creates a NodeCountInternalServerError with default headers values

func (*NodeCountInternalServerError) Code added in v0.5.0

Code gets the status code for the node count internal server error response

func (*NodeCountInternalServerError) Error added in v0.5.0

func (*NodeCountInternalServerError) GetPayload added in v0.5.0

func (*NodeCountInternalServerError) IsClientError added in v0.5.0

func (o *NodeCountInternalServerError) IsClientError() bool

IsClientError returns true when this node count internal server error response has a 4xx status code

func (*NodeCountInternalServerError) IsCode added in v0.5.0

func (o *NodeCountInternalServerError) IsCode(code int) bool

IsCode returns true when this node count internal server error response a status code equal to that given

func (*NodeCountInternalServerError) IsRedirect added in v0.5.0

func (o *NodeCountInternalServerError) IsRedirect() bool

IsRedirect returns true when this node count internal server error response has a 3xx status code

func (*NodeCountInternalServerError) IsServerError added in v0.5.0

func (o *NodeCountInternalServerError) IsServerError() bool

IsServerError returns true when this node count internal server error response has a 5xx status code

func (*NodeCountInternalServerError) IsSuccess added in v0.5.0

func (o *NodeCountInternalServerError) IsSuccess() bool

IsSuccess returns true when this node count internal server error response has a 2xx status code

func (*NodeCountInternalServerError) String added in v0.5.0

type NodeCountOK added in v0.5.0

type NodeCountOK 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.CommonCountResponse
}

NodeCountOK describes a response with status code 200, with default header values.

OK

func NewNodeCountOK added in v0.5.0

func NewNodeCountOK() *NodeCountOK

NewNodeCountOK creates a NodeCountOK with default headers values

func (*NodeCountOK) Code added in v0.5.0

func (o *NodeCountOK) Code() int

Code gets the status code for the node count o k response

func (*NodeCountOK) Error added in v0.5.0

func (o *NodeCountOK) Error() string

func (*NodeCountOK) GetPayload added in v0.5.0

func (o *NodeCountOK) GetPayload() *models.CommonCountResponse

func (*NodeCountOK) IsClientError added in v0.5.0

func (o *NodeCountOK) IsClientError() bool

IsClientError returns true when this node count o k response has a 4xx status code

func (*NodeCountOK) IsCode added in v0.5.0

func (o *NodeCountOK) IsCode(code int) bool

IsCode returns true when this node count o k response a status code equal to that given

func (*NodeCountOK) IsRedirect added in v0.5.0

func (o *NodeCountOK) IsRedirect() bool

IsRedirect returns true when this node count o k response has a 3xx status code

func (*NodeCountOK) IsServerError added in v0.5.0

func (o *NodeCountOK) IsServerError() bool

IsServerError returns true when this node count o k response has a 5xx status code

func (*NodeCountOK) IsSuccess added in v0.5.0

func (o *NodeCountOK) IsSuccess() bool

IsSuccess returns true when this node count o k response has a 2xx status code

func (*NodeCountOK) String added in v0.5.0

func (o *NodeCountOK) String() string

type NodeCountParams added in v0.5.0

type NodeCountParams struct {

	/* Filter.

	   Retrieve count of Kubernetes nodes that match a query in Falcon Query Language (FQL). Supported filters:  agent_type,aid,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_count,container_runtime_version,first_seen,image_digest,ipv4,last_seen,linux_sensor_coverage,node_name,pod_count,resource_status
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodeCountParams contains all the parameters to send to the API endpoint

for the node count operation.

Typically these are written to a http.Request.

func NewNodeCountParams added in v0.5.0

func NewNodeCountParams() *NodeCountParams

NewNodeCountParams creates a new NodeCountParams 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 NewNodeCountParamsWithContext added in v0.5.0

func NewNodeCountParamsWithContext(ctx context.Context) *NodeCountParams

NewNodeCountParamsWithContext creates a new NodeCountParams object with the ability to set a context for a request.

func NewNodeCountParamsWithHTTPClient added in v0.5.0

func NewNodeCountParamsWithHTTPClient(client *http.Client) *NodeCountParams

NewNodeCountParamsWithHTTPClient creates a new NodeCountParams object with the ability to set a custom HTTPClient for a request.

func NewNodeCountParamsWithTimeout added in v0.5.0

func NewNodeCountParamsWithTimeout(timeout time.Duration) *NodeCountParams

NewNodeCountParamsWithTimeout creates a new NodeCountParams object with the ability to set a timeout on a request.

func (*NodeCountParams) SetContext added in v0.5.0

func (o *NodeCountParams) SetContext(ctx context.Context)

SetContext adds the context to the node count params

func (*NodeCountParams) SetDefaults added in v0.5.0

func (o *NodeCountParams) SetDefaults()

SetDefaults hydrates default values in the node count params (not the query body).

All values with no default are reset to their zero value.

func (*NodeCountParams) SetFilter added in v0.5.0

func (o *NodeCountParams) SetFilter(filter *string)

SetFilter adds the filter to the node count params

func (*NodeCountParams) SetHTTPClient added in v0.5.0

func (o *NodeCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the node count params

func (*NodeCountParams) SetTimeout added in v0.5.0

func (o *NodeCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the node count params

func (*NodeCountParams) WithContext added in v0.5.0

func (o *NodeCountParams) WithContext(ctx context.Context) *NodeCountParams

WithContext adds the context to the node count params

func (*NodeCountParams) WithDefaults added in v0.5.0

func (o *NodeCountParams) WithDefaults() *NodeCountParams

WithDefaults hydrates default values in the node count params (not the query body).

All values with no default are reset to their zero value.

func (*NodeCountParams) WithFilter added in v0.5.0

func (o *NodeCountParams) WithFilter(filter *string) *NodeCountParams

WithFilter adds the filter to the node count params

func (*NodeCountParams) WithHTTPClient added in v0.5.0

func (o *NodeCountParams) WithHTTPClient(client *http.Client) *NodeCountParams

WithHTTPClient adds the HTTPClient to the node count params

func (*NodeCountParams) WithTimeout added in v0.5.0

func (o *NodeCountParams) WithTimeout(timeout time.Duration) *NodeCountParams

WithTimeout adds the timeout to the node count params

func (*NodeCountParams) WriteToRequest added in v0.5.0

func (o *NodeCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type NodeCountReader added in v0.5.0

type NodeCountReader struct {
	// contains filtered or unexported fields
}

NodeCountReader is a Reader for the NodeCount structure.

func (*NodeCountReader) ReadResponse added in v0.5.0

func (o *NodeCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodeCountTooManyRequests added in v0.5.0

type NodeCountTooManyRequests 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
}

NodeCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewNodeCountTooManyRequests added in v0.5.0

func NewNodeCountTooManyRequests() *NodeCountTooManyRequests

NewNodeCountTooManyRequests creates a NodeCountTooManyRequests with default headers values

func (*NodeCountTooManyRequests) Code added in v0.5.0

func (o *NodeCountTooManyRequests) Code() int

Code gets the status code for the node count too many requests response

func (*NodeCountTooManyRequests) Error added in v0.5.0

func (o *NodeCountTooManyRequests) Error() string

func (*NodeCountTooManyRequests) GetPayload added in v0.5.0

func (*NodeCountTooManyRequests) IsClientError added in v0.5.0

func (o *NodeCountTooManyRequests) IsClientError() bool

IsClientError returns true when this node count too many requests response has a 4xx status code

func (*NodeCountTooManyRequests) IsCode added in v0.5.0

func (o *NodeCountTooManyRequests) IsCode(code int) bool

IsCode returns true when this node count too many requests response a status code equal to that given

func (*NodeCountTooManyRequests) IsRedirect added in v0.5.0

func (o *NodeCountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this node count too many requests response has a 3xx status code

func (*NodeCountTooManyRequests) IsServerError added in v0.5.0

func (o *NodeCountTooManyRequests) IsServerError() bool

IsServerError returns true when this node count too many requests response has a 5xx status code

func (*NodeCountTooManyRequests) IsSuccess added in v0.5.0

func (o *NodeCountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this node count too many requests response has a 2xx status code

func (*NodeCountTooManyRequests) String added in v0.5.0

func (o *NodeCountTooManyRequests) String() string

type NodeEnrichmentForbidden added in v0.5.0

type NodeEnrichmentForbidden 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
}

NodeEnrichmentForbidden describes a response with status code 403, with default header values.

Forbidden

func NewNodeEnrichmentForbidden added in v0.5.0

func NewNodeEnrichmentForbidden() *NodeEnrichmentForbidden

NewNodeEnrichmentForbidden creates a NodeEnrichmentForbidden with default headers values

func (*NodeEnrichmentForbidden) Code added in v0.5.0

func (o *NodeEnrichmentForbidden) Code() int

Code gets the status code for the node enrichment forbidden response

func (*NodeEnrichmentForbidden) Error added in v0.5.0

func (o *NodeEnrichmentForbidden) Error() string

func (*NodeEnrichmentForbidden) GetPayload added in v0.5.0

func (*NodeEnrichmentForbidden) IsClientError added in v0.5.0

func (o *NodeEnrichmentForbidden) IsClientError() bool

IsClientError returns true when this node enrichment forbidden response has a 4xx status code

func (*NodeEnrichmentForbidden) IsCode added in v0.5.0

func (o *NodeEnrichmentForbidden) IsCode(code int) bool

IsCode returns true when this node enrichment forbidden response a status code equal to that given

func (*NodeEnrichmentForbidden) IsRedirect added in v0.5.0

func (o *NodeEnrichmentForbidden) IsRedirect() bool

IsRedirect returns true when this node enrichment forbidden response has a 3xx status code

func (*NodeEnrichmentForbidden) IsServerError added in v0.5.0

func (o *NodeEnrichmentForbidden) IsServerError() bool

IsServerError returns true when this node enrichment forbidden response has a 5xx status code

func (*NodeEnrichmentForbidden) IsSuccess added in v0.5.0

func (o *NodeEnrichmentForbidden) IsSuccess() bool

IsSuccess returns true when this node enrichment forbidden response has a 2xx status code

func (*NodeEnrichmentForbidden) String added in v0.5.0

func (o *NodeEnrichmentForbidden) String() string

type NodeEnrichmentInternalServerError added in v0.5.0

type NodeEnrichmentInternalServerError 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
}

NodeEnrichmentInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewNodeEnrichmentInternalServerError added in v0.5.0

func NewNodeEnrichmentInternalServerError() *NodeEnrichmentInternalServerError

NewNodeEnrichmentInternalServerError creates a NodeEnrichmentInternalServerError with default headers values

func (*NodeEnrichmentInternalServerError) Code added in v0.5.0

Code gets the status code for the node enrichment internal server error response

func (*NodeEnrichmentInternalServerError) Error added in v0.5.0

func (*NodeEnrichmentInternalServerError) GetPayload added in v0.5.0

func (*NodeEnrichmentInternalServerError) IsClientError added in v0.5.0

func (o *NodeEnrichmentInternalServerError) IsClientError() bool

IsClientError returns true when this node enrichment internal server error response has a 4xx status code

func (*NodeEnrichmentInternalServerError) IsCode added in v0.5.0

func (o *NodeEnrichmentInternalServerError) IsCode(code int) bool

IsCode returns true when this node enrichment internal server error response a status code equal to that given

func (*NodeEnrichmentInternalServerError) IsRedirect added in v0.5.0

func (o *NodeEnrichmentInternalServerError) IsRedirect() bool

IsRedirect returns true when this node enrichment internal server error response has a 3xx status code

func (*NodeEnrichmentInternalServerError) IsServerError added in v0.5.0

func (o *NodeEnrichmentInternalServerError) IsServerError() bool

IsServerError returns true when this node enrichment internal server error response has a 5xx status code

func (*NodeEnrichmentInternalServerError) IsSuccess added in v0.5.0

func (o *NodeEnrichmentInternalServerError) IsSuccess() bool

IsSuccess returns true when this node enrichment internal server error response has a 2xx status code

func (*NodeEnrichmentInternalServerError) String added in v0.5.0

type NodeEnrichmentOK added in v0.5.0

type NodeEnrichmentOK 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.K8sassetsNodeEnrichmentResponse
}

NodeEnrichmentOK describes a response with status code 200, with default header values.

OK

func NewNodeEnrichmentOK added in v0.5.0

func NewNodeEnrichmentOK() *NodeEnrichmentOK

NewNodeEnrichmentOK creates a NodeEnrichmentOK with default headers values

func (*NodeEnrichmentOK) Code added in v0.5.0

func (o *NodeEnrichmentOK) Code() int

Code gets the status code for the node enrichment o k response

func (*NodeEnrichmentOK) Error added in v0.5.0

func (o *NodeEnrichmentOK) Error() string

func (*NodeEnrichmentOK) GetPayload added in v0.5.0

func (*NodeEnrichmentOK) IsClientError added in v0.5.0

func (o *NodeEnrichmentOK) IsClientError() bool

IsClientError returns true when this node enrichment o k response has a 4xx status code

func (*NodeEnrichmentOK) IsCode added in v0.5.0

func (o *NodeEnrichmentOK) IsCode(code int) bool

IsCode returns true when this node enrichment o k response a status code equal to that given

func (*NodeEnrichmentOK) IsRedirect added in v0.5.0

func (o *NodeEnrichmentOK) IsRedirect() bool

IsRedirect returns true when this node enrichment o k response has a 3xx status code

func (*NodeEnrichmentOK) IsServerError added in v0.5.0

func (o *NodeEnrichmentOK) IsServerError() bool

IsServerError returns true when this node enrichment o k response has a 5xx status code

func (*NodeEnrichmentOK) IsSuccess added in v0.5.0

func (o *NodeEnrichmentOK) IsSuccess() bool

IsSuccess returns true when this node enrichment o k response has a 2xx status code

func (*NodeEnrichmentOK) String added in v0.5.0

func (o *NodeEnrichmentOK) String() string

type NodeEnrichmentParams added in v0.5.0

type NodeEnrichmentParams struct {

	/* Filter.

	   Supported filters:  last_seen
	*/
	Filter *string

	/* NodeName.

	   One or more node names for which to retrieve enrichment info
	*/
	NodeName []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodeEnrichmentParams contains all the parameters to send to the API endpoint

for the node enrichment operation.

Typically these are written to a http.Request.

func NewNodeEnrichmentParams added in v0.5.0

func NewNodeEnrichmentParams() *NodeEnrichmentParams

NewNodeEnrichmentParams creates a new NodeEnrichmentParams 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 NewNodeEnrichmentParamsWithContext added in v0.5.0

func NewNodeEnrichmentParamsWithContext(ctx context.Context) *NodeEnrichmentParams

NewNodeEnrichmentParamsWithContext creates a new NodeEnrichmentParams object with the ability to set a context for a request.

func NewNodeEnrichmentParamsWithHTTPClient added in v0.5.0

func NewNodeEnrichmentParamsWithHTTPClient(client *http.Client) *NodeEnrichmentParams

NewNodeEnrichmentParamsWithHTTPClient creates a new NodeEnrichmentParams object with the ability to set a custom HTTPClient for a request.

func NewNodeEnrichmentParamsWithTimeout added in v0.5.0

func NewNodeEnrichmentParamsWithTimeout(timeout time.Duration) *NodeEnrichmentParams

NewNodeEnrichmentParamsWithTimeout creates a new NodeEnrichmentParams object with the ability to set a timeout on a request.

func (*NodeEnrichmentParams) SetContext added in v0.5.0

func (o *NodeEnrichmentParams) SetContext(ctx context.Context)

SetContext adds the context to the node enrichment params

func (*NodeEnrichmentParams) SetDefaults added in v0.5.0

func (o *NodeEnrichmentParams) SetDefaults()

SetDefaults hydrates default values in the node enrichment params (not the query body).

All values with no default are reset to their zero value.

func (*NodeEnrichmentParams) SetFilter added in v0.5.0

func (o *NodeEnrichmentParams) SetFilter(filter *string)

SetFilter adds the filter to the node enrichment params

func (*NodeEnrichmentParams) SetHTTPClient added in v0.5.0

func (o *NodeEnrichmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the node enrichment params

func (*NodeEnrichmentParams) SetNodeName added in v0.5.0

func (o *NodeEnrichmentParams) SetNodeName(nodeName []string)

SetNodeName adds the nodeName to the node enrichment params

func (*NodeEnrichmentParams) SetTimeout added in v0.5.0

func (o *NodeEnrichmentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the node enrichment params

func (*NodeEnrichmentParams) WithContext added in v0.5.0

WithContext adds the context to the node enrichment params

func (*NodeEnrichmentParams) WithDefaults added in v0.5.0

func (o *NodeEnrichmentParams) WithDefaults() *NodeEnrichmentParams

WithDefaults hydrates default values in the node enrichment params (not the query body).

All values with no default are reset to their zero value.

func (*NodeEnrichmentParams) WithFilter added in v0.5.0

func (o *NodeEnrichmentParams) WithFilter(filter *string) *NodeEnrichmentParams

WithFilter adds the filter to the node enrichment params

func (*NodeEnrichmentParams) WithHTTPClient added in v0.5.0

func (o *NodeEnrichmentParams) WithHTTPClient(client *http.Client) *NodeEnrichmentParams

WithHTTPClient adds the HTTPClient to the node enrichment params

func (*NodeEnrichmentParams) WithNodeName added in v0.5.0

func (o *NodeEnrichmentParams) WithNodeName(nodeName []string) *NodeEnrichmentParams

WithNodeName adds the nodeName to the node enrichment params

func (*NodeEnrichmentParams) WithTimeout added in v0.5.0

func (o *NodeEnrichmentParams) WithTimeout(timeout time.Duration) *NodeEnrichmentParams

WithTimeout adds the timeout to the node enrichment params

func (*NodeEnrichmentParams) WriteToRequest added in v0.5.0

func (o *NodeEnrichmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type NodeEnrichmentReader added in v0.5.0

type NodeEnrichmentReader struct {
	// contains filtered or unexported fields
}

NodeEnrichmentReader is a Reader for the NodeEnrichment structure.

func (*NodeEnrichmentReader) ReadResponse added in v0.5.0

func (o *NodeEnrichmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodeEnrichmentTooManyRequests added in v0.5.0

type NodeEnrichmentTooManyRequests 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
}

NodeEnrichmentTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewNodeEnrichmentTooManyRequests added in v0.5.0

func NewNodeEnrichmentTooManyRequests() *NodeEnrichmentTooManyRequests

NewNodeEnrichmentTooManyRequests creates a NodeEnrichmentTooManyRequests with default headers values

func (*NodeEnrichmentTooManyRequests) Code added in v0.5.0

Code gets the status code for the node enrichment too many requests response

func (*NodeEnrichmentTooManyRequests) Error added in v0.5.0

func (*NodeEnrichmentTooManyRequests) GetPayload added in v0.5.0

func (*NodeEnrichmentTooManyRequests) IsClientError added in v0.5.0

func (o *NodeEnrichmentTooManyRequests) IsClientError() bool

IsClientError returns true when this node enrichment too many requests response has a 4xx status code

func (*NodeEnrichmentTooManyRequests) IsCode added in v0.5.0

func (o *NodeEnrichmentTooManyRequests) IsCode(code int) bool

IsCode returns true when this node enrichment too many requests response a status code equal to that given

func (*NodeEnrichmentTooManyRequests) IsRedirect added in v0.5.0

func (o *NodeEnrichmentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this node enrichment too many requests response has a 3xx status code

func (*NodeEnrichmentTooManyRequests) IsServerError added in v0.5.0

func (o *NodeEnrichmentTooManyRequests) IsServerError() bool

IsServerError returns true when this node enrichment too many requests response has a 5xx status code

func (*NodeEnrichmentTooManyRequests) IsSuccess added in v0.5.0

func (o *NodeEnrichmentTooManyRequests) IsSuccess() bool

IsSuccess returns true when this node enrichment too many requests response has a 2xx status code

func (*NodeEnrichmentTooManyRequests) String added in v0.5.0

type NodesByCloudCountForbidden added in v0.5.0

type NodesByCloudCountForbidden 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
}

NodesByCloudCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewNodesByCloudCountForbidden added in v0.5.0

func NewNodesByCloudCountForbidden() *NodesByCloudCountForbidden

NewNodesByCloudCountForbidden creates a NodesByCloudCountForbidden with default headers values

func (*NodesByCloudCountForbidden) Code added in v0.5.0

func (o *NodesByCloudCountForbidden) Code() int

Code gets the status code for the nodes by cloud count forbidden response

func (*NodesByCloudCountForbidden) Error added in v0.5.0

func (*NodesByCloudCountForbidden) GetPayload added in v0.5.0

func (*NodesByCloudCountForbidden) IsClientError added in v0.5.0

func (o *NodesByCloudCountForbidden) IsClientError() bool

IsClientError returns true when this nodes by cloud count forbidden response has a 4xx status code

func (*NodesByCloudCountForbidden) IsCode added in v0.5.0

func (o *NodesByCloudCountForbidden) IsCode(code int) bool

IsCode returns true when this nodes by cloud count forbidden response a status code equal to that given

func (*NodesByCloudCountForbidden) IsRedirect added in v0.5.0

func (o *NodesByCloudCountForbidden) IsRedirect() bool

IsRedirect returns true when this nodes by cloud count forbidden response has a 3xx status code

func (*NodesByCloudCountForbidden) IsServerError added in v0.5.0

func (o *NodesByCloudCountForbidden) IsServerError() bool

IsServerError returns true when this nodes by cloud count forbidden response has a 5xx status code

func (*NodesByCloudCountForbidden) IsSuccess added in v0.5.0

func (o *NodesByCloudCountForbidden) IsSuccess() bool

IsSuccess returns true when this nodes by cloud count forbidden response has a 2xx status code

func (*NodesByCloudCountForbidden) String added in v0.5.0

func (o *NodesByCloudCountForbidden) String() string

type NodesByCloudCountInternalServerError added in v0.5.0

type NodesByCloudCountInternalServerError 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
}

NodesByCloudCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewNodesByCloudCountInternalServerError added in v0.5.0

func NewNodesByCloudCountInternalServerError() *NodesByCloudCountInternalServerError

NewNodesByCloudCountInternalServerError creates a NodesByCloudCountInternalServerError with default headers values

func (*NodesByCloudCountInternalServerError) Code added in v0.5.0

Code gets the status code for the nodes by cloud count internal server error response

func (*NodesByCloudCountInternalServerError) Error added in v0.5.0

func (*NodesByCloudCountInternalServerError) GetPayload added in v0.5.0

func (*NodesByCloudCountInternalServerError) IsClientError added in v0.5.0

func (o *NodesByCloudCountInternalServerError) IsClientError() bool

IsClientError returns true when this nodes by cloud count internal server error response has a 4xx status code

func (*NodesByCloudCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this nodes by cloud count internal server error response a status code equal to that given

func (*NodesByCloudCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this nodes by cloud count internal server error response has a 3xx status code

func (*NodesByCloudCountInternalServerError) IsServerError added in v0.5.0

func (o *NodesByCloudCountInternalServerError) IsServerError() bool

IsServerError returns true when this nodes by cloud count internal server error response has a 5xx status code

func (*NodesByCloudCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this nodes by cloud count internal server error response has a 2xx status code

func (*NodesByCloudCountInternalServerError) String added in v0.5.0

type NodesByCloudCountOK added in v0.5.0

type NodesByCloudCountOK 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.ModelsAggregateValuesByFieldResponse
}

NodesByCloudCountOK describes a response with status code 200, with default header values.

OK

func NewNodesByCloudCountOK added in v0.5.0

func NewNodesByCloudCountOK() *NodesByCloudCountOK

NewNodesByCloudCountOK creates a NodesByCloudCountOK with default headers values

func (*NodesByCloudCountOK) Code added in v0.5.0

func (o *NodesByCloudCountOK) Code() int

Code gets the status code for the nodes by cloud count o k response

func (*NodesByCloudCountOK) Error added in v0.5.0

func (o *NodesByCloudCountOK) Error() string

func (*NodesByCloudCountOK) GetPayload added in v0.5.0

func (*NodesByCloudCountOK) IsClientError added in v0.5.0

func (o *NodesByCloudCountOK) IsClientError() bool

IsClientError returns true when this nodes by cloud count o k response has a 4xx status code

func (*NodesByCloudCountOK) IsCode added in v0.5.0

func (o *NodesByCloudCountOK) IsCode(code int) bool

IsCode returns true when this nodes by cloud count o k response a status code equal to that given

func (*NodesByCloudCountOK) IsRedirect added in v0.5.0

func (o *NodesByCloudCountOK) IsRedirect() bool

IsRedirect returns true when this nodes by cloud count o k response has a 3xx status code

func (*NodesByCloudCountOK) IsServerError added in v0.5.0

func (o *NodesByCloudCountOK) IsServerError() bool

IsServerError returns true when this nodes by cloud count o k response has a 5xx status code

func (*NodesByCloudCountOK) IsSuccess added in v0.5.0

func (o *NodesByCloudCountOK) IsSuccess() bool

IsSuccess returns true when this nodes by cloud count o k response has a 2xx status code

func (*NodesByCloudCountOK) String added in v0.5.0

func (o *NodesByCloudCountOK) String() string

type NodesByCloudCountParams added in v0.5.0

type NodesByCloudCountParams struct {

	/* Filter.

	   Search Kubernetes nodes using a query in Falcon Query Language (FQL). Supported filters:  agent_type,aid,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_count,container_runtime_version,first_seen,image_digest,ipv4,last_seen,linux_sensor_coverage,node_name,pod_count,resource_status
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodesByCloudCountParams contains all the parameters to send to the API endpoint

for the nodes by cloud count operation.

Typically these are written to a http.Request.

func NewNodesByCloudCountParams added in v0.5.0

func NewNodesByCloudCountParams() *NodesByCloudCountParams

NewNodesByCloudCountParams creates a new NodesByCloudCountParams 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 NewNodesByCloudCountParamsWithContext added in v0.5.0

func NewNodesByCloudCountParamsWithContext(ctx context.Context) *NodesByCloudCountParams

NewNodesByCloudCountParamsWithContext creates a new NodesByCloudCountParams object with the ability to set a context for a request.

func NewNodesByCloudCountParamsWithHTTPClient added in v0.5.0

func NewNodesByCloudCountParamsWithHTTPClient(client *http.Client) *NodesByCloudCountParams

NewNodesByCloudCountParamsWithHTTPClient creates a new NodesByCloudCountParams object with the ability to set a custom HTTPClient for a request.

func NewNodesByCloudCountParamsWithTimeout added in v0.5.0

func NewNodesByCloudCountParamsWithTimeout(timeout time.Duration) *NodesByCloudCountParams

NewNodesByCloudCountParamsWithTimeout creates a new NodesByCloudCountParams object with the ability to set a timeout on a request.

func (*NodesByCloudCountParams) SetContext added in v0.5.0

func (o *NodesByCloudCountParams) SetContext(ctx context.Context)

SetContext adds the context to the nodes by cloud count params

func (*NodesByCloudCountParams) SetDefaults added in v0.5.0

func (o *NodesByCloudCountParams) SetDefaults()

SetDefaults hydrates default values in the nodes by cloud count params (not the query body).

All values with no default are reset to their zero value.

func (*NodesByCloudCountParams) SetFilter added in v0.5.0

func (o *NodesByCloudCountParams) SetFilter(filter *string)

SetFilter adds the filter to the nodes by cloud count params

func (*NodesByCloudCountParams) SetHTTPClient added in v0.5.0

func (o *NodesByCloudCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the nodes by cloud count params

func (*NodesByCloudCountParams) SetTimeout added in v0.5.0

func (o *NodesByCloudCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the nodes by cloud count params

func (*NodesByCloudCountParams) WithContext added in v0.5.0

WithContext adds the context to the nodes by cloud count params

func (*NodesByCloudCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the nodes by cloud count params (not the query body).

All values with no default are reset to their zero value.

func (*NodesByCloudCountParams) WithFilter added in v0.5.0

func (o *NodesByCloudCountParams) WithFilter(filter *string) *NodesByCloudCountParams

WithFilter adds the filter to the nodes by cloud count params

func (*NodesByCloudCountParams) WithHTTPClient added in v0.5.0

func (o *NodesByCloudCountParams) WithHTTPClient(client *http.Client) *NodesByCloudCountParams

WithHTTPClient adds the HTTPClient to the nodes by cloud count params

func (*NodesByCloudCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the nodes by cloud count params

func (*NodesByCloudCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type NodesByCloudCountReader added in v0.5.0

type NodesByCloudCountReader struct {
	// contains filtered or unexported fields
}

NodesByCloudCountReader is a Reader for the NodesByCloudCount structure.

func (*NodesByCloudCountReader) ReadResponse added in v0.5.0

func (o *NodesByCloudCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodesByCloudCountTooManyRequests added in v0.5.0

type NodesByCloudCountTooManyRequests 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
}

NodesByCloudCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewNodesByCloudCountTooManyRequests added in v0.5.0

func NewNodesByCloudCountTooManyRequests() *NodesByCloudCountTooManyRequests

NewNodesByCloudCountTooManyRequests creates a NodesByCloudCountTooManyRequests with default headers values

func (*NodesByCloudCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the nodes by cloud count too many requests response

func (*NodesByCloudCountTooManyRequests) Error added in v0.5.0

func (*NodesByCloudCountTooManyRequests) GetPayload added in v0.5.0

func (*NodesByCloudCountTooManyRequests) IsClientError added in v0.5.0

func (o *NodesByCloudCountTooManyRequests) IsClientError() bool

IsClientError returns true when this nodes by cloud count too many requests response has a 4xx status code

func (*NodesByCloudCountTooManyRequests) IsCode added in v0.5.0

func (o *NodesByCloudCountTooManyRequests) IsCode(code int) bool

IsCode returns true when this nodes by cloud count too many requests response a status code equal to that given

func (*NodesByCloudCountTooManyRequests) IsRedirect added in v0.5.0

func (o *NodesByCloudCountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this nodes by cloud count too many requests response has a 3xx status code

func (*NodesByCloudCountTooManyRequests) IsServerError added in v0.5.0

func (o *NodesByCloudCountTooManyRequests) IsServerError() bool

IsServerError returns true when this nodes by cloud count too many requests response has a 5xx status code

func (*NodesByCloudCountTooManyRequests) IsSuccess added in v0.5.0

func (o *NodesByCloudCountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this nodes by cloud count too many requests response has a 2xx status code

func (*NodesByCloudCountTooManyRequests) String added in v0.5.0

type NodesByContainerEngineVersionCountForbidden added in v0.5.0

type NodesByContainerEngineVersionCountForbidden 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
}

NodesByContainerEngineVersionCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewNodesByContainerEngineVersionCountForbidden added in v0.5.0

func NewNodesByContainerEngineVersionCountForbidden() *NodesByContainerEngineVersionCountForbidden

NewNodesByContainerEngineVersionCountForbidden creates a NodesByContainerEngineVersionCountForbidden with default headers values

func (*NodesByContainerEngineVersionCountForbidden) Code added in v0.5.0

Code gets the status code for the nodes by container engine version count forbidden response

func (*NodesByContainerEngineVersionCountForbidden) Error added in v0.5.0

func (*NodesByContainerEngineVersionCountForbidden) GetPayload added in v0.5.0

func (*NodesByContainerEngineVersionCountForbidden) IsClientError added in v0.5.0

IsClientError returns true when this nodes by container engine version count forbidden response has a 4xx status code

func (*NodesByContainerEngineVersionCountForbidden) IsCode added in v0.5.0

IsCode returns true when this nodes by container engine version count forbidden response a status code equal to that given

func (*NodesByContainerEngineVersionCountForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this nodes by container engine version count forbidden response has a 3xx status code

func (*NodesByContainerEngineVersionCountForbidden) IsServerError added in v0.5.0

IsServerError returns true when this nodes by container engine version count forbidden response has a 5xx status code

func (*NodesByContainerEngineVersionCountForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this nodes by container engine version count forbidden response has a 2xx status code

func (*NodesByContainerEngineVersionCountForbidden) String added in v0.5.0

type NodesByContainerEngineVersionCountInternalServerError added in v0.5.0

type NodesByContainerEngineVersionCountInternalServerError 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
}

NodesByContainerEngineVersionCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewNodesByContainerEngineVersionCountInternalServerError added in v0.5.0

func NewNodesByContainerEngineVersionCountInternalServerError() *NodesByContainerEngineVersionCountInternalServerError

NewNodesByContainerEngineVersionCountInternalServerError creates a NodesByContainerEngineVersionCountInternalServerError with default headers values

func (*NodesByContainerEngineVersionCountInternalServerError) Code added in v0.5.0

Code gets the status code for the nodes by container engine version count internal server error response

func (*NodesByContainerEngineVersionCountInternalServerError) Error added in v0.5.0

func (*NodesByContainerEngineVersionCountInternalServerError) GetPayload added in v0.5.0

func (*NodesByContainerEngineVersionCountInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this nodes by container engine version count internal server error response has a 4xx status code

func (*NodesByContainerEngineVersionCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this nodes by container engine version count internal server error response a status code equal to that given

func (*NodesByContainerEngineVersionCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this nodes by container engine version count internal server error response has a 3xx status code

func (*NodesByContainerEngineVersionCountInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this nodes by container engine version count internal server error response has a 5xx status code

func (*NodesByContainerEngineVersionCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this nodes by container engine version count internal server error response has a 2xx status code

func (*NodesByContainerEngineVersionCountInternalServerError) String added in v0.5.0

type NodesByContainerEngineVersionCountOK added in v0.5.0

type NodesByContainerEngineVersionCountOK 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.ModelsAggregateValuesByFieldResponse
}

NodesByContainerEngineVersionCountOK describes a response with status code 200, with default header values.

OK

func NewNodesByContainerEngineVersionCountOK added in v0.5.0

func NewNodesByContainerEngineVersionCountOK() *NodesByContainerEngineVersionCountOK

NewNodesByContainerEngineVersionCountOK creates a NodesByContainerEngineVersionCountOK with default headers values

func (*NodesByContainerEngineVersionCountOK) Code added in v0.5.0

Code gets the status code for the nodes by container engine version count o k response

func (*NodesByContainerEngineVersionCountOK) Error added in v0.5.0

func (*NodesByContainerEngineVersionCountOK) GetPayload added in v0.5.0

func (*NodesByContainerEngineVersionCountOK) IsClientError added in v0.5.0

func (o *NodesByContainerEngineVersionCountOK) IsClientError() bool

IsClientError returns true when this nodes by container engine version count o k response has a 4xx status code

func (*NodesByContainerEngineVersionCountOK) IsCode added in v0.5.0

IsCode returns true when this nodes by container engine version count o k response a status code equal to that given

func (*NodesByContainerEngineVersionCountOK) IsRedirect added in v0.5.0

IsRedirect returns true when this nodes by container engine version count o k response has a 3xx status code

func (*NodesByContainerEngineVersionCountOK) IsServerError added in v0.5.0

func (o *NodesByContainerEngineVersionCountOK) IsServerError() bool

IsServerError returns true when this nodes by container engine version count o k response has a 5xx status code

func (*NodesByContainerEngineVersionCountOK) IsSuccess added in v0.5.0

IsSuccess returns true when this nodes by container engine version count o k response has a 2xx status code

func (*NodesByContainerEngineVersionCountOK) String added in v0.5.0

type NodesByContainerEngineVersionCountParams added in v0.5.0

type NodesByContainerEngineVersionCountParams struct {

	/* Filter.

	   Search Kubernetes nodes using a query in Falcon Query Language (FQL). Supported filters:  agent_type,aid,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_count,container_runtime_version,first_seen,image_digest,ipv4,last_seen,linux_sensor_coverage,node_name,pod_count,resource_status
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodesByContainerEngineVersionCountParams contains all the parameters to send to the API endpoint

for the nodes by container engine version count operation.

Typically these are written to a http.Request.

func NewNodesByContainerEngineVersionCountParams added in v0.5.0

func NewNodesByContainerEngineVersionCountParams() *NodesByContainerEngineVersionCountParams

NewNodesByContainerEngineVersionCountParams creates a new NodesByContainerEngineVersionCountParams 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 NewNodesByContainerEngineVersionCountParamsWithContext added in v0.5.0

func NewNodesByContainerEngineVersionCountParamsWithContext(ctx context.Context) *NodesByContainerEngineVersionCountParams

NewNodesByContainerEngineVersionCountParamsWithContext creates a new NodesByContainerEngineVersionCountParams object with the ability to set a context for a request.

func NewNodesByContainerEngineVersionCountParamsWithHTTPClient added in v0.5.0

func NewNodesByContainerEngineVersionCountParamsWithHTTPClient(client *http.Client) *NodesByContainerEngineVersionCountParams

NewNodesByContainerEngineVersionCountParamsWithHTTPClient creates a new NodesByContainerEngineVersionCountParams object with the ability to set a custom HTTPClient for a request.

func NewNodesByContainerEngineVersionCountParamsWithTimeout added in v0.5.0

func NewNodesByContainerEngineVersionCountParamsWithTimeout(timeout time.Duration) *NodesByContainerEngineVersionCountParams

NewNodesByContainerEngineVersionCountParamsWithTimeout creates a new NodesByContainerEngineVersionCountParams object with the ability to set a timeout on a request.

func (*NodesByContainerEngineVersionCountParams) SetContext added in v0.5.0

SetContext adds the context to the nodes by container engine version count params

func (*NodesByContainerEngineVersionCountParams) SetDefaults added in v0.5.0

SetDefaults hydrates default values in the nodes by container engine version count params (not the query body).

All values with no default are reset to their zero value.

func (*NodesByContainerEngineVersionCountParams) SetFilter added in v0.5.0

func (o *NodesByContainerEngineVersionCountParams) SetFilter(filter *string)

SetFilter adds the filter to the nodes by container engine version count params

func (*NodesByContainerEngineVersionCountParams) SetHTTPClient added in v0.5.0

func (o *NodesByContainerEngineVersionCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the nodes by container engine version count params

func (*NodesByContainerEngineVersionCountParams) SetTimeout added in v0.5.0

SetTimeout adds the timeout to the nodes by container engine version count params

func (*NodesByContainerEngineVersionCountParams) WithContext added in v0.5.0

WithContext adds the context to the nodes by container engine version count params

func (*NodesByContainerEngineVersionCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the nodes by container engine version count params (not the query body).

All values with no default are reset to their zero value.

func (*NodesByContainerEngineVersionCountParams) WithFilter added in v0.5.0

WithFilter adds the filter to the nodes by container engine version count params

func (*NodesByContainerEngineVersionCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the nodes by container engine version count params

func (*NodesByContainerEngineVersionCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the nodes by container engine version count params

func (*NodesByContainerEngineVersionCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type NodesByContainerEngineVersionCountReader added in v0.5.0

type NodesByContainerEngineVersionCountReader struct {
	// contains filtered or unexported fields
}

NodesByContainerEngineVersionCountReader is a Reader for the NodesByContainerEngineVersionCount structure.

func (*NodesByContainerEngineVersionCountReader) ReadResponse added in v0.5.0

func (o *NodesByContainerEngineVersionCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodesByContainerEngineVersionCountTooManyRequests added in v0.5.0

type NodesByContainerEngineVersionCountTooManyRequests 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
}

NodesByContainerEngineVersionCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewNodesByContainerEngineVersionCountTooManyRequests added in v0.5.0

func NewNodesByContainerEngineVersionCountTooManyRequests() *NodesByContainerEngineVersionCountTooManyRequests

NewNodesByContainerEngineVersionCountTooManyRequests creates a NodesByContainerEngineVersionCountTooManyRequests with default headers values

func (*NodesByContainerEngineVersionCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the nodes by container engine version count too many requests response

func (*NodesByContainerEngineVersionCountTooManyRequests) Error added in v0.5.0

func (*NodesByContainerEngineVersionCountTooManyRequests) GetPayload added in v0.5.0

func (*NodesByContainerEngineVersionCountTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this nodes by container engine version count too many requests response has a 4xx status code

func (*NodesByContainerEngineVersionCountTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this nodes by container engine version count too many requests response a status code equal to that given

func (*NodesByContainerEngineVersionCountTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this nodes by container engine version count too many requests response has a 3xx status code

func (*NodesByContainerEngineVersionCountTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this nodes by container engine version count too many requests response has a 5xx status code

func (*NodesByContainerEngineVersionCountTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this nodes by container engine version count too many requests response has a 2xx status code

func (*NodesByContainerEngineVersionCountTooManyRequests) String added in v0.5.0

type NodesByDateRangeCountForbidden added in v0.5.0

type NodesByDateRangeCountForbidden 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
}

NodesByDateRangeCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewNodesByDateRangeCountForbidden added in v0.5.0

func NewNodesByDateRangeCountForbidden() *NodesByDateRangeCountForbidden

NewNodesByDateRangeCountForbidden creates a NodesByDateRangeCountForbidden with default headers values

func (*NodesByDateRangeCountForbidden) Code added in v0.5.0

Code gets the status code for the nodes by date range count forbidden response

func (*NodesByDateRangeCountForbidden) Error added in v0.5.0

func (*NodesByDateRangeCountForbidden) GetPayload added in v0.5.0

func (*NodesByDateRangeCountForbidden) IsClientError added in v0.5.0

func (o *NodesByDateRangeCountForbidden) IsClientError() bool

IsClientError returns true when this nodes by date range count forbidden response has a 4xx status code

func (*NodesByDateRangeCountForbidden) IsCode added in v0.5.0

func (o *NodesByDateRangeCountForbidden) IsCode(code int) bool

IsCode returns true when this nodes by date range count forbidden response a status code equal to that given

func (*NodesByDateRangeCountForbidden) IsRedirect added in v0.5.0

func (o *NodesByDateRangeCountForbidden) IsRedirect() bool

IsRedirect returns true when this nodes by date range count forbidden response has a 3xx status code

func (*NodesByDateRangeCountForbidden) IsServerError added in v0.5.0

func (o *NodesByDateRangeCountForbidden) IsServerError() bool

IsServerError returns true when this nodes by date range count forbidden response has a 5xx status code

func (*NodesByDateRangeCountForbidden) IsSuccess added in v0.5.0

func (o *NodesByDateRangeCountForbidden) IsSuccess() bool

IsSuccess returns true when this nodes by date range count forbidden response has a 2xx status code

func (*NodesByDateRangeCountForbidden) String added in v0.5.0

type NodesByDateRangeCountInternalServerError added in v0.5.0

type NodesByDateRangeCountInternalServerError 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
}

NodesByDateRangeCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewNodesByDateRangeCountInternalServerError added in v0.5.0

func NewNodesByDateRangeCountInternalServerError() *NodesByDateRangeCountInternalServerError

NewNodesByDateRangeCountInternalServerError creates a NodesByDateRangeCountInternalServerError with default headers values

func (*NodesByDateRangeCountInternalServerError) Code added in v0.5.0

Code gets the status code for the nodes by date range count internal server error response

func (*NodesByDateRangeCountInternalServerError) Error added in v0.5.0

func (*NodesByDateRangeCountInternalServerError) GetPayload added in v0.5.0

func (*NodesByDateRangeCountInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this nodes by date range count internal server error response has a 4xx status code

func (*NodesByDateRangeCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this nodes by date range count internal server error response a status code equal to that given

func (*NodesByDateRangeCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this nodes by date range count internal server error response has a 3xx status code

func (*NodesByDateRangeCountInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this nodes by date range count internal server error response has a 5xx status code

func (*NodesByDateRangeCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this nodes by date range count internal server error response has a 2xx status code

func (*NodesByDateRangeCountInternalServerError) String added in v0.5.0

type NodesByDateRangeCountOK added in v0.5.0

type NodesByDateRangeCountOK 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.ModelsAggregateValuesByFieldResponse
}

NodesByDateRangeCountOK describes a response with status code 200, with default header values.

OK

func NewNodesByDateRangeCountOK added in v0.5.0

func NewNodesByDateRangeCountOK() *NodesByDateRangeCountOK

NewNodesByDateRangeCountOK creates a NodesByDateRangeCountOK with default headers values

func (*NodesByDateRangeCountOK) Code added in v0.5.0

func (o *NodesByDateRangeCountOK) Code() int

Code gets the status code for the nodes by date range count o k response

func (*NodesByDateRangeCountOK) Error added in v0.5.0

func (o *NodesByDateRangeCountOK) Error() string

func (*NodesByDateRangeCountOK) GetPayload added in v0.5.0

func (*NodesByDateRangeCountOK) IsClientError added in v0.5.0

func (o *NodesByDateRangeCountOK) IsClientError() bool

IsClientError returns true when this nodes by date range count o k response has a 4xx status code

func (*NodesByDateRangeCountOK) IsCode added in v0.5.0

func (o *NodesByDateRangeCountOK) IsCode(code int) bool

IsCode returns true when this nodes by date range count o k response a status code equal to that given

func (*NodesByDateRangeCountOK) IsRedirect added in v0.5.0

func (o *NodesByDateRangeCountOK) IsRedirect() bool

IsRedirect returns true when this nodes by date range count o k response has a 3xx status code

func (*NodesByDateRangeCountOK) IsServerError added in v0.5.0

func (o *NodesByDateRangeCountOK) IsServerError() bool

IsServerError returns true when this nodes by date range count o k response has a 5xx status code

func (*NodesByDateRangeCountOK) IsSuccess added in v0.5.0

func (o *NodesByDateRangeCountOK) IsSuccess() bool

IsSuccess returns true when this nodes by date range count o k response has a 2xx status code

func (*NodesByDateRangeCountOK) String added in v0.5.0

func (o *NodesByDateRangeCountOK) String() string

type NodesByDateRangeCountParams added in v0.5.0

type NodesByDateRangeCountParams struct {

	/* Filter.

	   Search Kubernetes nodes using a query in Falcon Query Language (FQL). Supported filters:  agent_type,aid,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_count,container_runtime_version,first_seen,image_digest,ipv4,last_seen,linux_sensor_coverage,node_name,pod_count,resource_status
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodesByDateRangeCountParams contains all the parameters to send to the API endpoint

for the nodes by date range count operation.

Typically these are written to a http.Request.

func NewNodesByDateRangeCountParams added in v0.5.0

func NewNodesByDateRangeCountParams() *NodesByDateRangeCountParams

NewNodesByDateRangeCountParams creates a new NodesByDateRangeCountParams 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 NewNodesByDateRangeCountParamsWithContext added in v0.5.0

func NewNodesByDateRangeCountParamsWithContext(ctx context.Context) *NodesByDateRangeCountParams

NewNodesByDateRangeCountParamsWithContext creates a new NodesByDateRangeCountParams object with the ability to set a context for a request.

func NewNodesByDateRangeCountParamsWithHTTPClient added in v0.5.0

func NewNodesByDateRangeCountParamsWithHTTPClient(client *http.Client) *NodesByDateRangeCountParams

NewNodesByDateRangeCountParamsWithHTTPClient creates a new NodesByDateRangeCountParams object with the ability to set a custom HTTPClient for a request.

func NewNodesByDateRangeCountParamsWithTimeout added in v0.5.0

func NewNodesByDateRangeCountParamsWithTimeout(timeout time.Duration) *NodesByDateRangeCountParams

NewNodesByDateRangeCountParamsWithTimeout creates a new NodesByDateRangeCountParams object with the ability to set a timeout on a request.

func (*NodesByDateRangeCountParams) SetContext added in v0.5.0

func (o *NodesByDateRangeCountParams) SetContext(ctx context.Context)

SetContext adds the context to the nodes by date range count params

func (*NodesByDateRangeCountParams) SetDefaults added in v0.5.0

func (o *NodesByDateRangeCountParams) SetDefaults()

SetDefaults hydrates default values in the nodes by date range count params (not the query body).

All values with no default are reset to their zero value.

func (*NodesByDateRangeCountParams) SetFilter added in v0.5.0

func (o *NodesByDateRangeCountParams) SetFilter(filter *string)

SetFilter adds the filter to the nodes by date range count params

func (*NodesByDateRangeCountParams) SetHTTPClient added in v0.5.0

func (o *NodesByDateRangeCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the nodes by date range count params

func (*NodesByDateRangeCountParams) SetTimeout added in v0.5.0

func (o *NodesByDateRangeCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the nodes by date range count params

func (*NodesByDateRangeCountParams) WithContext added in v0.5.0

WithContext adds the context to the nodes by date range count params

func (*NodesByDateRangeCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the nodes by date range count params (not the query body).

All values with no default are reset to their zero value.

func (*NodesByDateRangeCountParams) WithFilter added in v0.5.0

WithFilter adds the filter to the nodes by date range count params

func (*NodesByDateRangeCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the nodes by date range count params

func (*NodesByDateRangeCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the nodes by date range count params

func (*NodesByDateRangeCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type NodesByDateRangeCountReader added in v0.5.0

type NodesByDateRangeCountReader struct {
	// contains filtered or unexported fields
}

NodesByDateRangeCountReader is a Reader for the NodesByDateRangeCount structure.

func (*NodesByDateRangeCountReader) ReadResponse added in v0.5.0

func (o *NodesByDateRangeCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodesByDateRangeCountTooManyRequests added in v0.5.0

type NodesByDateRangeCountTooManyRequests 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
}

NodesByDateRangeCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewNodesByDateRangeCountTooManyRequests added in v0.5.0

func NewNodesByDateRangeCountTooManyRequests() *NodesByDateRangeCountTooManyRequests

NewNodesByDateRangeCountTooManyRequests creates a NodesByDateRangeCountTooManyRequests with default headers values

func (*NodesByDateRangeCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the nodes by date range count too many requests response

func (*NodesByDateRangeCountTooManyRequests) Error added in v0.5.0

func (*NodesByDateRangeCountTooManyRequests) GetPayload added in v0.5.0

func (*NodesByDateRangeCountTooManyRequests) IsClientError added in v0.5.0

func (o *NodesByDateRangeCountTooManyRequests) IsClientError() bool

IsClientError returns true when this nodes by date range count too many requests response has a 4xx status code

func (*NodesByDateRangeCountTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this nodes by date range count too many requests response a status code equal to that given

func (*NodesByDateRangeCountTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this nodes by date range count too many requests response has a 3xx status code

func (*NodesByDateRangeCountTooManyRequests) IsServerError added in v0.5.0

func (o *NodesByDateRangeCountTooManyRequests) IsServerError() bool

IsServerError returns true when this nodes by date range count too many requests response has a 5xx status code

func (*NodesByDateRangeCountTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this nodes by date range count too many requests response has a 2xx status code

func (*NodesByDateRangeCountTooManyRequests) String added in v0.5.0

type PatchAzureServicePrincipalBadRequest added in v0.2.32

type PatchAzureServicePrincipalBadRequest 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.K8sregGetAzureTenantConfigResp
}

PatchAzureServicePrincipalBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPatchAzureServicePrincipalBadRequest added in v0.2.32

func NewPatchAzureServicePrincipalBadRequest() *PatchAzureServicePrincipalBadRequest

NewPatchAzureServicePrincipalBadRequest creates a PatchAzureServicePrincipalBadRequest with default headers values

func (*PatchAzureServicePrincipalBadRequest) Code added in v0.2.33

Code gets the status code for the patch azure service principal bad request response

func (*PatchAzureServicePrincipalBadRequest) Error added in v0.2.32

func (*PatchAzureServicePrincipalBadRequest) GetPayload added in v0.2.32

func (*PatchAzureServicePrincipalBadRequest) IsClientError added in v0.2.32

func (o *PatchAzureServicePrincipalBadRequest) IsClientError() bool

IsClientError returns true when this patch azure service principal bad request response has a 4xx status code

func (*PatchAzureServicePrincipalBadRequest) IsCode added in v0.2.32

IsCode returns true when this patch azure service principal bad request response a status code equal to that given

func (*PatchAzureServicePrincipalBadRequest) IsRedirect added in v0.2.32

IsRedirect returns true when this patch azure service principal bad request response has a 3xx status code

func (*PatchAzureServicePrincipalBadRequest) IsServerError added in v0.2.32

func (o *PatchAzureServicePrincipalBadRequest) IsServerError() bool

IsServerError returns true when this patch azure service principal bad request response has a 5xx status code

func (*PatchAzureServicePrincipalBadRequest) IsSuccess added in v0.2.32

IsSuccess returns true when this patch azure service principal bad request response has a 2xx status code

func (*PatchAzureServicePrincipalBadRequest) String added in v0.2.32

type PatchAzureServicePrincipalCreated added in v0.2.32

type PatchAzureServicePrincipalCreated 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.K8sregGetAzureTenantConfigResp
}

PatchAzureServicePrincipalCreated describes a response with status code 201, with default header values.

Created

func NewPatchAzureServicePrincipalCreated added in v0.2.32

func NewPatchAzureServicePrincipalCreated() *PatchAzureServicePrincipalCreated

NewPatchAzureServicePrincipalCreated creates a PatchAzureServicePrincipalCreated with default headers values

func (*PatchAzureServicePrincipalCreated) Code added in v0.2.33

Code gets the status code for the patch azure service principal created response

func (*PatchAzureServicePrincipalCreated) Error added in v0.2.32

func (*PatchAzureServicePrincipalCreated) GetPayload added in v0.2.32

func (*PatchAzureServicePrincipalCreated) IsClientError added in v0.2.32

func (o *PatchAzureServicePrincipalCreated) IsClientError() bool

IsClientError returns true when this patch azure service principal created response has a 4xx status code

func (*PatchAzureServicePrincipalCreated) IsCode added in v0.2.32

func (o *PatchAzureServicePrincipalCreated) IsCode(code int) bool

IsCode returns true when this patch azure service principal created response a status code equal to that given

func (*PatchAzureServicePrincipalCreated) IsRedirect added in v0.2.32

func (o *PatchAzureServicePrincipalCreated) IsRedirect() bool

IsRedirect returns true when this patch azure service principal created response has a 3xx status code

func (*PatchAzureServicePrincipalCreated) IsServerError added in v0.2.32

func (o *PatchAzureServicePrincipalCreated) IsServerError() bool

IsServerError returns true when this patch azure service principal created response has a 5xx status code

func (*PatchAzureServicePrincipalCreated) IsSuccess added in v0.2.32

func (o *PatchAzureServicePrincipalCreated) IsSuccess() bool

IsSuccess returns true when this patch azure service principal created response has a 2xx status code

func (*PatchAzureServicePrincipalCreated) String added in v0.2.32

type PatchAzureServicePrincipalForbidden added in v0.2.32

type PatchAzureServicePrincipalForbidden 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
}

PatchAzureServicePrincipalForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchAzureServicePrincipalForbidden added in v0.2.32

func NewPatchAzureServicePrincipalForbidden() *PatchAzureServicePrincipalForbidden

NewPatchAzureServicePrincipalForbidden creates a PatchAzureServicePrincipalForbidden with default headers values

func (*PatchAzureServicePrincipalForbidden) Code added in v0.2.33

Code gets the status code for the patch azure service principal forbidden response

func (*PatchAzureServicePrincipalForbidden) Error added in v0.2.32

func (*PatchAzureServicePrincipalForbidden) GetPayload added in v0.2.32

func (*PatchAzureServicePrincipalForbidden) IsClientError added in v0.2.32

func (o *PatchAzureServicePrincipalForbidden) IsClientError() bool

IsClientError returns true when this patch azure service principal forbidden response has a 4xx status code

func (*PatchAzureServicePrincipalForbidden) IsCode added in v0.2.32

IsCode returns true when this patch azure service principal forbidden response a status code equal to that given

func (*PatchAzureServicePrincipalForbidden) IsRedirect added in v0.2.32

func (o *PatchAzureServicePrincipalForbidden) IsRedirect() bool

IsRedirect returns true when this patch azure service principal forbidden response has a 3xx status code

func (*PatchAzureServicePrincipalForbidden) IsServerError added in v0.2.32

func (o *PatchAzureServicePrincipalForbidden) IsServerError() bool

IsServerError returns true when this patch azure service principal forbidden response has a 5xx status code

func (*PatchAzureServicePrincipalForbidden) IsSuccess added in v0.2.32

IsSuccess returns true when this patch azure service principal forbidden response has a 2xx status code

func (*PatchAzureServicePrincipalForbidden) String added in v0.2.32

type PatchAzureServicePrincipalInternalServerError added in v0.2.32

type PatchAzureServicePrincipalInternalServerError 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.K8sregGetAzureTenantConfigResp
}

PatchAzureServicePrincipalInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchAzureServicePrincipalInternalServerError added in v0.2.32

func NewPatchAzureServicePrincipalInternalServerError() *PatchAzureServicePrincipalInternalServerError

NewPatchAzureServicePrincipalInternalServerError creates a PatchAzureServicePrincipalInternalServerError with default headers values

func (*PatchAzureServicePrincipalInternalServerError) Code added in v0.2.33

Code gets the status code for the patch azure service principal internal server error response

func (*PatchAzureServicePrincipalInternalServerError) Error added in v0.2.32

func (*PatchAzureServicePrincipalInternalServerError) GetPayload added in v0.2.32

func (*PatchAzureServicePrincipalInternalServerError) IsClientError added in v0.2.32

IsClientError returns true when this patch azure service principal internal server error response has a 4xx status code

func (*PatchAzureServicePrincipalInternalServerError) IsCode added in v0.2.32

IsCode returns true when this patch azure service principal internal server error response a status code equal to that given

func (*PatchAzureServicePrincipalInternalServerError) IsRedirect added in v0.2.32

IsRedirect returns true when this patch azure service principal internal server error response has a 3xx status code

func (*PatchAzureServicePrincipalInternalServerError) IsServerError added in v0.2.32

IsServerError returns true when this patch azure service principal internal server error response has a 5xx status code

func (*PatchAzureServicePrincipalInternalServerError) IsSuccess added in v0.2.32

IsSuccess returns true when this patch azure service principal internal server error response has a 2xx status code

func (*PatchAzureServicePrincipalInternalServerError) String added in v0.2.32

type PatchAzureServicePrincipalMultiStatus added in v0.2.32

type PatchAzureServicePrincipalMultiStatus 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.K8sregGetAzureTenantConfigResp
}

PatchAzureServicePrincipalMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewPatchAzureServicePrincipalMultiStatus added in v0.2.32

func NewPatchAzureServicePrincipalMultiStatus() *PatchAzureServicePrincipalMultiStatus

NewPatchAzureServicePrincipalMultiStatus creates a PatchAzureServicePrincipalMultiStatus with default headers values

func (*PatchAzureServicePrincipalMultiStatus) Code added in v0.2.33

Code gets the status code for the patch azure service principal multi status response

func (*PatchAzureServicePrincipalMultiStatus) Error added in v0.2.32

func (*PatchAzureServicePrincipalMultiStatus) GetPayload added in v0.2.32

func (*PatchAzureServicePrincipalMultiStatus) IsClientError added in v0.2.32

func (o *PatchAzureServicePrincipalMultiStatus) IsClientError() bool

IsClientError returns true when this patch azure service principal multi status response has a 4xx status code

func (*PatchAzureServicePrincipalMultiStatus) IsCode added in v0.2.32

IsCode returns true when this patch azure service principal multi status response a status code equal to that given

func (*PatchAzureServicePrincipalMultiStatus) IsRedirect added in v0.2.32

IsRedirect returns true when this patch azure service principal multi status response has a 3xx status code

func (*PatchAzureServicePrincipalMultiStatus) IsServerError added in v0.2.32

func (o *PatchAzureServicePrincipalMultiStatus) IsServerError() bool

IsServerError returns true when this patch azure service principal multi status response has a 5xx status code

func (*PatchAzureServicePrincipalMultiStatus) IsSuccess added in v0.2.32

IsSuccess returns true when this patch azure service principal multi status response has a 2xx status code

func (*PatchAzureServicePrincipalMultiStatus) String added in v0.2.32

type PatchAzureServicePrincipalParams added in v0.2.32

type PatchAzureServicePrincipalParams struct {

	/* ClientID.

	   Azure Client ID
	*/
	ClientID string

	/* ID.

	   Azure Tenant ID
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAzureServicePrincipalParams contains all the parameters to send to the API endpoint

for the patch azure service principal operation.

Typically these are written to a http.Request.

func NewPatchAzureServicePrincipalParams added in v0.2.32

func NewPatchAzureServicePrincipalParams() *PatchAzureServicePrincipalParams

NewPatchAzureServicePrincipalParams creates a new PatchAzureServicePrincipalParams 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 NewPatchAzureServicePrincipalParamsWithContext added in v0.2.32

func NewPatchAzureServicePrincipalParamsWithContext(ctx context.Context) *PatchAzureServicePrincipalParams

NewPatchAzureServicePrincipalParamsWithContext creates a new PatchAzureServicePrincipalParams object with the ability to set a context for a request.

func NewPatchAzureServicePrincipalParamsWithHTTPClient added in v0.2.32

func NewPatchAzureServicePrincipalParamsWithHTTPClient(client *http.Client) *PatchAzureServicePrincipalParams

NewPatchAzureServicePrincipalParamsWithHTTPClient creates a new PatchAzureServicePrincipalParams object with the ability to set a custom HTTPClient for a request.

func NewPatchAzureServicePrincipalParamsWithTimeout added in v0.2.32

func NewPatchAzureServicePrincipalParamsWithTimeout(timeout time.Duration) *PatchAzureServicePrincipalParams

NewPatchAzureServicePrincipalParamsWithTimeout creates a new PatchAzureServicePrincipalParams object with the ability to set a timeout on a request.

func (*PatchAzureServicePrincipalParams) SetClientID added in v0.2.32

func (o *PatchAzureServicePrincipalParams) SetClientID(clientID string)

SetClientID adds the clientId to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) SetContext added in v0.2.32

SetContext adds the context to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) SetDefaults added in v0.2.32

func (o *PatchAzureServicePrincipalParams) SetDefaults()

SetDefaults hydrates default values in the patch azure service principal params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAzureServicePrincipalParams) SetHTTPClient added in v0.2.32

func (o *PatchAzureServicePrincipalParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) SetID added in v0.2.32

SetID adds the id to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) SetTimeout added in v0.2.32

func (o *PatchAzureServicePrincipalParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) WithClientID added in v0.2.32

WithClientID adds the clientID to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) WithContext added in v0.2.32

WithContext adds the context to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the patch azure service principal params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAzureServicePrincipalParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) WithID added in v0.2.32

WithID adds the id to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the patch azure service principal params

func (*PatchAzureServicePrincipalParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type PatchAzureServicePrincipalReader added in v0.2.32

type PatchAzureServicePrincipalReader struct {
	// contains filtered or unexported fields
}

PatchAzureServicePrincipalReader is a Reader for the PatchAzureServicePrincipal structure.

func (*PatchAzureServicePrincipalReader) ReadResponse added in v0.2.32

func (o *PatchAzureServicePrincipalReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchAzureServicePrincipalTooManyRequests added in v0.2.32

type PatchAzureServicePrincipalTooManyRequests 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
}

PatchAzureServicePrincipalTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewPatchAzureServicePrincipalTooManyRequests added in v0.2.32

func NewPatchAzureServicePrincipalTooManyRequests() *PatchAzureServicePrincipalTooManyRequests

NewPatchAzureServicePrincipalTooManyRequests creates a PatchAzureServicePrincipalTooManyRequests with default headers values

func (*PatchAzureServicePrincipalTooManyRequests) Code added in v0.2.33

Code gets the status code for the patch azure service principal too many requests response

func (*PatchAzureServicePrincipalTooManyRequests) Error added in v0.2.32

func (*PatchAzureServicePrincipalTooManyRequests) GetPayload added in v0.2.32

func (*PatchAzureServicePrincipalTooManyRequests) IsClientError added in v0.2.32

IsClientError returns true when this patch azure service principal too many requests response has a 4xx status code

func (*PatchAzureServicePrincipalTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this patch azure service principal too many requests response a status code equal to that given

func (*PatchAzureServicePrincipalTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this patch azure service principal too many requests response has a 3xx status code

func (*PatchAzureServicePrincipalTooManyRequests) IsServerError added in v0.2.32

IsServerError returns true when this patch azure service principal too many requests response has a 5xx status code

func (*PatchAzureServicePrincipalTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this patch azure service principal too many requests response has a 2xx status code

func (*PatchAzureServicePrincipalTooManyRequests) String added in v0.2.32

type PodCombinedForbidden added in v0.5.0

type PodCombinedForbidden 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
}

PodCombinedForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPodCombinedForbidden added in v0.5.0

func NewPodCombinedForbidden() *PodCombinedForbidden

NewPodCombinedForbidden creates a PodCombinedForbidden with default headers values

func (*PodCombinedForbidden) Code added in v0.5.0

func (o *PodCombinedForbidden) Code() int

Code gets the status code for the pod combined forbidden response

func (*PodCombinedForbidden) Error added in v0.5.0

func (o *PodCombinedForbidden) Error() string

func (*PodCombinedForbidden) GetPayload added in v0.5.0

func (o *PodCombinedForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*PodCombinedForbidden) IsClientError added in v0.5.0

func (o *PodCombinedForbidden) IsClientError() bool

IsClientError returns true when this pod combined forbidden response has a 4xx status code

func (*PodCombinedForbidden) IsCode added in v0.5.0

func (o *PodCombinedForbidden) IsCode(code int) bool

IsCode returns true when this pod combined forbidden response a status code equal to that given

func (*PodCombinedForbidden) IsRedirect added in v0.5.0

func (o *PodCombinedForbidden) IsRedirect() bool

IsRedirect returns true when this pod combined forbidden response has a 3xx status code

func (*PodCombinedForbidden) IsServerError added in v0.5.0

func (o *PodCombinedForbidden) IsServerError() bool

IsServerError returns true when this pod combined forbidden response has a 5xx status code

func (*PodCombinedForbidden) IsSuccess added in v0.5.0

func (o *PodCombinedForbidden) IsSuccess() bool

IsSuccess returns true when this pod combined forbidden response has a 2xx status code

func (*PodCombinedForbidden) String added in v0.5.0

func (o *PodCombinedForbidden) String() string

type PodCombinedInternalServerError added in v0.5.0

type PodCombinedInternalServerError 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
}

PodCombinedInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPodCombinedInternalServerError added in v0.5.0

func NewPodCombinedInternalServerError() *PodCombinedInternalServerError

NewPodCombinedInternalServerError creates a PodCombinedInternalServerError with default headers values

func (*PodCombinedInternalServerError) Code added in v0.5.0

Code gets the status code for the pod combined internal server error response

func (*PodCombinedInternalServerError) Error added in v0.5.0

func (*PodCombinedInternalServerError) GetPayload added in v0.5.0

func (*PodCombinedInternalServerError) IsClientError added in v0.5.0

func (o *PodCombinedInternalServerError) IsClientError() bool

IsClientError returns true when this pod combined internal server error response has a 4xx status code

func (*PodCombinedInternalServerError) IsCode added in v0.5.0

func (o *PodCombinedInternalServerError) IsCode(code int) bool

IsCode returns true when this pod combined internal server error response a status code equal to that given

func (*PodCombinedInternalServerError) IsRedirect added in v0.5.0

func (o *PodCombinedInternalServerError) IsRedirect() bool

IsRedirect returns true when this pod combined internal server error response has a 3xx status code

func (*PodCombinedInternalServerError) IsServerError added in v0.5.0

func (o *PodCombinedInternalServerError) IsServerError() bool

IsServerError returns true when this pod combined internal server error response has a 5xx status code

func (*PodCombinedInternalServerError) IsSuccess added in v0.5.0

func (o *PodCombinedInternalServerError) IsSuccess() bool

IsSuccess returns true when this pod combined internal server error response has a 2xx status code

func (*PodCombinedInternalServerError) String added in v0.5.0

type PodCombinedOK added in v0.5.0

type PodCombinedOK 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.ModelsPodEntityResponse
}

PodCombinedOK describes a response with status code 200, with default header values.

OK

func NewPodCombinedOK added in v0.5.0

func NewPodCombinedOK() *PodCombinedOK

NewPodCombinedOK creates a PodCombinedOK with default headers values

func (*PodCombinedOK) Code added in v0.5.0

func (o *PodCombinedOK) Code() int

Code gets the status code for the pod combined o k response

func (*PodCombinedOK) Error added in v0.5.0

func (o *PodCombinedOK) Error() string

func (*PodCombinedOK) GetPayload added in v0.5.0

func (o *PodCombinedOK) GetPayload() *models.ModelsPodEntityResponse

func (*PodCombinedOK) IsClientError added in v0.5.0

func (o *PodCombinedOK) IsClientError() bool

IsClientError returns true when this pod combined o k response has a 4xx status code

func (*PodCombinedOK) IsCode added in v0.5.0

func (o *PodCombinedOK) IsCode(code int) bool

IsCode returns true when this pod combined o k response a status code equal to that given

func (*PodCombinedOK) IsRedirect added in v0.5.0

func (o *PodCombinedOK) IsRedirect() bool

IsRedirect returns true when this pod combined o k response has a 3xx status code

func (*PodCombinedOK) IsServerError added in v0.5.0

func (o *PodCombinedOK) IsServerError() bool

IsServerError returns true when this pod combined o k response has a 5xx status code

func (*PodCombinedOK) IsSuccess added in v0.5.0

func (o *PodCombinedOK) IsSuccess() bool

IsSuccess returns true when this pod combined o k response has a 2xx status code

func (*PodCombinedOK) String added in v0.5.0

func (o *PodCombinedOK) String() string

type PodCombinedParams added in v0.5.0

type PodCombinedParams struct {

	/* Filter.

	   Search Kubernetes pods using a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_count,first_seen,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,owner_id,owner_type,pod_external_id,pod_id,pod_name,port,privileged,resource_status,root_write_access,run_as_root_group,run_as_root_user
	*/
	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.

	   Field to sort results by
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PodCombinedParams contains all the parameters to send to the API endpoint

for the pod combined operation.

Typically these are written to a http.Request.

func NewPodCombinedParams added in v0.5.0

func NewPodCombinedParams() *PodCombinedParams

NewPodCombinedParams creates a new PodCombinedParams 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 NewPodCombinedParamsWithContext added in v0.5.0

func NewPodCombinedParamsWithContext(ctx context.Context) *PodCombinedParams

NewPodCombinedParamsWithContext creates a new PodCombinedParams object with the ability to set a context for a request.

func NewPodCombinedParamsWithHTTPClient added in v0.5.0

func NewPodCombinedParamsWithHTTPClient(client *http.Client) *PodCombinedParams

NewPodCombinedParamsWithHTTPClient creates a new PodCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewPodCombinedParamsWithTimeout added in v0.5.0

func NewPodCombinedParamsWithTimeout(timeout time.Duration) *PodCombinedParams

NewPodCombinedParamsWithTimeout creates a new PodCombinedParams object with the ability to set a timeout on a request.

func (*PodCombinedParams) SetContext added in v0.5.0

func (o *PodCombinedParams) SetContext(ctx context.Context)

SetContext adds the context to the pod combined params

func (*PodCombinedParams) SetDefaults added in v0.5.0

func (o *PodCombinedParams) SetDefaults()

SetDefaults hydrates default values in the pod combined params (not the query body).

All values with no default are reset to their zero value.

func (*PodCombinedParams) SetFilter added in v0.5.0

func (o *PodCombinedParams) SetFilter(filter *string)

SetFilter adds the filter to the pod combined params

func (*PodCombinedParams) SetHTTPClient added in v0.5.0

func (o *PodCombinedParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the pod combined params

func (*PodCombinedParams) SetLimit added in v0.5.0

func (o *PodCombinedParams) SetLimit(limit *int64)

SetLimit adds the limit to the pod combined params

func (*PodCombinedParams) SetOffset added in v0.5.0

func (o *PodCombinedParams) SetOffset(offset *int64)

SetOffset adds the offset to the pod combined params

func (*PodCombinedParams) SetSort added in v0.5.0

func (o *PodCombinedParams) SetSort(sort *string)

SetSort adds the sort to the pod combined params

func (*PodCombinedParams) SetTimeout added in v0.5.0

func (o *PodCombinedParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the pod combined params

func (*PodCombinedParams) WithContext added in v0.5.0

func (o *PodCombinedParams) WithContext(ctx context.Context) *PodCombinedParams

WithContext adds the context to the pod combined params

func (*PodCombinedParams) WithDefaults added in v0.5.0

func (o *PodCombinedParams) WithDefaults() *PodCombinedParams

WithDefaults hydrates default values in the pod combined params (not the query body).

All values with no default are reset to their zero value.

func (*PodCombinedParams) WithFilter added in v0.5.0

func (o *PodCombinedParams) WithFilter(filter *string) *PodCombinedParams

WithFilter adds the filter to the pod combined params

func (*PodCombinedParams) WithHTTPClient added in v0.5.0

func (o *PodCombinedParams) WithHTTPClient(client *http.Client) *PodCombinedParams

WithHTTPClient adds the HTTPClient to the pod combined params

func (*PodCombinedParams) WithLimit added in v0.5.0

func (o *PodCombinedParams) WithLimit(limit *int64) *PodCombinedParams

WithLimit adds the limit to the pod combined params

func (*PodCombinedParams) WithOffset added in v0.5.0

func (o *PodCombinedParams) WithOffset(offset *int64) *PodCombinedParams

WithOffset adds the offset to the pod combined params

func (*PodCombinedParams) WithSort added in v0.5.0

func (o *PodCombinedParams) WithSort(sort *string) *PodCombinedParams

WithSort adds the sort to the pod combined params

func (*PodCombinedParams) WithTimeout added in v0.5.0

func (o *PodCombinedParams) WithTimeout(timeout time.Duration) *PodCombinedParams

WithTimeout adds the timeout to the pod combined params

func (*PodCombinedParams) WriteToRequest added in v0.5.0

func (o *PodCombinedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PodCombinedReader added in v0.5.0

type PodCombinedReader struct {
	// contains filtered or unexported fields
}

PodCombinedReader is a Reader for the PodCombined structure.

func (*PodCombinedReader) ReadResponse added in v0.5.0

func (o *PodCombinedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PodCombinedTooManyRequests added in v0.5.0

type PodCombinedTooManyRequests 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
}

PodCombinedTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewPodCombinedTooManyRequests added in v0.5.0

func NewPodCombinedTooManyRequests() *PodCombinedTooManyRequests

NewPodCombinedTooManyRequests creates a PodCombinedTooManyRequests with default headers values

func (*PodCombinedTooManyRequests) Code added in v0.5.0

func (o *PodCombinedTooManyRequests) Code() int

Code gets the status code for the pod combined too many requests response

func (*PodCombinedTooManyRequests) Error added in v0.5.0

func (*PodCombinedTooManyRequests) GetPayload added in v0.5.0

func (*PodCombinedTooManyRequests) IsClientError added in v0.5.0

func (o *PodCombinedTooManyRequests) IsClientError() bool

IsClientError returns true when this pod combined too many requests response has a 4xx status code

func (*PodCombinedTooManyRequests) IsCode added in v0.5.0

func (o *PodCombinedTooManyRequests) IsCode(code int) bool

IsCode returns true when this pod combined too many requests response a status code equal to that given

func (*PodCombinedTooManyRequests) IsRedirect added in v0.5.0

func (o *PodCombinedTooManyRequests) IsRedirect() bool

IsRedirect returns true when this pod combined too many requests response has a 3xx status code

func (*PodCombinedTooManyRequests) IsServerError added in v0.5.0

func (o *PodCombinedTooManyRequests) IsServerError() bool

IsServerError returns true when this pod combined too many requests response has a 5xx status code

func (*PodCombinedTooManyRequests) IsSuccess added in v0.5.0

func (o *PodCombinedTooManyRequests) IsSuccess() bool

IsSuccess returns true when this pod combined too many requests response has a 2xx status code

func (*PodCombinedTooManyRequests) String added in v0.5.0

func (o *PodCombinedTooManyRequests) String() string

type PodCountForbidden added in v0.5.0

type PodCountForbidden 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
}

PodCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPodCountForbidden added in v0.5.0

func NewPodCountForbidden() *PodCountForbidden

NewPodCountForbidden creates a PodCountForbidden with default headers values

func (*PodCountForbidden) Code added in v0.5.0

func (o *PodCountForbidden) Code() int

Code gets the status code for the pod count forbidden response

func (*PodCountForbidden) Error added in v0.5.0

func (o *PodCountForbidden) Error() string

func (*PodCountForbidden) GetPayload added in v0.5.0

func (o *PodCountForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*PodCountForbidden) IsClientError added in v0.5.0

func (o *PodCountForbidden) IsClientError() bool

IsClientError returns true when this pod count forbidden response has a 4xx status code

func (*PodCountForbidden) IsCode added in v0.5.0

func (o *PodCountForbidden) IsCode(code int) bool

IsCode returns true when this pod count forbidden response a status code equal to that given

func (*PodCountForbidden) IsRedirect added in v0.5.0

func (o *PodCountForbidden) IsRedirect() bool

IsRedirect returns true when this pod count forbidden response has a 3xx status code

func (*PodCountForbidden) IsServerError added in v0.5.0

func (o *PodCountForbidden) IsServerError() bool

IsServerError returns true when this pod count forbidden response has a 5xx status code

func (*PodCountForbidden) IsSuccess added in v0.5.0

func (o *PodCountForbidden) IsSuccess() bool

IsSuccess returns true when this pod count forbidden response has a 2xx status code

func (*PodCountForbidden) String added in v0.5.0

func (o *PodCountForbidden) String() string

type PodCountInternalServerError added in v0.5.0

type PodCountInternalServerError 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
}

PodCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPodCountInternalServerError added in v0.5.0

func NewPodCountInternalServerError() *PodCountInternalServerError

NewPodCountInternalServerError creates a PodCountInternalServerError with default headers values

func (*PodCountInternalServerError) Code added in v0.5.0

func (o *PodCountInternalServerError) Code() int

Code gets the status code for the pod count internal server error response

func (*PodCountInternalServerError) Error added in v0.5.0

func (*PodCountInternalServerError) GetPayload added in v0.5.0

func (*PodCountInternalServerError) IsClientError added in v0.5.0

func (o *PodCountInternalServerError) IsClientError() bool

IsClientError returns true when this pod count internal server error response has a 4xx status code

func (*PodCountInternalServerError) IsCode added in v0.5.0

func (o *PodCountInternalServerError) IsCode(code int) bool

IsCode returns true when this pod count internal server error response a status code equal to that given

func (*PodCountInternalServerError) IsRedirect added in v0.5.0

func (o *PodCountInternalServerError) IsRedirect() bool

IsRedirect returns true when this pod count internal server error response has a 3xx status code

func (*PodCountInternalServerError) IsServerError added in v0.5.0

func (o *PodCountInternalServerError) IsServerError() bool

IsServerError returns true when this pod count internal server error response has a 5xx status code

func (*PodCountInternalServerError) IsSuccess added in v0.5.0

func (o *PodCountInternalServerError) IsSuccess() bool

IsSuccess returns true when this pod count internal server error response has a 2xx status code

func (*PodCountInternalServerError) String added in v0.5.0

func (o *PodCountInternalServerError) String() string

type PodCountOK added in v0.5.0

type PodCountOK 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.CommonCountResponse
}

PodCountOK describes a response with status code 200, with default header values.

OK

func NewPodCountOK added in v0.5.0

func NewPodCountOK() *PodCountOK

NewPodCountOK creates a PodCountOK with default headers values

func (*PodCountOK) Code added in v0.5.0

func (o *PodCountOK) Code() int

Code gets the status code for the pod count o k response

func (*PodCountOK) Error added in v0.5.0

func (o *PodCountOK) Error() string

func (*PodCountOK) GetPayload added in v0.5.0

func (o *PodCountOK) GetPayload() *models.CommonCountResponse

func (*PodCountOK) IsClientError added in v0.5.0

func (o *PodCountOK) IsClientError() bool

IsClientError returns true when this pod count o k response has a 4xx status code

func (*PodCountOK) IsCode added in v0.5.0

func (o *PodCountOK) IsCode(code int) bool

IsCode returns true when this pod count o k response a status code equal to that given

func (*PodCountOK) IsRedirect added in v0.5.0

func (o *PodCountOK) IsRedirect() bool

IsRedirect returns true when this pod count o k response has a 3xx status code

func (*PodCountOK) IsServerError added in v0.5.0

func (o *PodCountOK) IsServerError() bool

IsServerError returns true when this pod count o k response has a 5xx status code

func (*PodCountOK) IsSuccess added in v0.5.0

func (o *PodCountOK) IsSuccess() bool

IsSuccess returns true when this pod count o k response has a 2xx status code

func (*PodCountOK) String added in v0.5.0

func (o *PodCountOK) String() string

type PodCountParams added in v0.5.0

type PodCountParams struct {

	/* Filter.

	   Retrieve count of Kubernetes pods that match a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_count,first_seen,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,owner_id,owner_type,pod_external_id,pod_id,pod_name,port,privileged,resource_status,root_write_access,run_as_root_group,run_as_root_user
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PodCountParams contains all the parameters to send to the API endpoint

for the pod count operation.

Typically these are written to a http.Request.

func NewPodCountParams added in v0.5.0

func NewPodCountParams() *PodCountParams

NewPodCountParams creates a new PodCountParams 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 NewPodCountParamsWithContext added in v0.5.0

func NewPodCountParamsWithContext(ctx context.Context) *PodCountParams

NewPodCountParamsWithContext creates a new PodCountParams object with the ability to set a context for a request.

func NewPodCountParamsWithHTTPClient added in v0.5.0

func NewPodCountParamsWithHTTPClient(client *http.Client) *PodCountParams

NewPodCountParamsWithHTTPClient creates a new PodCountParams object with the ability to set a custom HTTPClient for a request.

func NewPodCountParamsWithTimeout added in v0.5.0

func NewPodCountParamsWithTimeout(timeout time.Duration) *PodCountParams

NewPodCountParamsWithTimeout creates a new PodCountParams object with the ability to set a timeout on a request.

func (*PodCountParams) SetContext added in v0.5.0

func (o *PodCountParams) SetContext(ctx context.Context)

SetContext adds the context to the pod count params

func (*PodCountParams) SetDefaults added in v0.5.0

func (o *PodCountParams) SetDefaults()

SetDefaults hydrates default values in the pod count params (not the query body).

All values with no default are reset to their zero value.

func (*PodCountParams) SetFilter added in v0.5.0

func (o *PodCountParams) SetFilter(filter *string)

SetFilter adds the filter to the pod count params

func (*PodCountParams) SetHTTPClient added in v0.5.0

func (o *PodCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the pod count params

func (*PodCountParams) SetTimeout added in v0.5.0

func (o *PodCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the pod count params

func (*PodCountParams) WithContext added in v0.5.0

func (o *PodCountParams) WithContext(ctx context.Context) *PodCountParams

WithContext adds the context to the pod count params

func (*PodCountParams) WithDefaults added in v0.5.0

func (o *PodCountParams) WithDefaults() *PodCountParams

WithDefaults hydrates default values in the pod count params (not the query body).

All values with no default are reset to their zero value.

func (*PodCountParams) WithFilter added in v0.5.0

func (o *PodCountParams) WithFilter(filter *string) *PodCountParams

WithFilter adds the filter to the pod count params

func (*PodCountParams) WithHTTPClient added in v0.5.0

func (o *PodCountParams) WithHTTPClient(client *http.Client) *PodCountParams

WithHTTPClient adds the HTTPClient to the pod count params

func (*PodCountParams) WithTimeout added in v0.5.0

func (o *PodCountParams) WithTimeout(timeout time.Duration) *PodCountParams

WithTimeout adds the timeout to the pod count params

func (*PodCountParams) WriteToRequest added in v0.5.0

func (o *PodCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PodCountReader added in v0.5.0

type PodCountReader struct {
	// contains filtered or unexported fields
}

PodCountReader is a Reader for the PodCount structure.

func (*PodCountReader) ReadResponse added in v0.5.0

func (o *PodCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PodCountTooManyRequests added in v0.5.0

type PodCountTooManyRequests 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
}

PodCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewPodCountTooManyRequests added in v0.5.0

func NewPodCountTooManyRequests() *PodCountTooManyRequests

NewPodCountTooManyRequests creates a PodCountTooManyRequests with default headers values

func (*PodCountTooManyRequests) Code added in v0.5.0

func (o *PodCountTooManyRequests) Code() int

Code gets the status code for the pod count too many requests response

func (*PodCountTooManyRequests) Error added in v0.5.0

func (o *PodCountTooManyRequests) Error() string

func (*PodCountTooManyRequests) GetPayload added in v0.5.0

func (*PodCountTooManyRequests) IsClientError added in v0.5.0

func (o *PodCountTooManyRequests) IsClientError() bool

IsClientError returns true when this pod count too many requests response has a 4xx status code

func (*PodCountTooManyRequests) IsCode added in v0.5.0

func (o *PodCountTooManyRequests) IsCode(code int) bool

IsCode returns true when this pod count too many requests response a status code equal to that given

func (*PodCountTooManyRequests) IsRedirect added in v0.5.0

func (o *PodCountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this pod count too many requests response has a 3xx status code

func (*PodCountTooManyRequests) IsServerError added in v0.5.0

func (o *PodCountTooManyRequests) IsServerError() bool

IsServerError returns true when this pod count too many requests response has a 5xx status code

func (*PodCountTooManyRequests) IsSuccess added in v0.5.0

func (o *PodCountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this pod count too many requests response has a 2xx status code

func (*PodCountTooManyRequests) String added in v0.5.0

func (o *PodCountTooManyRequests) String() string

type PodEnrichmentForbidden added in v0.5.0

type PodEnrichmentForbidden 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
}

PodEnrichmentForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPodEnrichmentForbidden added in v0.5.0

func NewPodEnrichmentForbidden() *PodEnrichmentForbidden

NewPodEnrichmentForbidden creates a PodEnrichmentForbidden with default headers values

func (*PodEnrichmentForbidden) Code added in v0.5.0

func (o *PodEnrichmentForbidden) Code() int

Code gets the status code for the pod enrichment forbidden response

func (*PodEnrichmentForbidden) Error added in v0.5.0

func (o *PodEnrichmentForbidden) Error() string

func (*PodEnrichmentForbidden) GetPayload added in v0.5.0

func (*PodEnrichmentForbidden) IsClientError added in v0.5.0

func (o *PodEnrichmentForbidden) IsClientError() bool

IsClientError returns true when this pod enrichment forbidden response has a 4xx status code

func (*PodEnrichmentForbidden) IsCode added in v0.5.0

func (o *PodEnrichmentForbidden) IsCode(code int) bool

IsCode returns true when this pod enrichment forbidden response a status code equal to that given

func (*PodEnrichmentForbidden) IsRedirect added in v0.5.0

func (o *PodEnrichmentForbidden) IsRedirect() bool

IsRedirect returns true when this pod enrichment forbidden response has a 3xx status code

func (*PodEnrichmentForbidden) IsServerError added in v0.5.0

func (o *PodEnrichmentForbidden) IsServerError() bool

IsServerError returns true when this pod enrichment forbidden response has a 5xx status code

func (*PodEnrichmentForbidden) IsSuccess added in v0.5.0

func (o *PodEnrichmentForbidden) IsSuccess() bool

IsSuccess returns true when this pod enrichment forbidden response has a 2xx status code

func (*PodEnrichmentForbidden) String added in v0.5.0

func (o *PodEnrichmentForbidden) String() string

type PodEnrichmentInternalServerError added in v0.5.0

type PodEnrichmentInternalServerError 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
}

PodEnrichmentInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPodEnrichmentInternalServerError added in v0.5.0

func NewPodEnrichmentInternalServerError() *PodEnrichmentInternalServerError

NewPodEnrichmentInternalServerError creates a PodEnrichmentInternalServerError with default headers values

func (*PodEnrichmentInternalServerError) Code added in v0.5.0

Code gets the status code for the pod enrichment internal server error response

func (*PodEnrichmentInternalServerError) Error added in v0.5.0

func (*PodEnrichmentInternalServerError) GetPayload added in v0.5.0

func (*PodEnrichmentInternalServerError) IsClientError added in v0.5.0

func (o *PodEnrichmentInternalServerError) IsClientError() bool

IsClientError returns true when this pod enrichment internal server error response has a 4xx status code

func (*PodEnrichmentInternalServerError) IsCode added in v0.5.0

func (o *PodEnrichmentInternalServerError) IsCode(code int) bool

IsCode returns true when this pod enrichment internal server error response a status code equal to that given

func (*PodEnrichmentInternalServerError) IsRedirect added in v0.5.0

func (o *PodEnrichmentInternalServerError) IsRedirect() bool

IsRedirect returns true when this pod enrichment internal server error response has a 3xx status code

func (*PodEnrichmentInternalServerError) IsServerError added in v0.5.0

func (o *PodEnrichmentInternalServerError) IsServerError() bool

IsServerError returns true when this pod enrichment internal server error response has a 5xx status code

func (*PodEnrichmentInternalServerError) IsSuccess added in v0.5.0

func (o *PodEnrichmentInternalServerError) IsSuccess() bool

IsSuccess returns true when this pod enrichment internal server error response has a 2xx status code

func (*PodEnrichmentInternalServerError) String added in v0.5.0

type PodEnrichmentOK added in v0.5.0

type PodEnrichmentOK 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.K8sassetsPodEnrichmentResponse
}

PodEnrichmentOK describes a response with status code 200, with default header values.

OK

func NewPodEnrichmentOK added in v0.5.0

func NewPodEnrichmentOK() *PodEnrichmentOK

NewPodEnrichmentOK creates a PodEnrichmentOK with default headers values

func (*PodEnrichmentOK) Code added in v0.5.0

func (o *PodEnrichmentOK) Code() int

Code gets the status code for the pod enrichment o k response

func (*PodEnrichmentOK) Error added in v0.5.0

func (o *PodEnrichmentOK) Error() string

func (*PodEnrichmentOK) GetPayload added in v0.5.0

func (*PodEnrichmentOK) IsClientError added in v0.5.0

func (o *PodEnrichmentOK) IsClientError() bool

IsClientError returns true when this pod enrichment o k response has a 4xx status code

func (*PodEnrichmentOK) IsCode added in v0.5.0

func (o *PodEnrichmentOK) IsCode(code int) bool

IsCode returns true when this pod enrichment o k response a status code equal to that given

func (*PodEnrichmentOK) IsRedirect added in v0.5.0

func (o *PodEnrichmentOK) IsRedirect() bool

IsRedirect returns true when this pod enrichment o k response has a 3xx status code

func (*PodEnrichmentOK) IsServerError added in v0.5.0

func (o *PodEnrichmentOK) IsServerError() bool

IsServerError returns true when this pod enrichment o k response has a 5xx status code

func (*PodEnrichmentOK) IsSuccess added in v0.5.0

func (o *PodEnrichmentOK) IsSuccess() bool

IsSuccess returns true when this pod enrichment o k response has a 2xx status code

func (*PodEnrichmentOK) String added in v0.5.0

func (o *PodEnrichmentOK) String() string

type PodEnrichmentParams added in v0.5.0

type PodEnrichmentParams struct {

	/* Filter.

	   Supported filters:  last_seen
	*/
	Filter *string

	/* PodID.

	   One or more pod ids for which to retrieve enrichment info
	*/
	PodID []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PodEnrichmentParams contains all the parameters to send to the API endpoint

for the pod enrichment operation.

Typically these are written to a http.Request.

func NewPodEnrichmentParams added in v0.5.0

func NewPodEnrichmentParams() *PodEnrichmentParams

NewPodEnrichmentParams creates a new PodEnrichmentParams 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 NewPodEnrichmentParamsWithContext added in v0.5.0

func NewPodEnrichmentParamsWithContext(ctx context.Context) *PodEnrichmentParams

NewPodEnrichmentParamsWithContext creates a new PodEnrichmentParams object with the ability to set a context for a request.

func NewPodEnrichmentParamsWithHTTPClient added in v0.5.0

func NewPodEnrichmentParamsWithHTTPClient(client *http.Client) *PodEnrichmentParams

NewPodEnrichmentParamsWithHTTPClient creates a new PodEnrichmentParams object with the ability to set a custom HTTPClient for a request.

func NewPodEnrichmentParamsWithTimeout added in v0.5.0

func NewPodEnrichmentParamsWithTimeout(timeout time.Duration) *PodEnrichmentParams

NewPodEnrichmentParamsWithTimeout creates a new PodEnrichmentParams object with the ability to set a timeout on a request.

func (*PodEnrichmentParams) SetContext added in v0.5.0

func (o *PodEnrichmentParams) SetContext(ctx context.Context)

SetContext adds the context to the pod enrichment params

func (*PodEnrichmentParams) SetDefaults added in v0.5.0

func (o *PodEnrichmentParams) SetDefaults()

SetDefaults hydrates default values in the pod enrichment params (not the query body).

All values with no default are reset to their zero value.

func (*PodEnrichmentParams) SetFilter added in v0.5.0

func (o *PodEnrichmentParams) SetFilter(filter *string)

SetFilter adds the filter to the pod enrichment params

func (*PodEnrichmentParams) SetHTTPClient added in v0.5.0

func (o *PodEnrichmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the pod enrichment params

func (*PodEnrichmentParams) SetPodID added in v0.5.0

func (o *PodEnrichmentParams) SetPodID(podID []string)

SetPodID adds the podId to the pod enrichment params

func (*PodEnrichmentParams) SetTimeout added in v0.5.0

func (o *PodEnrichmentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the pod enrichment params

func (*PodEnrichmentParams) WithContext added in v0.5.0

WithContext adds the context to the pod enrichment params

func (*PodEnrichmentParams) WithDefaults added in v0.5.0

func (o *PodEnrichmentParams) WithDefaults() *PodEnrichmentParams

WithDefaults hydrates default values in the pod enrichment params (not the query body).

All values with no default are reset to their zero value.

func (*PodEnrichmentParams) WithFilter added in v0.5.0

func (o *PodEnrichmentParams) WithFilter(filter *string) *PodEnrichmentParams

WithFilter adds the filter to the pod enrichment params

func (*PodEnrichmentParams) WithHTTPClient added in v0.5.0

func (o *PodEnrichmentParams) WithHTTPClient(client *http.Client) *PodEnrichmentParams

WithHTTPClient adds the HTTPClient to the pod enrichment params

func (*PodEnrichmentParams) WithPodID added in v0.5.0

func (o *PodEnrichmentParams) WithPodID(podID []string) *PodEnrichmentParams

WithPodID adds the podID to the pod enrichment params

func (*PodEnrichmentParams) WithTimeout added in v0.5.0

func (o *PodEnrichmentParams) WithTimeout(timeout time.Duration) *PodEnrichmentParams

WithTimeout adds the timeout to the pod enrichment params

func (*PodEnrichmentParams) WriteToRequest added in v0.5.0

func (o *PodEnrichmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PodEnrichmentReader added in v0.5.0

type PodEnrichmentReader struct {
	// contains filtered or unexported fields
}

PodEnrichmentReader is a Reader for the PodEnrichment structure.

func (*PodEnrichmentReader) ReadResponse added in v0.5.0

func (o *PodEnrichmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PodEnrichmentTooManyRequests added in v0.5.0

type PodEnrichmentTooManyRequests 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
}

PodEnrichmentTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewPodEnrichmentTooManyRequests added in v0.5.0

func NewPodEnrichmentTooManyRequests() *PodEnrichmentTooManyRequests

NewPodEnrichmentTooManyRequests creates a PodEnrichmentTooManyRequests with default headers values

func (*PodEnrichmentTooManyRequests) Code added in v0.5.0

Code gets the status code for the pod enrichment too many requests response

func (*PodEnrichmentTooManyRequests) Error added in v0.5.0

func (*PodEnrichmentTooManyRequests) GetPayload added in v0.5.0

func (*PodEnrichmentTooManyRequests) IsClientError added in v0.5.0

func (o *PodEnrichmentTooManyRequests) IsClientError() bool

IsClientError returns true when this pod enrichment too many requests response has a 4xx status code

func (*PodEnrichmentTooManyRequests) IsCode added in v0.5.0

func (o *PodEnrichmentTooManyRequests) IsCode(code int) bool

IsCode returns true when this pod enrichment too many requests response a status code equal to that given

func (*PodEnrichmentTooManyRequests) IsRedirect added in v0.5.0

func (o *PodEnrichmentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this pod enrichment too many requests response has a 3xx status code

func (*PodEnrichmentTooManyRequests) IsServerError added in v0.5.0

func (o *PodEnrichmentTooManyRequests) IsServerError() bool

IsServerError returns true when this pod enrichment too many requests response has a 5xx status code

func (*PodEnrichmentTooManyRequests) IsSuccess added in v0.5.0

func (o *PodEnrichmentTooManyRequests) IsSuccess() bool

IsSuccess returns true when this pod enrichment too many requests response has a 2xx status code

func (*PodEnrichmentTooManyRequests) String added in v0.5.0

type PodsByDateRangeCountForbidden added in v0.5.0

type PodsByDateRangeCountForbidden 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
}

PodsByDateRangeCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPodsByDateRangeCountForbidden added in v0.5.0

func NewPodsByDateRangeCountForbidden() *PodsByDateRangeCountForbidden

NewPodsByDateRangeCountForbidden creates a PodsByDateRangeCountForbidden with default headers values

func (*PodsByDateRangeCountForbidden) Code added in v0.5.0

Code gets the status code for the pods by date range count forbidden response

func (*PodsByDateRangeCountForbidden) Error added in v0.5.0

func (*PodsByDateRangeCountForbidden) GetPayload added in v0.5.0

func (*PodsByDateRangeCountForbidden) IsClientError added in v0.5.0

func (o *PodsByDateRangeCountForbidden) IsClientError() bool

IsClientError returns true when this pods by date range count forbidden response has a 4xx status code

func (*PodsByDateRangeCountForbidden) IsCode added in v0.5.0

func (o *PodsByDateRangeCountForbidden) IsCode(code int) bool

IsCode returns true when this pods by date range count forbidden response a status code equal to that given

func (*PodsByDateRangeCountForbidden) IsRedirect added in v0.5.0

func (o *PodsByDateRangeCountForbidden) IsRedirect() bool

IsRedirect returns true when this pods by date range count forbidden response has a 3xx status code

func (*PodsByDateRangeCountForbidden) IsServerError added in v0.5.0

func (o *PodsByDateRangeCountForbidden) IsServerError() bool

IsServerError returns true when this pods by date range count forbidden response has a 5xx status code

func (*PodsByDateRangeCountForbidden) IsSuccess added in v0.5.0

func (o *PodsByDateRangeCountForbidden) IsSuccess() bool

IsSuccess returns true when this pods by date range count forbidden response has a 2xx status code

func (*PodsByDateRangeCountForbidden) String added in v0.5.0

type PodsByDateRangeCountInternalServerError added in v0.5.0

type PodsByDateRangeCountInternalServerError 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
}

PodsByDateRangeCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPodsByDateRangeCountInternalServerError added in v0.5.0

func NewPodsByDateRangeCountInternalServerError() *PodsByDateRangeCountInternalServerError

NewPodsByDateRangeCountInternalServerError creates a PodsByDateRangeCountInternalServerError with default headers values

func (*PodsByDateRangeCountInternalServerError) Code added in v0.5.0

Code gets the status code for the pods by date range count internal server error response

func (*PodsByDateRangeCountInternalServerError) Error added in v0.5.0

func (*PodsByDateRangeCountInternalServerError) GetPayload added in v0.5.0

func (*PodsByDateRangeCountInternalServerError) IsClientError added in v0.5.0

func (o *PodsByDateRangeCountInternalServerError) IsClientError() bool

IsClientError returns true when this pods by date range count internal server error response has a 4xx status code

func (*PodsByDateRangeCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this pods by date range count internal server error response a status code equal to that given

func (*PodsByDateRangeCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this pods by date range count internal server error response has a 3xx status code

func (*PodsByDateRangeCountInternalServerError) IsServerError added in v0.5.0

func (o *PodsByDateRangeCountInternalServerError) IsServerError() bool

IsServerError returns true when this pods by date range count internal server error response has a 5xx status code

func (*PodsByDateRangeCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this pods by date range count internal server error response has a 2xx status code

func (*PodsByDateRangeCountInternalServerError) String added in v0.5.0

type PodsByDateRangeCountOK added in v0.5.0

type PodsByDateRangeCountOK 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.ModelsAggregateValuesByFieldResponse
}

PodsByDateRangeCountOK describes a response with status code 200, with default header values.

OK

func NewPodsByDateRangeCountOK added in v0.5.0

func NewPodsByDateRangeCountOK() *PodsByDateRangeCountOK

NewPodsByDateRangeCountOK creates a PodsByDateRangeCountOK with default headers values

func (*PodsByDateRangeCountOK) Code added in v0.5.0

func (o *PodsByDateRangeCountOK) Code() int

Code gets the status code for the pods by date range count o k response

func (*PodsByDateRangeCountOK) Error added in v0.5.0

func (o *PodsByDateRangeCountOK) Error() string

func (*PodsByDateRangeCountOK) GetPayload added in v0.5.0

func (*PodsByDateRangeCountOK) IsClientError added in v0.5.0

func (o *PodsByDateRangeCountOK) IsClientError() bool

IsClientError returns true when this pods by date range count o k response has a 4xx status code

func (*PodsByDateRangeCountOK) IsCode added in v0.5.0

func (o *PodsByDateRangeCountOK) IsCode(code int) bool

IsCode returns true when this pods by date range count o k response a status code equal to that given

func (*PodsByDateRangeCountOK) IsRedirect added in v0.5.0

func (o *PodsByDateRangeCountOK) IsRedirect() bool

IsRedirect returns true when this pods by date range count o k response has a 3xx status code

func (*PodsByDateRangeCountOK) IsServerError added in v0.5.0

func (o *PodsByDateRangeCountOK) IsServerError() bool

IsServerError returns true when this pods by date range count o k response has a 5xx status code

func (*PodsByDateRangeCountOK) IsSuccess added in v0.5.0

func (o *PodsByDateRangeCountOK) IsSuccess() bool

IsSuccess returns true when this pods by date range count o k response has a 2xx status code

func (*PodsByDateRangeCountOK) String added in v0.5.0

func (o *PodsByDateRangeCountOK) String() string

type PodsByDateRangeCountParams added in v0.5.0

type PodsByDateRangeCountParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PodsByDateRangeCountParams contains all the parameters to send to the API endpoint

for the pods by date range count operation.

Typically these are written to a http.Request.

func NewPodsByDateRangeCountParams added in v0.5.0

func NewPodsByDateRangeCountParams() *PodsByDateRangeCountParams

NewPodsByDateRangeCountParams creates a new PodsByDateRangeCountParams 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 NewPodsByDateRangeCountParamsWithContext added in v0.5.0

func NewPodsByDateRangeCountParamsWithContext(ctx context.Context) *PodsByDateRangeCountParams

NewPodsByDateRangeCountParamsWithContext creates a new PodsByDateRangeCountParams object with the ability to set a context for a request.

func NewPodsByDateRangeCountParamsWithHTTPClient added in v0.5.0

func NewPodsByDateRangeCountParamsWithHTTPClient(client *http.Client) *PodsByDateRangeCountParams

NewPodsByDateRangeCountParamsWithHTTPClient creates a new PodsByDateRangeCountParams object with the ability to set a custom HTTPClient for a request.

func NewPodsByDateRangeCountParamsWithTimeout added in v0.5.0

func NewPodsByDateRangeCountParamsWithTimeout(timeout time.Duration) *PodsByDateRangeCountParams

NewPodsByDateRangeCountParamsWithTimeout creates a new PodsByDateRangeCountParams object with the ability to set a timeout on a request.

func (*PodsByDateRangeCountParams) SetContext added in v0.5.0

func (o *PodsByDateRangeCountParams) SetContext(ctx context.Context)

SetContext adds the context to the pods by date range count params

func (*PodsByDateRangeCountParams) SetDefaults added in v0.5.0

func (o *PodsByDateRangeCountParams) SetDefaults()

SetDefaults hydrates default values in the pods by date range count params (not the query body).

All values with no default are reset to their zero value.

func (*PodsByDateRangeCountParams) SetHTTPClient added in v0.5.0

func (o *PodsByDateRangeCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the pods by date range count params

func (*PodsByDateRangeCountParams) SetTimeout added in v0.5.0

func (o *PodsByDateRangeCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the pods by date range count params

func (*PodsByDateRangeCountParams) WithContext added in v0.5.0

WithContext adds the context to the pods by date range count params

func (*PodsByDateRangeCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the pods by date range count params (not the query body).

All values with no default are reset to their zero value.

func (*PodsByDateRangeCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the pods by date range count params

func (*PodsByDateRangeCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the pods by date range count params

func (*PodsByDateRangeCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type PodsByDateRangeCountReader added in v0.5.0

type PodsByDateRangeCountReader struct {
	// contains filtered or unexported fields
}

PodsByDateRangeCountReader is a Reader for the PodsByDateRangeCount structure.

func (*PodsByDateRangeCountReader) ReadResponse added in v0.5.0

func (o *PodsByDateRangeCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PodsByDateRangeCountTooManyRequests added in v0.5.0

type PodsByDateRangeCountTooManyRequests 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
}

PodsByDateRangeCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewPodsByDateRangeCountTooManyRequests added in v0.5.0

func NewPodsByDateRangeCountTooManyRequests() *PodsByDateRangeCountTooManyRequests

NewPodsByDateRangeCountTooManyRequests creates a PodsByDateRangeCountTooManyRequests with default headers values

func (*PodsByDateRangeCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the pods by date range count too many requests response

func (*PodsByDateRangeCountTooManyRequests) Error added in v0.5.0

func (*PodsByDateRangeCountTooManyRequests) GetPayload added in v0.5.0

func (*PodsByDateRangeCountTooManyRequests) IsClientError added in v0.5.0

func (o *PodsByDateRangeCountTooManyRequests) IsClientError() bool

IsClientError returns true when this pods by date range count too many requests response has a 4xx status code

func (*PodsByDateRangeCountTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this pods by date range count too many requests response a status code equal to that given

func (*PodsByDateRangeCountTooManyRequests) IsRedirect added in v0.5.0

func (o *PodsByDateRangeCountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this pods by date range count too many requests response has a 3xx status code

func (*PodsByDateRangeCountTooManyRequests) IsServerError added in v0.5.0

func (o *PodsByDateRangeCountTooManyRequests) IsServerError() bool

IsServerError returns true when this pods by date range count too many requests response has a 5xx status code

func (*PodsByDateRangeCountTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this pods by date range count too many requests response has a 2xx status code

func (*PodsByDateRangeCountTooManyRequests) String added in v0.5.0

type QueryKubernetesIomsForbidden added in v0.5.0

type QueryKubernetesIomsForbidden 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
}

QueryKubernetesIomsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryKubernetesIomsForbidden added in v0.5.0

func NewQueryKubernetesIomsForbidden() *QueryKubernetesIomsForbidden

NewQueryKubernetesIomsForbidden creates a QueryKubernetesIomsForbidden with default headers values

func (*QueryKubernetesIomsForbidden) Code added in v0.5.0

Code gets the status code for the query kubernetes ioms forbidden response

func (*QueryKubernetesIomsForbidden) Error added in v0.5.0

func (*QueryKubernetesIomsForbidden) GetPayload added in v0.5.0

func (*QueryKubernetesIomsForbidden) IsClientError added in v0.5.0

func (o *QueryKubernetesIomsForbidden) IsClientError() bool

IsClientError returns true when this query kubernetes ioms forbidden response has a 4xx status code

func (*QueryKubernetesIomsForbidden) IsCode added in v0.5.0

func (o *QueryKubernetesIomsForbidden) IsCode(code int) bool

IsCode returns true when this query kubernetes ioms forbidden response a status code equal to that given

func (*QueryKubernetesIomsForbidden) IsRedirect added in v0.5.0

func (o *QueryKubernetesIomsForbidden) IsRedirect() bool

IsRedirect returns true when this query kubernetes ioms forbidden response has a 3xx status code

func (*QueryKubernetesIomsForbidden) IsServerError added in v0.5.0

func (o *QueryKubernetesIomsForbidden) IsServerError() bool

IsServerError returns true when this query kubernetes ioms forbidden response has a 5xx status code

func (*QueryKubernetesIomsForbidden) IsSuccess added in v0.5.0

func (o *QueryKubernetesIomsForbidden) IsSuccess() bool

IsSuccess returns true when this query kubernetes ioms forbidden response has a 2xx status code

func (*QueryKubernetesIomsForbidden) String added in v0.5.0

type QueryKubernetesIomsInternalServerError added in v0.5.0

type QueryKubernetesIomsInternalServerError 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
}

QueryKubernetesIomsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryKubernetesIomsInternalServerError added in v0.5.0

func NewQueryKubernetesIomsInternalServerError() *QueryKubernetesIomsInternalServerError

NewQueryKubernetesIomsInternalServerError creates a QueryKubernetesIomsInternalServerError with default headers values

func (*QueryKubernetesIomsInternalServerError) Code added in v0.5.0

Code gets the status code for the query kubernetes ioms internal server error response

func (*QueryKubernetesIomsInternalServerError) Error added in v0.5.0

func (*QueryKubernetesIomsInternalServerError) GetPayload added in v0.5.0

func (*QueryKubernetesIomsInternalServerError) IsClientError added in v0.5.0

func (o *QueryKubernetesIomsInternalServerError) IsClientError() bool

IsClientError returns true when this query kubernetes ioms internal server error response has a 4xx status code

func (*QueryKubernetesIomsInternalServerError) IsCode added in v0.5.0

IsCode returns true when this query kubernetes ioms internal server error response a status code equal to that given

func (*QueryKubernetesIomsInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this query kubernetes ioms internal server error response has a 3xx status code

func (*QueryKubernetesIomsInternalServerError) IsServerError added in v0.5.0

func (o *QueryKubernetesIomsInternalServerError) IsServerError() bool

IsServerError returns true when this query kubernetes ioms internal server error response has a 5xx status code

func (*QueryKubernetesIomsInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this query kubernetes ioms internal server error response has a 2xx status code

func (*QueryKubernetesIomsInternalServerError) String added in v0.5.0

type QueryKubernetesIomsOK added in v0.5.0

type QueryKubernetesIomsOK 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.CommonGenericEntityResponseString
}

QueryKubernetesIomsOK describes a response with status code 200, with default header values.

OK

func NewQueryKubernetesIomsOK added in v0.5.0

func NewQueryKubernetesIomsOK() *QueryKubernetesIomsOK

NewQueryKubernetesIomsOK creates a QueryKubernetesIomsOK with default headers values

func (*QueryKubernetesIomsOK) Code added in v0.5.0

func (o *QueryKubernetesIomsOK) Code() int

Code gets the status code for the query kubernetes ioms o k response

func (*QueryKubernetesIomsOK) Error added in v0.5.0

func (o *QueryKubernetesIomsOK) Error() string

func (*QueryKubernetesIomsOK) GetPayload added in v0.5.0

func (*QueryKubernetesIomsOK) IsClientError added in v0.5.0

func (o *QueryKubernetesIomsOK) IsClientError() bool

IsClientError returns true when this query kubernetes ioms o k response has a 4xx status code

func (*QueryKubernetesIomsOK) IsCode added in v0.5.0

func (o *QueryKubernetesIomsOK) IsCode(code int) bool

IsCode returns true when this query kubernetes ioms o k response a status code equal to that given

func (*QueryKubernetesIomsOK) IsRedirect added in v0.5.0

func (o *QueryKubernetesIomsOK) IsRedirect() bool

IsRedirect returns true when this query kubernetes ioms o k response has a 3xx status code

func (*QueryKubernetesIomsOK) IsServerError added in v0.5.0

func (o *QueryKubernetesIomsOK) IsServerError() bool

IsServerError returns true when this query kubernetes ioms o k response has a 5xx status code

func (*QueryKubernetesIomsOK) IsSuccess added in v0.5.0

func (o *QueryKubernetesIomsOK) IsSuccess() bool

IsSuccess returns true when this query kubernetes ioms o k response has a 2xx status code

func (*QueryKubernetesIomsOK) String added in v0.5.0

func (o *QueryKubernetesIomsOK) String() string

type QueryKubernetesIomsParams added in v0.5.0

type QueryKubernetesIomsParams struct {

	/* Filter.

	   Search Kubernetes IOMs using a query in Falcon Query Language (FQL). Supported filters:  cid,cis_id,cluster_id,cluster_name,containers_impacted_count,containers_impacted_ids,detection_type,name,namespace,prevented,resource_id,resource_name,resource_type,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.
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryKubernetesIomsParams contains all the parameters to send to the API endpoint

for the query kubernetes ioms operation.

Typically these are written to a http.Request.

func NewQueryKubernetesIomsParams added in v0.5.0

func NewQueryKubernetesIomsParams() *QueryKubernetesIomsParams

NewQueryKubernetesIomsParams creates a new QueryKubernetesIomsParams 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 NewQueryKubernetesIomsParamsWithContext added in v0.5.0

func NewQueryKubernetesIomsParamsWithContext(ctx context.Context) *QueryKubernetesIomsParams

NewQueryKubernetesIomsParamsWithContext creates a new QueryKubernetesIomsParams object with the ability to set a context for a request.

func NewQueryKubernetesIomsParamsWithHTTPClient added in v0.5.0

func NewQueryKubernetesIomsParamsWithHTTPClient(client *http.Client) *QueryKubernetesIomsParams

NewQueryKubernetesIomsParamsWithHTTPClient creates a new QueryKubernetesIomsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryKubernetesIomsParamsWithTimeout added in v0.5.0

func NewQueryKubernetesIomsParamsWithTimeout(timeout time.Duration) *QueryKubernetesIomsParams

NewQueryKubernetesIomsParamsWithTimeout creates a new QueryKubernetesIomsParams object with the ability to set a timeout on a request.

func (*QueryKubernetesIomsParams) SetContext added in v0.5.0

func (o *QueryKubernetesIomsParams) SetContext(ctx context.Context)

SetContext adds the context to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) SetDefaults added in v0.5.0

func (o *QueryKubernetesIomsParams) SetDefaults()

SetDefaults hydrates default values in the query kubernetes ioms params (not the query body).

All values with no default are reset to their zero value.

func (*QueryKubernetesIomsParams) SetFilter added in v0.5.0

func (o *QueryKubernetesIomsParams) SetFilter(filter *string)

SetFilter adds the filter to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) SetHTTPClient added in v0.5.0

func (o *QueryKubernetesIomsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) SetLimit added in v0.5.0

func (o *QueryKubernetesIomsParams) SetLimit(limit *int64)

SetLimit adds the limit to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) SetOffset added in v0.5.0

func (o *QueryKubernetesIomsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) SetSort added in v0.5.0

func (o *QueryKubernetesIomsParams) SetSort(sort *string)

SetSort adds the sort to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) SetTimeout added in v0.5.0

func (o *QueryKubernetesIomsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) WithContext added in v0.5.0

WithContext adds the context to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the query kubernetes ioms params (not the query body).

All values with no default are reset to their zero value.

func (*QueryKubernetesIomsParams) WithFilter added in v0.5.0

WithFilter adds the filter to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) WithHTTPClient added in v0.5.0

func (o *QueryKubernetesIomsParams) WithHTTPClient(client *http.Client) *QueryKubernetesIomsParams

WithHTTPClient adds the HTTPClient to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) WithLimit added in v0.5.0

WithLimit adds the limit to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) WithOffset added in v0.5.0

WithOffset adds the offset to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) WithSort added in v0.5.0

WithSort adds the sort to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the query kubernetes ioms params

func (*QueryKubernetesIomsParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type QueryKubernetesIomsReader added in v0.5.0

type QueryKubernetesIomsReader struct {
	// contains filtered or unexported fields
}

QueryKubernetesIomsReader is a Reader for the QueryKubernetesIoms structure.

func (*QueryKubernetesIomsReader) ReadResponse added in v0.5.0

func (o *QueryKubernetesIomsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryKubernetesIomsTooManyRequests added in v0.5.0

type QueryKubernetesIomsTooManyRequests 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
}

QueryKubernetesIomsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryKubernetesIomsTooManyRequests added in v0.5.0

func NewQueryKubernetesIomsTooManyRequests() *QueryKubernetesIomsTooManyRequests

NewQueryKubernetesIomsTooManyRequests creates a QueryKubernetesIomsTooManyRequests with default headers values

func (*QueryKubernetesIomsTooManyRequests) Code added in v0.5.0

Code gets the status code for the query kubernetes ioms too many requests response

func (*QueryKubernetesIomsTooManyRequests) Error added in v0.5.0

func (*QueryKubernetesIomsTooManyRequests) GetPayload added in v0.5.0

func (*QueryKubernetesIomsTooManyRequests) IsClientError added in v0.5.0

func (o *QueryKubernetesIomsTooManyRequests) IsClientError() bool

IsClientError returns true when this query kubernetes ioms too many requests response has a 4xx status code

func (*QueryKubernetesIomsTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this query kubernetes ioms too many requests response a status code equal to that given

func (*QueryKubernetesIomsTooManyRequests) IsRedirect added in v0.5.0

func (o *QueryKubernetesIomsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query kubernetes ioms too many requests response has a 3xx status code

func (*QueryKubernetesIomsTooManyRequests) IsServerError added in v0.5.0

func (o *QueryKubernetesIomsTooManyRequests) IsServerError() bool

IsServerError returns true when this query kubernetes ioms too many requests response has a 5xx status code

func (*QueryKubernetesIomsTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this query kubernetes ioms too many requests response has a 2xx status code

func (*QueryKubernetesIomsTooManyRequests) String added in v0.5.0

type ReadNamespaceCountForbidden added in v0.7.0

type ReadNamespaceCountForbidden 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
}

ReadNamespaceCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewReadNamespaceCountForbidden added in v0.7.0

func NewReadNamespaceCountForbidden() *ReadNamespaceCountForbidden

NewReadNamespaceCountForbidden creates a ReadNamespaceCountForbidden with default headers values

func (*ReadNamespaceCountForbidden) Code added in v0.7.0

func (o *ReadNamespaceCountForbidden) Code() int

Code gets the status code for the read namespace count forbidden response

func (*ReadNamespaceCountForbidden) Error added in v0.7.0

func (*ReadNamespaceCountForbidden) GetPayload added in v0.7.0

func (*ReadNamespaceCountForbidden) IsClientError added in v0.7.0

func (o *ReadNamespaceCountForbidden) IsClientError() bool

IsClientError returns true when this read namespace count forbidden response has a 4xx status code

func (*ReadNamespaceCountForbidden) IsCode added in v0.7.0

func (o *ReadNamespaceCountForbidden) IsCode(code int) bool

IsCode returns true when this read namespace count forbidden response a status code equal to that given

func (*ReadNamespaceCountForbidden) IsRedirect added in v0.7.0

func (o *ReadNamespaceCountForbidden) IsRedirect() bool

IsRedirect returns true when this read namespace count forbidden response has a 3xx status code

func (*ReadNamespaceCountForbidden) IsServerError added in v0.7.0

func (o *ReadNamespaceCountForbidden) IsServerError() bool

IsServerError returns true when this read namespace count forbidden response has a 5xx status code

func (*ReadNamespaceCountForbidden) IsSuccess added in v0.7.0

func (o *ReadNamespaceCountForbidden) IsSuccess() bool

IsSuccess returns true when this read namespace count forbidden response has a 2xx status code

func (*ReadNamespaceCountForbidden) String added in v0.7.0

func (o *ReadNamespaceCountForbidden) String() string

type ReadNamespaceCountInternalServerError added in v0.7.0

type ReadNamespaceCountInternalServerError 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
}

ReadNamespaceCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewReadNamespaceCountInternalServerError added in v0.7.0

func NewReadNamespaceCountInternalServerError() *ReadNamespaceCountInternalServerError

NewReadNamespaceCountInternalServerError creates a ReadNamespaceCountInternalServerError with default headers values

func (*ReadNamespaceCountInternalServerError) Code added in v0.7.0

Code gets the status code for the read namespace count internal server error response

func (*ReadNamespaceCountInternalServerError) Error added in v0.7.0

func (*ReadNamespaceCountInternalServerError) GetPayload added in v0.7.0

func (*ReadNamespaceCountInternalServerError) IsClientError added in v0.7.0

func (o *ReadNamespaceCountInternalServerError) IsClientError() bool

IsClientError returns true when this read namespace count internal server error response has a 4xx status code

func (*ReadNamespaceCountInternalServerError) IsCode added in v0.7.0

IsCode returns true when this read namespace count internal server error response a status code equal to that given

func (*ReadNamespaceCountInternalServerError) IsRedirect added in v0.7.0

IsRedirect returns true when this read namespace count internal server error response has a 3xx status code

func (*ReadNamespaceCountInternalServerError) IsServerError added in v0.7.0

func (o *ReadNamespaceCountInternalServerError) IsServerError() bool

IsServerError returns true when this read namespace count internal server error response has a 5xx status code

func (*ReadNamespaceCountInternalServerError) IsSuccess added in v0.7.0

IsSuccess returns true when this read namespace count internal server error response has a 2xx status code

func (*ReadNamespaceCountInternalServerError) String added in v0.7.0

type ReadNamespaceCountOK added in v0.7.0

type ReadNamespaceCountOK 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.CommonCountResponse
}

ReadNamespaceCountOK describes a response with status code 200, with default header values.

OK

func NewReadNamespaceCountOK added in v0.7.0

func NewReadNamespaceCountOK() *ReadNamespaceCountOK

NewReadNamespaceCountOK creates a ReadNamespaceCountOK with default headers values

func (*ReadNamespaceCountOK) Code added in v0.7.0

func (o *ReadNamespaceCountOK) Code() int

Code gets the status code for the read namespace count o k response

func (*ReadNamespaceCountOK) Error added in v0.7.0

func (o *ReadNamespaceCountOK) Error() string

func (*ReadNamespaceCountOK) GetPayload added in v0.7.0

func (*ReadNamespaceCountOK) IsClientError added in v0.7.0

func (o *ReadNamespaceCountOK) IsClientError() bool

IsClientError returns true when this read namespace count o k response has a 4xx status code

func (*ReadNamespaceCountOK) IsCode added in v0.7.0

func (o *ReadNamespaceCountOK) IsCode(code int) bool

IsCode returns true when this read namespace count o k response a status code equal to that given

func (*ReadNamespaceCountOK) IsRedirect added in v0.7.0

func (o *ReadNamespaceCountOK) IsRedirect() bool

IsRedirect returns true when this read namespace count o k response has a 3xx status code

func (*ReadNamespaceCountOK) IsServerError added in v0.7.0

func (o *ReadNamespaceCountOK) IsServerError() bool

IsServerError returns true when this read namespace count o k response has a 5xx status code

func (*ReadNamespaceCountOK) IsSuccess added in v0.7.0

func (o *ReadNamespaceCountOK) IsSuccess() bool

IsSuccess returns true when this read namespace count o k response has a 2xx status code

func (*ReadNamespaceCountOK) String added in v0.7.0

func (o *ReadNamespaceCountOK) String() string

type ReadNamespaceCountParams added in v0.7.0

type ReadNamespaceCountParams struct {

	/* Filter.

	   Retrieve count of Kubernetes namespaces that match a query in Falcon Query Language (FQL). Supported filters:  agent_type,annotations_list,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,first_seen,last_seen,namespace_id,namespace_name,resource_status
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReadNamespaceCountParams contains all the parameters to send to the API endpoint

for the read namespace count operation.

Typically these are written to a http.Request.

func NewReadNamespaceCountParams added in v0.7.0

func NewReadNamespaceCountParams() *ReadNamespaceCountParams

NewReadNamespaceCountParams creates a new ReadNamespaceCountParams 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 NewReadNamespaceCountParamsWithContext added in v0.7.0

func NewReadNamespaceCountParamsWithContext(ctx context.Context) *ReadNamespaceCountParams

NewReadNamespaceCountParamsWithContext creates a new ReadNamespaceCountParams object with the ability to set a context for a request.

func NewReadNamespaceCountParamsWithHTTPClient added in v0.7.0

func NewReadNamespaceCountParamsWithHTTPClient(client *http.Client) *ReadNamespaceCountParams

NewReadNamespaceCountParamsWithHTTPClient creates a new ReadNamespaceCountParams object with the ability to set a custom HTTPClient for a request.

func NewReadNamespaceCountParamsWithTimeout added in v0.7.0

func NewReadNamespaceCountParamsWithTimeout(timeout time.Duration) *ReadNamespaceCountParams

NewReadNamespaceCountParamsWithTimeout creates a new ReadNamespaceCountParams object with the ability to set a timeout on a request.

func (*ReadNamespaceCountParams) SetContext added in v0.7.0

func (o *ReadNamespaceCountParams) SetContext(ctx context.Context)

SetContext adds the context to the read namespace count params

func (*ReadNamespaceCountParams) SetDefaults added in v0.7.0

func (o *ReadNamespaceCountParams) SetDefaults()

SetDefaults hydrates default values in the read namespace count params (not the query body).

All values with no default are reset to their zero value.

func (*ReadNamespaceCountParams) SetFilter added in v0.7.0

func (o *ReadNamespaceCountParams) SetFilter(filter *string)

SetFilter adds the filter to the read namespace count params

func (*ReadNamespaceCountParams) SetHTTPClient added in v0.7.0

func (o *ReadNamespaceCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the read namespace count params

func (*ReadNamespaceCountParams) SetTimeout added in v0.7.0

func (o *ReadNamespaceCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the read namespace count params

func (*ReadNamespaceCountParams) WithContext added in v0.7.0

WithContext adds the context to the read namespace count params

func (*ReadNamespaceCountParams) WithDefaults added in v0.7.0

WithDefaults hydrates default values in the read namespace count params (not the query body).

All values with no default are reset to their zero value.

func (*ReadNamespaceCountParams) WithFilter added in v0.7.0

WithFilter adds the filter to the read namespace count params

func (*ReadNamespaceCountParams) WithHTTPClient added in v0.7.0

func (o *ReadNamespaceCountParams) WithHTTPClient(client *http.Client) *ReadNamespaceCountParams

WithHTTPClient adds the HTTPClient to the read namespace count params

func (*ReadNamespaceCountParams) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the read namespace count params

func (*ReadNamespaceCountParams) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type ReadNamespaceCountReader added in v0.7.0

type ReadNamespaceCountReader struct {
	// contains filtered or unexported fields
}

ReadNamespaceCountReader is a Reader for the ReadNamespaceCount structure.

func (*ReadNamespaceCountReader) ReadResponse added in v0.7.0

func (o *ReadNamespaceCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ReadNamespaceCountTooManyRequests added in v0.7.0

type ReadNamespaceCountTooManyRequests 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
}

ReadNamespaceCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewReadNamespaceCountTooManyRequests added in v0.7.0

func NewReadNamespaceCountTooManyRequests() *ReadNamespaceCountTooManyRequests

NewReadNamespaceCountTooManyRequests creates a ReadNamespaceCountTooManyRequests with default headers values

func (*ReadNamespaceCountTooManyRequests) Code added in v0.7.0

Code gets the status code for the read namespace count too many requests response

func (*ReadNamespaceCountTooManyRequests) Error added in v0.7.0

func (*ReadNamespaceCountTooManyRequests) GetPayload added in v0.7.0

func (*ReadNamespaceCountTooManyRequests) IsClientError added in v0.7.0

func (o *ReadNamespaceCountTooManyRequests) IsClientError() bool

IsClientError returns true when this read namespace count too many requests response has a 4xx status code

func (*ReadNamespaceCountTooManyRequests) IsCode added in v0.7.0

func (o *ReadNamespaceCountTooManyRequests) IsCode(code int) bool

IsCode returns true when this read namespace count too many requests response a status code equal to that given

func (*ReadNamespaceCountTooManyRequests) IsRedirect added in v0.7.0

func (o *ReadNamespaceCountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this read namespace count too many requests response has a 3xx status code

func (*ReadNamespaceCountTooManyRequests) IsServerError added in v0.7.0

func (o *ReadNamespaceCountTooManyRequests) IsServerError() bool

IsServerError returns true when this read namespace count too many requests response has a 5xx status code

func (*ReadNamespaceCountTooManyRequests) IsSuccess added in v0.7.0

func (o *ReadNamespaceCountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this read namespace count too many requests response has a 2xx status code

func (*ReadNamespaceCountTooManyRequests) String added in v0.7.0

type ReadNamespacesByDateRangeCountForbidden added in v0.7.0

type ReadNamespacesByDateRangeCountForbidden 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
}

ReadNamespacesByDateRangeCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewReadNamespacesByDateRangeCountForbidden added in v0.7.0

func NewReadNamespacesByDateRangeCountForbidden() *ReadNamespacesByDateRangeCountForbidden

NewReadNamespacesByDateRangeCountForbidden creates a ReadNamespacesByDateRangeCountForbidden with default headers values

func (*ReadNamespacesByDateRangeCountForbidden) Code added in v0.7.0

Code gets the status code for the read namespaces by date range count forbidden response

func (*ReadNamespacesByDateRangeCountForbidden) Error added in v0.7.0

func (*ReadNamespacesByDateRangeCountForbidden) GetPayload added in v0.7.0

func (*ReadNamespacesByDateRangeCountForbidden) IsClientError added in v0.7.0

func (o *ReadNamespacesByDateRangeCountForbidden) IsClientError() bool

IsClientError returns true when this read namespaces by date range count forbidden response has a 4xx status code

func (*ReadNamespacesByDateRangeCountForbidden) IsCode added in v0.7.0

IsCode returns true when this read namespaces by date range count forbidden response a status code equal to that given

func (*ReadNamespacesByDateRangeCountForbidden) IsRedirect added in v0.7.0

IsRedirect returns true when this read namespaces by date range count forbidden response has a 3xx status code

func (*ReadNamespacesByDateRangeCountForbidden) IsServerError added in v0.7.0

func (o *ReadNamespacesByDateRangeCountForbidden) IsServerError() bool

IsServerError returns true when this read namespaces by date range count forbidden response has a 5xx status code

func (*ReadNamespacesByDateRangeCountForbidden) IsSuccess added in v0.7.0

IsSuccess returns true when this read namespaces by date range count forbidden response has a 2xx status code

func (*ReadNamespacesByDateRangeCountForbidden) String added in v0.7.0

type ReadNamespacesByDateRangeCountInternalServerError added in v0.7.0

type ReadNamespacesByDateRangeCountInternalServerError 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
}

ReadNamespacesByDateRangeCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewReadNamespacesByDateRangeCountInternalServerError added in v0.7.0

func NewReadNamespacesByDateRangeCountInternalServerError() *ReadNamespacesByDateRangeCountInternalServerError

NewReadNamespacesByDateRangeCountInternalServerError creates a ReadNamespacesByDateRangeCountInternalServerError with default headers values

func (*ReadNamespacesByDateRangeCountInternalServerError) Code added in v0.7.0

Code gets the status code for the read namespaces by date range count internal server error response

func (*ReadNamespacesByDateRangeCountInternalServerError) Error added in v0.7.0

func (*ReadNamespacesByDateRangeCountInternalServerError) GetPayload added in v0.7.0

func (*ReadNamespacesByDateRangeCountInternalServerError) IsClientError added in v0.7.0

IsClientError returns true when this read namespaces by date range count internal server error response has a 4xx status code

func (*ReadNamespacesByDateRangeCountInternalServerError) IsCode added in v0.7.0

IsCode returns true when this read namespaces by date range count internal server error response a status code equal to that given

func (*ReadNamespacesByDateRangeCountInternalServerError) IsRedirect added in v0.7.0

IsRedirect returns true when this read namespaces by date range count internal server error response has a 3xx status code

func (*ReadNamespacesByDateRangeCountInternalServerError) IsServerError added in v0.7.0

IsServerError returns true when this read namespaces by date range count internal server error response has a 5xx status code

func (*ReadNamespacesByDateRangeCountInternalServerError) IsSuccess added in v0.7.0

IsSuccess returns true when this read namespaces by date range count internal server error response has a 2xx status code

func (*ReadNamespacesByDateRangeCountInternalServerError) String added in v0.7.0

type ReadNamespacesByDateRangeCountOK added in v0.7.0

type ReadNamespacesByDateRangeCountOK 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.ModelsAggregateValuesByFieldResponse
}

ReadNamespacesByDateRangeCountOK describes a response with status code 200, with default header values.

OK

func NewReadNamespacesByDateRangeCountOK added in v0.7.0

func NewReadNamespacesByDateRangeCountOK() *ReadNamespacesByDateRangeCountOK

NewReadNamespacesByDateRangeCountOK creates a ReadNamespacesByDateRangeCountOK with default headers values

func (*ReadNamespacesByDateRangeCountOK) Code added in v0.7.0

Code gets the status code for the read namespaces by date range count o k response

func (*ReadNamespacesByDateRangeCountOK) Error added in v0.7.0

func (*ReadNamespacesByDateRangeCountOK) GetPayload added in v0.7.0

func (*ReadNamespacesByDateRangeCountOK) IsClientError added in v0.7.0

func (o *ReadNamespacesByDateRangeCountOK) IsClientError() bool

IsClientError returns true when this read namespaces by date range count o k response has a 4xx status code

func (*ReadNamespacesByDateRangeCountOK) IsCode added in v0.7.0

func (o *ReadNamespacesByDateRangeCountOK) IsCode(code int) bool

IsCode returns true when this read namespaces by date range count o k response a status code equal to that given

func (*ReadNamespacesByDateRangeCountOK) IsRedirect added in v0.7.0

func (o *ReadNamespacesByDateRangeCountOK) IsRedirect() bool

IsRedirect returns true when this read namespaces by date range count o k response has a 3xx status code

func (*ReadNamespacesByDateRangeCountOK) IsServerError added in v0.7.0

func (o *ReadNamespacesByDateRangeCountOK) IsServerError() bool

IsServerError returns true when this read namespaces by date range count o k response has a 5xx status code

func (*ReadNamespacesByDateRangeCountOK) IsSuccess added in v0.7.0

func (o *ReadNamespacesByDateRangeCountOK) IsSuccess() bool

IsSuccess returns true when this read namespaces by date range count o k response has a 2xx status code

func (*ReadNamespacesByDateRangeCountOK) String added in v0.7.0

type ReadNamespacesByDateRangeCountParams added in v0.7.0

type ReadNamespacesByDateRangeCountParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReadNamespacesByDateRangeCountParams contains all the parameters to send to the API endpoint

for the read namespaces by date range count operation.

Typically these are written to a http.Request.

func NewReadNamespacesByDateRangeCountParams added in v0.7.0

func NewReadNamespacesByDateRangeCountParams() *ReadNamespacesByDateRangeCountParams

NewReadNamespacesByDateRangeCountParams creates a new ReadNamespacesByDateRangeCountParams 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 NewReadNamespacesByDateRangeCountParamsWithContext added in v0.7.0

func NewReadNamespacesByDateRangeCountParamsWithContext(ctx context.Context) *ReadNamespacesByDateRangeCountParams

NewReadNamespacesByDateRangeCountParamsWithContext creates a new ReadNamespacesByDateRangeCountParams object with the ability to set a context for a request.

func NewReadNamespacesByDateRangeCountParamsWithHTTPClient added in v0.7.0

func NewReadNamespacesByDateRangeCountParamsWithHTTPClient(client *http.Client) *ReadNamespacesByDateRangeCountParams

NewReadNamespacesByDateRangeCountParamsWithHTTPClient creates a new ReadNamespacesByDateRangeCountParams object with the ability to set a custom HTTPClient for a request.

func NewReadNamespacesByDateRangeCountParamsWithTimeout added in v0.7.0

func NewReadNamespacesByDateRangeCountParamsWithTimeout(timeout time.Duration) *ReadNamespacesByDateRangeCountParams

NewReadNamespacesByDateRangeCountParamsWithTimeout creates a new ReadNamespacesByDateRangeCountParams object with the ability to set a timeout on a request.

func (*ReadNamespacesByDateRangeCountParams) SetContext added in v0.7.0

SetContext adds the context to the read namespaces by date range count params

func (*ReadNamespacesByDateRangeCountParams) SetDefaults added in v0.7.0

func (o *ReadNamespacesByDateRangeCountParams) SetDefaults()

SetDefaults hydrates default values in the read namespaces by date range count params (not the query body).

All values with no default are reset to their zero value.

func (*ReadNamespacesByDateRangeCountParams) SetHTTPClient added in v0.7.0

func (o *ReadNamespacesByDateRangeCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the read namespaces by date range count params

func (*ReadNamespacesByDateRangeCountParams) SetTimeout added in v0.7.0

func (o *ReadNamespacesByDateRangeCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the read namespaces by date range count params

func (*ReadNamespacesByDateRangeCountParams) WithContext added in v0.7.0

WithContext adds the context to the read namespaces by date range count params

func (*ReadNamespacesByDateRangeCountParams) WithDefaults added in v0.7.0

WithDefaults hydrates default values in the read namespaces by date range count params (not the query body).

All values with no default are reset to their zero value.

func (*ReadNamespacesByDateRangeCountParams) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the read namespaces by date range count params

func (*ReadNamespacesByDateRangeCountParams) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the read namespaces by date range count params

func (*ReadNamespacesByDateRangeCountParams) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type ReadNamespacesByDateRangeCountReader added in v0.7.0

type ReadNamespacesByDateRangeCountReader struct {
	// contains filtered or unexported fields
}

ReadNamespacesByDateRangeCountReader is a Reader for the ReadNamespacesByDateRangeCount structure.

func (*ReadNamespacesByDateRangeCountReader) ReadResponse added in v0.7.0

func (o *ReadNamespacesByDateRangeCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ReadNamespacesByDateRangeCountTooManyRequests added in v0.7.0

type ReadNamespacesByDateRangeCountTooManyRequests 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
}

ReadNamespacesByDateRangeCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewReadNamespacesByDateRangeCountTooManyRequests added in v0.7.0

func NewReadNamespacesByDateRangeCountTooManyRequests() *ReadNamespacesByDateRangeCountTooManyRequests

NewReadNamespacesByDateRangeCountTooManyRequests creates a ReadNamespacesByDateRangeCountTooManyRequests with default headers values

func (*ReadNamespacesByDateRangeCountTooManyRequests) Code added in v0.7.0

Code gets the status code for the read namespaces by date range count too many requests response

func (*ReadNamespacesByDateRangeCountTooManyRequests) Error added in v0.7.0

func (*ReadNamespacesByDateRangeCountTooManyRequests) GetPayload added in v0.7.0

func (*ReadNamespacesByDateRangeCountTooManyRequests) IsClientError added in v0.7.0

IsClientError returns true when this read namespaces by date range count too many requests response has a 4xx status code

func (*ReadNamespacesByDateRangeCountTooManyRequests) IsCode added in v0.7.0

IsCode returns true when this read namespaces by date range count too many requests response a status code equal to that given

func (*ReadNamespacesByDateRangeCountTooManyRequests) IsRedirect added in v0.7.0

IsRedirect returns true when this read namespaces by date range count too many requests response has a 3xx status code

func (*ReadNamespacesByDateRangeCountTooManyRequests) IsServerError added in v0.7.0

IsServerError returns true when this read namespaces by date range count too many requests response has a 5xx status code

func (*ReadNamespacesByDateRangeCountTooManyRequests) IsSuccess added in v0.7.0

IsSuccess returns true when this read namespaces by date range count too many requests response has a 2xx status code

func (*ReadNamespacesByDateRangeCountTooManyRequests) String added in v0.7.0

type RegenerateAPIKeyBadRequest

type RegenerateAPIKeyBadRequest 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.K8sregRegenAPIKeyResp
}

RegenerateAPIKeyBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewRegenerateAPIKeyBadRequest

func NewRegenerateAPIKeyBadRequest() *RegenerateAPIKeyBadRequest

NewRegenerateAPIKeyBadRequest creates a RegenerateAPIKeyBadRequest with default headers values

func (*RegenerateAPIKeyBadRequest) Code added in v0.2.33

func (o *RegenerateAPIKeyBadRequest) Code() int

Code gets the status code for the regenerate Api key bad request response

func (*RegenerateAPIKeyBadRequest) Error

func (*RegenerateAPIKeyBadRequest) GetPayload

func (*RegenerateAPIKeyBadRequest) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) IsClientError() bool

IsClientError returns true when this regenerate Api key bad request response has a 4xx status code

func (*RegenerateAPIKeyBadRequest) IsCode added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) IsCode(code int) bool

IsCode returns true when this regenerate Api key bad request response a status code equal to that given

func (*RegenerateAPIKeyBadRequest) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this regenerate Api key bad request response has a 3xx status code

func (*RegenerateAPIKeyBadRequest) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) IsServerError() bool

IsServerError returns true when this regenerate Api key bad request response has a 5xx status code

func (*RegenerateAPIKeyBadRequest) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this regenerate Api key bad request response has a 2xx status code

func (*RegenerateAPIKeyBadRequest) String added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) String() string

type RegenerateAPIKeyForbidden

type RegenerateAPIKeyForbidden 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
}

RegenerateAPIKeyForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRegenerateAPIKeyForbidden

func NewRegenerateAPIKeyForbidden() *RegenerateAPIKeyForbidden

NewRegenerateAPIKeyForbidden creates a RegenerateAPIKeyForbidden with default headers values

func (*RegenerateAPIKeyForbidden) Code added in v0.2.33

func (o *RegenerateAPIKeyForbidden) Code() int

Code gets the status code for the regenerate Api key forbidden response

func (*RegenerateAPIKeyForbidden) Error

func (o *RegenerateAPIKeyForbidden) Error() string

func (*RegenerateAPIKeyForbidden) GetPayload

func (*RegenerateAPIKeyForbidden) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyForbidden) IsClientError() bool

IsClientError returns true when this regenerate Api key forbidden response has a 4xx status code

func (*RegenerateAPIKeyForbidden) IsCode added in v0.2.27

func (o *RegenerateAPIKeyForbidden) IsCode(code int) bool

IsCode returns true when this regenerate Api key forbidden response a status code equal to that given

func (*RegenerateAPIKeyForbidden) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyForbidden) IsRedirect() bool

IsRedirect returns true when this regenerate Api key forbidden response has a 3xx status code

func (*RegenerateAPIKeyForbidden) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyForbidden) IsServerError() bool

IsServerError returns true when this regenerate Api key forbidden response has a 5xx status code

func (*RegenerateAPIKeyForbidden) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyForbidden) IsSuccess() bool

IsSuccess returns true when this regenerate Api key forbidden response has a 2xx status code

func (*RegenerateAPIKeyForbidden) String added in v0.2.27

func (o *RegenerateAPIKeyForbidden) String() string

type RegenerateAPIKeyInternalServerError

type RegenerateAPIKeyInternalServerError 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.K8sregRegenAPIKeyResp
}

RegenerateAPIKeyInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewRegenerateAPIKeyInternalServerError

func NewRegenerateAPIKeyInternalServerError() *RegenerateAPIKeyInternalServerError

NewRegenerateAPIKeyInternalServerError creates a RegenerateAPIKeyInternalServerError with default headers values

func (*RegenerateAPIKeyInternalServerError) Code added in v0.2.33

Code gets the status code for the regenerate Api key internal server error response

func (*RegenerateAPIKeyInternalServerError) Error

func (*RegenerateAPIKeyInternalServerError) GetPayload

func (*RegenerateAPIKeyInternalServerError) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyInternalServerError) IsClientError() bool

IsClientError returns true when this regenerate Api key internal server error response has a 4xx status code

func (*RegenerateAPIKeyInternalServerError) IsCode added in v0.2.27

IsCode returns true when this regenerate Api key internal server error response a status code equal to that given

func (*RegenerateAPIKeyInternalServerError) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyInternalServerError) IsRedirect() bool

IsRedirect returns true when this regenerate Api key internal server error response has a 3xx status code

func (*RegenerateAPIKeyInternalServerError) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyInternalServerError) IsServerError() bool

IsServerError returns true when this regenerate Api key internal server error response has a 5xx status code

func (*RegenerateAPIKeyInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this regenerate Api key internal server error response has a 2xx status code

func (*RegenerateAPIKeyInternalServerError) String added in v0.2.27

type RegenerateAPIKeyMultiStatus

type RegenerateAPIKeyMultiStatus 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.K8sregRegenAPIKeyResp
}

RegenerateAPIKeyMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewRegenerateAPIKeyMultiStatus

func NewRegenerateAPIKeyMultiStatus() *RegenerateAPIKeyMultiStatus

NewRegenerateAPIKeyMultiStatus creates a RegenerateAPIKeyMultiStatus with default headers values

func (*RegenerateAPIKeyMultiStatus) Code added in v0.2.33

func (o *RegenerateAPIKeyMultiStatus) Code() int

Code gets the status code for the regenerate Api key multi status response

func (*RegenerateAPIKeyMultiStatus) Error

func (*RegenerateAPIKeyMultiStatus) GetPayload

func (*RegenerateAPIKeyMultiStatus) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) IsClientError() bool

IsClientError returns true when this regenerate Api key multi status response has a 4xx status code

func (*RegenerateAPIKeyMultiStatus) IsCode added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) IsCode(code int) bool

IsCode returns true when this regenerate Api key multi status response a status code equal to that given

func (*RegenerateAPIKeyMultiStatus) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) IsRedirect() bool

IsRedirect returns true when this regenerate Api key multi status response has a 3xx status code

func (*RegenerateAPIKeyMultiStatus) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) IsServerError() bool

IsServerError returns true when this regenerate Api key multi status response has a 5xx status code

func (*RegenerateAPIKeyMultiStatus) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) IsSuccess() bool

IsSuccess returns true when this regenerate Api key multi status response has a 2xx status code

func (*RegenerateAPIKeyMultiStatus) String added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) String() string

type RegenerateAPIKeyOK

type RegenerateAPIKeyOK 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.K8sregRegenAPIKeyResp
}

RegenerateAPIKeyOK describes a response with status code 200, with default header values.

OK

func NewRegenerateAPIKeyOK

func NewRegenerateAPIKeyOK() *RegenerateAPIKeyOK

NewRegenerateAPIKeyOK creates a RegenerateAPIKeyOK with default headers values

func (*RegenerateAPIKeyOK) Code added in v0.2.33

func (o *RegenerateAPIKeyOK) Code() int

Code gets the status code for the regenerate Api key o k response

func (*RegenerateAPIKeyOK) Error

func (o *RegenerateAPIKeyOK) Error() string

func (*RegenerateAPIKeyOK) GetPayload

func (*RegenerateAPIKeyOK) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyOK) IsClientError() bool

IsClientError returns true when this regenerate Api key o k response has a 4xx status code

func (*RegenerateAPIKeyOK) IsCode added in v0.2.27

func (o *RegenerateAPIKeyOK) IsCode(code int) bool

IsCode returns true when this regenerate Api key o k response a status code equal to that given

func (*RegenerateAPIKeyOK) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyOK) IsRedirect() bool

IsRedirect returns true when this regenerate Api key o k response has a 3xx status code

func (*RegenerateAPIKeyOK) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyOK) IsServerError() bool

IsServerError returns true when this regenerate Api key o k response has a 5xx status code

func (*RegenerateAPIKeyOK) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyOK) IsSuccess() bool

IsSuccess returns true when this regenerate Api key o k response has a 2xx status code

func (*RegenerateAPIKeyOK) String added in v0.2.27

func (o *RegenerateAPIKeyOK) String() string

type RegenerateAPIKeyParams

type RegenerateAPIKeyParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RegenerateAPIKeyParams contains all the parameters to send to the API endpoint

for the regenerate API key operation.

Typically these are written to a http.Request.

func NewRegenerateAPIKeyParams

func NewRegenerateAPIKeyParams() *RegenerateAPIKeyParams

NewRegenerateAPIKeyParams creates a new RegenerateAPIKeyParams 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 NewRegenerateAPIKeyParamsWithContext

func NewRegenerateAPIKeyParamsWithContext(ctx context.Context) *RegenerateAPIKeyParams

NewRegenerateAPIKeyParamsWithContext creates a new RegenerateAPIKeyParams object with the ability to set a context for a request.

func NewRegenerateAPIKeyParamsWithHTTPClient

func NewRegenerateAPIKeyParamsWithHTTPClient(client *http.Client) *RegenerateAPIKeyParams

NewRegenerateAPIKeyParamsWithHTTPClient creates a new RegenerateAPIKeyParams object with the ability to set a custom HTTPClient for a request.

func NewRegenerateAPIKeyParamsWithTimeout

func NewRegenerateAPIKeyParamsWithTimeout(timeout time.Duration) *RegenerateAPIKeyParams

NewRegenerateAPIKeyParamsWithTimeout creates a new RegenerateAPIKeyParams object with the ability to set a timeout on a request.

func (*RegenerateAPIKeyParams) SetContext

func (o *RegenerateAPIKeyParams) SetContext(ctx context.Context)

SetContext adds the context to the regenerate API key params

func (*RegenerateAPIKeyParams) SetDefaults

func (o *RegenerateAPIKeyParams) SetDefaults()

SetDefaults hydrates default values in the regenerate API key params (not the query body).

All values with no default are reset to their zero value.

func (*RegenerateAPIKeyParams) SetHTTPClient

func (o *RegenerateAPIKeyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the regenerate API key params

func (*RegenerateAPIKeyParams) SetTimeout

func (o *RegenerateAPIKeyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the regenerate API key params

func (*RegenerateAPIKeyParams) WithContext

WithContext adds the context to the regenerate API key params

func (*RegenerateAPIKeyParams) WithDefaults

WithDefaults hydrates default values in the regenerate API key params (not the query body).

All values with no default are reset to their zero value.

func (*RegenerateAPIKeyParams) WithHTTPClient

func (o *RegenerateAPIKeyParams) WithHTTPClient(client *http.Client) *RegenerateAPIKeyParams

WithHTTPClient adds the HTTPClient to the regenerate API key params

func (*RegenerateAPIKeyParams) WithTimeout

WithTimeout adds the timeout to the regenerate API key params

func (*RegenerateAPIKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RegenerateAPIKeyReader

type RegenerateAPIKeyReader struct {
	// contains filtered or unexported fields
}

RegenerateAPIKeyReader is a Reader for the RegenerateAPIKey structure.

func (*RegenerateAPIKeyReader) ReadResponse

func (o *RegenerateAPIKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RegenerateAPIKeyTooManyRequests

type RegenerateAPIKeyTooManyRequests 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
}

RegenerateAPIKeyTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewRegenerateAPIKeyTooManyRequests

func NewRegenerateAPIKeyTooManyRequests() *RegenerateAPIKeyTooManyRequests

NewRegenerateAPIKeyTooManyRequests creates a RegenerateAPIKeyTooManyRequests with default headers values

func (*RegenerateAPIKeyTooManyRequests) Code added in v0.2.33

Code gets the status code for the regenerate Api key too many requests response

func (*RegenerateAPIKeyTooManyRequests) Error

func (*RegenerateAPIKeyTooManyRequests) GetPayload

func (*RegenerateAPIKeyTooManyRequests) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyTooManyRequests) IsClientError() bool

IsClientError returns true when this regenerate Api key too many requests response has a 4xx status code

func (*RegenerateAPIKeyTooManyRequests) IsCode added in v0.2.27

func (o *RegenerateAPIKeyTooManyRequests) IsCode(code int) bool

IsCode returns true when this regenerate Api key too many requests response a status code equal to that given

func (*RegenerateAPIKeyTooManyRequests) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyTooManyRequests) IsRedirect() bool

IsRedirect returns true when this regenerate Api key too many requests response has a 3xx status code

func (*RegenerateAPIKeyTooManyRequests) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyTooManyRequests) IsServerError() bool

IsServerError returns true when this regenerate Api key too many requests response has a 5xx status code

func (*RegenerateAPIKeyTooManyRequests) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyTooManyRequests) IsSuccess() bool

IsSuccess returns true when this regenerate Api key too many requests response has a 2xx status code

func (*RegenerateAPIKeyTooManyRequests) String added in v0.2.27

type RunningContainerImagesForbidden added in v0.5.0

type RunningContainerImagesForbidden 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
}

RunningContainerImagesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRunningContainerImagesForbidden added in v0.5.0

func NewRunningContainerImagesForbidden() *RunningContainerImagesForbidden

NewRunningContainerImagesForbidden creates a RunningContainerImagesForbidden with default headers values

func (*RunningContainerImagesForbidden) Code added in v0.5.0

Code gets the status code for the running container images forbidden response

func (*RunningContainerImagesForbidden) Error added in v0.5.0

func (*RunningContainerImagesForbidden) GetPayload added in v0.5.0

func (*RunningContainerImagesForbidden) IsClientError added in v0.5.0

func (o *RunningContainerImagesForbidden) IsClientError() bool

IsClientError returns true when this running container images forbidden response has a 4xx status code

func (*RunningContainerImagesForbidden) IsCode added in v0.5.0

func (o *RunningContainerImagesForbidden) IsCode(code int) bool

IsCode returns true when this running container images forbidden response a status code equal to that given

func (*RunningContainerImagesForbidden) IsRedirect added in v0.5.0

func (o *RunningContainerImagesForbidden) IsRedirect() bool

IsRedirect returns true when this running container images forbidden response has a 3xx status code

func (*RunningContainerImagesForbidden) IsServerError added in v0.5.0

func (o *RunningContainerImagesForbidden) IsServerError() bool

IsServerError returns true when this running container images forbidden response has a 5xx status code

func (*RunningContainerImagesForbidden) IsSuccess added in v0.5.0

func (o *RunningContainerImagesForbidden) IsSuccess() bool

IsSuccess returns true when this running container images forbidden response has a 2xx status code

func (*RunningContainerImagesForbidden) String added in v0.5.0

type RunningContainerImagesInternalServerError added in v0.5.0

type RunningContainerImagesInternalServerError 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
}

RunningContainerImagesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewRunningContainerImagesInternalServerError added in v0.5.0

func NewRunningContainerImagesInternalServerError() *RunningContainerImagesInternalServerError

NewRunningContainerImagesInternalServerError creates a RunningContainerImagesInternalServerError with default headers values

func (*RunningContainerImagesInternalServerError) Code added in v0.5.0

Code gets the status code for the running container images internal server error response

func (*RunningContainerImagesInternalServerError) Error added in v0.5.0

func (*RunningContainerImagesInternalServerError) GetPayload added in v0.5.0

func (*RunningContainerImagesInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this running container images internal server error response has a 4xx status code

func (*RunningContainerImagesInternalServerError) IsCode added in v0.5.0

IsCode returns true when this running container images internal server error response a status code equal to that given

func (*RunningContainerImagesInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this running container images internal server error response has a 3xx status code

func (*RunningContainerImagesInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this running container images internal server error response has a 5xx status code

func (*RunningContainerImagesInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this running container images internal server error response has a 2xx status code

func (*RunningContainerImagesInternalServerError) String added in v0.5.0

type RunningContainerImagesOK added in v0.5.0

type RunningContainerImagesOK 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.ModelsContainerImage
}

RunningContainerImagesOK describes a response with status code 200, with default header values.

OK

func NewRunningContainerImagesOK added in v0.5.0

func NewRunningContainerImagesOK() *RunningContainerImagesOK

NewRunningContainerImagesOK creates a RunningContainerImagesOK with default headers values

func (*RunningContainerImagesOK) Code added in v0.5.0

func (o *RunningContainerImagesOK) Code() int

Code gets the status code for the running container images o k response

func (*RunningContainerImagesOK) Error added in v0.5.0

func (o *RunningContainerImagesOK) Error() string

func (*RunningContainerImagesOK) GetPayload added in v0.5.0

func (*RunningContainerImagesOK) IsClientError added in v0.5.0

func (o *RunningContainerImagesOK) IsClientError() bool

IsClientError returns true when this running container images o k response has a 4xx status code

func (*RunningContainerImagesOK) IsCode added in v0.5.0

func (o *RunningContainerImagesOK) IsCode(code int) bool

IsCode returns true when this running container images o k response a status code equal to that given

func (*RunningContainerImagesOK) IsRedirect added in v0.5.0

func (o *RunningContainerImagesOK) IsRedirect() bool

IsRedirect returns true when this running container images o k response has a 3xx status code

func (*RunningContainerImagesOK) IsServerError added in v0.5.0

func (o *RunningContainerImagesOK) IsServerError() bool

IsServerError returns true when this running container images o k response has a 5xx status code

func (*RunningContainerImagesOK) IsSuccess added in v0.5.0

func (o *RunningContainerImagesOK) IsSuccess() bool

IsSuccess returns true when this running container images o k response has a 2xx status code

func (*RunningContainerImagesOK) String added in v0.5.0

func (o *RunningContainerImagesOK) String() string

type RunningContainerImagesParams added in v0.5.0

type RunningContainerImagesParams struct {

	/* Filter.

	   Retrieve list of images on running containers using a query in Falcon Query Language (FQL). Supported filters:  cid,cluster_id,cluster_name,hosts,image_digest,image_has_been_assessed,image_id,image_name,image_registry,image_repository,image_tag,last_seen,running_status
	*/
	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.

	   Field to sort results by
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RunningContainerImagesParams contains all the parameters to send to the API endpoint

for the running container images operation.

Typically these are written to a http.Request.

func NewRunningContainerImagesParams added in v0.5.0

func NewRunningContainerImagesParams() *RunningContainerImagesParams

NewRunningContainerImagesParams creates a new RunningContainerImagesParams 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 NewRunningContainerImagesParamsWithContext added in v0.5.0

func NewRunningContainerImagesParamsWithContext(ctx context.Context) *RunningContainerImagesParams

NewRunningContainerImagesParamsWithContext creates a new RunningContainerImagesParams object with the ability to set a context for a request.

func NewRunningContainerImagesParamsWithHTTPClient added in v0.5.0

func NewRunningContainerImagesParamsWithHTTPClient(client *http.Client) *RunningContainerImagesParams

NewRunningContainerImagesParamsWithHTTPClient creates a new RunningContainerImagesParams object with the ability to set a custom HTTPClient for a request.

func NewRunningContainerImagesParamsWithTimeout added in v0.5.0

func NewRunningContainerImagesParamsWithTimeout(timeout time.Duration) *RunningContainerImagesParams

NewRunningContainerImagesParamsWithTimeout creates a new RunningContainerImagesParams object with the ability to set a timeout on a request.

func (*RunningContainerImagesParams) SetContext added in v0.5.0

func (o *RunningContainerImagesParams) SetContext(ctx context.Context)

SetContext adds the context to the running container images params

func (*RunningContainerImagesParams) SetDefaults added in v0.5.0

func (o *RunningContainerImagesParams) SetDefaults()

SetDefaults hydrates default values in the running container images params (not the query body).

All values with no default are reset to their zero value.

func (*RunningContainerImagesParams) SetFilter added in v0.5.0

func (o *RunningContainerImagesParams) SetFilter(filter *string)

SetFilter adds the filter to the running container images params

func (*RunningContainerImagesParams) SetHTTPClient added in v0.5.0

func (o *RunningContainerImagesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the running container images params

func (*RunningContainerImagesParams) SetLimit added in v0.5.0

func (o *RunningContainerImagesParams) SetLimit(limit *int64)

SetLimit adds the limit to the running container images params

func (*RunningContainerImagesParams) SetOffset added in v0.5.0

func (o *RunningContainerImagesParams) SetOffset(offset *int64)

SetOffset adds the offset to the running container images params

func (*RunningContainerImagesParams) SetSort added in v0.5.0

func (o *RunningContainerImagesParams) SetSort(sort *string)

SetSort adds the sort to the running container images params

func (*RunningContainerImagesParams) SetTimeout added in v0.5.0

func (o *RunningContainerImagesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the running container images params

func (*RunningContainerImagesParams) WithContext added in v0.5.0

WithContext adds the context to the running container images params

func (*RunningContainerImagesParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the running container images params (not the query body).

All values with no default are reset to their zero value.

func (*RunningContainerImagesParams) WithFilter added in v0.5.0

WithFilter adds the filter to the running container images params

func (*RunningContainerImagesParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the running container images params

func (*RunningContainerImagesParams) WithLimit added in v0.5.0

WithLimit adds the limit to the running container images params

func (*RunningContainerImagesParams) WithOffset added in v0.5.0

WithOffset adds the offset to the running container images params

func (*RunningContainerImagesParams) WithSort added in v0.5.0

WithSort adds the sort to the running container images params

func (*RunningContainerImagesParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the running container images params

func (*RunningContainerImagesParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type RunningContainerImagesReader added in v0.5.0

type RunningContainerImagesReader struct {
	// contains filtered or unexported fields
}

RunningContainerImagesReader is a Reader for the RunningContainerImages structure.

func (*RunningContainerImagesReader) ReadResponse added in v0.5.0

func (o *RunningContainerImagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RunningContainerImagesTooManyRequests added in v0.5.0

type RunningContainerImagesTooManyRequests 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
}

RunningContainerImagesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewRunningContainerImagesTooManyRequests added in v0.5.0

func NewRunningContainerImagesTooManyRequests() *RunningContainerImagesTooManyRequests

NewRunningContainerImagesTooManyRequests creates a RunningContainerImagesTooManyRequests with default headers values

func (*RunningContainerImagesTooManyRequests) Code added in v0.5.0

Code gets the status code for the running container images too many requests response

func (*RunningContainerImagesTooManyRequests) Error added in v0.5.0

func (*RunningContainerImagesTooManyRequests) GetPayload added in v0.5.0

func (*RunningContainerImagesTooManyRequests) IsClientError added in v0.5.0

func (o *RunningContainerImagesTooManyRequests) IsClientError() bool

IsClientError returns true when this running container images too many requests response has a 4xx status code

func (*RunningContainerImagesTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this running container images too many requests response a status code equal to that given

func (*RunningContainerImagesTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this running container images too many requests response has a 3xx status code

func (*RunningContainerImagesTooManyRequests) IsServerError added in v0.5.0

func (o *RunningContainerImagesTooManyRequests) IsServerError() bool

IsServerError returns true when this running container images too many requests response has a 5xx status code

func (*RunningContainerImagesTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this running container images too many requests response has a 2xx status code

func (*RunningContainerImagesTooManyRequests) String added in v0.5.0

type TriggerScanBadRequest

type TriggerScanBadRequest 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.MsaBaseEntitiesResponse
}

TriggerScanBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewTriggerScanBadRequest

func NewTriggerScanBadRequest() *TriggerScanBadRequest

NewTriggerScanBadRequest creates a TriggerScanBadRequest with default headers values

func (*TriggerScanBadRequest) Code added in v0.2.33

func (o *TriggerScanBadRequest) Code() int

Code gets the status code for the trigger scan bad request response

func (*TriggerScanBadRequest) Error

func (o *TriggerScanBadRequest) Error() string

func (*TriggerScanBadRequest) GetPayload

func (*TriggerScanBadRequest) IsClientError added in v0.2.27

func (o *TriggerScanBadRequest) IsClientError() bool

IsClientError returns true when this trigger scan bad request response has a 4xx status code

func (*TriggerScanBadRequest) IsCode added in v0.2.27

func (o *TriggerScanBadRequest) IsCode(code int) bool

IsCode returns true when this trigger scan bad request response a status code equal to that given

func (*TriggerScanBadRequest) IsRedirect added in v0.2.27

func (o *TriggerScanBadRequest) IsRedirect() bool

IsRedirect returns true when this trigger scan bad request response has a 3xx status code

func (*TriggerScanBadRequest) IsServerError added in v0.2.27

func (o *TriggerScanBadRequest) IsServerError() bool

IsServerError returns true when this trigger scan bad request response has a 5xx status code

func (*TriggerScanBadRequest) IsSuccess added in v0.2.27

func (o *TriggerScanBadRequest) IsSuccess() bool

IsSuccess returns true when this trigger scan bad request response has a 2xx status code

func (*TriggerScanBadRequest) String added in v0.2.27

func (o *TriggerScanBadRequest) String() string

type TriggerScanCreated

type TriggerScanCreated 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.MsaBaseEntitiesResponse
}

TriggerScanCreated describes a response with status code 201, with default header values.

Created

func NewTriggerScanCreated

func NewTriggerScanCreated() *TriggerScanCreated

NewTriggerScanCreated creates a TriggerScanCreated with default headers values

func (*TriggerScanCreated) Code added in v0.2.33

func (o *TriggerScanCreated) Code() int

Code gets the status code for the trigger scan created response

func (*TriggerScanCreated) Error

func (o *TriggerScanCreated) Error() string

func (*TriggerScanCreated) GetPayload

func (*TriggerScanCreated) IsClientError added in v0.2.27

func (o *TriggerScanCreated) IsClientError() bool

IsClientError returns true when this trigger scan created response has a 4xx status code

func (*TriggerScanCreated) IsCode added in v0.2.27

func (o *TriggerScanCreated) IsCode(code int) bool

IsCode returns true when this trigger scan created response a status code equal to that given

func (*TriggerScanCreated) IsRedirect added in v0.2.27

func (o *TriggerScanCreated) IsRedirect() bool

IsRedirect returns true when this trigger scan created response has a 3xx status code

func (*TriggerScanCreated) IsServerError added in v0.2.27

func (o *TriggerScanCreated) IsServerError() bool

IsServerError returns true when this trigger scan created response has a 5xx status code

func (*TriggerScanCreated) IsSuccess added in v0.2.27

func (o *TriggerScanCreated) IsSuccess() bool

IsSuccess returns true when this trigger scan created response has a 2xx status code

func (*TriggerScanCreated) String added in v0.2.27

func (o *TriggerScanCreated) String() string

type TriggerScanForbidden

type TriggerScanForbidden 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
}

TriggerScanForbidden describes a response with status code 403, with default header values.

Forbidden

func NewTriggerScanForbidden

func NewTriggerScanForbidden() *TriggerScanForbidden

NewTriggerScanForbidden creates a TriggerScanForbidden with default headers values

func (*TriggerScanForbidden) Code added in v0.2.33

func (o *TriggerScanForbidden) Code() int

Code gets the status code for the trigger scan forbidden response

func (*TriggerScanForbidden) Error

func (o *TriggerScanForbidden) Error() string

func (*TriggerScanForbidden) GetPayload

func (o *TriggerScanForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*TriggerScanForbidden) IsClientError added in v0.2.27

func (o *TriggerScanForbidden) IsClientError() bool

IsClientError returns true when this trigger scan forbidden response has a 4xx status code

func (*TriggerScanForbidden) IsCode added in v0.2.27

func (o *TriggerScanForbidden) IsCode(code int) bool

IsCode returns true when this trigger scan forbidden response a status code equal to that given

func (*TriggerScanForbidden) IsRedirect added in v0.2.27

func (o *TriggerScanForbidden) IsRedirect() bool

IsRedirect returns true when this trigger scan forbidden response has a 3xx status code

func (*TriggerScanForbidden) IsServerError added in v0.2.27

func (o *TriggerScanForbidden) IsServerError() bool

IsServerError returns true when this trigger scan forbidden response has a 5xx status code

func (*TriggerScanForbidden) IsSuccess added in v0.2.27

func (o *TriggerScanForbidden) IsSuccess() bool

IsSuccess returns true when this trigger scan forbidden response has a 2xx status code

func (*TriggerScanForbidden) String added in v0.2.27

func (o *TriggerScanForbidden) String() string

type TriggerScanInternalServerError

type TriggerScanInternalServerError 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.MsaBaseEntitiesResponse
}

TriggerScanInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewTriggerScanInternalServerError

func NewTriggerScanInternalServerError() *TriggerScanInternalServerError

NewTriggerScanInternalServerError creates a TriggerScanInternalServerError with default headers values

func (*TriggerScanInternalServerError) Code added in v0.2.33

Code gets the status code for the trigger scan internal server error response

func (*TriggerScanInternalServerError) Error

func (*TriggerScanInternalServerError) GetPayload

func (*TriggerScanInternalServerError) IsClientError added in v0.2.27

func (o *TriggerScanInternalServerError) IsClientError() bool

IsClientError returns true when this trigger scan internal server error response has a 4xx status code

func (*TriggerScanInternalServerError) IsCode added in v0.2.27

func (o *TriggerScanInternalServerError) IsCode(code int) bool

IsCode returns true when this trigger scan internal server error response a status code equal to that given

func (*TriggerScanInternalServerError) IsRedirect added in v0.2.27

func (o *TriggerScanInternalServerError) IsRedirect() bool

IsRedirect returns true when this trigger scan internal server error response has a 3xx status code

func (*TriggerScanInternalServerError) IsServerError added in v0.2.27

func (o *TriggerScanInternalServerError) IsServerError() bool

IsServerError returns true when this trigger scan internal server error response has a 5xx status code

func (*TriggerScanInternalServerError) IsSuccess added in v0.2.27

func (o *TriggerScanInternalServerError) IsSuccess() bool

IsSuccess returns true when this trigger scan internal server error response has a 2xx status code

func (*TriggerScanInternalServerError) String added in v0.2.27

type TriggerScanMultiStatus

type TriggerScanMultiStatus 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.MsaBaseEntitiesResponse
}

TriggerScanMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewTriggerScanMultiStatus

func NewTriggerScanMultiStatus() *TriggerScanMultiStatus

NewTriggerScanMultiStatus creates a TriggerScanMultiStatus with default headers values

func (*TriggerScanMultiStatus) Code added in v0.2.33

func (o *TriggerScanMultiStatus) Code() int

Code gets the status code for the trigger scan multi status response

func (*TriggerScanMultiStatus) Error

func (o *TriggerScanMultiStatus) Error() string

func (*TriggerScanMultiStatus) GetPayload

func (*TriggerScanMultiStatus) IsClientError added in v0.2.27

func (o *TriggerScanMultiStatus) IsClientError() bool

IsClientError returns true when this trigger scan multi status response has a 4xx status code

func (*TriggerScanMultiStatus) IsCode added in v0.2.27

func (o *TriggerScanMultiStatus) IsCode(code int) bool

IsCode returns true when this trigger scan multi status response a status code equal to that given

func (*TriggerScanMultiStatus) IsRedirect added in v0.2.27

func (o *TriggerScanMultiStatus) IsRedirect() bool

IsRedirect returns true when this trigger scan multi status response has a 3xx status code

func (*TriggerScanMultiStatus) IsServerError added in v0.2.27

func (o *TriggerScanMultiStatus) IsServerError() bool

IsServerError returns true when this trigger scan multi status response has a 5xx status code

func (*TriggerScanMultiStatus) IsSuccess added in v0.2.27

func (o *TriggerScanMultiStatus) IsSuccess() bool

IsSuccess returns true when this trigger scan multi status response has a 2xx status code

func (*TriggerScanMultiStatus) String added in v0.2.27

func (o *TriggerScanMultiStatus) String() string

type TriggerScanParams

type TriggerScanParams struct {

	/* ScanType.

	   Scan Type to do

	   Default: "dry-run"
	*/
	ScanType string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TriggerScanParams contains all the parameters to send to the API endpoint

for the trigger scan operation.

Typically these are written to a http.Request.

func NewTriggerScanParams

func NewTriggerScanParams() *TriggerScanParams

NewTriggerScanParams creates a new TriggerScanParams 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 NewTriggerScanParamsWithContext

func NewTriggerScanParamsWithContext(ctx context.Context) *TriggerScanParams

NewTriggerScanParamsWithContext creates a new TriggerScanParams object with the ability to set a context for a request.

func NewTriggerScanParamsWithHTTPClient

func NewTriggerScanParamsWithHTTPClient(client *http.Client) *TriggerScanParams

NewTriggerScanParamsWithHTTPClient creates a new TriggerScanParams object with the ability to set a custom HTTPClient for a request.

func NewTriggerScanParamsWithTimeout

func NewTriggerScanParamsWithTimeout(timeout time.Duration) *TriggerScanParams

NewTriggerScanParamsWithTimeout creates a new TriggerScanParams object with the ability to set a timeout on a request.

func (*TriggerScanParams) SetContext

func (o *TriggerScanParams) SetContext(ctx context.Context)

SetContext adds the context to the trigger scan params

func (*TriggerScanParams) SetDefaults

func (o *TriggerScanParams) SetDefaults()

SetDefaults hydrates default values in the trigger scan params (not the query body).

All values with no default are reset to their zero value.

func (*TriggerScanParams) SetHTTPClient

func (o *TriggerScanParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the trigger scan params

func (*TriggerScanParams) SetScanType

func (o *TriggerScanParams) SetScanType(scanType string)

SetScanType adds the scanType to the trigger scan params

func (*TriggerScanParams) SetTimeout

func (o *TriggerScanParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the trigger scan params

func (*TriggerScanParams) WithContext

func (o *TriggerScanParams) WithContext(ctx context.Context) *TriggerScanParams

WithContext adds the context to the trigger scan params

func (*TriggerScanParams) WithDefaults

func (o *TriggerScanParams) WithDefaults() *TriggerScanParams

WithDefaults hydrates default values in the trigger scan params (not the query body).

All values with no default are reset to their zero value.

func (*TriggerScanParams) WithHTTPClient

func (o *TriggerScanParams) WithHTTPClient(client *http.Client) *TriggerScanParams

WithHTTPClient adds the HTTPClient to the trigger scan params

func (*TriggerScanParams) WithScanType

func (o *TriggerScanParams) WithScanType(scanType string) *TriggerScanParams

WithScanType adds the scanType to the trigger scan params

func (*TriggerScanParams) WithTimeout

func (o *TriggerScanParams) WithTimeout(timeout time.Duration) *TriggerScanParams

WithTimeout adds the timeout to the trigger scan params

func (*TriggerScanParams) WriteToRequest

func (o *TriggerScanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type TriggerScanReader

type TriggerScanReader struct {
	// contains filtered or unexported fields
}

TriggerScanReader is a Reader for the TriggerScan structure.

func (*TriggerScanReader) ReadResponse

func (o *TriggerScanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TriggerScanTooManyRequests

type TriggerScanTooManyRequests 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
}

TriggerScanTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewTriggerScanTooManyRequests

func NewTriggerScanTooManyRequests() *TriggerScanTooManyRequests

NewTriggerScanTooManyRequests creates a TriggerScanTooManyRequests with default headers values

func (*TriggerScanTooManyRequests) Code added in v0.2.33

func (o *TriggerScanTooManyRequests) Code() int

Code gets the status code for the trigger scan too many requests response

func (*TriggerScanTooManyRequests) Error

func (*TriggerScanTooManyRequests) GetPayload

func (*TriggerScanTooManyRequests) IsClientError added in v0.2.27

func (o *TriggerScanTooManyRequests) IsClientError() bool

IsClientError returns true when this trigger scan too many requests response has a 4xx status code

func (*TriggerScanTooManyRequests) IsCode added in v0.2.27

func (o *TriggerScanTooManyRequests) IsCode(code int) bool

IsCode returns true when this trigger scan too many requests response a status code equal to that given

func (*TriggerScanTooManyRequests) IsRedirect added in v0.2.27

func (o *TriggerScanTooManyRequests) IsRedirect() bool

IsRedirect returns true when this trigger scan too many requests response has a 3xx status code

func (*TriggerScanTooManyRequests) IsServerError added in v0.2.27

func (o *TriggerScanTooManyRequests) IsServerError() bool

IsServerError returns true when this trigger scan too many requests response has a 5xx status code

func (*TriggerScanTooManyRequests) IsSuccess added in v0.2.27

func (o *TriggerScanTooManyRequests) IsSuccess() bool

IsSuccess returns true when this trigger scan too many requests response has a 2xx status code

func (*TriggerScanTooManyRequests) String added in v0.2.27

func (o *TriggerScanTooManyRequests) String() string

type UpdateAWSAccountBadRequest

type UpdateAWSAccountBadRequest 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.MsaBaseEntitiesResponse
}

UpdateAWSAccountBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateAWSAccountBadRequest

func NewUpdateAWSAccountBadRequest() *UpdateAWSAccountBadRequest

NewUpdateAWSAccountBadRequest creates a UpdateAWSAccountBadRequest with default headers values

func (*UpdateAWSAccountBadRequest) Code added in v0.2.33

func (o *UpdateAWSAccountBadRequest) Code() int

Code gets the status code for the update a w s account bad request response

func (*UpdateAWSAccountBadRequest) Error

func (*UpdateAWSAccountBadRequest) GetPayload

func (*UpdateAWSAccountBadRequest) IsClientError added in v0.2.27

func (o *UpdateAWSAccountBadRequest) IsClientError() bool

IsClientError returns true when this update a w s account bad request response has a 4xx status code

func (*UpdateAWSAccountBadRequest) IsCode added in v0.2.27

func (o *UpdateAWSAccountBadRequest) IsCode(code int) bool

IsCode returns true when this update a w s account bad request response a status code equal to that given

func (*UpdateAWSAccountBadRequest) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this update a w s account bad request response has a 3xx status code

func (*UpdateAWSAccountBadRequest) IsServerError added in v0.2.27

func (o *UpdateAWSAccountBadRequest) IsServerError() bool

IsServerError returns true when this update a w s account bad request response has a 5xx status code

func (*UpdateAWSAccountBadRequest) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this update a w s account bad request response has a 2xx status code

func (*UpdateAWSAccountBadRequest) String added in v0.2.27

func (o *UpdateAWSAccountBadRequest) String() string

type UpdateAWSAccountForbidden

type UpdateAWSAccountForbidden 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
}

UpdateAWSAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateAWSAccountForbidden

func NewUpdateAWSAccountForbidden() *UpdateAWSAccountForbidden

NewUpdateAWSAccountForbidden creates a UpdateAWSAccountForbidden with default headers values

func (*UpdateAWSAccountForbidden) Code added in v0.2.33

func (o *UpdateAWSAccountForbidden) Code() int

Code gets the status code for the update a w s account forbidden response

func (*UpdateAWSAccountForbidden) Error

func (o *UpdateAWSAccountForbidden) Error() string

func (*UpdateAWSAccountForbidden) GetPayload

func (*UpdateAWSAccountForbidden) IsClientError added in v0.2.27

func (o *UpdateAWSAccountForbidden) IsClientError() bool

IsClientError returns true when this update a w s account forbidden response has a 4xx status code

func (*UpdateAWSAccountForbidden) IsCode added in v0.2.27

func (o *UpdateAWSAccountForbidden) IsCode(code int) bool

IsCode returns true when this update a w s account forbidden response a status code equal to that given

func (*UpdateAWSAccountForbidden) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountForbidden) IsRedirect() bool

IsRedirect returns true when this update a w s account forbidden response has a 3xx status code

func (*UpdateAWSAccountForbidden) IsServerError added in v0.2.27

func (o *UpdateAWSAccountForbidden) IsServerError() bool

IsServerError returns true when this update a w s account forbidden response has a 5xx status code

func (*UpdateAWSAccountForbidden) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountForbidden) IsSuccess() bool

IsSuccess returns true when this update a w s account forbidden response has a 2xx status code

func (*UpdateAWSAccountForbidden) String added in v0.2.27

func (o *UpdateAWSAccountForbidden) String() string

type UpdateAWSAccountInternalServerError

type UpdateAWSAccountInternalServerError 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.MsaBaseEntitiesResponse
}

UpdateAWSAccountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUpdateAWSAccountInternalServerError

func NewUpdateAWSAccountInternalServerError() *UpdateAWSAccountInternalServerError

NewUpdateAWSAccountInternalServerError creates a UpdateAWSAccountInternalServerError with default headers values

func (*UpdateAWSAccountInternalServerError) Code added in v0.2.33

Code gets the status code for the update a w s account internal server error response

func (*UpdateAWSAccountInternalServerError) Error

func (*UpdateAWSAccountInternalServerError) GetPayload

func (*UpdateAWSAccountInternalServerError) IsClientError added in v0.2.27

func (o *UpdateAWSAccountInternalServerError) IsClientError() bool

IsClientError returns true when this update a w s account internal server error response has a 4xx status code

func (*UpdateAWSAccountInternalServerError) IsCode added in v0.2.27

IsCode returns true when this update a w s account internal server error response a status code equal to that given

func (*UpdateAWSAccountInternalServerError) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountInternalServerError) IsRedirect() bool

IsRedirect returns true when this update a w s account internal server error response has a 3xx status code

func (*UpdateAWSAccountInternalServerError) IsServerError added in v0.2.27

func (o *UpdateAWSAccountInternalServerError) IsServerError() bool

IsServerError returns true when this update a w s account internal server error response has a 5xx status code

func (*UpdateAWSAccountInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this update a w s account internal server error response has a 2xx status code

func (*UpdateAWSAccountInternalServerError) String added in v0.2.27

type UpdateAWSAccountMultiStatus

type UpdateAWSAccountMultiStatus 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.MsaBaseEntitiesResponse
}

UpdateAWSAccountMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewUpdateAWSAccountMultiStatus

func NewUpdateAWSAccountMultiStatus() *UpdateAWSAccountMultiStatus

NewUpdateAWSAccountMultiStatus creates a UpdateAWSAccountMultiStatus with default headers values

func (*UpdateAWSAccountMultiStatus) Code added in v0.2.33

func (o *UpdateAWSAccountMultiStatus) Code() int

Code gets the status code for the update a w s account multi status response

func (*UpdateAWSAccountMultiStatus) Error

func (*UpdateAWSAccountMultiStatus) GetPayload

func (*UpdateAWSAccountMultiStatus) IsClientError added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) IsClientError() bool

IsClientError returns true when this update a w s account multi status response has a 4xx status code

func (*UpdateAWSAccountMultiStatus) IsCode added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) IsCode(code int) bool

IsCode returns true when this update a w s account multi status response a status code equal to that given

func (*UpdateAWSAccountMultiStatus) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this update a w s account multi status response has a 3xx status code

func (*UpdateAWSAccountMultiStatus) IsServerError added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) IsServerError() bool

IsServerError returns true when this update a w s account multi status response has a 5xx status code

func (*UpdateAWSAccountMultiStatus) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this update a w s account multi status response has a 2xx status code

func (*UpdateAWSAccountMultiStatus) String added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) String() string

type UpdateAWSAccountOK

type UpdateAWSAccountOK 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.MsaBaseEntitiesResponse
}

UpdateAWSAccountOK describes a response with status code 200, with default header values.

OK

func NewUpdateAWSAccountOK

func NewUpdateAWSAccountOK() *UpdateAWSAccountOK

NewUpdateAWSAccountOK creates a UpdateAWSAccountOK with default headers values

func (*UpdateAWSAccountOK) Code added in v0.2.33

func (o *UpdateAWSAccountOK) Code() int

Code gets the status code for the update a w s account o k response

func (*UpdateAWSAccountOK) Error

func (o *UpdateAWSAccountOK) Error() string

func (*UpdateAWSAccountOK) GetPayload

func (*UpdateAWSAccountOK) IsClientError added in v0.2.27

func (o *UpdateAWSAccountOK) IsClientError() bool

IsClientError returns true when this update a w s account o k response has a 4xx status code

func (*UpdateAWSAccountOK) IsCode added in v0.2.27

func (o *UpdateAWSAccountOK) IsCode(code int) bool

IsCode returns true when this update a w s account o k response a status code equal to that given

func (*UpdateAWSAccountOK) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountOK) IsRedirect() bool

IsRedirect returns true when this update a w s account o k response has a 3xx status code

func (*UpdateAWSAccountOK) IsServerError added in v0.2.27

func (o *UpdateAWSAccountOK) IsServerError() bool

IsServerError returns true when this update a w s account o k response has a 5xx status code

func (*UpdateAWSAccountOK) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountOK) IsSuccess() bool

IsSuccess returns true when this update a w s account o k response has a 2xx status code

func (*UpdateAWSAccountOK) String added in v0.2.27

func (o *UpdateAWSAccountOK) String() string

type UpdateAWSAccountParams

type UpdateAWSAccountParams struct {

	/* Ids.

	   AWS Account ID
	*/
	Ids []string

	/* Region.

	   Default Region for Account Automation
	*/
	Region *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAWSAccountParams contains all the parameters to send to the API endpoint

for the update a w s account operation.

Typically these are written to a http.Request.

func NewUpdateAWSAccountParams

func NewUpdateAWSAccountParams() *UpdateAWSAccountParams

NewUpdateAWSAccountParams creates a new UpdateAWSAccountParams 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 NewUpdateAWSAccountParamsWithContext

func NewUpdateAWSAccountParamsWithContext(ctx context.Context) *UpdateAWSAccountParams

NewUpdateAWSAccountParamsWithContext creates a new UpdateAWSAccountParams object with the ability to set a context for a request.

func NewUpdateAWSAccountParamsWithHTTPClient

func NewUpdateAWSAccountParamsWithHTTPClient(client *http.Client) *UpdateAWSAccountParams

NewUpdateAWSAccountParamsWithHTTPClient creates a new UpdateAWSAccountParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAWSAccountParamsWithTimeout

func NewUpdateAWSAccountParamsWithTimeout(timeout time.Duration) *UpdateAWSAccountParams

NewUpdateAWSAccountParamsWithTimeout creates a new UpdateAWSAccountParams object with the ability to set a timeout on a request.

func (*UpdateAWSAccountParams) SetContext

func (o *UpdateAWSAccountParams) SetContext(ctx context.Context)

SetContext adds the context to the update a w s account params

func (*UpdateAWSAccountParams) SetDefaults

func (o *UpdateAWSAccountParams) SetDefaults()

SetDefaults hydrates default values in the update a w s account params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAWSAccountParams) SetHTTPClient

func (o *UpdateAWSAccountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update a w s account params

func (*UpdateAWSAccountParams) SetIds

func (o *UpdateAWSAccountParams) SetIds(ids []string)

SetIds adds the ids to the update a w s account params

func (*UpdateAWSAccountParams) SetRegion

func (o *UpdateAWSAccountParams) SetRegion(region *string)

SetRegion adds the region to the update a w s account params

func (*UpdateAWSAccountParams) SetTimeout

func (o *UpdateAWSAccountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update a w s account params

func (*UpdateAWSAccountParams) WithContext

WithContext adds the context to the update a w s account params

func (*UpdateAWSAccountParams) WithDefaults

WithDefaults hydrates default values in the update a w s account params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAWSAccountParams) WithHTTPClient

func (o *UpdateAWSAccountParams) WithHTTPClient(client *http.Client) *UpdateAWSAccountParams

WithHTTPClient adds the HTTPClient to the update a w s account params

func (*UpdateAWSAccountParams) WithIds

WithIds adds the ids to the update a w s account params

func (*UpdateAWSAccountParams) WithRegion

func (o *UpdateAWSAccountParams) WithRegion(region *string) *UpdateAWSAccountParams

WithRegion adds the region to the update a w s account params

func (*UpdateAWSAccountParams) WithTimeout

WithTimeout adds the timeout to the update a w s account params

func (*UpdateAWSAccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAWSAccountReader

type UpdateAWSAccountReader struct {
	// contains filtered or unexported fields
}

UpdateAWSAccountReader is a Reader for the UpdateAWSAccount structure.

func (*UpdateAWSAccountReader) ReadResponse

func (o *UpdateAWSAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAWSAccountTooManyRequests

type UpdateAWSAccountTooManyRequests 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
}

UpdateAWSAccountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateAWSAccountTooManyRequests

func NewUpdateAWSAccountTooManyRequests() *UpdateAWSAccountTooManyRequests

NewUpdateAWSAccountTooManyRequests creates a UpdateAWSAccountTooManyRequests with default headers values

func (*UpdateAWSAccountTooManyRequests) Code added in v0.2.33

Code gets the status code for the update a w s account too many requests response

func (*UpdateAWSAccountTooManyRequests) Error

func (*UpdateAWSAccountTooManyRequests) GetPayload

func (*UpdateAWSAccountTooManyRequests) IsClientError added in v0.2.27

func (o *UpdateAWSAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this update a w s account too many requests response has a 4xx status code

func (*UpdateAWSAccountTooManyRequests) IsCode added in v0.2.27

func (o *UpdateAWSAccountTooManyRequests) IsCode(code int) bool

IsCode returns true when this update a w s account too many requests response a status code equal to that given

func (*UpdateAWSAccountTooManyRequests) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this update a w s account too many requests response has a 3xx status code

func (*UpdateAWSAccountTooManyRequests) IsServerError added in v0.2.27

func (o *UpdateAWSAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this update a w s account too many requests response has a 5xx status code

func (*UpdateAWSAccountTooManyRequests) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this update a w s account too many requests response has a 2xx status code

func (*UpdateAWSAccountTooManyRequests) String added in v0.2.27

type VulnerableContainerImageCountForbidden added in v0.5.0

type VulnerableContainerImageCountForbidden 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
}

VulnerableContainerImageCountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewVulnerableContainerImageCountForbidden added in v0.5.0

func NewVulnerableContainerImageCountForbidden() *VulnerableContainerImageCountForbidden

NewVulnerableContainerImageCountForbidden creates a VulnerableContainerImageCountForbidden with default headers values

func (*VulnerableContainerImageCountForbidden) Code added in v0.5.0

Code gets the status code for the vulnerable container image count forbidden response

func (*VulnerableContainerImageCountForbidden) Error added in v0.5.0

func (*VulnerableContainerImageCountForbidden) GetPayload added in v0.5.0

func (*VulnerableContainerImageCountForbidden) IsClientError added in v0.5.0

func (o *VulnerableContainerImageCountForbidden) IsClientError() bool

IsClientError returns true when this vulnerable container image count forbidden response has a 4xx status code

func (*VulnerableContainerImageCountForbidden) IsCode added in v0.5.0

IsCode returns true when this vulnerable container image count forbidden response a status code equal to that given

func (*VulnerableContainerImageCountForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this vulnerable container image count forbidden response has a 3xx status code

func (*VulnerableContainerImageCountForbidden) IsServerError added in v0.5.0

func (o *VulnerableContainerImageCountForbidden) IsServerError() bool

IsServerError returns true when this vulnerable container image count forbidden response has a 5xx status code

func (*VulnerableContainerImageCountForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this vulnerable container image count forbidden response has a 2xx status code

func (*VulnerableContainerImageCountForbidden) String added in v0.5.0

type VulnerableContainerImageCountInternalServerError added in v0.5.0

type VulnerableContainerImageCountInternalServerError 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
}

VulnerableContainerImageCountInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewVulnerableContainerImageCountInternalServerError added in v0.5.0

func NewVulnerableContainerImageCountInternalServerError() *VulnerableContainerImageCountInternalServerError

NewVulnerableContainerImageCountInternalServerError creates a VulnerableContainerImageCountInternalServerError with default headers values

func (*VulnerableContainerImageCountInternalServerError) Code added in v0.5.0

Code gets the status code for the vulnerable container image count internal server error response

func (*VulnerableContainerImageCountInternalServerError) Error added in v0.5.0

func (*VulnerableContainerImageCountInternalServerError) GetPayload added in v0.5.0

func (*VulnerableContainerImageCountInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this vulnerable container image count internal server error response has a 4xx status code

func (*VulnerableContainerImageCountInternalServerError) IsCode added in v0.5.0

IsCode returns true when this vulnerable container image count internal server error response a status code equal to that given

func (*VulnerableContainerImageCountInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this vulnerable container image count internal server error response has a 3xx status code

func (*VulnerableContainerImageCountInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this vulnerable container image count internal server error response has a 5xx status code

func (*VulnerableContainerImageCountInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this vulnerable container image count internal server error response has a 2xx status code

func (*VulnerableContainerImageCountInternalServerError) String added in v0.5.0

type VulnerableContainerImageCountOK added in v0.5.0

type VulnerableContainerImageCountOK 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.ModelsAPIFilterResponse
}

VulnerableContainerImageCountOK describes a response with status code 200, with default header values.

OK

func NewVulnerableContainerImageCountOK added in v0.5.0

func NewVulnerableContainerImageCountOK() *VulnerableContainerImageCountOK

NewVulnerableContainerImageCountOK creates a VulnerableContainerImageCountOK with default headers values

func (*VulnerableContainerImageCountOK) Code added in v0.5.0

Code gets the status code for the vulnerable container image count o k response

func (*VulnerableContainerImageCountOK) Error added in v0.5.0

func (*VulnerableContainerImageCountOK) GetPayload added in v0.5.0

func (*VulnerableContainerImageCountOK) IsClientError added in v0.5.0

func (o *VulnerableContainerImageCountOK) IsClientError() bool

IsClientError returns true when this vulnerable container image count o k response has a 4xx status code

func (*VulnerableContainerImageCountOK) IsCode added in v0.5.0

func (o *VulnerableContainerImageCountOK) IsCode(code int) bool

IsCode returns true when this vulnerable container image count o k response a status code equal to that given

func (*VulnerableContainerImageCountOK) IsRedirect added in v0.5.0

func (o *VulnerableContainerImageCountOK) IsRedirect() bool

IsRedirect returns true when this vulnerable container image count o k response has a 3xx status code

func (*VulnerableContainerImageCountOK) IsServerError added in v0.5.0

func (o *VulnerableContainerImageCountOK) IsServerError() bool

IsServerError returns true when this vulnerable container image count o k response has a 5xx status code

func (*VulnerableContainerImageCountOK) IsSuccess added in v0.5.0

func (o *VulnerableContainerImageCountOK) IsSuccess() bool

IsSuccess returns true when this vulnerable container image count o k response has a 2xx status code

func (*VulnerableContainerImageCountOK) String added in v0.5.0

type VulnerableContainerImageCountParams added in v0.5.0

type VulnerableContainerImageCountParams struct {

	/* Filter.

	   Retrieve count of Kubernetes containers that match a query in Falcon Query Language (FQL). Supported filters:  agent_id,agent_type,allow_privilege_escalation,cid,cloud_account_id,cloud_name,cloud_region,cluster_id,cluster_name,container_id,container_name,cve_id,detection_name,first_seen,image_detection_count,image_digest,image_has_been_assessed,image_id,image_registry,image_repository,image_tag,image_vulnerability_count,insecure_mount_source,insecure_mount_type,insecure_propagation_mode,interactive_mode,ipv4,ipv6,labels,last_seen,namespace,node_name,node_uid,package_name_version,pod_id,pod_name,port,privileged,root_write_access,run_as_root_group,run_as_root_user,running_status
	*/
	Filter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VulnerableContainerImageCountParams contains all the parameters to send to the API endpoint

for the vulnerable container image count operation.

Typically these are written to a http.Request.

func NewVulnerableContainerImageCountParams added in v0.5.0

func NewVulnerableContainerImageCountParams() *VulnerableContainerImageCountParams

NewVulnerableContainerImageCountParams creates a new VulnerableContainerImageCountParams 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 NewVulnerableContainerImageCountParamsWithContext added in v0.5.0

func NewVulnerableContainerImageCountParamsWithContext(ctx context.Context) *VulnerableContainerImageCountParams

NewVulnerableContainerImageCountParamsWithContext creates a new VulnerableContainerImageCountParams object with the ability to set a context for a request.

func NewVulnerableContainerImageCountParamsWithHTTPClient added in v0.5.0

func NewVulnerableContainerImageCountParamsWithHTTPClient(client *http.Client) *VulnerableContainerImageCountParams

NewVulnerableContainerImageCountParamsWithHTTPClient creates a new VulnerableContainerImageCountParams object with the ability to set a custom HTTPClient for a request.

func NewVulnerableContainerImageCountParamsWithTimeout added in v0.5.0

func NewVulnerableContainerImageCountParamsWithTimeout(timeout time.Duration) *VulnerableContainerImageCountParams

NewVulnerableContainerImageCountParamsWithTimeout creates a new VulnerableContainerImageCountParams object with the ability to set a timeout on a request.

func (*VulnerableContainerImageCountParams) SetContext added in v0.5.0

SetContext adds the context to the vulnerable container image count params

func (*VulnerableContainerImageCountParams) SetDefaults added in v0.5.0

func (o *VulnerableContainerImageCountParams) SetDefaults()

SetDefaults hydrates default values in the vulnerable container image count params (not the query body).

All values with no default are reset to their zero value.

func (*VulnerableContainerImageCountParams) SetFilter added in v0.5.0

func (o *VulnerableContainerImageCountParams) SetFilter(filter *string)

SetFilter adds the filter to the vulnerable container image count params

func (*VulnerableContainerImageCountParams) SetHTTPClient added in v0.5.0

func (o *VulnerableContainerImageCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the vulnerable container image count params

func (*VulnerableContainerImageCountParams) SetTimeout added in v0.5.0

func (o *VulnerableContainerImageCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the vulnerable container image count params

func (*VulnerableContainerImageCountParams) WithContext added in v0.5.0

WithContext adds the context to the vulnerable container image count params

func (*VulnerableContainerImageCountParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the vulnerable container image count params (not the query body).

All values with no default are reset to their zero value.

func (*VulnerableContainerImageCountParams) WithFilter added in v0.5.0

WithFilter adds the filter to the vulnerable container image count params

func (*VulnerableContainerImageCountParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the vulnerable container image count params

func (*VulnerableContainerImageCountParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the vulnerable container image count params

func (*VulnerableContainerImageCountParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type VulnerableContainerImageCountReader added in v0.5.0

type VulnerableContainerImageCountReader struct {
	// contains filtered or unexported fields
}

VulnerableContainerImageCountReader is a Reader for the VulnerableContainerImageCount structure.

func (*VulnerableContainerImageCountReader) ReadResponse added in v0.5.0

func (o *VulnerableContainerImageCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VulnerableContainerImageCountTooManyRequests added in v0.5.0

type VulnerableContainerImageCountTooManyRequests 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
}

VulnerableContainerImageCountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewVulnerableContainerImageCountTooManyRequests added in v0.5.0

func NewVulnerableContainerImageCountTooManyRequests() *VulnerableContainerImageCountTooManyRequests

NewVulnerableContainerImageCountTooManyRequests creates a VulnerableContainerImageCountTooManyRequests with default headers values

func (*VulnerableContainerImageCountTooManyRequests) Code added in v0.5.0

Code gets the status code for the vulnerable container image count too many requests response

func (*VulnerableContainerImageCountTooManyRequests) Error added in v0.5.0

func (*VulnerableContainerImageCountTooManyRequests) GetPayload added in v0.5.0

func (*VulnerableContainerImageCountTooManyRequests) IsClientError added in v0.5.0

IsClientError returns true when this vulnerable container image count too many requests response has a 4xx status code

func (*VulnerableContainerImageCountTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this vulnerable container image count too many requests response a status code equal to that given

func (*VulnerableContainerImageCountTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this vulnerable container image count too many requests response has a 3xx status code

func (*VulnerableContainerImageCountTooManyRequests) IsServerError added in v0.5.0

IsServerError returns true when this vulnerable container image count too many requests response has a 5xx status code

func (*VulnerableContainerImageCountTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this vulnerable container image count too many requests response has a 2xx status code

func (*VulnerableContainerImageCountTooManyRequests) String added in v0.5.0

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL