kubernetes

package
v2.29.2 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithAcceptApplicationJSON

func WithAcceptApplicationJSON(r *runtime.ClientOperation)

WithAcceptApplicationJSON sets the Accept header to "application/json".

func WithAcceptApplicationYaml

func WithAcceptApplicationYaml(r *runtime.ClientOperation)

WithAcceptApplicationYaml sets the Accept header to " application/yaml".

Types

type Client

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

Client for kubernetes API

func (*Client) CreateKubernetesIngress

func (a *Client) CreateKubernetesIngress(params *CreateKubernetesIngressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateKubernetesIngressNoContent, error)
CreateKubernetesIngress creates an ingress

Create an Ingress for the provided environment.

**Access policy**: Authenticated user.

func (*Client) CreateKubernetesNamespace

func (a *Client) CreateKubernetesNamespace(params *CreateKubernetesNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateKubernetesNamespaceOK, error)
CreateKubernetesNamespace creates a namespace

Create a namespace within the given environment.

**Access policy**: Authenticated user.

func (*Client) CreateKubernetesService

func (a *Client) CreateKubernetesService(params *CreateKubernetesServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateKubernetesServiceNoContent, error)
CreateKubernetesService creates a service

Create a service within a given namespace

**Access policy**: Authenticated user.

func (*Client) DeleteClusterRoleBindings

DeleteClusterRoleBindings deletes cluster role bindings

Delete the provided list of cluster role bindings.

**Access policy**: Authenticated user.

func (*Client) DeleteClusterRoles

func (a *Client) DeleteClusterRoles(params *DeleteClusterRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteClusterRolesNoContent, error)
DeleteClusterRoles deletes cluster roles

Delete the provided list of cluster roles.

**Access policy**: Authenticated user.

func (*Client) DeleteCronJobs

func (a *Client) DeleteCronJobs(params *DeleteCronJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteCronJobsNoContent, error)
DeleteCronJobs deletes cron jobs

Delete the provided list of Cron Jobs.

**Access policy**: Authenticated user.

func (*Client) DeleteJobs

func (a *Client) DeleteJobs(params *DeleteJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteJobsNoContent, error)
DeleteJobs deletes jobs

Delete the provided list of Jobs.

**Access policy**: Authenticated user.

func (*Client) DeleteKubernetesIngresses

DeleteKubernetesIngresses deletes one or more ingresses

Delete one or more Ingresses in the provided environment.

**Access policy**: Authenticated user.

func (*Client) DeleteKubernetesNamespace

func (a *Client) DeleteKubernetesNamespace(params *DeleteKubernetesNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteKubernetesNamespaceOK, error)
DeleteKubernetesNamespace deletes a kubernetes namespace

Delete a kubernetes namespace within the given environment.

**Access policy**: Authenticated user.

func (*Client) DeleteKubernetesServices

DeleteKubernetesServices deletes services

Delete the provided list of services.

**Access policy**: Authenticated user.

func (*Client) DeleteRoleBindings

func (a *Client) DeleteRoleBindings(params *DeleteRoleBindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteRoleBindingsNoContent, error)
DeleteRoleBindings deletes role bindings

Delete the provided list of role bindings.

**Access policy**: Authenticated user.

func (*Client) DeleteRoles

func (a *Client) DeleteRoles(params *DeleteRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteRolesNoContent, error)
DeleteRoles deletes roles

Delete the provided list of roles.

**Access policy**: Authenticated user.

func (*Client) DeleteServiceAccounts

func (a *Client) DeleteServiceAccounts(params *DeleteServiceAccountsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteServiceAccountsNoContent, error)
DeleteServiceAccounts deletes service accounts

Delete the provided list of service accounts.

**Access policy**: Authenticated user.

func (*Client) DescribeResource

func (a *Client) DescribeResource(params *DescribeResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeResourceOK, error)
DescribeResource gets a description of a kubernetes resource

Get a description of a kubernetes resource.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesApplications

func (a *Client) GetAllKubernetesApplications(params *GetAllKubernetesApplicationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesApplicationsOK, error)
GetAllKubernetesApplications gets a list of applications across all namespaces in the cluster if the node name is provided it will return the applications running on that node

Get a list of applications across all namespaces in the cluster. If the nodeName is provided, it will return the applications running on that node.

**Access policy**: authenticated

func (*Client) GetAllKubernetesApplicationsCount

func (a *Client) GetAllKubernetesApplicationsCount(params *GetAllKubernetesApplicationsCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesApplicationsCountOK, error)
GetAllKubernetesApplicationsCount gets applications count

Get the count of Applications across all namespaces in the cluster. If the nodeName is provided, it will return the count of applications running on that node.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesClusterIngresses

func (a *Client) GetAllKubernetesClusterIngresses(params *GetAllKubernetesClusterIngressesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesClusterIngressesOK, error)
GetAllKubernetesClusterIngresses gets kubernetes ingresses at the cluster level

Get kubernetes ingresses at the cluster level for the provided environment.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesClusterIngressesCount

func (a *Client) GetAllKubernetesClusterIngressesCount(params *GetAllKubernetesClusterIngressesCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesClusterIngressesCountOK, error)
GetAllKubernetesClusterIngressesCount gets ingresses count

Get the number of kubernetes ingresses within the given environment.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesClusterRoleBindings

func (a *Client) GetAllKubernetesClusterRoleBindings(params *GetAllKubernetesClusterRoleBindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesClusterRoleBindingsOK, error)
GetAllKubernetesClusterRoleBindings gets a list of kubernetes cluster role bindings

Get a list of kubernetes cluster role bindings within the given environment at the cluster level.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesClusterRoles

func (a *Client) GetAllKubernetesClusterRoles(params *GetAllKubernetesClusterRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesClusterRolesOK, error)
GetAllKubernetesClusterRoles gets a list of kubernetes cluster roles

Get a list of kubernetes cluster roles within the given environment at the cluster level.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesConfigMaps

func (a *Client) GetAllKubernetesConfigMaps(params *GetAllKubernetesConfigMapsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesConfigMapsOK, error)
GetAllKubernetesConfigMaps gets a list of config maps

Get a list of ConfigMaps across all namespaces in the cluster. For non-admin users, it will only return ConfigMaps based on the namespaces that they have access to.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesConfigMapsCount

func (a *Client) GetAllKubernetesConfigMapsCount(params *GetAllKubernetesConfigMapsCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesConfigMapsCountOK, error)
GetAllKubernetesConfigMapsCount gets config maps count

Get the count of ConfigMaps across all namespaces in the cluster. For non-admin users, it will only return the count of ConfigMaps based on the namespaces that they have access to.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesIngressControllers

func (a *Client) GetAllKubernetesIngressControllers(params *GetAllKubernetesIngressControllersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesIngressControllersOK, error)
GetAllKubernetesIngressControllers gets a list of ingress controllers

Get a list of ingress controllers for the given environment. If the allowedOnly query parameter is set, only ingress controllers that are allowed by the environment's ingress configuration will be returned.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesIngresses

func (a *Client) GetAllKubernetesIngresses(params *GetAllKubernetesIngressesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesIngressesOK, error)
GetAllKubernetesIngresses gets a list of ingresses

Get a list of Ingresses. If namespace is provided, it will return the list of Ingresses in that namespace.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesServicesCount

func (a *Client) GetAllKubernetesServicesCount(params *GetAllKubernetesServicesCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesServicesCountOK, error)
GetAllKubernetesServicesCount gets services count

Get the count of services that the user has access to.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesVolumes

func (a *Client) GetAllKubernetesVolumes(params *GetAllKubernetesVolumesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesVolumesOK, error)
GetAllKubernetesVolumes gets kubernetes volumes within the given portainer environment

Get a list of all kubernetes volumes within the given environment (Endpoint). The Endpoint ID must be a valid Portainer environment identifier.

**Access policy**: Authenticated user.

func (*Client) GetAllKubernetesVolumesCount

func (a *Client) GetAllKubernetesVolumesCount(params *GetAllKubernetesVolumesCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesVolumesCountOK, error)
GetAllKubernetesVolumesCount gets the total number of kubernetes volumes within the given portainer environment

Get the total number of kubernetes volumes within the given environment (Endpoint). The total count depends on the user's role and permissions. The Endpoint ID must be a valid Portainer environment identifier.

**Access policy**: Authenticated user.

func (*Client) GetApplicationsResources

func (a *Client) GetApplicationsResources(params *GetApplicationsResourcesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApplicationsResourcesOK, error)
GetApplicationsResources gets the total CPU cores and memory requests m b and limits of all applications across all namespaces

Get the total CPU (cores) and memory (bytes) requests and limits of all applications across all namespaces.

**Access policy**: authenticated

func (*Client) GetKubernetesConfig

func (a *Client) GetKubernetesConfig(params *GetKubernetesConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesConfigOK, error)
GetKubernetesConfig generates a kubeconfig file

Generate a kubeconfig file that allows a client to communicate with the Kubernetes API server

**Access policy**: Authenticated user.

func (*Client) GetKubernetesConfigMap

func (a *Client) GetKubernetesConfigMap(params *GetKubernetesConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesConfigMapOK, error)
GetKubernetesConfigMap gets a config map

Get a ConfigMap by name for a given namespace.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesCronJobs

func (a *Client) GetKubernetesCronJobs(params *GetKubernetesCronJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesCronJobsOK, error)
GetKubernetesCronJobs gets a list of kubernetes cron jobs

Get a list of kubernetes Cron Jobs that the user has access to.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesDashboard

func (a *Client) GetKubernetesDashboard(params *GetKubernetesDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesDashboardOK, error)
GetKubernetesDashboard gets the dashboard summary data

Get the dashboard summary data which is simply a count of a range of different commonly used kubernetes resources.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesIngress

func (a *Client) GetKubernetesIngress(params *GetKubernetesIngressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesIngressOK, error)
GetKubernetesIngress gets an ingress by name

Get an Ingress by name for the provided environment.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesIngressControllersByNamespace

GetKubernetesIngressControllersByNamespace gets a list ingress controllers by namespace

Get a list of ingress controllers for the given environment in the provided namespace.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesJobs

func (a *Client) GetKubernetesJobs(params *GetKubernetesJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesJobsOK, error)
GetKubernetesJobs gets a list of kubernetes jobs

Get a list of kubernetes Jobs that the user has access to.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesMaxResourceLimits

func (a *Client) GetKubernetesMaxResourceLimits(params *GetKubernetesMaxResourceLimitsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMaxResourceLimitsOK, error)
GetKubernetesMaxResourceLimits gets max CPU and memory limits of all nodes within k8s cluster

Get max CPU and memory limits (unused resources) of all nodes within k8s cluster.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesMetricsForAllNodes

func (a *Client) GetKubernetesMetricsForAllNodes(params *GetKubernetesMetricsForAllNodesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMetricsForAllNodesOK, error)
GetKubernetesMetricsForAllNodes gets a list of nodes with their live metrics

Get a list of metrics associated with all nodes of a cluster.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesMetricsForAllPods

func (a *Client) GetKubernetesMetricsForAllPods(params *GetKubernetesMetricsForAllPodsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMetricsForAllPodsOK, error)
GetKubernetesMetricsForAllPods gets a list of pods with their live metrics

Get a list of pods with their live metrics for the specified namespace.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesMetricsForNode

func (a *Client) GetKubernetesMetricsForNode(params *GetKubernetesMetricsForNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMetricsForNodeOK, error)
GetKubernetesMetricsForNode gets live metrics for a node

Get live metrics for the specified node.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesMetricsForPod

func (a *Client) GetKubernetesMetricsForPod(params *GetKubernetesMetricsForPodParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMetricsForPodOK, error)
GetKubernetesMetricsForPod gets live metrics for a pod

Get live metrics for the specified pod.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesNamespace

func (a *Client) GetKubernetesNamespace(params *GetKubernetesNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesNamespaceOK, error)
GetKubernetesNamespace gets namespace details

Get namespace details for the provided namespace within the given environment.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesNamespaces

func (a *Client) GetKubernetesNamespaces(params *GetKubernetesNamespacesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesNamespacesOK, error)
GetKubernetesNamespaces gets a list of namespaces

Get a list of all namespaces within the given environment based on the user role and permissions. If the user is an admin, they can access all namespaces. If the user is not an admin, they can only access namespaces that they have access to.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesNamespacesCount

func (a *Client) GetKubernetesNamespacesCount(params *GetKubernetesNamespacesCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesNamespacesCountOK, error)
GetKubernetesNamespacesCount gets the total number of kubernetes namespaces within the given portainer environment

Get the total number of kubernetes namespaces within the given environment, including the system namespaces. The total count depends on the user's role and permissions.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesNodesLimits

func (a *Client) GetKubernetesNodesLimits(params *GetKubernetesNodesLimitsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesNodesLimitsOK, error)
GetKubernetesNodesLimits gets CPU and memory limits of all nodes within k8s cluster

Get CPU and memory limits of all nodes within k8s cluster.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesPodSecurityRule

func (a *Client) GetKubernetesPodSecurityRule(params *GetKubernetesPodSecurityRuleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesPodSecurityRuleOK, error)
GetKubernetesPodSecurityRule gets pod security rule within k8s cluster if not found the frontend will create a default

Get Pod Security Rule within k8s cluster

**Access policy**: authenticated

func (*Client) GetKubernetesRBACStatus

func (a *Client) GetKubernetesRBACStatus(params *GetKubernetesRBACStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesRBACStatusOK, error)
GetKubernetesRBACStatus checks if r b a c is enabled

Check if RBAC is enabled in the specified Kubernetes cluster.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesRoleBindings

func (a *Client) GetKubernetesRoleBindings(params *GetKubernetesRoleBindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesRoleBindingsOK, error)
GetKubernetesRoleBindings gets a list of kubernetes role bindings

Get a list of kubernetes role bindings that the user has access to.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesRoles

func (a *Client) GetKubernetesRoles(params *GetKubernetesRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesRolesOK, error)
GetKubernetesRoles gets a list of kubernetes roles

Get a list of kubernetes roles that the user has access to.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesSecret

func (a *Client) GetKubernetesSecret(params *GetKubernetesSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesSecretOK, error)
GetKubernetesSecret gets a secret

Get a Secret by name for a given namespace.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesSecrets

func (a *Client) GetKubernetesSecrets(params *GetKubernetesSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesSecretsOK, error)
GetKubernetesSecrets gets a list of secrets

Get a list of Secrets for a given namespace. If isUsed is set to true, information about the applications that use the secrets is also returned.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesSecretsCount

func (a *Client) GetKubernetesSecretsCount(params *GetKubernetesSecretsCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesSecretsCountOK, error)
GetKubernetesSecretsCount gets secrets count

Get the count of Secrets across all namespaces that the user has access to.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesServiceAccounts

func (a *Client) GetKubernetesServiceAccounts(params *GetKubernetesServiceAccountsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesServiceAccountsOK, error)
GetKubernetesServiceAccounts gets a list of kubernetes service accounts

Get a list of kubernetes service accounts that the user has access to.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesServices

func (a *Client) GetKubernetesServices(params *GetKubernetesServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesServicesOK, error)
GetKubernetesServices gets a list of services

Get a list of services that the user has access to.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesServicesByNamespace

func (a *Client) GetKubernetesServicesByNamespace(params *GetKubernetesServicesByNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesServicesByNamespaceOK, error)
GetKubernetesServicesByNamespace gets a list of services for a given namespace

Get a list of services for a given namespace.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesVolume

func (a *Client) GetKubernetesVolume(params *GetKubernetesVolumeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesVolumeOK, error)
GetKubernetesVolume gets a kubernetes volume within the given portainer environment

Get a Kubernetes volume within the given environment (Endpoint). The Endpoint ID must be a valid Portainer environment identifier.

**Access policy**: Authenticated user.

func (*Client) GetKubernetesVolumesInNamespace

func (a *Client) GetKubernetesVolumesInNamespace(params *GetKubernetesVolumesInNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesVolumesInNamespaceOK, error)
GetKubernetesVolumesInNamespace gets kubernetes volumes within a namespace in the given portainer environment

Get a list of kubernetes volumes within the specified namespace in the given environment (Endpoint). The Endpoint ID must be a valid Portainer environment identifier.

**Access policy**: Authenticated user.

func (*Client) KubernetesNamespacesToggleSystem

KubernetesNamespacesToggleSystem toggles the system state for a namespace

Toggle the system state for a namespace

**Access policy**: Administrator or environment administrator.

func (*Client) RestartKubernetesApplication

RestartKubernetesApplication restarts a kubernetes application

Restart a Kubernetes deployment, statefulset and daemonset application, using a kubectl rollout-restart

**Access policy**: authenticated

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateK8sPodSecurityRule

func (a *Client) UpdateK8sPodSecurityRule(params *UpdateK8sPodSecurityRuleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateK8sPodSecurityRuleOK, error)
UpdateK8sPodSecurityRule updates pod security rule within k8s cluster

Update Pod Security Rule within k8s cluster

**Access policy**: authenticated

func (*Client) UpdateKubernetesIngress

func (a *Client) UpdateKubernetesIngress(params *UpdateKubernetesIngressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesIngressNoContent, error)
UpdateKubernetesIngress updates an ingress

Update an Ingress for the provided environment.

**Access policy**: Authenticated user.

func (*Client) UpdateKubernetesIngressControllers

UpdateKubernetesIngressControllers updates block unblock ingress controllers

Update (block/unblock) ingress controllers for the provided environment.

**Access policy**: Authenticated user.

func (*Client) UpdateKubernetesIngressControllersByNamespace

UpdateKubernetesIngressControllersByNamespace updates block unblock ingress controllers by namespace

Update (block/unblock) ingress controllers by namespace for the provided environment.

**Access policy**: Authenticated user.

func (*Client) UpdateKubernetesNamespace

func (a *Client) UpdateKubernetesNamespace(params *UpdateKubernetesNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesNamespaceOK, error)
UpdateKubernetesNamespace updates a namespace

Update a namespace within the given environment.

**Access policy**: Authenticated user.

func (*Client) UpdateKubernetesNamespaceDeprecated

func (a *Client) UpdateKubernetesNamespaceDeprecated(params *UpdateKubernetesNamespaceDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesNamespaceDeprecatedOK, error)
UpdateKubernetesNamespaceDeprecated updates a namespace

Update a namespace within the given environment.

**Access policy**: Authenticated user.

func (*Client) UpdateKubernetesService

func (a *Client) UpdateKubernetesService(params *UpdateKubernetesServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesServiceNoContent, error)
UpdateKubernetesService updates a service

Update a service within a given namespace.

**Access policy**: Authenticated user.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

func WithAccept

func WithAccept(mime string) ClientOption

WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

type ClientService

type ClientService interface {
	CreateKubernetesIngress(params *CreateKubernetesIngressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateKubernetesIngressNoContent, error)

	CreateKubernetesNamespace(params *CreateKubernetesNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateKubernetesNamespaceOK, error)

	CreateKubernetesService(params *CreateKubernetesServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateKubernetesServiceNoContent, error)

	DeleteClusterRoleBindings(params *DeleteClusterRoleBindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteClusterRoleBindingsNoContent, error)

	DeleteClusterRoles(params *DeleteClusterRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteClusterRolesNoContent, error)

	DeleteCronJobs(params *DeleteCronJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteCronJobsNoContent, error)

	DeleteJobs(params *DeleteJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteJobsNoContent, error)

	DeleteKubernetesIngresses(params *DeleteKubernetesIngressesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteKubernetesIngressesNoContent, error)

	DeleteKubernetesNamespace(params *DeleteKubernetesNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteKubernetesNamespaceOK, error)

	DeleteKubernetesServices(params *DeleteKubernetesServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteKubernetesServicesNoContent, error)

	DeleteRoleBindings(params *DeleteRoleBindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteRoleBindingsNoContent, error)

	DeleteRoles(params *DeleteRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteRolesNoContent, error)

	DeleteServiceAccounts(params *DeleteServiceAccountsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteServiceAccountsNoContent, error)

	DescribeResource(params *DescribeResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DescribeResourceOK, error)

	GetAllKubernetesApplications(params *GetAllKubernetesApplicationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesApplicationsOK, error)

	GetAllKubernetesClusterIngresses(params *GetAllKubernetesClusterIngressesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesClusterIngressesOK, error)

	GetAllKubernetesClusterIngressesCount(params *GetAllKubernetesClusterIngressesCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesClusterIngressesCountOK, error)

	GetAllKubernetesClusterRoleBindings(params *GetAllKubernetesClusterRoleBindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesClusterRoleBindingsOK, error)

	GetAllKubernetesClusterRoles(params *GetAllKubernetesClusterRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesClusterRolesOK, error)

	GetAllKubernetesConfigMaps(params *GetAllKubernetesConfigMapsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesConfigMapsOK, error)

	GetAllKubernetesConfigMapsCount(params *GetAllKubernetesConfigMapsCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesConfigMapsCountOK, error)

	GetAllKubernetesIngressControllers(params *GetAllKubernetesIngressControllersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesIngressControllersOK, error)

	GetAllKubernetesIngresses(params *GetAllKubernetesIngressesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesIngressesOK, error)

	GetAllKubernetesServicesCount(params *GetAllKubernetesServicesCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesServicesCountOK, error)

	GetAllKubernetesVolumes(params *GetAllKubernetesVolumesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesVolumesOK, error)

	GetApplicationsResources(params *GetApplicationsResourcesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApplicationsResourcesOK, error)

	GetKubernetesConfig(params *GetKubernetesConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesConfigOK, error)

	GetKubernetesConfigMap(params *GetKubernetesConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesConfigMapOK, error)

	GetKubernetesCronJobs(params *GetKubernetesCronJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesCronJobsOK, error)

	GetKubernetesDashboard(params *GetKubernetesDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesDashboardOK, error)

	GetKubernetesIngress(params *GetKubernetesIngressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesIngressOK, error)

	GetKubernetesIngressControllersByNamespace(params *GetKubernetesIngressControllersByNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesIngressControllersByNamespaceOK, error)

	GetKubernetesJobs(params *GetKubernetesJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesJobsOK, error)

	GetKubernetesMaxResourceLimits(params *GetKubernetesMaxResourceLimitsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMaxResourceLimitsOK, error)

	GetKubernetesMetricsForAllNodes(params *GetKubernetesMetricsForAllNodesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMetricsForAllNodesOK, error)

	GetKubernetesMetricsForAllPods(params *GetKubernetesMetricsForAllPodsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMetricsForAllPodsOK, error)

	GetKubernetesMetricsForNode(params *GetKubernetesMetricsForNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMetricsForNodeOK, error)

	GetKubernetesMetricsForPod(params *GetKubernetesMetricsForPodParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesMetricsForPodOK, error)

	GetKubernetesNamespace(params *GetKubernetesNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesNamespaceOK, error)

	GetKubernetesNamespaces(params *GetKubernetesNamespacesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesNamespacesOK, error)

	GetKubernetesNamespacesCount(params *GetKubernetesNamespacesCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesNamespacesCountOK, error)

	GetKubernetesNodesLimits(params *GetKubernetesNodesLimitsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesNodesLimitsOK, error)

	GetKubernetesRBACStatus(params *GetKubernetesRBACStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesRBACStatusOK, error)

	GetKubernetesRoleBindings(params *GetKubernetesRoleBindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesRoleBindingsOK, error)

	GetKubernetesRoles(params *GetKubernetesRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesRolesOK, error)

	GetKubernetesSecret(params *GetKubernetesSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesSecretOK, error)

	GetKubernetesSecrets(params *GetKubernetesSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesSecretsOK, error)

	GetKubernetesSecretsCount(params *GetKubernetesSecretsCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesSecretsCountOK, error)

	GetKubernetesServiceAccounts(params *GetKubernetesServiceAccountsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesServiceAccountsOK, error)

	GetKubernetesServices(params *GetKubernetesServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesServicesOK, error)

	GetKubernetesServicesByNamespace(params *GetKubernetesServicesByNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesServicesByNamespaceOK, error)

	GetKubernetesVolume(params *GetKubernetesVolumeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesVolumeOK, error)

	GetKubernetesVolumesInNamespace(params *GetKubernetesVolumesInNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesVolumesInNamespaceOK, error)

	KubernetesNamespacesToggleSystem(params *KubernetesNamespacesToggleSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*KubernetesNamespacesToggleSystemNoContent, error)

	UpdateKubernetesIngress(params *UpdateKubernetesIngressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesIngressNoContent, error)

	UpdateKubernetesIngressControllers(params *UpdateKubernetesIngressControllersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesIngressControllersNoContent, error)

	UpdateKubernetesIngressControllersByNamespace(params *UpdateKubernetesIngressControllersByNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesIngressControllersByNamespaceNoContent, error)

	UpdateKubernetesNamespace(params *UpdateKubernetesNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesNamespaceOK, error)

	UpdateKubernetesNamespaceDeprecated(params *UpdateKubernetesNamespaceDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesNamespaceDeprecatedOK, error)

	UpdateKubernetesService(params *UpdateKubernetesServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateKubernetesServiceNoContent, error)

	GetAllKubernetesApplicationsCount(params *GetAllKubernetesApplicationsCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesApplicationsCountOK, error)

	GetAllKubernetesVolumesCount(params *GetAllKubernetesVolumesCountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllKubernetesVolumesCountOK, error)

	GetKubernetesPodSecurityRule(params *GetKubernetesPodSecurityRuleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubernetesPodSecurityRuleOK, error)

	RestartKubernetesApplication(params *RestartKubernetesApplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestartKubernetesApplicationNoContent, error)

	UpdateK8sPodSecurityRule(params *UpdateK8sPodSecurityRuleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateK8sPodSecurityRuleOK, 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 API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new kubernetes API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new kubernetes API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type CreateKubernetesIngressBadRequest

type CreateKubernetesIngressBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewCreateKubernetesIngressBadRequest

func NewCreateKubernetesIngressBadRequest() *CreateKubernetesIngressBadRequest

NewCreateKubernetesIngressBadRequest creates a CreateKubernetesIngressBadRequest with default headers values

func (*CreateKubernetesIngressBadRequest) Code

Code gets the status code for the create kubernetes ingress bad request response

func (*CreateKubernetesIngressBadRequest) Error

func (*CreateKubernetesIngressBadRequest) IsClientError

func (o *CreateKubernetesIngressBadRequest) IsClientError() bool

IsClientError returns true when this create kubernetes ingress bad request response has a 4xx status code

func (*CreateKubernetesIngressBadRequest) IsCode

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

IsCode returns true when this create kubernetes ingress bad request response a status code equal to that given

func (*CreateKubernetesIngressBadRequest) IsRedirect

func (o *CreateKubernetesIngressBadRequest) IsRedirect() bool

IsRedirect returns true when this create kubernetes ingress bad request response has a 3xx status code

func (*CreateKubernetesIngressBadRequest) IsServerError

func (o *CreateKubernetesIngressBadRequest) IsServerError() bool

IsServerError returns true when this create kubernetes ingress bad request response has a 5xx status code

func (*CreateKubernetesIngressBadRequest) IsSuccess

func (o *CreateKubernetesIngressBadRequest) IsSuccess() bool

IsSuccess returns true when this create kubernetes ingress bad request response has a 2xx status code

func (*CreateKubernetesIngressBadRequest) String

type CreateKubernetesIngressConflict

type CreateKubernetesIngressConflict struct {
}

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

Conflict - an ingress with the same name already exists in the specified namespace.

func NewCreateKubernetesIngressConflict

func NewCreateKubernetesIngressConflict() *CreateKubernetesIngressConflict

NewCreateKubernetesIngressConflict creates a CreateKubernetesIngressConflict with default headers values

func (*CreateKubernetesIngressConflict) Code

Code gets the status code for the create kubernetes ingress conflict response

func (*CreateKubernetesIngressConflict) Error

func (*CreateKubernetesIngressConflict) IsClientError

func (o *CreateKubernetesIngressConflict) IsClientError() bool

IsClientError returns true when this create kubernetes ingress conflict response has a 4xx status code

func (*CreateKubernetesIngressConflict) IsCode

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

IsCode returns true when this create kubernetes ingress conflict response a status code equal to that given

func (*CreateKubernetesIngressConflict) IsRedirect

func (o *CreateKubernetesIngressConflict) IsRedirect() bool

IsRedirect returns true when this create kubernetes ingress conflict response has a 3xx status code

func (*CreateKubernetesIngressConflict) IsServerError

func (o *CreateKubernetesIngressConflict) IsServerError() bool

IsServerError returns true when this create kubernetes ingress conflict response has a 5xx status code

func (*CreateKubernetesIngressConflict) IsSuccess

func (o *CreateKubernetesIngressConflict) IsSuccess() bool

IsSuccess returns true when this create kubernetes ingress conflict response has a 2xx status code

func (*CreateKubernetesIngressConflict) String

type CreateKubernetesIngressForbidden

type CreateKubernetesIngressForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewCreateKubernetesIngressForbidden

func NewCreateKubernetesIngressForbidden() *CreateKubernetesIngressForbidden

NewCreateKubernetesIngressForbidden creates a CreateKubernetesIngressForbidden with default headers values

func (*CreateKubernetesIngressForbidden) Code

Code gets the status code for the create kubernetes ingress forbidden response

func (*CreateKubernetesIngressForbidden) Error

func (*CreateKubernetesIngressForbidden) IsClientError

func (o *CreateKubernetesIngressForbidden) IsClientError() bool

IsClientError returns true when this create kubernetes ingress forbidden response has a 4xx status code

func (*CreateKubernetesIngressForbidden) IsCode

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

IsCode returns true when this create kubernetes ingress forbidden response a status code equal to that given

func (*CreateKubernetesIngressForbidden) IsRedirect

func (o *CreateKubernetesIngressForbidden) IsRedirect() bool

IsRedirect returns true when this create kubernetes ingress forbidden response has a 3xx status code

func (*CreateKubernetesIngressForbidden) IsServerError

func (o *CreateKubernetesIngressForbidden) IsServerError() bool

IsServerError returns true when this create kubernetes ingress forbidden response has a 5xx status code

func (*CreateKubernetesIngressForbidden) IsSuccess

func (o *CreateKubernetesIngressForbidden) IsSuccess() bool

IsSuccess returns true when this create kubernetes ingress forbidden response has a 2xx status code

func (*CreateKubernetesIngressForbidden) String

type CreateKubernetesIngressInternalServerError

type CreateKubernetesIngressInternalServerError struct {
}

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

Server error occurred while attempting to create an ingress.

func NewCreateKubernetesIngressInternalServerError

func NewCreateKubernetesIngressInternalServerError() *CreateKubernetesIngressInternalServerError

NewCreateKubernetesIngressInternalServerError creates a CreateKubernetesIngressInternalServerError with default headers values

func (*CreateKubernetesIngressInternalServerError) Code

Code gets the status code for the create kubernetes ingress internal server error response

func (*CreateKubernetesIngressInternalServerError) Error

func (*CreateKubernetesIngressInternalServerError) IsClientError

IsClientError returns true when this create kubernetes ingress internal server error response has a 4xx status code

func (*CreateKubernetesIngressInternalServerError) IsCode

IsCode returns true when this create kubernetes ingress internal server error response a status code equal to that given

func (*CreateKubernetesIngressInternalServerError) IsRedirect

IsRedirect returns true when this create kubernetes ingress internal server error response has a 3xx status code

func (*CreateKubernetesIngressInternalServerError) IsServerError

IsServerError returns true when this create kubernetes ingress internal server error response has a 5xx status code

func (*CreateKubernetesIngressInternalServerError) IsSuccess

IsSuccess returns true when this create kubernetes ingress internal server error response has a 2xx status code

func (*CreateKubernetesIngressInternalServerError) String

type CreateKubernetesIngressNoContent

type CreateKubernetesIngressNoContent struct {
}

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

Success

func NewCreateKubernetesIngressNoContent

func NewCreateKubernetesIngressNoContent() *CreateKubernetesIngressNoContent

NewCreateKubernetesIngressNoContent creates a CreateKubernetesIngressNoContent with default headers values

func (*CreateKubernetesIngressNoContent) Code

Code gets the status code for the create kubernetes ingress no content response

func (*CreateKubernetesIngressNoContent) Error

func (*CreateKubernetesIngressNoContent) IsClientError

func (o *CreateKubernetesIngressNoContent) IsClientError() bool

IsClientError returns true when this create kubernetes ingress no content response has a 4xx status code

func (*CreateKubernetesIngressNoContent) IsCode

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

IsCode returns true when this create kubernetes ingress no content response a status code equal to that given

func (*CreateKubernetesIngressNoContent) IsRedirect

func (o *CreateKubernetesIngressNoContent) IsRedirect() bool

IsRedirect returns true when this create kubernetes ingress no content response has a 3xx status code

func (*CreateKubernetesIngressNoContent) IsServerError

func (o *CreateKubernetesIngressNoContent) IsServerError() bool

IsServerError returns true when this create kubernetes ingress no content response has a 5xx status code

func (*CreateKubernetesIngressNoContent) IsSuccess

func (o *CreateKubernetesIngressNoContent) IsSuccess() bool

IsSuccess returns true when this create kubernetes ingress no content response has a 2xx status code

func (*CreateKubernetesIngressNoContent) String

type CreateKubernetesIngressNotFound

type CreateKubernetesIngressNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewCreateKubernetesIngressNotFound

func NewCreateKubernetesIngressNotFound() *CreateKubernetesIngressNotFound

NewCreateKubernetesIngressNotFound creates a CreateKubernetesIngressNotFound with default headers values

func (*CreateKubernetesIngressNotFound) Code

Code gets the status code for the create kubernetes ingress not found response

func (*CreateKubernetesIngressNotFound) Error

func (*CreateKubernetesIngressNotFound) IsClientError

func (o *CreateKubernetesIngressNotFound) IsClientError() bool

IsClientError returns true when this create kubernetes ingress not found response has a 4xx status code

func (*CreateKubernetesIngressNotFound) IsCode

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

IsCode returns true when this create kubernetes ingress not found response a status code equal to that given

func (*CreateKubernetesIngressNotFound) IsRedirect

func (o *CreateKubernetesIngressNotFound) IsRedirect() bool

IsRedirect returns true when this create kubernetes ingress not found response has a 3xx status code

func (*CreateKubernetesIngressNotFound) IsServerError

func (o *CreateKubernetesIngressNotFound) IsServerError() bool

IsServerError returns true when this create kubernetes ingress not found response has a 5xx status code

func (*CreateKubernetesIngressNotFound) IsSuccess

func (o *CreateKubernetesIngressNotFound) IsSuccess() bool

IsSuccess returns true when this create kubernetes ingress not found response has a 2xx status code

func (*CreateKubernetesIngressNotFound) String

type CreateKubernetesIngressParams

type CreateKubernetesIngressParams struct {

	/* Body.

	   Ingress details
	*/
	Body *models.KubernetesK8sIngressInfo

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace name
	*/
	Namespace string

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

CreateKubernetesIngressParams contains all the parameters to send to the API endpoint

for the create kubernetes ingress operation.

Typically these are written to a http.Request.

func NewCreateKubernetesIngressParams

func NewCreateKubernetesIngressParams() *CreateKubernetesIngressParams

NewCreateKubernetesIngressParams creates a new CreateKubernetesIngressParams 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 NewCreateKubernetesIngressParamsWithContext

func NewCreateKubernetesIngressParamsWithContext(ctx context.Context) *CreateKubernetesIngressParams

NewCreateKubernetesIngressParamsWithContext creates a new CreateKubernetesIngressParams object with the ability to set a context for a request.

func NewCreateKubernetesIngressParamsWithHTTPClient

func NewCreateKubernetesIngressParamsWithHTTPClient(client *http.Client) *CreateKubernetesIngressParams

NewCreateKubernetesIngressParamsWithHTTPClient creates a new CreateKubernetesIngressParams object with the ability to set a custom HTTPClient for a request.

func NewCreateKubernetesIngressParamsWithTimeout

func NewCreateKubernetesIngressParamsWithTimeout(timeout time.Duration) *CreateKubernetesIngressParams

NewCreateKubernetesIngressParamsWithTimeout creates a new CreateKubernetesIngressParams object with the ability to set a timeout on a request.

func (*CreateKubernetesIngressParams) SetBody

SetBody adds the body to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) SetContext

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

SetContext adds the context to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) SetDefaults

func (o *CreateKubernetesIngressParams) SetDefaults()

SetDefaults hydrates default values in the create kubernetes ingress params (not the query body).

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

func (*CreateKubernetesIngressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) SetID

func (o *CreateKubernetesIngressParams) SetID(id int64)

SetID adds the id to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) SetNamespace

func (o *CreateKubernetesIngressParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) SetTimeout

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

SetTimeout adds the timeout to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) WithBody

WithBody adds the body to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) WithContext

WithContext adds the context to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) WithDefaults

WithDefaults hydrates default values in the create kubernetes ingress params (not the query body).

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

func (*CreateKubernetesIngressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) WithID

WithID adds the id to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) WithNamespace

WithNamespace adds the namespace to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) WithTimeout

WithTimeout adds the timeout to the create kubernetes ingress params

func (*CreateKubernetesIngressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateKubernetesIngressReader

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

CreateKubernetesIngressReader is a Reader for the CreateKubernetesIngress structure.

func (*CreateKubernetesIngressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateKubernetesIngressUnauthorized

type CreateKubernetesIngressUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewCreateKubernetesIngressUnauthorized

func NewCreateKubernetesIngressUnauthorized() *CreateKubernetesIngressUnauthorized

NewCreateKubernetesIngressUnauthorized creates a CreateKubernetesIngressUnauthorized with default headers values

func (*CreateKubernetesIngressUnauthorized) Code

Code gets the status code for the create kubernetes ingress unauthorized response

func (*CreateKubernetesIngressUnauthorized) Error

func (*CreateKubernetesIngressUnauthorized) IsClientError

func (o *CreateKubernetesIngressUnauthorized) IsClientError() bool

IsClientError returns true when this create kubernetes ingress unauthorized response has a 4xx status code

func (*CreateKubernetesIngressUnauthorized) IsCode

IsCode returns true when this create kubernetes ingress unauthorized response a status code equal to that given

func (*CreateKubernetesIngressUnauthorized) IsRedirect

func (o *CreateKubernetesIngressUnauthorized) IsRedirect() bool

IsRedirect returns true when this create kubernetes ingress unauthorized response has a 3xx status code

func (*CreateKubernetesIngressUnauthorized) IsServerError

func (o *CreateKubernetesIngressUnauthorized) IsServerError() bool

IsServerError returns true when this create kubernetes ingress unauthorized response has a 5xx status code

func (*CreateKubernetesIngressUnauthorized) IsSuccess

IsSuccess returns true when this create kubernetes ingress unauthorized response has a 2xx status code

func (*CreateKubernetesIngressUnauthorized) String

type CreateKubernetesNamespaceBadRequest

type CreateKubernetesNamespaceBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewCreateKubernetesNamespaceBadRequest

func NewCreateKubernetesNamespaceBadRequest() *CreateKubernetesNamespaceBadRequest

NewCreateKubernetesNamespaceBadRequest creates a CreateKubernetesNamespaceBadRequest with default headers values

func (*CreateKubernetesNamespaceBadRequest) Code

Code gets the status code for the create kubernetes namespace bad request response

func (*CreateKubernetesNamespaceBadRequest) Error

func (*CreateKubernetesNamespaceBadRequest) IsClientError

func (o *CreateKubernetesNamespaceBadRequest) IsClientError() bool

IsClientError returns true when this create kubernetes namespace bad request response has a 4xx status code

func (*CreateKubernetesNamespaceBadRequest) IsCode

IsCode returns true when this create kubernetes namespace bad request response a status code equal to that given

func (*CreateKubernetesNamespaceBadRequest) IsRedirect

func (o *CreateKubernetesNamespaceBadRequest) IsRedirect() bool

IsRedirect returns true when this create kubernetes namespace bad request response has a 3xx status code

func (*CreateKubernetesNamespaceBadRequest) IsServerError

func (o *CreateKubernetesNamespaceBadRequest) IsServerError() bool

IsServerError returns true when this create kubernetes namespace bad request response has a 5xx status code

func (*CreateKubernetesNamespaceBadRequest) IsSuccess

IsSuccess returns true when this create kubernetes namespace bad request response has a 2xx status code

func (*CreateKubernetesNamespaceBadRequest) String

type CreateKubernetesNamespaceConflict

type CreateKubernetesNamespaceConflict struct {
}

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

Conflict - the namespace already exists.

func NewCreateKubernetesNamespaceConflict

func NewCreateKubernetesNamespaceConflict() *CreateKubernetesNamespaceConflict

NewCreateKubernetesNamespaceConflict creates a CreateKubernetesNamespaceConflict with default headers values

func (*CreateKubernetesNamespaceConflict) Code

Code gets the status code for the create kubernetes namespace conflict response

func (*CreateKubernetesNamespaceConflict) Error

func (*CreateKubernetesNamespaceConflict) IsClientError

func (o *CreateKubernetesNamespaceConflict) IsClientError() bool

IsClientError returns true when this create kubernetes namespace conflict response has a 4xx status code

func (*CreateKubernetesNamespaceConflict) IsCode

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

IsCode returns true when this create kubernetes namespace conflict response a status code equal to that given

func (*CreateKubernetesNamespaceConflict) IsRedirect

func (o *CreateKubernetesNamespaceConflict) IsRedirect() bool

IsRedirect returns true when this create kubernetes namespace conflict response has a 3xx status code

func (*CreateKubernetesNamespaceConflict) IsServerError

func (o *CreateKubernetesNamespaceConflict) IsServerError() bool

IsServerError returns true when this create kubernetes namespace conflict response has a 5xx status code

func (*CreateKubernetesNamespaceConflict) IsSuccess

func (o *CreateKubernetesNamespaceConflict) IsSuccess() bool

IsSuccess returns true when this create kubernetes namespace conflict response has a 2xx status code

func (*CreateKubernetesNamespaceConflict) String

type CreateKubernetesNamespaceForbidden

type CreateKubernetesNamespaceForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewCreateKubernetesNamespaceForbidden

func NewCreateKubernetesNamespaceForbidden() *CreateKubernetesNamespaceForbidden

NewCreateKubernetesNamespaceForbidden creates a CreateKubernetesNamespaceForbidden with default headers values

func (*CreateKubernetesNamespaceForbidden) Code

Code gets the status code for the create kubernetes namespace forbidden response

func (*CreateKubernetesNamespaceForbidden) Error

func (*CreateKubernetesNamespaceForbidden) IsClientError

func (o *CreateKubernetesNamespaceForbidden) IsClientError() bool

IsClientError returns true when this create kubernetes namespace forbidden response has a 4xx status code

func (*CreateKubernetesNamespaceForbidden) IsCode

IsCode returns true when this create kubernetes namespace forbidden response a status code equal to that given

func (*CreateKubernetesNamespaceForbidden) IsRedirect

func (o *CreateKubernetesNamespaceForbidden) IsRedirect() bool

IsRedirect returns true when this create kubernetes namespace forbidden response has a 3xx status code

func (*CreateKubernetesNamespaceForbidden) IsServerError

func (o *CreateKubernetesNamespaceForbidden) IsServerError() bool

IsServerError returns true when this create kubernetes namespace forbidden response has a 5xx status code

func (*CreateKubernetesNamespaceForbidden) IsSuccess

IsSuccess returns true when this create kubernetes namespace forbidden response has a 2xx status code

func (*CreateKubernetesNamespaceForbidden) String

type CreateKubernetesNamespaceInternalServerError

type CreateKubernetesNamespaceInternalServerError struct {
}

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

Server error occurred while attempting to create the namespace.

func NewCreateKubernetesNamespaceInternalServerError

func NewCreateKubernetesNamespaceInternalServerError() *CreateKubernetesNamespaceInternalServerError

NewCreateKubernetesNamespaceInternalServerError creates a CreateKubernetesNamespaceInternalServerError with default headers values

func (*CreateKubernetesNamespaceInternalServerError) Code

Code gets the status code for the create kubernetes namespace internal server error response

func (*CreateKubernetesNamespaceInternalServerError) Error

func (*CreateKubernetesNamespaceInternalServerError) IsClientError

IsClientError returns true when this create kubernetes namespace internal server error response has a 4xx status code

func (*CreateKubernetesNamespaceInternalServerError) IsCode

IsCode returns true when this create kubernetes namespace internal server error response a status code equal to that given

func (*CreateKubernetesNamespaceInternalServerError) IsRedirect

IsRedirect returns true when this create kubernetes namespace internal server error response has a 3xx status code

func (*CreateKubernetesNamespaceInternalServerError) IsServerError

IsServerError returns true when this create kubernetes namespace internal server error response has a 5xx status code

func (*CreateKubernetesNamespaceInternalServerError) IsSuccess

IsSuccess returns true when this create kubernetes namespace internal server error response has a 2xx status code

func (*CreateKubernetesNamespaceInternalServerError) String

type CreateKubernetesNamespaceOK

type CreateKubernetesNamespaceOK struct {
	Payload *models.PortainerK8sNamespaceInfo
}

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

Success

func NewCreateKubernetesNamespaceOK

func NewCreateKubernetesNamespaceOK() *CreateKubernetesNamespaceOK

NewCreateKubernetesNamespaceOK creates a CreateKubernetesNamespaceOK with default headers values

func (*CreateKubernetesNamespaceOK) Code

func (o *CreateKubernetesNamespaceOK) Code() int

Code gets the status code for the create kubernetes namespace o k response

func (*CreateKubernetesNamespaceOK) Error

func (*CreateKubernetesNamespaceOK) GetPayload

func (*CreateKubernetesNamespaceOK) IsClientError

func (o *CreateKubernetesNamespaceOK) IsClientError() bool

IsClientError returns true when this create kubernetes namespace o k response has a 4xx status code

func (*CreateKubernetesNamespaceOK) IsCode

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

IsCode returns true when this create kubernetes namespace o k response a status code equal to that given

func (*CreateKubernetesNamespaceOK) IsRedirect

func (o *CreateKubernetesNamespaceOK) IsRedirect() bool

IsRedirect returns true when this create kubernetes namespace o k response has a 3xx status code

func (*CreateKubernetesNamespaceOK) IsServerError

func (o *CreateKubernetesNamespaceOK) IsServerError() bool

IsServerError returns true when this create kubernetes namespace o k response has a 5xx status code

func (*CreateKubernetesNamespaceOK) IsSuccess

func (o *CreateKubernetesNamespaceOK) IsSuccess() bool

IsSuccess returns true when this create kubernetes namespace o k response has a 2xx status code

func (*CreateKubernetesNamespaceOK) String

func (o *CreateKubernetesNamespaceOK) String() string

type CreateKubernetesNamespaceParams

type CreateKubernetesNamespaceParams struct {

	/* Body.

	   Namespace configuration details
	*/
	Body *models.ModelsK8sNamespaceDetails

	/* ID.

	   Environment identifier
	*/
	ID int64

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

CreateKubernetesNamespaceParams contains all the parameters to send to the API endpoint

for the create kubernetes namespace operation.

Typically these are written to a http.Request.

func NewCreateKubernetesNamespaceParams

func NewCreateKubernetesNamespaceParams() *CreateKubernetesNamespaceParams

NewCreateKubernetesNamespaceParams creates a new CreateKubernetesNamespaceParams 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 NewCreateKubernetesNamespaceParamsWithContext

func NewCreateKubernetesNamespaceParamsWithContext(ctx context.Context) *CreateKubernetesNamespaceParams

NewCreateKubernetesNamespaceParamsWithContext creates a new CreateKubernetesNamespaceParams object with the ability to set a context for a request.

func NewCreateKubernetesNamespaceParamsWithHTTPClient

func NewCreateKubernetesNamespaceParamsWithHTTPClient(client *http.Client) *CreateKubernetesNamespaceParams

NewCreateKubernetesNamespaceParamsWithHTTPClient creates a new CreateKubernetesNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewCreateKubernetesNamespaceParamsWithTimeout

func NewCreateKubernetesNamespaceParamsWithTimeout(timeout time.Duration) *CreateKubernetesNamespaceParams

NewCreateKubernetesNamespaceParamsWithTimeout creates a new CreateKubernetesNamespaceParams object with the ability to set a timeout on a request.

func (*CreateKubernetesNamespaceParams) SetBody

SetBody adds the body to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) SetContext

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

SetContext adds the context to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) SetDefaults

func (o *CreateKubernetesNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the create kubernetes namespace params (not the query body).

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

func (*CreateKubernetesNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) SetID

SetID adds the id to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) WithBody

WithBody adds the body to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) WithContext

WithContext adds the context to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) WithDefaults

WithDefaults hydrates default values in the create kubernetes namespace params (not the query body).

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

func (*CreateKubernetesNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) WithID

WithID adds the id to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) WithTimeout

WithTimeout adds the timeout to the create kubernetes namespace params

func (*CreateKubernetesNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateKubernetesNamespaceReader

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

CreateKubernetesNamespaceReader is a Reader for the CreateKubernetesNamespace structure.

func (*CreateKubernetesNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateKubernetesNamespaceUnauthorized

type CreateKubernetesNamespaceUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewCreateKubernetesNamespaceUnauthorized

func NewCreateKubernetesNamespaceUnauthorized() *CreateKubernetesNamespaceUnauthorized

NewCreateKubernetesNamespaceUnauthorized creates a CreateKubernetesNamespaceUnauthorized with default headers values

func (*CreateKubernetesNamespaceUnauthorized) Code

Code gets the status code for the create kubernetes namespace unauthorized response

func (*CreateKubernetesNamespaceUnauthorized) Error

func (*CreateKubernetesNamespaceUnauthorized) IsClientError

func (o *CreateKubernetesNamespaceUnauthorized) IsClientError() bool

IsClientError returns true when this create kubernetes namespace unauthorized response has a 4xx status code

func (*CreateKubernetesNamespaceUnauthorized) IsCode

IsCode returns true when this create kubernetes namespace unauthorized response a status code equal to that given

func (*CreateKubernetesNamespaceUnauthorized) IsRedirect

IsRedirect returns true when this create kubernetes namespace unauthorized response has a 3xx status code

func (*CreateKubernetesNamespaceUnauthorized) IsServerError

func (o *CreateKubernetesNamespaceUnauthorized) IsServerError() bool

IsServerError returns true when this create kubernetes namespace unauthorized response has a 5xx status code

func (*CreateKubernetesNamespaceUnauthorized) IsSuccess

IsSuccess returns true when this create kubernetes namespace unauthorized response has a 2xx status code

func (*CreateKubernetesNamespaceUnauthorized) String

type CreateKubernetesServiceBadRequest

type CreateKubernetesServiceBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewCreateKubernetesServiceBadRequest

func NewCreateKubernetesServiceBadRequest() *CreateKubernetesServiceBadRequest

NewCreateKubernetesServiceBadRequest creates a CreateKubernetesServiceBadRequest with default headers values

func (*CreateKubernetesServiceBadRequest) Code

Code gets the status code for the create kubernetes service bad request response

func (*CreateKubernetesServiceBadRequest) Error

func (*CreateKubernetesServiceBadRequest) IsClientError

func (o *CreateKubernetesServiceBadRequest) IsClientError() bool

IsClientError returns true when this create kubernetes service bad request response has a 4xx status code

func (*CreateKubernetesServiceBadRequest) IsCode

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

IsCode returns true when this create kubernetes service bad request response a status code equal to that given

func (*CreateKubernetesServiceBadRequest) IsRedirect

func (o *CreateKubernetesServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this create kubernetes service bad request response has a 3xx status code

func (*CreateKubernetesServiceBadRequest) IsServerError

func (o *CreateKubernetesServiceBadRequest) IsServerError() bool

IsServerError returns true when this create kubernetes service bad request response has a 5xx status code

func (*CreateKubernetesServiceBadRequest) IsSuccess

func (o *CreateKubernetesServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this create kubernetes service bad request response has a 2xx status code

func (*CreateKubernetesServiceBadRequest) String

type CreateKubernetesServiceForbidden

type CreateKubernetesServiceForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewCreateKubernetesServiceForbidden

func NewCreateKubernetesServiceForbidden() *CreateKubernetesServiceForbidden

NewCreateKubernetesServiceForbidden creates a CreateKubernetesServiceForbidden with default headers values

func (*CreateKubernetesServiceForbidden) Code

Code gets the status code for the create kubernetes service forbidden response

func (*CreateKubernetesServiceForbidden) Error

func (*CreateKubernetesServiceForbidden) IsClientError

func (o *CreateKubernetesServiceForbidden) IsClientError() bool

IsClientError returns true when this create kubernetes service forbidden response has a 4xx status code

func (*CreateKubernetesServiceForbidden) IsCode

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

IsCode returns true when this create kubernetes service forbidden response a status code equal to that given

func (*CreateKubernetesServiceForbidden) IsRedirect

func (o *CreateKubernetesServiceForbidden) IsRedirect() bool

IsRedirect returns true when this create kubernetes service forbidden response has a 3xx status code

func (*CreateKubernetesServiceForbidden) IsServerError

func (o *CreateKubernetesServiceForbidden) IsServerError() bool

IsServerError returns true when this create kubernetes service forbidden response has a 5xx status code

func (*CreateKubernetesServiceForbidden) IsSuccess

func (o *CreateKubernetesServiceForbidden) IsSuccess() bool

IsSuccess returns true when this create kubernetes service forbidden response has a 2xx status code

func (*CreateKubernetesServiceForbidden) String

type CreateKubernetesServiceInternalServerError

type CreateKubernetesServiceInternalServerError struct {
}

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

Server error occurred while attempting to create a service.

func NewCreateKubernetesServiceInternalServerError

func NewCreateKubernetesServiceInternalServerError() *CreateKubernetesServiceInternalServerError

NewCreateKubernetesServiceInternalServerError creates a CreateKubernetesServiceInternalServerError with default headers values

func (*CreateKubernetesServiceInternalServerError) Code

Code gets the status code for the create kubernetes service internal server error response

func (*CreateKubernetesServiceInternalServerError) Error

func (*CreateKubernetesServiceInternalServerError) IsClientError

IsClientError returns true when this create kubernetes service internal server error response has a 4xx status code

func (*CreateKubernetesServiceInternalServerError) IsCode

IsCode returns true when this create kubernetes service internal server error response a status code equal to that given

func (*CreateKubernetesServiceInternalServerError) IsRedirect

IsRedirect returns true when this create kubernetes service internal server error response has a 3xx status code

func (*CreateKubernetesServiceInternalServerError) IsServerError

IsServerError returns true when this create kubernetes service internal server error response has a 5xx status code

func (*CreateKubernetesServiceInternalServerError) IsSuccess

IsSuccess returns true when this create kubernetes service internal server error response has a 2xx status code

func (*CreateKubernetesServiceInternalServerError) String

type CreateKubernetesServiceNoContent

type CreateKubernetesServiceNoContent struct {
}

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

Success

func NewCreateKubernetesServiceNoContent

func NewCreateKubernetesServiceNoContent() *CreateKubernetesServiceNoContent

NewCreateKubernetesServiceNoContent creates a CreateKubernetesServiceNoContent with default headers values

func (*CreateKubernetesServiceNoContent) Code

Code gets the status code for the create kubernetes service no content response

func (*CreateKubernetesServiceNoContent) Error

func (*CreateKubernetesServiceNoContent) IsClientError

func (o *CreateKubernetesServiceNoContent) IsClientError() bool

IsClientError returns true when this create kubernetes service no content response has a 4xx status code

func (*CreateKubernetesServiceNoContent) IsCode

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

IsCode returns true when this create kubernetes service no content response a status code equal to that given

func (*CreateKubernetesServiceNoContent) IsRedirect

func (o *CreateKubernetesServiceNoContent) IsRedirect() bool

IsRedirect returns true when this create kubernetes service no content response has a 3xx status code

func (*CreateKubernetesServiceNoContent) IsServerError

func (o *CreateKubernetesServiceNoContent) IsServerError() bool

IsServerError returns true when this create kubernetes service no content response has a 5xx status code

func (*CreateKubernetesServiceNoContent) IsSuccess

func (o *CreateKubernetesServiceNoContent) IsSuccess() bool

IsSuccess returns true when this create kubernetes service no content response has a 2xx status code

func (*CreateKubernetesServiceNoContent) String

type CreateKubernetesServiceNotFound

type CreateKubernetesServiceNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewCreateKubernetesServiceNotFound

func NewCreateKubernetesServiceNotFound() *CreateKubernetesServiceNotFound

NewCreateKubernetesServiceNotFound creates a CreateKubernetesServiceNotFound with default headers values

func (*CreateKubernetesServiceNotFound) Code

Code gets the status code for the create kubernetes service not found response

func (*CreateKubernetesServiceNotFound) Error

func (*CreateKubernetesServiceNotFound) IsClientError

func (o *CreateKubernetesServiceNotFound) IsClientError() bool

IsClientError returns true when this create kubernetes service not found response has a 4xx status code

func (*CreateKubernetesServiceNotFound) IsCode

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

IsCode returns true when this create kubernetes service not found response a status code equal to that given

func (*CreateKubernetesServiceNotFound) IsRedirect

func (o *CreateKubernetesServiceNotFound) IsRedirect() bool

IsRedirect returns true when this create kubernetes service not found response has a 3xx status code

func (*CreateKubernetesServiceNotFound) IsServerError

func (o *CreateKubernetesServiceNotFound) IsServerError() bool

IsServerError returns true when this create kubernetes service not found response has a 5xx status code

func (*CreateKubernetesServiceNotFound) IsSuccess

func (o *CreateKubernetesServiceNotFound) IsSuccess() bool

IsSuccess returns true when this create kubernetes service not found response has a 2xx status code

func (*CreateKubernetesServiceNotFound) String

type CreateKubernetesServiceParams

type CreateKubernetesServiceParams struct {

	/* Body.

	   Service definition
	*/
	Body *models.KubernetesK8sServiceInfo

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace name
	*/
	Namespace string

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

CreateKubernetesServiceParams contains all the parameters to send to the API endpoint

for the create kubernetes service operation.

Typically these are written to a http.Request.

func NewCreateKubernetesServiceParams

func NewCreateKubernetesServiceParams() *CreateKubernetesServiceParams

NewCreateKubernetesServiceParams creates a new CreateKubernetesServiceParams 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 NewCreateKubernetesServiceParamsWithContext

func NewCreateKubernetesServiceParamsWithContext(ctx context.Context) *CreateKubernetesServiceParams

NewCreateKubernetesServiceParamsWithContext creates a new CreateKubernetesServiceParams object with the ability to set a context for a request.

func NewCreateKubernetesServiceParamsWithHTTPClient

func NewCreateKubernetesServiceParamsWithHTTPClient(client *http.Client) *CreateKubernetesServiceParams

NewCreateKubernetesServiceParamsWithHTTPClient creates a new CreateKubernetesServiceParams object with the ability to set a custom HTTPClient for a request.

func NewCreateKubernetesServiceParamsWithTimeout

func NewCreateKubernetesServiceParamsWithTimeout(timeout time.Duration) *CreateKubernetesServiceParams

NewCreateKubernetesServiceParamsWithTimeout creates a new CreateKubernetesServiceParams object with the ability to set a timeout on a request.

func (*CreateKubernetesServiceParams) SetBody

SetBody adds the body to the create kubernetes service params

func (*CreateKubernetesServiceParams) SetContext

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

SetContext adds the context to the create kubernetes service params

func (*CreateKubernetesServiceParams) SetDefaults

func (o *CreateKubernetesServiceParams) SetDefaults()

SetDefaults hydrates default values in the create kubernetes service params (not the query body).

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

func (*CreateKubernetesServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create kubernetes service params

func (*CreateKubernetesServiceParams) SetID

func (o *CreateKubernetesServiceParams) SetID(id int64)

SetID adds the id to the create kubernetes service params

func (*CreateKubernetesServiceParams) SetNamespace

func (o *CreateKubernetesServiceParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the create kubernetes service params

func (*CreateKubernetesServiceParams) SetTimeout

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

SetTimeout adds the timeout to the create kubernetes service params

func (*CreateKubernetesServiceParams) WithBody

WithBody adds the body to the create kubernetes service params

func (*CreateKubernetesServiceParams) WithContext

WithContext adds the context to the create kubernetes service params

func (*CreateKubernetesServiceParams) WithDefaults

WithDefaults hydrates default values in the create kubernetes service params (not the query body).

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

func (*CreateKubernetesServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create kubernetes service params

func (*CreateKubernetesServiceParams) WithID

WithID adds the id to the create kubernetes service params

func (*CreateKubernetesServiceParams) WithNamespace

WithNamespace adds the namespace to the create kubernetes service params

func (*CreateKubernetesServiceParams) WithTimeout

WithTimeout adds the timeout to the create kubernetes service params

func (*CreateKubernetesServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateKubernetesServiceReader

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

CreateKubernetesServiceReader is a Reader for the CreateKubernetesService structure.

func (*CreateKubernetesServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateKubernetesServiceUnauthorized

type CreateKubernetesServiceUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewCreateKubernetesServiceUnauthorized

func NewCreateKubernetesServiceUnauthorized() *CreateKubernetesServiceUnauthorized

NewCreateKubernetesServiceUnauthorized creates a CreateKubernetesServiceUnauthorized with default headers values

func (*CreateKubernetesServiceUnauthorized) Code

Code gets the status code for the create kubernetes service unauthorized response

func (*CreateKubernetesServiceUnauthorized) Error

func (*CreateKubernetesServiceUnauthorized) IsClientError

func (o *CreateKubernetesServiceUnauthorized) IsClientError() bool

IsClientError returns true when this create kubernetes service unauthorized response has a 4xx status code

func (*CreateKubernetesServiceUnauthorized) IsCode

IsCode returns true when this create kubernetes service unauthorized response a status code equal to that given

func (*CreateKubernetesServiceUnauthorized) IsRedirect

func (o *CreateKubernetesServiceUnauthorized) IsRedirect() bool

IsRedirect returns true when this create kubernetes service unauthorized response has a 3xx status code

func (*CreateKubernetesServiceUnauthorized) IsServerError

func (o *CreateKubernetesServiceUnauthorized) IsServerError() bool

IsServerError returns true when this create kubernetes service unauthorized response has a 5xx status code

func (*CreateKubernetesServiceUnauthorized) IsSuccess

IsSuccess returns true when this create kubernetes service unauthorized response has a 2xx status code

func (*CreateKubernetesServiceUnauthorized) String

type DeleteClusterRoleBindingsBadRequest

type DeleteClusterRoleBindingsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteClusterRoleBindingsBadRequest

func NewDeleteClusterRoleBindingsBadRequest() *DeleteClusterRoleBindingsBadRequest

NewDeleteClusterRoleBindingsBadRequest creates a DeleteClusterRoleBindingsBadRequest with default headers values

func (*DeleteClusterRoleBindingsBadRequest) Code

Code gets the status code for the delete cluster role bindings bad request response

func (*DeleteClusterRoleBindingsBadRequest) Error

func (*DeleteClusterRoleBindingsBadRequest) IsClientError

func (o *DeleteClusterRoleBindingsBadRequest) IsClientError() bool

IsClientError returns true when this delete cluster role bindings bad request response has a 4xx status code

func (*DeleteClusterRoleBindingsBadRequest) IsCode

IsCode returns true when this delete cluster role bindings bad request response a status code equal to that given

func (*DeleteClusterRoleBindingsBadRequest) IsRedirect

func (o *DeleteClusterRoleBindingsBadRequest) IsRedirect() bool

IsRedirect returns true when this delete cluster role bindings bad request response has a 3xx status code

func (*DeleteClusterRoleBindingsBadRequest) IsServerError

func (o *DeleteClusterRoleBindingsBadRequest) IsServerError() bool

IsServerError returns true when this delete cluster role bindings bad request response has a 5xx status code

func (*DeleteClusterRoleBindingsBadRequest) IsSuccess

IsSuccess returns true when this delete cluster role bindings bad request response has a 2xx status code

func (*DeleteClusterRoleBindingsBadRequest) String

type DeleteClusterRoleBindingsForbidden

type DeleteClusterRoleBindingsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDeleteClusterRoleBindingsForbidden

func NewDeleteClusterRoleBindingsForbidden() *DeleteClusterRoleBindingsForbidden

NewDeleteClusterRoleBindingsForbidden creates a DeleteClusterRoleBindingsForbidden with default headers values

func (*DeleteClusterRoleBindingsForbidden) Code

Code gets the status code for the delete cluster role bindings forbidden response

func (*DeleteClusterRoleBindingsForbidden) Error

func (*DeleteClusterRoleBindingsForbidden) IsClientError

func (o *DeleteClusterRoleBindingsForbidden) IsClientError() bool

IsClientError returns true when this delete cluster role bindings forbidden response has a 4xx status code

func (*DeleteClusterRoleBindingsForbidden) IsCode

IsCode returns true when this delete cluster role bindings forbidden response a status code equal to that given

func (*DeleteClusterRoleBindingsForbidden) IsRedirect

func (o *DeleteClusterRoleBindingsForbidden) IsRedirect() bool

IsRedirect returns true when this delete cluster role bindings forbidden response has a 3xx status code

func (*DeleteClusterRoleBindingsForbidden) IsServerError

func (o *DeleteClusterRoleBindingsForbidden) IsServerError() bool

IsServerError returns true when this delete cluster role bindings forbidden response has a 5xx status code

func (*DeleteClusterRoleBindingsForbidden) IsSuccess

IsSuccess returns true when this delete cluster role bindings forbidden response has a 2xx status code

func (*DeleteClusterRoleBindingsForbidden) String

type DeleteClusterRoleBindingsInternalServerError

type DeleteClusterRoleBindingsInternalServerError struct {
}

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

Server error occurred while attempting to delete cluster role bindings.

func NewDeleteClusterRoleBindingsInternalServerError

func NewDeleteClusterRoleBindingsInternalServerError() *DeleteClusterRoleBindingsInternalServerError

NewDeleteClusterRoleBindingsInternalServerError creates a DeleteClusterRoleBindingsInternalServerError with default headers values

func (*DeleteClusterRoleBindingsInternalServerError) Code

Code gets the status code for the delete cluster role bindings internal server error response

func (*DeleteClusterRoleBindingsInternalServerError) Error

func (*DeleteClusterRoleBindingsInternalServerError) IsClientError

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

func (*DeleteClusterRoleBindingsInternalServerError) IsCode

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

func (*DeleteClusterRoleBindingsInternalServerError) IsRedirect

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

func (*DeleteClusterRoleBindingsInternalServerError) IsServerError

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

func (*DeleteClusterRoleBindingsInternalServerError) IsSuccess

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

func (*DeleteClusterRoleBindingsInternalServerError) String

type DeleteClusterRoleBindingsNoContent

type DeleteClusterRoleBindingsNoContent struct {
}

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

Success

func NewDeleteClusterRoleBindingsNoContent

func NewDeleteClusterRoleBindingsNoContent() *DeleteClusterRoleBindingsNoContent

NewDeleteClusterRoleBindingsNoContent creates a DeleteClusterRoleBindingsNoContent with default headers values

func (*DeleteClusterRoleBindingsNoContent) Code

Code gets the status code for the delete cluster role bindings no content response

func (*DeleteClusterRoleBindingsNoContent) Error

func (*DeleteClusterRoleBindingsNoContent) IsClientError

func (o *DeleteClusterRoleBindingsNoContent) IsClientError() bool

IsClientError returns true when this delete cluster role bindings no content response has a 4xx status code

func (*DeleteClusterRoleBindingsNoContent) IsCode

IsCode returns true when this delete cluster role bindings no content response a status code equal to that given

func (*DeleteClusterRoleBindingsNoContent) IsRedirect

func (o *DeleteClusterRoleBindingsNoContent) IsRedirect() bool

IsRedirect returns true when this delete cluster role bindings no content response has a 3xx status code

func (*DeleteClusterRoleBindingsNoContent) IsServerError

func (o *DeleteClusterRoleBindingsNoContent) IsServerError() bool

IsServerError returns true when this delete cluster role bindings no content response has a 5xx status code

func (*DeleteClusterRoleBindingsNoContent) IsSuccess

IsSuccess returns true when this delete cluster role bindings no content response has a 2xx status code

func (*DeleteClusterRoleBindingsNoContent) String

type DeleteClusterRoleBindingsNotFound

type DeleteClusterRoleBindingsNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific cluster role binding.

func NewDeleteClusterRoleBindingsNotFound

func NewDeleteClusterRoleBindingsNotFound() *DeleteClusterRoleBindingsNotFound

NewDeleteClusterRoleBindingsNotFound creates a DeleteClusterRoleBindingsNotFound with default headers values

func (*DeleteClusterRoleBindingsNotFound) Code

Code gets the status code for the delete cluster role bindings not found response

func (*DeleteClusterRoleBindingsNotFound) Error

func (*DeleteClusterRoleBindingsNotFound) IsClientError

func (o *DeleteClusterRoleBindingsNotFound) IsClientError() bool

IsClientError returns true when this delete cluster role bindings not found response has a 4xx status code

func (*DeleteClusterRoleBindingsNotFound) IsCode

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

IsCode returns true when this delete cluster role bindings not found response a status code equal to that given

func (*DeleteClusterRoleBindingsNotFound) IsRedirect

func (o *DeleteClusterRoleBindingsNotFound) IsRedirect() bool

IsRedirect returns true when this delete cluster role bindings not found response has a 3xx status code

func (*DeleteClusterRoleBindingsNotFound) IsServerError

func (o *DeleteClusterRoleBindingsNotFound) IsServerError() bool

IsServerError returns true when this delete cluster role bindings not found response has a 5xx status code

func (*DeleteClusterRoleBindingsNotFound) IsSuccess

func (o *DeleteClusterRoleBindingsNotFound) IsSuccess() bool

IsSuccess returns true when this delete cluster role bindings not found response has a 2xx status code

func (*DeleteClusterRoleBindingsNotFound) String

type DeleteClusterRoleBindingsParams

type DeleteClusterRoleBindingsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Payload.

	   A list of cluster role bindings to delete
	*/
	Payload []string

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

DeleteClusterRoleBindingsParams contains all the parameters to send to the API endpoint

for the delete cluster role bindings operation.

Typically these are written to a http.Request.

func NewDeleteClusterRoleBindingsParams

func NewDeleteClusterRoleBindingsParams() *DeleteClusterRoleBindingsParams

NewDeleteClusterRoleBindingsParams creates a new DeleteClusterRoleBindingsParams 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 NewDeleteClusterRoleBindingsParamsWithContext

func NewDeleteClusterRoleBindingsParamsWithContext(ctx context.Context) *DeleteClusterRoleBindingsParams

NewDeleteClusterRoleBindingsParamsWithContext creates a new DeleteClusterRoleBindingsParams object with the ability to set a context for a request.

func NewDeleteClusterRoleBindingsParamsWithHTTPClient

func NewDeleteClusterRoleBindingsParamsWithHTTPClient(client *http.Client) *DeleteClusterRoleBindingsParams

NewDeleteClusterRoleBindingsParamsWithHTTPClient creates a new DeleteClusterRoleBindingsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteClusterRoleBindingsParamsWithTimeout

func NewDeleteClusterRoleBindingsParamsWithTimeout(timeout time.Duration) *DeleteClusterRoleBindingsParams

NewDeleteClusterRoleBindingsParamsWithTimeout creates a new DeleteClusterRoleBindingsParams object with the ability to set a timeout on a request.

func (*DeleteClusterRoleBindingsParams) SetContext

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

SetContext adds the context to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) SetDefaults

func (o *DeleteClusterRoleBindingsParams) SetDefaults()

SetDefaults hydrates default values in the delete cluster role bindings params (not the query body).

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

func (*DeleteClusterRoleBindingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) SetID

SetID adds the id to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) SetPayload

func (o *DeleteClusterRoleBindingsParams) SetPayload(payload []string)

SetPayload adds the payload to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) SetTimeout

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

SetTimeout adds the timeout to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) WithContext

WithContext adds the context to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) WithDefaults

WithDefaults hydrates default values in the delete cluster role bindings params (not the query body).

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

func (*DeleteClusterRoleBindingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) WithID

WithID adds the id to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) WithPayload

WithPayload adds the payload to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) WithTimeout

WithTimeout adds the timeout to the delete cluster role bindings params

func (*DeleteClusterRoleBindingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteClusterRoleBindingsReader

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

DeleteClusterRoleBindingsReader is a Reader for the DeleteClusterRoleBindings structure.

func (*DeleteClusterRoleBindingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteClusterRoleBindingsUnauthorized

type DeleteClusterRoleBindingsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDeleteClusterRoleBindingsUnauthorized

func NewDeleteClusterRoleBindingsUnauthorized() *DeleteClusterRoleBindingsUnauthorized

NewDeleteClusterRoleBindingsUnauthorized creates a DeleteClusterRoleBindingsUnauthorized with default headers values

func (*DeleteClusterRoleBindingsUnauthorized) Code

Code gets the status code for the delete cluster role bindings unauthorized response

func (*DeleteClusterRoleBindingsUnauthorized) Error

func (*DeleteClusterRoleBindingsUnauthorized) IsClientError

func (o *DeleteClusterRoleBindingsUnauthorized) IsClientError() bool

IsClientError returns true when this delete cluster role bindings unauthorized response has a 4xx status code

func (*DeleteClusterRoleBindingsUnauthorized) IsCode

IsCode returns true when this delete cluster role bindings unauthorized response a status code equal to that given

func (*DeleteClusterRoleBindingsUnauthorized) IsRedirect

IsRedirect returns true when this delete cluster role bindings unauthorized response has a 3xx status code

func (*DeleteClusterRoleBindingsUnauthorized) IsServerError

func (o *DeleteClusterRoleBindingsUnauthorized) IsServerError() bool

IsServerError returns true when this delete cluster role bindings unauthorized response has a 5xx status code

func (*DeleteClusterRoleBindingsUnauthorized) IsSuccess

IsSuccess returns true when this delete cluster role bindings unauthorized response has a 2xx status code

func (*DeleteClusterRoleBindingsUnauthorized) String

type DeleteClusterRolesBadRequest

type DeleteClusterRolesBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteClusterRolesBadRequest

func NewDeleteClusterRolesBadRequest() *DeleteClusterRolesBadRequest

NewDeleteClusterRolesBadRequest creates a DeleteClusterRolesBadRequest with default headers values

func (*DeleteClusterRolesBadRequest) Code

Code gets the status code for the delete cluster roles bad request response

func (*DeleteClusterRolesBadRequest) Error

func (*DeleteClusterRolesBadRequest) IsClientError

func (o *DeleteClusterRolesBadRequest) IsClientError() bool

IsClientError returns true when this delete cluster roles bad request response has a 4xx status code

func (*DeleteClusterRolesBadRequest) IsCode

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

IsCode returns true when this delete cluster roles bad request response a status code equal to that given

func (*DeleteClusterRolesBadRequest) IsRedirect

func (o *DeleteClusterRolesBadRequest) IsRedirect() bool

IsRedirect returns true when this delete cluster roles bad request response has a 3xx status code

func (*DeleteClusterRolesBadRequest) IsServerError

func (o *DeleteClusterRolesBadRequest) IsServerError() bool

IsServerError returns true when this delete cluster roles bad request response has a 5xx status code

func (*DeleteClusterRolesBadRequest) IsSuccess

func (o *DeleteClusterRolesBadRequest) IsSuccess() bool

IsSuccess returns true when this delete cluster roles bad request response has a 2xx status code

func (*DeleteClusterRolesBadRequest) String

type DeleteClusterRolesForbidden

type DeleteClusterRolesForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDeleteClusterRolesForbidden

func NewDeleteClusterRolesForbidden() *DeleteClusterRolesForbidden

NewDeleteClusterRolesForbidden creates a DeleteClusterRolesForbidden with default headers values

func (*DeleteClusterRolesForbidden) Code

func (o *DeleteClusterRolesForbidden) Code() int

Code gets the status code for the delete cluster roles forbidden response

func (*DeleteClusterRolesForbidden) Error

func (*DeleteClusterRolesForbidden) IsClientError

func (o *DeleteClusterRolesForbidden) IsClientError() bool

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

func (*DeleteClusterRolesForbidden) IsCode

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

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

func (*DeleteClusterRolesForbidden) IsRedirect

func (o *DeleteClusterRolesForbidden) IsRedirect() bool

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

func (*DeleteClusterRolesForbidden) IsServerError

func (o *DeleteClusterRolesForbidden) IsServerError() bool

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

func (*DeleteClusterRolesForbidden) IsSuccess

func (o *DeleteClusterRolesForbidden) IsSuccess() bool

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

func (*DeleteClusterRolesForbidden) String

func (o *DeleteClusterRolesForbidden) String() string

type DeleteClusterRolesInternalServerError

type DeleteClusterRolesInternalServerError struct {
}

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

Server error occurred while attempting to delete cluster roles.

func NewDeleteClusterRolesInternalServerError

func NewDeleteClusterRolesInternalServerError() *DeleteClusterRolesInternalServerError

NewDeleteClusterRolesInternalServerError creates a DeleteClusterRolesInternalServerError with default headers values

func (*DeleteClusterRolesInternalServerError) Code

Code gets the status code for the delete cluster roles internal server error response

func (*DeleteClusterRolesInternalServerError) Error

func (*DeleteClusterRolesInternalServerError) IsClientError

func (o *DeleteClusterRolesInternalServerError) IsClientError() bool

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

func (*DeleteClusterRolesInternalServerError) IsCode

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

func (*DeleteClusterRolesInternalServerError) IsRedirect

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

func (*DeleteClusterRolesInternalServerError) IsServerError

func (o *DeleteClusterRolesInternalServerError) IsServerError() bool

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

func (*DeleteClusterRolesInternalServerError) IsSuccess

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

func (*DeleteClusterRolesInternalServerError) String

type DeleteClusterRolesNoContent

type DeleteClusterRolesNoContent struct {
}

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

Success

func NewDeleteClusterRolesNoContent

func NewDeleteClusterRolesNoContent() *DeleteClusterRolesNoContent

NewDeleteClusterRolesNoContent creates a DeleteClusterRolesNoContent with default headers values

func (*DeleteClusterRolesNoContent) Code

func (o *DeleteClusterRolesNoContent) Code() int

Code gets the status code for the delete cluster roles no content response

func (*DeleteClusterRolesNoContent) Error

func (*DeleteClusterRolesNoContent) IsClientError

func (o *DeleteClusterRolesNoContent) IsClientError() bool

IsClientError returns true when this delete cluster roles no content response has a 4xx status code

func (*DeleteClusterRolesNoContent) IsCode

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

IsCode returns true when this delete cluster roles no content response a status code equal to that given

func (*DeleteClusterRolesNoContent) IsRedirect

func (o *DeleteClusterRolesNoContent) IsRedirect() bool

IsRedirect returns true when this delete cluster roles no content response has a 3xx status code

func (*DeleteClusterRolesNoContent) IsServerError

func (o *DeleteClusterRolesNoContent) IsServerError() bool

IsServerError returns true when this delete cluster roles no content response has a 5xx status code

func (*DeleteClusterRolesNoContent) IsSuccess

func (o *DeleteClusterRolesNoContent) IsSuccess() bool

IsSuccess returns true when this delete cluster roles no content response has a 2xx status code

func (*DeleteClusterRolesNoContent) String

func (o *DeleteClusterRolesNoContent) String() string

type DeleteClusterRolesNotFound

type DeleteClusterRolesNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific cluster role.

func NewDeleteClusterRolesNotFound

func NewDeleteClusterRolesNotFound() *DeleteClusterRolesNotFound

NewDeleteClusterRolesNotFound creates a DeleteClusterRolesNotFound with default headers values

func (*DeleteClusterRolesNotFound) Code

func (o *DeleteClusterRolesNotFound) Code() int

Code gets the status code for the delete cluster roles not found response

func (*DeleteClusterRolesNotFound) Error

func (*DeleteClusterRolesNotFound) IsClientError

func (o *DeleteClusterRolesNotFound) IsClientError() bool

IsClientError returns true when this delete cluster roles not found response has a 4xx status code

func (*DeleteClusterRolesNotFound) IsCode

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

IsCode returns true when this delete cluster roles not found response a status code equal to that given

func (*DeleteClusterRolesNotFound) IsRedirect

func (o *DeleteClusterRolesNotFound) IsRedirect() bool

IsRedirect returns true when this delete cluster roles not found response has a 3xx status code

func (*DeleteClusterRolesNotFound) IsServerError

func (o *DeleteClusterRolesNotFound) IsServerError() bool

IsServerError returns true when this delete cluster roles not found response has a 5xx status code

func (*DeleteClusterRolesNotFound) IsSuccess

func (o *DeleteClusterRolesNotFound) IsSuccess() bool

IsSuccess returns true when this delete cluster roles not found response has a 2xx status code

func (*DeleteClusterRolesNotFound) String

func (o *DeleteClusterRolesNotFound) String() string

type DeleteClusterRolesParams

type DeleteClusterRolesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Payload.

	   A list of cluster roles to delete
	*/
	Payload []string

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

DeleteClusterRolesParams contains all the parameters to send to the API endpoint

for the delete cluster roles operation.

Typically these are written to a http.Request.

func NewDeleteClusterRolesParams

func NewDeleteClusterRolesParams() *DeleteClusterRolesParams

NewDeleteClusterRolesParams creates a new DeleteClusterRolesParams 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 NewDeleteClusterRolesParamsWithContext

func NewDeleteClusterRolesParamsWithContext(ctx context.Context) *DeleteClusterRolesParams

NewDeleteClusterRolesParamsWithContext creates a new DeleteClusterRolesParams object with the ability to set a context for a request.

func NewDeleteClusterRolesParamsWithHTTPClient

func NewDeleteClusterRolesParamsWithHTTPClient(client *http.Client) *DeleteClusterRolesParams

NewDeleteClusterRolesParamsWithHTTPClient creates a new DeleteClusterRolesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteClusterRolesParamsWithTimeout

func NewDeleteClusterRolesParamsWithTimeout(timeout time.Duration) *DeleteClusterRolesParams

NewDeleteClusterRolesParamsWithTimeout creates a new DeleteClusterRolesParams object with the ability to set a timeout on a request.

func (*DeleteClusterRolesParams) SetContext

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

SetContext adds the context to the delete cluster roles params

func (*DeleteClusterRolesParams) SetDefaults

func (o *DeleteClusterRolesParams) SetDefaults()

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

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

func (*DeleteClusterRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cluster roles params

func (*DeleteClusterRolesParams) SetID

func (o *DeleteClusterRolesParams) SetID(id int64)

SetID adds the id to the delete cluster roles params

func (*DeleteClusterRolesParams) SetPayload

func (o *DeleteClusterRolesParams) SetPayload(payload []string)

SetPayload adds the payload to the delete cluster roles params

func (*DeleteClusterRolesParams) SetTimeout

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

SetTimeout adds the timeout to the delete cluster roles params

func (*DeleteClusterRolesParams) WithContext

WithContext adds the context to the delete cluster roles params

func (*DeleteClusterRolesParams) WithDefaults

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

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

func (*DeleteClusterRolesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete cluster roles params

func (*DeleteClusterRolesParams) WithID

WithID adds the id to the delete cluster roles params

func (*DeleteClusterRolesParams) WithPayload

func (o *DeleteClusterRolesParams) WithPayload(payload []string) *DeleteClusterRolesParams

WithPayload adds the payload to the delete cluster roles params

func (*DeleteClusterRolesParams) WithTimeout

WithTimeout adds the timeout to the delete cluster roles params

func (*DeleteClusterRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteClusterRolesReader

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

DeleteClusterRolesReader is a Reader for the DeleteClusterRoles structure.

func (*DeleteClusterRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteClusterRolesUnauthorized

type DeleteClusterRolesUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDeleteClusterRolesUnauthorized

func NewDeleteClusterRolesUnauthorized() *DeleteClusterRolesUnauthorized

NewDeleteClusterRolesUnauthorized creates a DeleteClusterRolesUnauthorized with default headers values

func (*DeleteClusterRolesUnauthorized) Code

Code gets the status code for the delete cluster roles unauthorized response

func (*DeleteClusterRolesUnauthorized) Error

func (*DeleteClusterRolesUnauthorized) IsClientError

func (o *DeleteClusterRolesUnauthorized) IsClientError() bool

IsClientError returns true when this delete cluster roles unauthorized response has a 4xx status code

func (*DeleteClusterRolesUnauthorized) IsCode

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

IsCode returns true when this delete cluster roles unauthorized response a status code equal to that given

func (*DeleteClusterRolesUnauthorized) IsRedirect

func (o *DeleteClusterRolesUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete cluster roles unauthorized response has a 3xx status code

func (*DeleteClusterRolesUnauthorized) IsServerError

func (o *DeleteClusterRolesUnauthorized) IsServerError() bool

IsServerError returns true when this delete cluster roles unauthorized response has a 5xx status code

func (*DeleteClusterRolesUnauthorized) IsSuccess

func (o *DeleteClusterRolesUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete cluster roles unauthorized response has a 2xx status code

func (*DeleteClusterRolesUnauthorized) String

type DeleteCronJobsBadRequest

type DeleteCronJobsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteCronJobsBadRequest

func NewDeleteCronJobsBadRequest() *DeleteCronJobsBadRequest

NewDeleteCronJobsBadRequest creates a DeleteCronJobsBadRequest with default headers values

func (*DeleteCronJobsBadRequest) Code

func (o *DeleteCronJobsBadRequest) Code() int

Code gets the status code for the delete cron jobs bad request response

func (*DeleteCronJobsBadRequest) Error

func (o *DeleteCronJobsBadRequest) Error() string

func (*DeleteCronJobsBadRequest) IsClientError

func (o *DeleteCronJobsBadRequest) IsClientError() bool

IsClientError returns true when this delete cron jobs bad request response has a 4xx status code

func (*DeleteCronJobsBadRequest) IsCode

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

IsCode returns true when this delete cron jobs bad request response a status code equal to that given

func (*DeleteCronJobsBadRequest) IsRedirect

func (o *DeleteCronJobsBadRequest) IsRedirect() bool

IsRedirect returns true when this delete cron jobs bad request response has a 3xx status code

func (*DeleteCronJobsBadRequest) IsServerError

func (o *DeleteCronJobsBadRequest) IsServerError() bool

IsServerError returns true when this delete cron jobs bad request response has a 5xx status code

func (*DeleteCronJobsBadRequest) IsSuccess

func (o *DeleteCronJobsBadRequest) IsSuccess() bool

IsSuccess returns true when this delete cron jobs bad request response has a 2xx status code

func (*DeleteCronJobsBadRequest) String

func (o *DeleteCronJobsBadRequest) String() string

type DeleteCronJobsForbidden

type DeleteCronJobsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDeleteCronJobsForbidden

func NewDeleteCronJobsForbidden() *DeleteCronJobsForbidden

NewDeleteCronJobsForbidden creates a DeleteCronJobsForbidden with default headers values

func (*DeleteCronJobsForbidden) Code

func (o *DeleteCronJobsForbidden) Code() int

Code gets the status code for the delete cron jobs forbidden response

func (*DeleteCronJobsForbidden) Error

func (o *DeleteCronJobsForbidden) Error() string

func (*DeleteCronJobsForbidden) IsClientError

func (o *DeleteCronJobsForbidden) IsClientError() bool

IsClientError returns true when this delete cron jobs forbidden response has a 4xx status code

func (*DeleteCronJobsForbidden) IsCode

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

IsCode returns true when this delete cron jobs forbidden response a status code equal to that given

func (*DeleteCronJobsForbidden) IsRedirect

func (o *DeleteCronJobsForbidden) IsRedirect() bool

IsRedirect returns true when this delete cron jobs forbidden response has a 3xx status code

func (*DeleteCronJobsForbidden) IsServerError

func (o *DeleteCronJobsForbidden) IsServerError() bool

IsServerError returns true when this delete cron jobs forbidden response has a 5xx status code

func (*DeleteCronJobsForbidden) IsSuccess

func (o *DeleteCronJobsForbidden) IsSuccess() bool

IsSuccess returns true when this delete cron jobs forbidden response has a 2xx status code

func (*DeleteCronJobsForbidden) String

func (o *DeleteCronJobsForbidden) String() string

type DeleteCronJobsInternalServerError

type DeleteCronJobsInternalServerError struct {
}

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

Server error occurred while attempting to delete Cron Jobs.

func NewDeleteCronJobsInternalServerError

func NewDeleteCronJobsInternalServerError() *DeleteCronJobsInternalServerError

NewDeleteCronJobsInternalServerError creates a DeleteCronJobsInternalServerError with default headers values

func (*DeleteCronJobsInternalServerError) Code

Code gets the status code for the delete cron jobs internal server error response

func (*DeleteCronJobsInternalServerError) Error

func (*DeleteCronJobsInternalServerError) IsClientError

func (o *DeleteCronJobsInternalServerError) IsClientError() bool

IsClientError returns true when this delete cron jobs internal server error response has a 4xx status code

func (*DeleteCronJobsInternalServerError) IsCode

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

IsCode returns true when this delete cron jobs internal server error response a status code equal to that given

func (*DeleteCronJobsInternalServerError) IsRedirect

func (o *DeleteCronJobsInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete cron jobs internal server error response has a 3xx status code

func (*DeleteCronJobsInternalServerError) IsServerError

func (o *DeleteCronJobsInternalServerError) IsServerError() bool

IsServerError returns true when this delete cron jobs internal server error response has a 5xx status code

func (*DeleteCronJobsInternalServerError) IsSuccess

func (o *DeleteCronJobsInternalServerError) IsSuccess() bool

IsSuccess returns true when this delete cron jobs internal server error response has a 2xx status code

func (*DeleteCronJobsInternalServerError) String

type DeleteCronJobsNoContent

type DeleteCronJobsNoContent struct {
}

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

Success

func NewDeleteCronJobsNoContent

func NewDeleteCronJobsNoContent() *DeleteCronJobsNoContent

NewDeleteCronJobsNoContent creates a DeleteCronJobsNoContent with default headers values

func (*DeleteCronJobsNoContent) Code

func (o *DeleteCronJobsNoContent) Code() int

Code gets the status code for the delete cron jobs no content response

func (*DeleteCronJobsNoContent) Error

func (o *DeleteCronJobsNoContent) Error() string

func (*DeleteCronJobsNoContent) IsClientError

func (o *DeleteCronJobsNoContent) IsClientError() bool

IsClientError returns true when this delete cron jobs no content response has a 4xx status code

func (*DeleteCronJobsNoContent) IsCode

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

IsCode returns true when this delete cron jobs no content response a status code equal to that given

func (*DeleteCronJobsNoContent) IsRedirect

func (o *DeleteCronJobsNoContent) IsRedirect() bool

IsRedirect returns true when this delete cron jobs no content response has a 3xx status code

func (*DeleteCronJobsNoContent) IsServerError

func (o *DeleteCronJobsNoContent) IsServerError() bool

IsServerError returns true when this delete cron jobs no content response has a 5xx status code

func (*DeleteCronJobsNoContent) IsSuccess

func (o *DeleteCronJobsNoContent) IsSuccess() bool

IsSuccess returns true when this delete cron jobs no content response has a 2xx status code

func (*DeleteCronJobsNoContent) String

func (o *DeleteCronJobsNoContent) String() string

type DeleteCronJobsNotFound

type DeleteCronJobsNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific service account.

func NewDeleteCronJobsNotFound

func NewDeleteCronJobsNotFound() *DeleteCronJobsNotFound

NewDeleteCronJobsNotFound creates a DeleteCronJobsNotFound with default headers values

func (*DeleteCronJobsNotFound) Code

func (o *DeleteCronJobsNotFound) Code() int

Code gets the status code for the delete cron jobs not found response

func (*DeleteCronJobsNotFound) Error

func (o *DeleteCronJobsNotFound) Error() string

func (*DeleteCronJobsNotFound) IsClientError

func (o *DeleteCronJobsNotFound) IsClientError() bool

IsClientError returns true when this delete cron jobs not found response has a 4xx status code

func (*DeleteCronJobsNotFound) IsCode

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

IsCode returns true when this delete cron jobs not found response a status code equal to that given

func (*DeleteCronJobsNotFound) IsRedirect

func (o *DeleteCronJobsNotFound) IsRedirect() bool

IsRedirect returns true when this delete cron jobs not found response has a 3xx status code

func (*DeleteCronJobsNotFound) IsServerError

func (o *DeleteCronJobsNotFound) IsServerError() bool

IsServerError returns true when this delete cron jobs not found response has a 5xx status code

func (*DeleteCronJobsNotFound) IsSuccess

func (o *DeleteCronJobsNotFound) IsSuccess() bool

IsSuccess returns true when this delete cron jobs not found response has a 2xx status code

func (*DeleteCronJobsNotFound) String

func (o *DeleteCronJobsNotFound) String() string

type DeleteCronJobsParams

type DeleteCronJobsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Payload.

	   A map where the key is the namespace and the value is an array of Cron Jobs to delete
	*/
	Payload models.KubernetesK8sCronJobDeleteRequests

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

DeleteCronJobsParams contains all the parameters to send to the API endpoint

for the delete cron jobs operation.

Typically these are written to a http.Request.

func NewDeleteCronJobsParams

func NewDeleteCronJobsParams() *DeleteCronJobsParams

NewDeleteCronJobsParams creates a new DeleteCronJobsParams 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 NewDeleteCronJobsParamsWithContext

func NewDeleteCronJobsParamsWithContext(ctx context.Context) *DeleteCronJobsParams

NewDeleteCronJobsParamsWithContext creates a new DeleteCronJobsParams object with the ability to set a context for a request.

func NewDeleteCronJobsParamsWithHTTPClient

func NewDeleteCronJobsParamsWithHTTPClient(client *http.Client) *DeleteCronJobsParams

NewDeleteCronJobsParamsWithHTTPClient creates a new DeleteCronJobsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCronJobsParamsWithTimeout

func NewDeleteCronJobsParamsWithTimeout(timeout time.Duration) *DeleteCronJobsParams

NewDeleteCronJobsParamsWithTimeout creates a new DeleteCronJobsParams object with the ability to set a timeout on a request.

func (*DeleteCronJobsParams) SetContext

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

SetContext adds the context to the delete cron jobs params

func (*DeleteCronJobsParams) SetDefaults

func (o *DeleteCronJobsParams) SetDefaults()

SetDefaults hydrates default values in the delete cron jobs params (not the query body).

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

func (*DeleteCronJobsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cron jobs params

func (*DeleteCronJobsParams) SetID

func (o *DeleteCronJobsParams) SetID(id int64)

SetID adds the id to the delete cron jobs params

func (*DeleteCronJobsParams) SetPayload

SetPayload adds the payload to the delete cron jobs params

func (*DeleteCronJobsParams) SetTimeout

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

SetTimeout adds the timeout to the delete cron jobs params

func (*DeleteCronJobsParams) WithContext

WithContext adds the context to the delete cron jobs params

func (*DeleteCronJobsParams) WithDefaults

func (o *DeleteCronJobsParams) WithDefaults() *DeleteCronJobsParams

WithDefaults hydrates default values in the delete cron jobs params (not the query body).

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

func (*DeleteCronJobsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete cron jobs params

func (*DeleteCronJobsParams) WithID

WithID adds the id to the delete cron jobs params

func (*DeleteCronJobsParams) WithPayload

WithPayload adds the payload to the delete cron jobs params

func (*DeleteCronJobsParams) WithTimeout

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

WithTimeout adds the timeout to the delete cron jobs params

func (*DeleteCronJobsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteCronJobsReader

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

DeleteCronJobsReader is a Reader for the DeleteCronJobs structure.

func (*DeleteCronJobsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteCronJobsUnauthorized

type DeleteCronJobsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDeleteCronJobsUnauthorized

func NewDeleteCronJobsUnauthorized() *DeleteCronJobsUnauthorized

NewDeleteCronJobsUnauthorized creates a DeleteCronJobsUnauthorized with default headers values

func (*DeleteCronJobsUnauthorized) Code

func (o *DeleteCronJobsUnauthorized) Code() int

Code gets the status code for the delete cron jobs unauthorized response

func (*DeleteCronJobsUnauthorized) Error

func (*DeleteCronJobsUnauthorized) IsClientError

func (o *DeleteCronJobsUnauthorized) IsClientError() bool

IsClientError returns true when this delete cron jobs unauthorized response has a 4xx status code

func (*DeleteCronJobsUnauthorized) IsCode

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

IsCode returns true when this delete cron jobs unauthorized response a status code equal to that given

func (*DeleteCronJobsUnauthorized) IsRedirect

func (o *DeleteCronJobsUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete cron jobs unauthorized response has a 3xx status code

func (*DeleteCronJobsUnauthorized) IsServerError

func (o *DeleteCronJobsUnauthorized) IsServerError() bool

IsServerError returns true when this delete cron jobs unauthorized response has a 5xx status code

func (*DeleteCronJobsUnauthorized) IsSuccess

func (o *DeleteCronJobsUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete cron jobs unauthorized response has a 2xx status code

func (*DeleteCronJobsUnauthorized) String

func (o *DeleteCronJobsUnauthorized) String() string

type DeleteJobsBadRequest

type DeleteJobsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteJobsBadRequest

func NewDeleteJobsBadRequest() *DeleteJobsBadRequest

NewDeleteJobsBadRequest creates a DeleteJobsBadRequest with default headers values

func (*DeleteJobsBadRequest) Code

func (o *DeleteJobsBadRequest) Code() int

Code gets the status code for the delete jobs bad request response

func (*DeleteJobsBadRequest) Error

func (o *DeleteJobsBadRequest) Error() string

func (*DeleteJobsBadRequest) IsClientError

func (o *DeleteJobsBadRequest) IsClientError() bool

IsClientError returns true when this delete jobs bad request response has a 4xx status code

func (*DeleteJobsBadRequest) IsCode

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

IsCode returns true when this delete jobs bad request response a status code equal to that given

func (*DeleteJobsBadRequest) IsRedirect

func (o *DeleteJobsBadRequest) IsRedirect() bool

IsRedirect returns true when this delete jobs bad request response has a 3xx status code

func (*DeleteJobsBadRequest) IsServerError

func (o *DeleteJobsBadRequest) IsServerError() bool

IsServerError returns true when this delete jobs bad request response has a 5xx status code

func (*DeleteJobsBadRequest) IsSuccess

func (o *DeleteJobsBadRequest) IsSuccess() bool

IsSuccess returns true when this delete jobs bad request response has a 2xx status code

func (*DeleteJobsBadRequest) String

func (o *DeleteJobsBadRequest) String() string

type DeleteJobsForbidden

type DeleteJobsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDeleteJobsForbidden

func NewDeleteJobsForbidden() *DeleteJobsForbidden

NewDeleteJobsForbidden creates a DeleteJobsForbidden with default headers values

func (*DeleteJobsForbidden) Code

func (o *DeleteJobsForbidden) Code() int

Code gets the status code for the delete jobs forbidden response

func (*DeleteJobsForbidden) Error

func (o *DeleteJobsForbidden) Error() string

func (*DeleteJobsForbidden) IsClientError

func (o *DeleteJobsForbidden) IsClientError() bool

IsClientError returns true when this delete jobs forbidden response has a 4xx status code

func (*DeleteJobsForbidden) IsCode

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

IsCode returns true when this delete jobs forbidden response a status code equal to that given

func (*DeleteJobsForbidden) IsRedirect

func (o *DeleteJobsForbidden) IsRedirect() bool

IsRedirect returns true when this delete jobs forbidden response has a 3xx status code

func (*DeleteJobsForbidden) IsServerError

func (o *DeleteJobsForbidden) IsServerError() bool

IsServerError returns true when this delete jobs forbidden response has a 5xx status code

func (*DeleteJobsForbidden) IsSuccess

func (o *DeleteJobsForbidden) IsSuccess() bool

IsSuccess returns true when this delete jobs forbidden response has a 2xx status code

func (*DeleteJobsForbidden) String

func (o *DeleteJobsForbidden) String() string

type DeleteJobsInternalServerError

type DeleteJobsInternalServerError struct {
}

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

Server error occurred while attempting to delete Jobs.

func NewDeleteJobsInternalServerError

func NewDeleteJobsInternalServerError() *DeleteJobsInternalServerError

NewDeleteJobsInternalServerError creates a DeleteJobsInternalServerError with default headers values

func (*DeleteJobsInternalServerError) Code

Code gets the status code for the delete jobs internal server error response

func (*DeleteJobsInternalServerError) Error

func (*DeleteJobsInternalServerError) IsClientError

func (o *DeleteJobsInternalServerError) IsClientError() bool

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

func (*DeleteJobsInternalServerError) IsCode

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

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

func (*DeleteJobsInternalServerError) IsRedirect

func (o *DeleteJobsInternalServerError) IsRedirect() bool

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

func (*DeleteJobsInternalServerError) IsServerError

func (o *DeleteJobsInternalServerError) IsServerError() bool

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

func (*DeleteJobsInternalServerError) IsSuccess

func (o *DeleteJobsInternalServerError) IsSuccess() bool

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

func (*DeleteJobsInternalServerError) String

type DeleteJobsNoContent

type DeleteJobsNoContent struct {
}

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

Success

func NewDeleteJobsNoContent

func NewDeleteJobsNoContent() *DeleteJobsNoContent

NewDeleteJobsNoContent creates a DeleteJobsNoContent with default headers values

func (*DeleteJobsNoContent) Code

func (o *DeleteJobsNoContent) Code() int

Code gets the status code for the delete jobs no content response

func (*DeleteJobsNoContent) Error

func (o *DeleteJobsNoContent) Error() string

func (*DeleteJobsNoContent) IsClientError

func (o *DeleteJobsNoContent) IsClientError() bool

IsClientError returns true when this delete jobs no content response has a 4xx status code

func (*DeleteJobsNoContent) IsCode

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

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

func (*DeleteJobsNoContent) IsRedirect

func (o *DeleteJobsNoContent) IsRedirect() bool

IsRedirect returns true when this delete jobs no content response has a 3xx status code

func (*DeleteJobsNoContent) IsServerError

func (o *DeleteJobsNoContent) IsServerError() bool

IsServerError returns true when this delete jobs no content response has a 5xx status code

func (*DeleteJobsNoContent) IsSuccess

func (o *DeleteJobsNoContent) IsSuccess() bool

IsSuccess returns true when this delete jobs no content response has a 2xx status code

func (*DeleteJobsNoContent) String

func (o *DeleteJobsNoContent) String() string

type DeleteJobsNotFound

type DeleteJobsNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific service account.

func NewDeleteJobsNotFound

func NewDeleteJobsNotFound() *DeleteJobsNotFound

NewDeleteJobsNotFound creates a DeleteJobsNotFound with default headers values

func (*DeleteJobsNotFound) Code

func (o *DeleteJobsNotFound) Code() int

Code gets the status code for the delete jobs not found response

func (*DeleteJobsNotFound) Error

func (o *DeleteJobsNotFound) Error() string

func (*DeleteJobsNotFound) IsClientError

func (o *DeleteJobsNotFound) IsClientError() bool

IsClientError returns true when this delete jobs not found response has a 4xx status code

func (*DeleteJobsNotFound) IsCode

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

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

func (*DeleteJobsNotFound) IsRedirect

func (o *DeleteJobsNotFound) IsRedirect() bool

IsRedirect returns true when this delete jobs not found response has a 3xx status code

func (*DeleteJobsNotFound) IsServerError

func (o *DeleteJobsNotFound) IsServerError() bool

IsServerError returns true when this delete jobs not found response has a 5xx status code

func (*DeleteJobsNotFound) IsSuccess

func (o *DeleteJobsNotFound) IsSuccess() bool

IsSuccess returns true when this delete jobs not found response has a 2xx status code

func (*DeleteJobsNotFound) String

func (o *DeleteJobsNotFound) String() string

type DeleteJobsParams

type DeleteJobsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Payload.

	   A map where the key is the namespace and the value is an array of Jobs to delete
	*/
	Payload models.KubernetesK8sJobDeleteRequests

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

DeleteJobsParams contains all the parameters to send to the API endpoint

for the delete jobs operation.

Typically these are written to a http.Request.

func NewDeleteJobsParams

func NewDeleteJobsParams() *DeleteJobsParams

NewDeleteJobsParams creates a new DeleteJobsParams 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 NewDeleteJobsParamsWithContext

func NewDeleteJobsParamsWithContext(ctx context.Context) *DeleteJobsParams

NewDeleteJobsParamsWithContext creates a new DeleteJobsParams object with the ability to set a context for a request.

func NewDeleteJobsParamsWithHTTPClient

func NewDeleteJobsParamsWithHTTPClient(client *http.Client) *DeleteJobsParams

NewDeleteJobsParamsWithHTTPClient creates a new DeleteJobsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteJobsParamsWithTimeout

func NewDeleteJobsParamsWithTimeout(timeout time.Duration) *DeleteJobsParams

NewDeleteJobsParamsWithTimeout creates a new DeleteJobsParams object with the ability to set a timeout on a request.

func (*DeleteJobsParams) SetContext

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

SetContext adds the context to the delete jobs params

func (*DeleteJobsParams) SetDefaults

func (o *DeleteJobsParams) SetDefaults()

SetDefaults hydrates default values in the delete jobs params (not the query body).

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

func (*DeleteJobsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete jobs params

func (*DeleteJobsParams) SetID

func (o *DeleteJobsParams) SetID(id int64)

SetID adds the id to the delete jobs params

func (*DeleteJobsParams) SetPayload

SetPayload adds the payload to the delete jobs params

func (*DeleteJobsParams) SetTimeout

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

SetTimeout adds the timeout to the delete jobs params

func (*DeleteJobsParams) WithContext

func (o *DeleteJobsParams) WithContext(ctx context.Context) *DeleteJobsParams

WithContext adds the context to the delete jobs params

func (*DeleteJobsParams) WithDefaults

func (o *DeleteJobsParams) WithDefaults() *DeleteJobsParams

WithDefaults hydrates default values in the delete jobs params (not the query body).

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

func (*DeleteJobsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete jobs params

func (*DeleteJobsParams) WithID

func (o *DeleteJobsParams) WithID(id int64) *DeleteJobsParams

WithID adds the id to the delete jobs params

func (*DeleteJobsParams) WithPayload

WithPayload adds the payload to the delete jobs params

func (*DeleteJobsParams) WithTimeout

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

WithTimeout adds the timeout to the delete jobs params

func (*DeleteJobsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteJobsReader

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

DeleteJobsReader is a Reader for the DeleteJobs structure.

func (*DeleteJobsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteJobsUnauthorized

type DeleteJobsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDeleteJobsUnauthorized

func NewDeleteJobsUnauthorized() *DeleteJobsUnauthorized

NewDeleteJobsUnauthorized creates a DeleteJobsUnauthorized with default headers values

func (*DeleteJobsUnauthorized) Code

func (o *DeleteJobsUnauthorized) Code() int

Code gets the status code for the delete jobs unauthorized response

func (*DeleteJobsUnauthorized) Error

func (o *DeleteJobsUnauthorized) Error() string

func (*DeleteJobsUnauthorized) IsClientError

func (o *DeleteJobsUnauthorized) IsClientError() bool

IsClientError returns true when this delete jobs unauthorized response has a 4xx status code

func (*DeleteJobsUnauthorized) IsCode

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

IsCode returns true when this delete jobs unauthorized response a status code equal to that given

func (*DeleteJobsUnauthorized) IsRedirect

func (o *DeleteJobsUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete jobs unauthorized response has a 3xx status code

func (*DeleteJobsUnauthorized) IsServerError

func (o *DeleteJobsUnauthorized) IsServerError() bool

IsServerError returns true when this delete jobs unauthorized response has a 5xx status code

func (*DeleteJobsUnauthorized) IsSuccess

func (o *DeleteJobsUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete jobs unauthorized response has a 2xx status code

func (*DeleteJobsUnauthorized) String

func (o *DeleteJobsUnauthorized) String() string

type DeleteKubernetesIngressesBadRequest

type DeleteKubernetesIngressesBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteKubernetesIngressesBadRequest

func NewDeleteKubernetesIngressesBadRequest() *DeleteKubernetesIngressesBadRequest

NewDeleteKubernetesIngressesBadRequest creates a DeleteKubernetesIngressesBadRequest with default headers values

func (*DeleteKubernetesIngressesBadRequest) Code

Code gets the status code for the delete kubernetes ingresses bad request response

func (*DeleteKubernetesIngressesBadRequest) Error

func (*DeleteKubernetesIngressesBadRequest) IsClientError

func (o *DeleteKubernetesIngressesBadRequest) IsClientError() bool

IsClientError returns true when this delete kubernetes ingresses bad request response has a 4xx status code

func (*DeleteKubernetesIngressesBadRequest) IsCode

IsCode returns true when this delete kubernetes ingresses bad request response a status code equal to that given

func (*DeleteKubernetesIngressesBadRequest) IsRedirect

func (o *DeleteKubernetesIngressesBadRequest) IsRedirect() bool

IsRedirect returns true when this delete kubernetes ingresses bad request response has a 3xx status code

func (*DeleteKubernetesIngressesBadRequest) IsServerError

func (o *DeleteKubernetesIngressesBadRequest) IsServerError() bool

IsServerError returns true when this delete kubernetes ingresses bad request response has a 5xx status code

func (*DeleteKubernetesIngressesBadRequest) IsSuccess

IsSuccess returns true when this delete kubernetes ingresses bad request response has a 2xx status code

func (*DeleteKubernetesIngressesBadRequest) String

type DeleteKubernetesIngressesForbidden

type DeleteKubernetesIngressesForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDeleteKubernetesIngressesForbidden

func NewDeleteKubernetesIngressesForbidden() *DeleteKubernetesIngressesForbidden

NewDeleteKubernetesIngressesForbidden creates a DeleteKubernetesIngressesForbidden with default headers values

func (*DeleteKubernetesIngressesForbidden) Code

Code gets the status code for the delete kubernetes ingresses forbidden response

func (*DeleteKubernetesIngressesForbidden) Error

func (*DeleteKubernetesIngressesForbidden) IsClientError

func (o *DeleteKubernetesIngressesForbidden) IsClientError() bool

IsClientError returns true when this delete kubernetes ingresses forbidden response has a 4xx status code

func (*DeleteKubernetesIngressesForbidden) IsCode

IsCode returns true when this delete kubernetes ingresses forbidden response a status code equal to that given

func (*DeleteKubernetesIngressesForbidden) IsRedirect

func (o *DeleteKubernetesIngressesForbidden) IsRedirect() bool

IsRedirect returns true when this delete kubernetes ingresses forbidden response has a 3xx status code

func (*DeleteKubernetesIngressesForbidden) IsServerError

func (o *DeleteKubernetesIngressesForbidden) IsServerError() bool

IsServerError returns true when this delete kubernetes ingresses forbidden response has a 5xx status code

func (*DeleteKubernetesIngressesForbidden) IsSuccess

IsSuccess returns true when this delete kubernetes ingresses forbidden response has a 2xx status code

func (*DeleteKubernetesIngressesForbidden) String

type DeleteKubernetesIngressesInternalServerError

type DeleteKubernetesIngressesInternalServerError struct {
}

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

Server error occurred while attempting to delete specified ingresses.

func NewDeleteKubernetesIngressesInternalServerError

func NewDeleteKubernetesIngressesInternalServerError() *DeleteKubernetesIngressesInternalServerError

NewDeleteKubernetesIngressesInternalServerError creates a DeleteKubernetesIngressesInternalServerError with default headers values

func (*DeleteKubernetesIngressesInternalServerError) Code

Code gets the status code for the delete kubernetes ingresses internal server error response

func (*DeleteKubernetesIngressesInternalServerError) Error

func (*DeleteKubernetesIngressesInternalServerError) IsClientError

IsClientError returns true when this delete kubernetes ingresses internal server error response has a 4xx status code

func (*DeleteKubernetesIngressesInternalServerError) IsCode

IsCode returns true when this delete kubernetes ingresses internal server error response a status code equal to that given

func (*DeleteKubernetesIngressesInternalServerError) IsRedirect

IsRedirect returns true when this delete kubernetes ingresses internal server error response has a 3xx status code

func (*DeleteKubernetesIngressesInternalServerError) IsServerError

IsServerError returns true when this delete kubernetes ingresses internal server error response has a 5xx status code

func (*DeleteKubernetesIngressesInternalServerError) IsSuccess

IsSuccess returns true when this delete kubernetes ingresses internal server error response has a 2xx status code

func (*DeleteKubernetesIngressesInternalServerError) String

type DeleteKubernetesIngressesNoContent

type DeleteKubernetesIngressesNoContent struct {
}

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

Success

func NewDeleteKubernetesIngressesNoContent

func NewDeleteKubernetesIngressesNoContent() *DeleteKubernetesIngressesNoContent

NewDeleteKubernetesIngressesNoContent creates a DeleteKubernetesIngressesNoContent with default headers values

func (*DeleteKubernetesIngressesNoContent) Code

Code gets the status code for the delete kubernetes ingresses no content response

func (*DeleteKubernetesIngressesNoContent) Error

func (*DeleteKubernetesIngressesNoContent) IsClientError

func (o *DeleteKubernetesIngressesNoContent) IsClientError() bool

IsClientError returns true when this delete kubernetes ingresses no content response has a 4xx status code

func (*DeleteKubernetesIngressesNoContent) IsCode

IsCode returns true when this delete kubernetes ingresses no content response a status code equal to that given

func (*DeleteKubernetesIngressesNoContent) IsRedirect

func (o *DeleteKubernetesIngressesNoContent) IsRedirect() bool

IsRedirect returns true when this delete kubernetes ingresses no content response has a 3xx status code

func (*DeleteKubernetesIngressesNoContent) IsServerError

func (o *DeleteKubernetesIngressesNoContent) IsServerError() bool

IsServerError returns true when this delete kubernetes ingresses no content response has a 5xx status code

func (*DeleteKubernetesIngressesNoContent) IsSuccess

IsSuccess returns true when this delete kubernetes ingresses no content response has a 2xx status code

func (*DeleteKubernetesIngressesNoContent) String

type DeleteKubernetesIngressesNotFound

type DeleteKubernetesIngressesNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific ingress.

func NewDeleteKubernetesIngressesNotFound

func NewDeleteKubernetesIngressesNotFound() *DeleteKubernetesIngressesNotFound

NewDeleteKubernetesIngressesNotFound creates a DeleteKubernetesIngressesNotFound with default headers values

func (*DeleteKubernetesIngressesNotFound) Code

Code gets the status code for the delete kubernetes ingresses not found response

func (*DeleteKubernetesIngressesNotFound) Error

func (*DeleteKubernetesIngressesNotFound) IsClientError

func (o *DeleteKubernetesIngressesNotFound) IsClientError() bool

IsClientError returns true when this delete kubernetes ingresses not found response has a 4xx status code

func (*DeleteKubernetesIngressesNotFound) IsCode

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

IsCode returns true when this delete kubernetes ingresses not found response a status code equal to that given

func (*DeleteKubernetesIngressesNotFound) IsRedirect

func (o *DeleteKubernetesIngressesNotFound) IsRedirect() bool

IsRedirect returns true when this delete kubernetes ingresses not found response has a 3xx status code

func (*DeleteKubernetesIngressesNotFound) IsServerError

func (o *DeleteKubernetesIngressesNotFound) IsServerError() bool

IsServerError returns true when this delete kubernetes ingresses not found response has a 5xx status code

func (*DeleteKubernetesIngressesNotFound) IsSuccess

func (o *DeleteKubernetesIngressesNotFound) IsSuccess() bool

IsSuccess returns true when this delete kubernetes ingresses not found response has a 2xx status code

func (*DeleteKubernetesIngressesNotFound) String

type DeleteKubernetesIngressesParams

type DeleteKubernetesIngressesParams struct {

	/* Body.

	   Ingress details
	*/
	Body models.KubernetesK8sIngressDeleteRequests

	/* ID.

	   Environment identifier
	*/
	ID int64

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

DeleteKubernetesIngressesParams contains all the parameters to send to the API endpoint

for the delete kubernetes ingresses operation.

Typically these are written to a http.Request.

func NewDeleteKubernetesIngressesParams

func NewDeleteKubernetesIngressesParams() *DeleteKubernetesIngressesParams

NewDeleteKubernetesIngressesParams creates a new DeleteKubernetesIngressesParams 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 NewDeleteKubernetesIngressesParamsWithContext

func NewDeleteKubernetesIngressesParamsWithContext(ctx context.Context) *DeleteKubernetesIngressesParams

NewDeleteKubernetesIngressesParamsWithContext creates a new DeleteKubernetesIngressesParams object with the ability to set a context for a request.

func NewDeleteKubernetesIngressesParamsWithHTTPClient

func NewDeleteKubernetesIngressesParamsWithHTTPClient(client *http.Client) *DeleteKubernetesIngressesParams

NewDeleteKubernetesIngressesParamsWithHTTPClient creates a new DeleteKubernetesIngressesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteKubernetesIngressesParamsWithTimeout

func NewDeleteKubernetesIngressesParamsWithTimeout(timeout time.Duration) *DeleteKubernetesIngressesParams

NewDeleteKubernetesIngressesParamsWithTimeout creates a new DeleteKubernetesIngressesParams object with the ability to set a timeout on a request.

func (*DeleteKubernetesIngressesParams) SetBody

SetBody adds the body to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) SetContext

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

SetContext adds the context to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) SetDefaults

func (o *DeleteKubernetesIngressesParams) SetDefaults()

SetDefaults hydrates default values in the delete kubernetes ingresses params (not the query body).

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

func (*DeleteKubernetesIngressesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) SetID

SetID adds the id to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) SetTimeout

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

SetTimeout adds the timeout to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) WithBody

WithBody adds the body to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) WithContext

WithContext adds the context to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) WithDefaults

WithDefaults hydrates default values in the delete kubernetes ingresses params (not the query body).

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

func (*DeleteKubernetesIngressesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) WithID

WithID adds the id to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) WithTimeout

WithTimeout adds the timeout to the delete kubernetes ingresses params

func (*DeleteKubernetesIngressesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKubernetesIngressesReader

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

DeleteKubernetesIngressesReader is a Reader for the DeleteKubernetesIngresses structure.

func (*DeleteKubernetesIngressesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteKubernetesIngressesUnauthorized

type DeleteKubernetesIngressesUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDeleteKubernetesIngressesUnauthorized

func NewDeleteKubernetesIngressesUnauthorized() *DeleteKubernetesIngressesUnauthorized

NewDeleteKubernetesIngressesUnauthorized creates a DeleteKubernetesIngressesUnauthorized with default headers values

func (*DeleteKubernetesIngressesUnauthorized) Code

Code gets the status code for the delete kubernetes ingresses unauthorized response

func (*DeleteKubernetesIngressesUnauthorized) Error

func (*DeleteKubernetesIngressesUnauthorized) IsClientError

func (o *DeleteKubernetesIngressesUnauthorized) IsClientError() bool

IsClientError returns true when this delete kubernetes ingresses unauthorized response has a 4xx status code

func (*DeleteKubernetesIngressesUnauthorized) IsCode

IsCode returns true when this delete kubernetes ingresses unauthorized response a status code equal to that given

func (*DeleteKubernetesIngressesUnauthorized) IsRedirect

IsRedirect returns true when this delete kubernetes ingresses unauthorized response has a 3xx status code

func (*DeleteKubernetesIngressesUnauthorized) IsServerError

func (o *DeleteKubernetesIngressesUnauthorized) IsServerError() bool

IsServerError returns true when this delete kubernetes ingresses unauthorized response has a 5xx status code

func (*DeleteKubernetesIngressesUnauthorized) IsSuccess

IsSuccess returns true when this delete kubernetes ingresses unauthorized response has a 2xx status code

func (*DeleteKubernetesIngressesUnauthorized) String

type DeleteKubernetesNamespaceBadRequest

type DeleteKubernetesNamespaceBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteKubernetesNamespaceBadRequest

func NewDeleteKubernetesNamespaceBadRequest() *DeleteKubernetesNamespaceBadRequest

NewDeleteKubernetesNamespaceBadRequest creates a DeleteKubernetesNamespaceBadRequest with default headers values

func (*DeleteKubernetesNamespaceBadRequest) Code

Code gets the status code for the delete kubernetes namespace bad request response

func (*DeleteKubernetesNamespaceBadRequest) Error

func (*DeleteKubernetesNamespaceBadRequest) IsClientError

func (o *DeleteKubernetesNamespaceBadRequest) IsClientError() bool

IsClientError returns true when this delete kubernetes namespace bad request response has a 4xx status code

func (*DeleteKubernetesNamespaceBadRequest) IsCode

IsCode returns true when this delete kubernetes namespace bad request response a status code equal to that given

func (*DeleteKubernetesNamespaceBadRequest) IsRedirect

func (o *DeleteKubernetesNamespaceBadRequest) IsRedirect() bool

IsRedirect returns true when this delete kubernetes namespace bad request response has a 3xx status code

func (*DeleteKubernetesNamespaceBadRequest) IsServerError

func (o *DeleteKubernetesNamespaceBadRequest) IsServerError() bool

IsServerError returns true when this delete kubernetes namespace bad request response has a 5xx status code

func (*DeleteKubernetesNamespaceBadRequest) IsSuccess

IsSuccess returns true when this delete kubernetes namespace bad request response has a 2xx status code

func (*DeleteKubernetesNamespaceBadRequest) String

type DeleteKubernetesNamespaceForbidden

type DeleteKubernetesNamespaceForbidden struct {
}

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

Unauthorized access or operation not allowed.

func NewDeleteKubernetesNamespaceForbidden

func NewDeleteKubernetesNamespaceForbidden() *DeleteKubernetesNamespaceForbidden

NewDeleteKubernetesNamespaceForbidden creates a DeleteKubernetesNamespaceForbidden with default headers values

func (*DeleteKubernetesNamespaceForbidden) Code

Code gets the status code for the delete kubernetes namespace forbidden response

func (*DeleteKubernetesNamespaceForbidden) Error

func (*DeleteKubernetesNamespaceForbidden) IsClientError

func (o *DeleteKubernetesNamespaceForbidden) IsClientError() bool

IsClientError returns true when this delete kubernetes namespace forbidden response has a 4xx status code

func (*DeleteKubernetesNamespaceForbidden) IsCode

IsCode returns true when this delete kubernetes namespace forbidden response a status code equal to that given

func (*DeleteKubernetesNamespaceForbidden) IsRedirect

func (o *DeleteKubernetesNamespaceForbidden) IsRedirect() bool

IsRedirect returns true when this delete kubernetes namespace forbidden response has a 3xx status code

func (*DeleteKubernetesNamespaceForbidden) IsServerError

func (o *DeleteKubernetesNamespaceForbidden) IsServerError() bool

IsServerError returns true when this delete kubernetes namespace forbidden response has a 5xx status code

func (*DeleteKubernetesNamespaceForbidden) IsSuccess

IsSuccess returns true when this delete kubernetes namespace forbidden response has a 2xx status code

func (*DeleteKubernetesNamespaceForbidden) String

type DeleteKubernetesNamespaceInternalServerError

type DeleteKubernetesNamespaceInternalServerError struct {
}

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

Server error occurred while attempting to delete the namespace.

func NewDeleteKubernetesNamespaceInternalServerError

func NewDeleteKubernetesNamespaceInternalServerError() *DeleteKubernetesNamespaceInternalServerError

NewDeleteKubernetesNamespaceInternalServerError creates a DeleteKubernetesNamespaceInternalServerError with default headers values

func (*DeleteKubernetesNamespaceInternalServerError) Code

Code gets the status code for the delete kubernetes namespace internal server error response

func (*DeleteKubernetesNamespaceInternalServerError) Error

func (*DeleteKubernetesNamespaceInternalServerError) IsClientError

IsClientError returns true when this delete kubernetes namespace internal server error response has a 4xx status code

func (*DeleteKubernetesNamespaceInternalServerError) IsCode

IsCode returns true when this delete kubernetes namespace internal server error response a status code equal to that given

func (*DeleteKubernetesNamespaceInternalServerError) IsRedirect

IsRedirect returns true when this delete kubernetes namespace internal server error response has a 3xx status code

func (*DeleteKubernetesNamespaceInternalServerError) IsServerError

IsServerError returns true when this delete kubernetes namespace internal server error response has a 5xx status code

func (*DeleteKubernetesNamespaceInternalServerError) IsSuccess

IsSuccess returns true when this delete kubernetes namespace internal server error response has a 2xx status code

func (*DeleteKubernetesNamespaceInternalServerError) String

type DeleteKubernetesNamespaceOK

type DeleteKubernetesNamespaceOK struct {
	Payload string
}

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

Success

func NewDeleteKubernetesNamespaceOK

func NewDeleteKubernetesNamespaceOK() *DeleteKubernetesNamespaceOK

NewDeleteKubernetesNamespaceOK creates a DeleteKubernetesNamespaceOK with default headers values

func (*DeleteKubernetesNamespaceOK) Code

func (o *DeleteKubernetesNamespaceOK) Code() int

Code gets the status code for the delete kubernetes namespace o k response

func (*DeleteKubernetesNamespaceOK) Error

func (*DeleteKubernetesNamespaceOK) GetPayload

func (o *DeleteKubernetesNamespaceOK) GetPayload() string

func (*DeleteKubernetesNamespaceOK) IsClientError

func (o *DeleteKubernetesNamespaceOK) IsClientError() bool

IsClientError returns true when this delete kubernetes namespace o k response has a 4xx status code

func (*DeleteKubernetesNamespaceOK) IsCode

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

IsCode returns true when this delete kubernetes namespace o k response a status code equal to that given

func (*DeleteKubernetesNamespaceOK) IsRedirect

func (o *DeleteKubernetesNamespaceOK) IsRedirect() bool

IsRedirect returns true when this delete kubernetes namespace o k response has a 3xx status code

func (*DeleteKubernetesNamespaceOK) IsServerError

func (o *DeleteKubernetesNamespaceOK) IsServerError() bool

IsServerError returns true when this delete kubernetes namespace o k response has a 5xx status code

func (*DeleteKubernetesNamespaceOK) IsSuccess

func (o *DeleteKubernetesNamespaceOK) IsSuccess() bool

IsSuccess returns true when this delete kubernetes namespace o k response has a 2xx status code

func (*DeleteKubernetesNamespaceOK) String

func (o *DeleteKubernetesNamespaceOK) String() string

type DeleteKubernetesNamespaceParams

type DeleteKubernetesNamespaceParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

DeleteKubernetesNamespaceParams contains all the parameters to send to the API endpoint

for the delete kubernetes namespace operation.

Typically these are written to a http.Request.

func NewDeleteKubernetesNamespaceParams

func NewDeleteKubernetesNamespaceParams() *DeleteKubernetesNamespaceParams

NewDeleteKubernetesNamespaceParams creates a new DeleteKubernetesNamespaceParams 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 NewDeleteKubernetesNamespaceParamsWithContext

func NewDeleteKubernetesNamespaceParamsWithContext(ctx context.Context) *DeleteKubernetesNamespaceParams

NewDeleteKubernetesNamespaceParamsWithContext creates a new DeleteKubernetesNamespaceParams object with the ability to set a context for a request.

func NewDeleteKubernetesNamespaceParamsWithHTTPClient

func NewDeleteKubernetesNamespaceParamsWithHTTPClient(client *http.Client) *DeleteKubernetesNamespaceParams

NewDeleteKubernetesNamespaceParamsWithHTTPClient creates a new DeleteKubernetesNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteKubernetesNamespaceParamsWithTimeout

func NewDeleteKubernetesNamespaceParamsWithTimeout(timeout time.Duration) *DeleteKubernetesNamespaceParams

NewDeleteKubernetesNamespaceParamsWithTimeout creates a new DeleteKubernetesNamespaceParams object with the ability to set a timeout on a request.

func (*DeleteKubernetesNamespaceParams) SetContext

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

SetContext adds the context to the delete kubernetes namespace params

func (*DeleteKubernetesNamespaceParams) SetDefaults

func (o *DeleteKubernetesNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the delete kubernetes namespace params (not the query body).

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

func (*DeleteKubernetesNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete kubernetes namespace params

func (*DeleteKubernetesNamespaceParams) SetID

SetID adds the id to the delete kubernetes namespace params

func (*DeleteKubernetesNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the delete kubernetes namespace params

func (*DeleteKubernetesNamespaceParams) WithContext

WithContext adds the context to the delete kubernetes namespace params

func (*DeleteKubernetesNamespaceParams) WithDefaults

WithDefaults hydrates default values in the delete kubernetes namespace params (not the query body).

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

func (*DeleteKubernetesNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete kubernetes namespace params

func (*DeleteKubernetesNamespaceParams) WithID

WithID adds the id to the delete kubernetes namespace params

func (*DeleteKubernetesNamespaceParams) WithTimeout

WithTimeout adds the timeout to the delete kubernetes namespace params

func (*DeleteKubernetesNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKubernetesNamespaceReader

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

DeleteKubernetesNamespaceReader is a Reader for the DeleteKubernetesNamespace structure.

func (*DeleteKubernetesNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteKubernetesServicesBadRequest

type DeleteKubernetesServicesBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteKubernetesServicesBadRequest

func NewDeleteKubernetesServicesBadRequest() *DeleteKubernetesServicesBadRequest

NewDeleteKubernetesServicesBadRequest creates a DeleteKubernetesServicesBadRequest with default headers values

func (*DeleteKubernetesServicesBadRequest) Code

Code gets the status code for the delete kubernetes services bad request response

func (*DeleteKubernetesServicesBadRequest) Error

func (*DeleteKubernetesServicesBadRequest) IsClientError

func (o *DeleteKubernetesServicesBadRequest) IsClientError() bool

IsClientError returns true when this delete kubernetes services bad request response has a 4xx status code

func (*DeleteKubernetesServicesBadRequest) IsCode

IsCode returns true when this delete kubernetes services bad request response a status code equal to that given

func (*DeleteKubernetesServicesBadRequest) IsRedirect

func (o *DeleteKubernetesServicesBadRequest) IsRedirect() bool

IsRedirect returns true when this delete kubernetes services bad request response has a 3xx status code

func (*DeleteKubernetesServicesBadRequest) IsServerError

func (o *DeleteKubernetesServicesBadRequest) IsServerError() bool

IsServerError returns true when this delete kubernetes services bad request response has a 5xx status code

func (*DeleteKubernetesServicesBadRequest) IsSuccess

IsSuccess returns true when this delete kubernetes services bad request response has a 2xx status code

func (*DeleteKubernetesServicesBadRequest) String

type DeleteKubernetesServicesForbidden

type DeleteKubernetesServicesForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDeleteKubernetesServicesForbidden

func NewDeleteKubernetesServicesForbidden() *DeleteKubernetesServicesForbidden

NewDeleteKubernetesServicesForbidden creates a DeleteKubernetesServicesForbidden with default headers values

func (*DeleteKubernetesServicesForbidden) Code

Code gets the status code for the delete kubernetes services forbidden response

func (*DeleteKubernetesServicesForbidden) Error

func (*DeleteKubernetesServicesForbidden) IsClientError

func (o *DeleteKubernetesServicesForbidden) IsClientError() bool

IsClientError returns true when this delete kubernetes services forbidden response has a 4xx status code

func (*DeleteKubernetesServicesForbidden) IsCode

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

IsCode returns true when this delete kubernetes services forbidden response a status code equal to that given

func (*DeleteKubernetesServicesForbidden) IsRedirect

func (o *DeleteKubernetesServicesForbidden) IsRedirect() bool

IsRedirect returns true when this delete kubernetes services forbidden response has a 3xx status code

func (*DeleteKubernetesServicesForbidden) IsServerError

func (o *DeleteKubernetesServicesForbidden) IsServerError() bool

IsServerError returns true when this delete kubernetes services forbidden response has a 5xx status code

func (*DeleteKubernetesServicesForbidden) IsSuccess

func (o *DeleteKubernetesServicesForbidden) IsSuccess() bool

IsSuccess returns true when this delete kubernetes services forbidden response has a 2xx status code

func (*DeleteKubernetesServicesForbidden) String

type DeleteKubernetesServicesInternalServerError

type DeleteKubernetesServicesInternalServerError struct {
}

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

Server error occurred while attempting to delete services.

func NewDeleteKubernetesServicesInternalServerError

func NewDeleteKubernetesServicesInternalServerError() *DeleteKubernetesServicesInternalServerError

NewDeleteKubernetesServicesInternalServerError creates a DeleteKubernetesServicesInternalServerError with default headers values

func (*DeleteKubernetesServicesInternalServerError) Code

Code gets the status code for the delete kubernetes services internal server error response

func (*DeleteKubernetesServicesInternalServerError) Error

func (*DeleteKubernetesServicesInternalServerError) IsClientError

IsClientError returns true when this delete kubernetes services internal server error response has a 4xx status code

func (*DeleteKubernetesServicesInternalServerError) IsCode

IsCode returns true when this delete kubernetes services internal server error response a status code equal to that given

func (*DeleteKubernetesServicesInternalServerError) IsRedirect

IsRedirect returns true when this delete kubernetes services internal server error response has a 3xx status code

func (*DeleteKubernetesServicesInternalServerError) IsServerError

IsServerError returns true when this delete kubernetes services internal server error response has a 5xx status code

func (*DeleteKubernetesServicesInternalServerError) IsSuccess

IsSuccess returns true when this delete kubernetes services internal server error response has a 2xx status code

func (*DeleteKubernetesServicesInternalServerError) String

type DeleteKubernetesServicesNoContent

type DeleteKubernetesServicesNoContent struct {
}

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

Success

func NewDeleteKubernetesServicesNoContent

func NewDeleteKubernetesServicesNoContent() *DeleteKubernetesServicesNoContent

NewDeleteKubernetesServicesNoContent creates a DeleteKubernetesServicesNoContent with default headers values

func (*DeleteKubernetesServicesNoContent) Code

Code gets the status code for the delete kubernetes services no content response

func (*DeleteKubernetesServicesNoContent) Error

func (*DeleteKubernetesServicesNoContent) IsClientError

func (o *DeleteKubernetesServicesNoContent) IsClientError() bool

IsClientError returns true when this delete kubernetes services no content response has a 4xx status code

func (*DeleteKubernetesServicesNoContent) IsCode

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

IsCode returns true when this delete kubernetes services no content response a status code equal to that given

func (*DeleteKubernetesServicesNoContent) IsRedirect

func (o *DeleteKubernetesServicesNoContent) IsRedirect() bool

IsRedirect returns true when this delete kubernetes services no content response has a 3xx status code

func (*DeleteKubernetesServicesNoContent) IsServerError

func (o *DeleteKubernetesServicesNoContent) IsServerError() bool

IsServerError returns true when this delete kubernetes services no content response has a 5xx status code

func (*DeleteKubernetesServicesNoContent) IsSuccess

func (o *DeleteKubernetesServicesNoContent) IsSuccess() bool

IsSuccess returns true when this delete kubernetes services no content response has a 2xx status code

func (*DeleteKubernetesServicesNoContent) String

type DeleteKubernetesServicesNotFound

type DeleteKubernetesServicesNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific service.

func NewDeleteKubernetesServicesNotFound

func NewDeleteKubernetesServicesNotFound() *DeleteKubernetesServicesNotFound

NewDeleteKubernetesServicesNotFound creates a DeleteKubernetesServicesNotFound with default headers values

func (*DeleteKubernetesServicesNotFound) Code

Code gets the status code for the delete kubernetes services not found response

func (*DeleteKubernetesServicesNotFound) Error

func (*DeleteKubernetesServicesNotFound) IsClientError

func (o *DeleteKubernetesServicesNotFound) IsClientError() bool

IsClientError returns true when this delete kubernetes services not found response has a 4xx status code

func (*DeleteKubernetesServicesNotFound) IsCode

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

IsCode returns true when this delete kubernetes services not found response a status code equal to that given

func (*DeleteKubernetesServicesNotFound) IsRedirect

func (o *DeleteKubernetesServicesNotFound) IsRedirect() bool

IsRedirect returns true when this delete kubernetes services not found response has a 3xx status code

func (*DeleteKubernetesServicesNotFound) IsServerError

func (o *DeleteKubernetesServicesNotFound) IsServerError() bool

IsServerError returns true when this delete kubernetes services not found response has a 5xx status code

func (*DeleteKubernetesServicesNotFound) IsSuccess

func (o *DeleteKubernetesServicesNotFound) IsSuccess() bool

IsSuccess returns true when this delete kubernetes services not found response has a 2xx status code

func (*DeleteKubernetesServicesNotFound) String

type DeleteKubernetesServicesParams

type DeleteKubernetesServicesParams struct {

	/* Body.

	   A map where the key is the namespace and the value is an array of services to delete
	*/
	Body models.KubernetesK8sServiceDeleteRequests

	/* ID.

	   Environment identifier
	*/
	ID int64

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

DeleteKubernetesServicesParams contains all the parameters to send to the API endpoint

for the delete kubernetes services operation.

Typically these are written to a http.Request.

func NewDeleteKubernetesServicesParams

func NewDeleteKubernetesServicesParams() *DeleteKubernetesServicesParams

NewDeleteKubernetesServicesParams creates a new DeleteKubernetesServicesParams 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 NewDeleteKubernetesServicesParamsWithContext

func NewDeleteKubernetesServicesParamsWithContext(ctx context.Context) *DeleteKubernetesServicesParams

NewDeleteKubernetesServicesParamsWithContext creates a new DeleteKubernetesServicesParams object with the ability to set a context for a request.

func NewDeleteKubernetesServicesParamsWithHTTPClient

func NewDeleteKubernetesServicesParamsWithHTTPClient(client *http.Client) *DeleteKubernetesServicesParams

NewDeleteKubernetesServicesParamsWithHTTPClient creates a new DeleteKubernetesServicesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteKubernetesServicesParamsWithTimeout

func NewDeleteKubernetesServicesParamsWithTimeout(timeout time.Duration) *DeleteKubernetesServicesParams

NewDeleteKubernetesServicesParamsWithTimeout creates a new DeleteKubernetesServicesParams object with the ability to set a timeout on a request.

func (*DeleteKubernetesServicesParams) SetBody

SetBody adds the body to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) SetContext

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

SetContext adds the context to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) SetDefaults

func (o *DeleteKubernetesServicesParams) SetDefaults()

SetDefaults hydrates default values in the delete kubernetes services params (not the query body).

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

func (*DeleteKubernetesServicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) SetID

SetID adds the id to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) SetTimeout

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

SetTimeout adds the timeout to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) WithBody

WithBody adds the body to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) WithContext

WithContext adds the context to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) WithDefaults

WithDefaults hydrates default values in the delete kubernetes services params (not the query body).

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

func (*DeleteKubernetesServicesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) WithID

WithID adds the id to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) WithTimeout

WithTimeout adds the timeout to the delete kubernetes services params

func (*DeleteKubernetesServicesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKubernetesServicesReader

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

DeleteKubernetesServicesReader is a Reader for the DeleteKubernetesServices structure.

func (*DeleteKubernetesServicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteKubernetesServicesUnauthorized

type DeleteKubernetesServicesUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDeleteKubernetesServicesUnauthorized

func NewDeleteKubernetesServicesUnauthorized() *DeleteKubernetesServicesUnauthorized

NewDeleteKubernetesServicesUnauthorized creates a DeleteKubernetesServicesUnauthorized with default headers values

func (*DeleteKubernetesServicesUnauthorized) Code

Code gets the status code for the delete kubernetes services unauthorized response

func (*DeleteKubernetesServicesUnauthorized) Error

func (*DeleteKubernetesServicesUnauthorized) IsClientError

func (o *DeleteKubernetesServicesUnauthorized) IsClientError() bool

IsClientError returns true when this delete kubernetes services unauthorized response has a 4xx status code

func (*DeleteKubernetesServicesUnauthorized) IsCode

IsCode returns true when this delete kubernetes services unauthorized response a status code equal to that given

func (*DeleteKubernetesServicesUnauthorized) IsRedirect

IsRedirect returns true when this delete kubernetes services unauthorized response has a 3xx status code

func (*DeleteKubernetesServicesUnauthorized) IsServerError

func (o *DeleteKubernetesServicesUnauthorized) IsServerError() bool

IsServerError returns true when this delete kubernetes services unauthorized response has a 5xx status code

func (*DeleteKubernetesServicesUnauthorized) IsSuccess

IsSuccess returns true when this delete kubernetes services unauthorized response has a 2xx status code

func (*DeleteKubernetesServicesUnauthorized) String

type DeleteRoleBindingsBadRequest

type DeleteRoleBindingsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteRoleBindingsBadRequest

func NewDeleteRoleBindingsBadRequest() *DeleteRoleBindingsBadRequest

NewDeleteRoleBindingsBadRequest creates a DeleteRoleBindingsBadRequest with default headers values

func (*DeleteRoleBindingsBadRequest) Code

Code gets the status code for the delete role bindings bad request response

func (*DeleteRoleBindingsBadRequest) Error

func (*DeleteRoleBindingsBadRequest) IsClientError

func (o *DeleteRoleBindingsBadRequest) IsClientError() bool

IsClientError returns true when this delete role bindings bad request response has a 4xx status code

func (*DeleteRoleBindingsBadRequest) IsCode

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

IsCode returns true when this delete role bindings bad request response a status code equal to that given

func (*DeleteRoleBindingsBadRequest) IsRedirect

func (o *DeleteRoleBindingsBadRequest) IsRedirect() bool

IsRedirect returns true when this delete role bindings bad request response has a 3xx status code

func (*DeleteRoleBindingsBadRequest) IsServerError

func (o *DeleteRoleBindingsBadRequest) IsServerError() bool

IsServerError returns true when this delete role bindings bad request response has a 5xx status code

func (*DeleteRoleBindingsBadRequest) IsSuccess

func (o *DeleteRoleBindingsBadRequest) IsSuccess() bool

IsSuccess returns true when this delete role bindings bad request response has a 2xx status code

func (*DeleteRoleBindingsBadRequest) String

type DeleteRoleBindingsForbidden

type DeleteRoleBindingsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDeleteRoleBindingsForbidden

func NewDeleteRoleBindingsForbidden() *DeleteRoleBindingsForbidden

NewDeleteRoleBindingsForbidden creates a DeleteRoleBindingsForbidden with default headers values

func (*DeleteRoleBindingsForbidden) Code

func (o *DeleteRoleBindingsForbidden) Code() int

Code gets the status code for the delete role bindings forbidden response

func (*DeleteRoleBindingsForbidden) Error

func (*DeleteRoleBindingsForbidden) IsClientError

func (o *DeleteRoleBindingsForbidden) IsClientError() bool

IsClientError returns true when this delete role bindings forbidden response has a 4xx status code

func (*DeleteRoleBindingsForbidden) IsCode

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

IsCode returns true when this delete role bindings forbidden response a status code equal to that given

func (*DeleteRoleBindingsForbidden) IsRedirect

func (o *DeleteRoleBindingsForbidden) IsRedirect() bool

IsRedirect returns true when this delete role bindings forbidden response has a 3xx status code

func (*DeleteRoleBindingsForbidden) IsServerError

func (o *DeleteRoleBindingsForbidden) IsServerError() bool

IsServerError returns true when this delete role bindings forbidden response has a 5xx status code

func (*DeleteRoleBindingsForbidden) IsSuccess

func (o *DeleteRoleBindingsForbidden) IsSuccess() bool

IsSuccess returns true when this delete role bindings forbidden response has a 2xx status code

func (*DeleteRoleBindingsForbidden) String

func (o *DeleteRoleBindingsForbidden) String() string

type DeleteRoleBindingsInternalServerError

type DeleteRoleBindingsInternalServerError struct {
}

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

Server error occurred while attempting to delete role bindings.

func NewDeleteRoleBindingsInternalServerError

func NewDeleteRoleBindingsInternalServerError() *DeleteRoleBindingsInternalServerError

NewDeleteRoleBindingsInternalServerError creates a DeleteRoleBindingsInternalServerError with default headers values

func (*DeleteRoleBindingsInternalServerError) Code

Code gets the status code for the delete role bindings internal server error response

func (*DeleteRoleBindingsInternalServerError) Error

func (*DeleteRoleBindingsInternalServerError) IsClientError

func (o *DeleteRoleBindingsInternalServerError) IsClientError() bool

IsClientError returns true when this delete role bindings internal server error response has a 4xx status code

func (*DeleteRoleBindingsInternalServerError) IsCode

IsCode returns true when this delete role bindings internal server error response a status code equal to that given

func (*DeleteRoleBindingsInternalServerError) IsRedirect

IsRedirect returns true when this delete role bindings internal server error response has a 3xx status code

func (*DeleteRoleBindingsInternalServerError) IsServerError

func (o *DeleteRoleBindingsInternalServerError) IsServerError() bool

IsServerError returns true when this delete role bindings internal server error response has a 5xx status code

func (*DeleteRoleBindingsInternalServerError) IsSuccess

IsSuccess returns true when this delete role bindings internal server error response has a 2xx status code

func (*DeleteRoleBindingsInternalServerError) String

type DeleteRoleBindingsNoContent

type DeleteRoleBindingsNoContent struct {
}

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

Success

func NewDeleteRoleBindingsNoContent

func NewDeleteRoleBindingsNoContent() *DeleteRoleBindingsNoContent

NewDeleteRoleBindingsNoContent creates a DeleteRoleBindingsNoContent with default headers values

func (*DeleteRoleBindingsNoContent) Code

func (o *DeleteRoleBindingsNoContent) Code() int

Code gets the status code for the delete role bindings no content response

func (*DeleteRoleBindingsNoContent) Error

func (*DeleteRoleBindingsNoContent) IsClientError

func (o *DeleteRoleBindingsNoContent) IsClientError() bool

IsClientError returns true when this delete role bindings no content response has a 4xx status code

func (*DeleteRoleBindingsNoContent) IsCode

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

IsCode returns true when this delete role bindings no content response a status code equal to that given

func (*DeleteRoleBindingsNoContent) IsRedirect

func (o *DeleteRoleBindingsNoContent) IsRedirect() bool

IsRedirect returns true when this delete role bindings no content response has a 3xx status code

func (*DeleteRoleBindingsNoContent) IsServerError

func (o *DeleteRoleBindingsNoContent) IsServerError() bool

IsServerError returns true when this delete role bindings no content response has a 5xx status code

func (*DeleteRoleBindingsNoContent) IsSuccess

func (o *DeleteRoleBindingsNoContent) IsSuccess() bool

IsSuccess returns true when this delete role bindings no content response has a 2xx status code

func (*DeleteRoleBindingsNoContent) String

func (o *DeleteRoleBindingsNoContent) String() string

type DeleteRoleBindingsNotFound

type DeleteRoleBindingsNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific role binding.

func NewDeleteRoleBindingsNotFound

func NewDeleteRoleBindingsNotFound() *DeleteRoleBindingsNotFound

NewDeleteRoleBindingsNotFound creates a DeleteRoleBindingsNotFound with default headers values

func (*DeleteRoleBindingsNotFound) Code

func (o *DeleteRoleBindingsNotFound) Code() int

Code gets the status code for the delete role bindings not found response

func (*DeleteRoleBindingsNotFound) Error

func (*DeleteRoleBindingsNotFound) IsClientError

func (o *DeleteRoleBindingsNotFound) IsClientError() bool

IsClientError returns true when this delete role bindings not found response has a 4xx status code

func (*DeleteRoleBindingsNotFound) IsCode

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

IsCode returns true when this delete role bindings not found response a status code equal to that given

func (*DeleteRoleBindingsNotFound) IsRedirect

func (o *DeleteRoleBindingsNotFound) IsRedirect() bool

IsRedirect returns true when this delete role bindings not found response has a 3xx status code

func (*DeleteRoleBindingsNotFound) IsServerError

func (o *DeleteRoleBindingsNotFound) IsServerError() bool

IsServerError returns true when this delete role bindings not found response has a 5xx status code

func (*DeleteRoleBindingsNotFound) IsSuccess

func (o *DeleteRoleBindingsNotFound) IsSuccess() bool

IsSuccess returns true when this delete role bindings not found response has a 2xx status code

func (*DeleteRoleBindingsNotFound) String

func (o *DeleteRoleBindingsNotFound) String() string

type DeleteRoleBindingsParams

type DeleteRoleBindingsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Payload.

	   A map where the key is the namespace and the value is an array of role bindings to delete
	*/
	Payload models.KubernetesK8sRoleBindingDeleteRequests

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

DeleteRoleBindingsParams contains all the parameters to send to the API endpoint

for the delete role bindings operation.

Typically these are written to a http.Request.

func NewDeleteRoleBindingsParams

func NewDeleteRoleBindingsParams() *DeleteRoleBindingsParams

NewDeleteRoleBindingsParams creates a new DeleteRoleBindingsParams 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 NewDeleteRoleBindingsParamsWithContext

func NewDeleteRoleBindingsParamsWithContext(ctx context.Context) *DeleteRoleBindingsParams

NewDeleteRoleBindingsParamsWithContext creates a new DeleteRoleBindingsParams object with the ability to set a context for a request.

func NewDeleteRoleBindingsParamsWithHTTPClient

func NewDeleteRoleBindingsParamsWithHTTPClient(client *http.Client) *DeleteRoleBindingsParams

NewDeleteRoleBindingsParamsWithHTTPClient creates a new DeleteRoleBindingsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRoleBindingsParamsWithTimeout

func NewDeleteRoleBindingsParamsWithTimeout(timeout time.Duration) *DeleteRoleBindingsParams

NewDeleteRoleBindingsParamsWithTimeout creates a new DeleteRoleBindingsParams object with the ability to set a timeout on a request.

func (*DeleteRoleBindingsParams) SetContext

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

SetContext adds the context to the delete role bindings params

func (*DeleteRoleBindingsParams) SetDefaults

func (o *DeleteRoleBindingsParams) SetDefaults()

SetDefaults hydrates default values in the delete role bindings params (not the query body).

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

func (*DeleteRoleBindingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete role bindings params

func (*DeleteRoleBindingsParams) SetID

func (o *DeleteRoleBindingsParams) SetID(id int64)

SetID adds the id to the delete role bindings params

func (*DeleteRoleBindingsParams) SetPayload

SetPayload adds the payload to the delete role bindings params

func (*DeleteRoleBindingsParams) SetTimeout

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

SetTimeout adds the timeout to the delete role bindings params

func (*DeleteRoleBindingsParams) WithContext

WithContext adds the context to the delete role bindings params

func (*DeleteRoleBindingsParams) WithDefaults

WithDefaults hydrates default values in the delete role bindings params (not the query body).

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

func (*DeleteRoleBindingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete role bindings params

func (*DeleteRoleBindingsParams) WithID

WithID adds the id to the delete role bindings params

func (*DeleteRoleBindingsParams) WithPayload

WithPayload adds the payload to the delete role bindings params

func (*DeleteRoleBindingsParams) WithTimeout

WithTimeout adds the timeout to the delete role bindings params

func (*DeleteRoleBindingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRoleBindingsReader

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

DeleteRoleBindingsReader is a Reader for the DeleteRoleBindings structure.

func (*DeleteRoleBindingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRoleBindingsUnauthorized

type DeleteRoleBindingsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDeleteRoleBindingsUnauthorized

func NewDeleteRoleBindingsUnauthorized() *DeleteRoleBindingsUnauthorized

NewDeleteRoleBindingsUnauthorized creates a DeleteRoleBindingsUnauthorized with default headers values

func (*DeleteRoleBindingsUnauthorized) Code

Code gets the status code for the delete role bindings unauthorized response

func (*DeleteRoleBindingsUnauthorized) Error

func (*DeleteRoleBindingsUnauthorized) IsClientError

func (o *DeleteRoleBindingsUnauthorized) IsClientError() bool

IsClientError returns true when this delete role bindings unauthorized response has a 4xx status code

func (*DeleteRoleBindingsUnauthorized) IsCode

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

IsCode returns true when this delete role bindings unauthorized response a status code equal to that given

func (*DeleteRoleBindingsUnauthorized) IsRedirect

func (o *DeleteRoleBindingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete role bindings unauthorized response has a 3xx status code

func (*DeleteRoleBindingsUnauthorized) IsServerError

func (o *DeleteRoleBindingsUnauthorized) IsServerError() bool

IsServerError returns true when this delete role bindings unauthorized response has a 5xx status code

func (*DeleteRoleBindingsUnauthorized) IsSuccess

func (o *DeleteRoleBindingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete role bindings unauthorized response has a 2xx status code

func (*DeleteRoleBindingsUnauthorized) String

type DeleteRolesBadRequest

type DeleteRolesBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteRolesBadRequest

func NewDeleteRolesBadRequest() *DeleteRolesBadRequest

NewDeleteRolesBadRequest creates a DeleteRolesBadRequest with default headers values

func (*DeleteRolesBadRequest) Code

func (o *DeleteRolesBadRequest) Code() int

Code gets the status code for the delete roles bad request response

func (*DeleteRolesBadRequest) Error

func (o *DeleteRolesBadRequest) Error() string

func (*DeleteRolesBadRequest) IsClientError

func (o *DeleteRolesBadRequest) IsClientError() bool

IsClientError returns true when this delete roles bad request response has a 4xx status code

func (*DeleteRolesBadRequest) IsCode

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

IsCode returns true when this delete roles bad request response a status code equal to that given

func (*DeleteRolesBadRequest) IsRedirect

func (o *DeleteRolesBadRequest) IsRedirect() bool

IsRedirect returns true when this delete roles bad request response has a 3xx status code

func (*DeleteRolesBadRequest) IsServerError

func (o *DeleteRolesBadRequest) IsServerError() bool

IsServerError returns true when this delete roles bad request response has a 5xx status code

func (*DeleteRolesBadRequest) IsSuccess

func (o *DeleteRolesBadRequest) IsSuccess() bool

IsSuccess returns true when this delete roles bad request response has a 2xx status code

func (*DeleteRolesBadRequest) String

func (o *DeleteRolesBadRequest) String() string

type DeleteRolesForbidden

type DeleteRolesForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDeleteRolesForbidden

func NewDeleteRolesForbidden() *DeleteRolesForbidden

NewDeleteRolesForbidden creates a DeleteRolesForbidden with default headers values

func (*DeleteRolesForbidden) Code

func (o *DeleteRolesForbidden) Code() int

Code gets the status code for the delete roles forbidden response

func (*DeleteRolesForbidden) Error

func (o *DeleteRolesForbidden) Error() string

func (*DeleteRolesForbidden) IsClientError

func (o *DeleteRolesForbidden) IsClientError() bool

IsClientError returns true when this delete roles forbidden response has a 4xx status code

func (*DeleteRolesForbidden) IsCode

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

IsCode returns true when this delete roles forbidden response a status code equal to that given

func (*DeleteRolesForbidden) IsRedirect

func (o *DeleteRolesForbidden) IsRedirect() bool

IsRedirect returns true when this delete roles forbidden response has a 3xx status code

func (*DeleteRolesForbidden) IsServerError

func (o *DeleteRolesForbidden) IsServerError() bool

IsServerError returns true when this delete roles forbidden response has a 5xx status code

func (*DeleteRolesForbidden) IsSuccess

func (o *DeleteRolesForbidden) IsSuccess() bool

IsSuccess returns true when this delete roles forbidden response has a 2xx status code

func (*DeleteRolesForbidden) String

func (o *DeleteRolesForbidden) String() string

type DeleteRolesInternalServerError

type DeleteRolesInternalServerError struct {
}

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

Server error occurred while attempting to delete roles.

func NewDeleteRolesInternalServerError

func NewDeleteRolesInternalServerError() *DeleteRolesInternalServerError

NewDeleteRolesInternalServerError creates a DeleteRolesInternalServerError with default headers values

func (*DeleteRolesInternalServerError) Code

Code gets the status code for the delete roles internal server error response

func (*DeleteRolesInternalServerError) Error

func (*DeleteRolesInternalServerError) IsClientError

func (o *DeleteRolesInternalServerError) IsClientError() bool

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

func (*DeleteRolesInternalServerError) IsCode

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

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

func (*DeleteRolesInternalServerError) IsRedirect

func (o *DeleteRolesInternalServerError) IsRedirect() bool

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

func (*DeleteRolesInternalServerError) IsServerError

func (o *DeleteRolesInternalServerError) IsServerError() bool

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

func (*DeleteRolesInternalServerError) IsSuccess

func (o *DeleteRolesInternalServerError) IsSuccess() bool

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

func (*DeleteRolesInternalServerError) String

type DeleteRolesNoContent

type DeleteRolesNoContent struct {
}

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

Success

func NewDeleteRolesNoContent

func NewDeleteRolesNoContent() *DeleteRolesNoContent

NewDeleteRolesNoContent creates a DeleteRolesNoContent with default headers values

func (*DeleteRolesNoContent) Code

func (o *DeleteRolesNoContent) Code() int

Code gets the status code for the delete roles no content response

func (*DeleteRolesNoContent) Error

func (o *DeleteRolesNoContent) Error() string

func (*DeleteRolesNoContent) IsClientError

func (o *DeleteRolesNoContent) IsClientError() bool

IsClientError returns true when this delete roles no content response has a 4xx status code

func (*DeleteRolesNoContent) IsCode

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

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

func (*DeleteRolesNoContent) IsRedirect

func (o *DeleteRolesNoContent) IsRedirect() bool

IsRedirect returns true when this delete roles no content response has a 3xx status code

func (*DeleteRolesNoContent) IsServerError

func (o *DeleteRolesNoContent) IsServerError() bool

IsServerError returns true when this delete roles no content response has a 5xx status code

func (*DeleteRolesNoContent) IsSuccess

func (o *DeleteRolesNoContent) IsSuccess() bool

IsSuccess returns true when this delete roles no content response has a 2xx status code

func (*DeleteRolesNoContent) String

func (o *DeleteRolesNoContent) String() string

type DeleteRolesNotFound

type DeleteRolesNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific role.

func NewDeleteRolesNotFound

func NewDeleteRolesNotFound() *DeleteRolesNotFound

NewDeleteRolesNotFound creates a DeleteRolesNotFound with default headers values

func (*DeleteRolesNotFound) Code

func (o *DeleteRolesNotFound) Code() int

Code gets the status code for the delete roles not found response

func (*DeleteRolesNotFound) Error

func (o *DeleteRolesNotFound) Error() string

func (*DeleteRolesNotFound) IsClientError

func (o *DeleteRolesNotFound) IsClientError() bool

IsClientError returns true when this delete roles not found response has a 4xx status code

func (*DeleteRolesNotFound) IsCode

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

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

func (*DeleteRolesNotFound) IsRedirect

func (o *DeleteRolesNotFound) IsRedirect() bool

IsRedirect returns true when this delete roles not found response has a 3xx status code

func (*DeleteRolesNotFound) IsServerError

func (o *DeleteRolesNotFound) IsServerError() bool

IsServerError returns true when this delete roles not found response has a 5xx status code

func (*DeleteRolesNotFound) IsSuccess

func (o *DeleteRolesNotFound) IsSuccess() bool

IsSuccess returns true when this delete roles not found response has a 2xx status code

func (*DeleteRolesNotFound) String

func (o *DeleteRolesNotFound) String() string

type DeleteRolesParams

type DeleteRolesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Payload.

	   A map where the key is the namespace and the value is an array of roles to delete
	*/
	Payload models.KubernetesK8sRoleDeleteRequests

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

DeleteRolesParams contains all the parameters to send to the API endpoint

for the delete roles operation.

Typically these are written to a http.Request.

func NewDeleteRolesParams

func NewDeleteRolesParams() *DeleteRolesParams

NewDeleteRolesParams creates a new DeleteRolesParams 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 NewDeleteRolesParamsWithContext

func NewDeleteRolesParamsWithContext(ctx context.Context) *DeleteRolesParams

NewDeleteRolesParamsWithContext creates a new DeleteRolesParams object with the ability to set a context for a request.

func NewDeleteRolesParamsWithHTTPClient

func NewDeleteRolesParamsWithHTTPClient(client *http.Client) *DeleteRolesParams

NewDeleteRolesParamsWithHTTPClient creates a new DeleteRolesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRolesParamsWithTimeout

func NewDeleteRolesParamsWithTimeout(timeout time.Duration) *DeleteRolesParams

NewDeleteRolesParamsWithTimeout creates a new DeleteRolesParams object with the ability to set a timeout on a request.

func (*DeleteRolesParams) SetContext

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

SetContext adds the context to the delete roles params

func (*DeleteRolesParams) SetDefaults

func (o *DeleteRolesParams) SetDefaults()

SetDefaults hydrates default values in the delete roles params (not the query body).

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

func (*DeleteRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete roles params

func (*DeleteRolesParams) SetID

func (o *DeleteRolesParams) SetID(id int64)

SetID adds the id to the delete roles params

func (*DeleteRolesParams) SetPayload

SetPayload adds the payload to the delete roles params

func (*DeleteRolesParams) SetTimeout

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

SetTimeout adds the timeout to the delete roles params

func (*DeleteRolesParams) WithContext

func (o *DeleteRolesParams) WithContext(ctx context.Context) *DeleteRolesParams

WithContext adds the context to the delete roles params

func (*DeleteRolesParams) WithDefaults

func (o *DeleteRolesParams) WithDefaults() *DeleteRolesParams

WithDefaults hydrates default values in the delete roles params (not the query body).

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

func (*DeleteRolesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete roles params

func (*DeleteRolesParams) WithID

func (o *DeleteRolesParams) WithID(id int64) *DeleteRolesParams

WithID adds the id to the delete roles params

func (*DeleteRolesParams) WithPayload

WithPayload adds the payload to the delete roles params

func (*DeleteRolesParams) WithTimeout

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

WithTimeout adds the timeout to the delete roles params

func (*DeleteRolesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteRolesReader

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

DeleteRolesReader is a Reader for the DeleteRoles structure.

func (*DeleteRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRolesUnauthorized

type DeleteRolesUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDeleteRolesUnauthorized

func NewDeleteRolesUnauthorized() *DeleteRolesUnauthorized

NewDeleteRolesUnauthorized creates a DeleteRolesUnauthorized with default headers values

func (*DeleteRolesUnauthorized) Code

func (o *DeleteRolesUnauthorized) Code() int

Code gets the status code for the delete roles unauthorized response

func (*DeleteRolesUnauthorized) Error

func (o *DeleteRolesUnauthorized) Error() string

func (*DeleteRolesUnauthorized) IsClientError

func (o *DeleteRolesUnauthorized) IsClientError() bool

IsClientError returns true when this delete roles unauthorized response has a 4xx status code

func (*DeleteRolesUnauthorized) IsCode

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

IsCode returns true when this delete roles unauthorized response a status code equal to that given

func (*DeleteRolesUnauthorized) IsRedirect

func (o *DeleteRolesUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete roles unauthorized response has a 3xx status code

func (*DeleteRolesUnauthorized) IsServerError

func (o *DeleteRolesUnauthorized) IsServerError() bool

IsServerError returns true when this delete roles unauthorized response has a 5xx status code

func (*DeleteRolesUnauthorized) IsSuccess

func (o *DeleteRolesUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete roles unauthorized response has a 2xx status code

func (*DeleteRolesUnauthorized) String

func (o *DeleteRolesUnauthorized) String() string

type DeleteServiceAccountsBadRequest

type DeleteServiceAccountsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDeleteServiceAccountsBadRequest

func NewDeleteServiceAccountsBadRequest() *DeleteServiceAccountsBadRequest

NewDeleteServiceAccountsBadRequest creates a DeleteServiceAccountsBadRequest with default headers values

func (*DeleteServiceAccountsBadRequest) Code

Code gets the status code for the delete service accounts bad request response

func (*DeleteServiceAccountsBadRequest) Error

func (*DeleteServiceAccountsBadRequest) IsClientError

func (o *DeleteServiceAccountsBadRequest) IsClientError() bool

IsClientError returns true when this delete service accounts bad request response has a 4xx status code

func (*DeleteServiceAccountsBadRequest) IsCode

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

IsCode returns true when this delete service accounts bad request response a status code equal to that given

func (*DeleteServiceAccountsBadRequest) IsRedirect

func (o *DeleteServiceAccountsBadRequest) IsRedirect() bool

IsRedirect returns true when this delete service accounts bad request response has a 3xx status code

func (*DeleteServiceAccountsBadRequest) IsServerError

func (o *DeleteServiceAccountsBadRequest) IsServerError() bool

IsServerError returns true when this delete service accounts bad request response has a 5xx status code

func (*DeleteServiceAccountsBadRequest) IsSuccess

func (o *DeleteServiceAccountsBadRequest) IsSuccess() bool

IsSuccess returns true when this delete service accounts bad request response has a 2xx status code

func (*DeleteServiceAccountsBadRequest) String

type DeleteServiceAccountsForbidden

type DeleteServiceAccountsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDeleteServiceAccountsForbidden

func NewDeleteServiceAccountsForbidden() *DeleteServiceAccountsForbidden

NewDeleteServiceAccountsForbidden creates a DeleteServiceAccountsForbidden with default headers values

func (*DeleteServiceAccountsForbidden) Code

Code gets the status code for the delete service accounts forbidden response

func (*DeleteServiceAccountsForbidden) Error

func (*DeleteServiceAccountsForbidden) IsClientError

func (o *DeleteServiceAccountsForbidden) IsClientError() bool

IsClientError returns true when this delete service accounts forbidden response has a 4xx status code

func (*DeleteServiceAccountsForbidden) IsCode

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

IsCode returns true when this delete service accounts forbidden response a status code equal to that given

func (*DeleteServiceAccountsForbidden) IsRedirect

func (o *DeleteServiceAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this delete service accounts forbidden response has a 3xx status code

func (*DeleteServiceAccountsForbidden) IsServerError

func (o *DeleteServiceAccountsForbidden) IsServerError() bool

IsServerError returns true when this delete service accounts forbidden response has a 5xx status code

func (*DeleteServiceAccountsForbidden) IsSuccess

func (o *DeleteServiceAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this delete service accounts forbidden response has a 2xx status code

func (*DeleteServiceAccountsForbidden) String

type DeleteServiceAccountsInternalServerError

type DeleteServiceAccountsInternalServerError struct {
}

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

Server error occurred while attempting to delete service accounts.

func NewDeleteServiceAccountsInternalServerError

func NewDeleteServiceAccountsInternalServerError() *DeleteServiceAccountsInternalServerError

NewDeleteServiceAccountsInternalServerError creates a DeleteServiceAccountsInternalServerError with default headers values

func (*DeleteServiceAccountsInternalServerError) Code

Code gets the status code for the delete service accounts internal server error response

func (*DeleteServiceAccountsInternalServerError) Error

func (*DeleteServiceAccountsInternalServerError) IsClientError

IsClientError returns true when this delete service accounts internal server error response has a 4xx status code

func (*DeleteServiceAccountsInternalServerError) IsCode

IsCode returns true when this delete service accounts internal server error response a status code equal to that given

func (*DeleteServiceAccountsInternalServerError) IsRedirect

IsRedirect returns true when this delete service accounts internal server error response has a 3xx status code

func (*DeleteServiceAccountsInternalServerError) IsServerError

IsServerError returns true when this delete service accounts internal server error response has a 5xx status code

func (*DeleteServiceAccountsInternalServerError) IsSuccess

IsSuccess returns true when this delete service accounts internal server error response has a 2xx status code

func (*DeleteServiceAccountsInternalServerError) String

type DeleteServiceAccountsNoContent

type DeleteServiceAccountsNoContent struct {
}

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

Success

func NewDeleteServiceAccountsNoContent

func NewDeleteServiceAccountsNoContent() *DeleteServiceAccountsNoContent

NewDeleteServiceAccountsNoContent creates a DeleteServiceAccountsNoContent with default headers values

func (*DeleteServiceAccountsNoContent) Code

Code gets the status code for the delete service accounts no content response

func (*DeleteServiceAccountsNoContent) Error

func (*DeleteServiceAccountsNoContent) IsClientError

func (o *DeleteServiceAccountsNoContent) IsClientError() bool

IsClientError returns true when this delete service accounts no content response has a 4xx status code

func (*DeleteServiceAccountsNoContent) IsCode

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

IsCode returns true when this delete service accounts no content response a status code equal to that given

func (*DeleteServiceAccountsNoContent) IsRedirect

func (o *DeleteServiceAccountsNoContent) IsRedirect() bool

IsRedirect returns true when this delete service accounts no content response has a 3xx status code

func (*DeleteServiceAccountsNoContent) IsServerError

func (o *DeleteServiceAccountsNoContent) IsServerError() bool

IsServerError returns true when this delete service accounts no content response has a 5xx status code

func (*DeleteServiceAccountsNoContent) IsSuccess

func (o *DeleteServiceAccountsNoContent) IsSuccess() bool

IsSuccess returns true when this delete service accounts no content response has a 2xx status code

func (*DeleteServiceAccountsNoContent) String

type DeleteServiceAccountsNotFound

type DeleteServiceAccountsNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific service account.

func NewDeleteServiceAccountsNotFound

func NewDeleteServiceAccountsNotFound() *DeleteServiceAccountsNotFound

NewDeleteServiceAccountsNotFound creates a DeleteServiceAccountsNotFound with default headers values

func (*DeleteServiceAccountsNotFound) Code

Code gets the status code for the delete service accounts not found response

func (*DeleteServiceAccountsNotFound) Error

func (*DeleteServiceAccountsNotFound) IsClientError

func (o *DeleteServiceAccountsNotFound) IsClientError() bool

IsClientError returns true when this delete service accounts not found response has a 4xx status code

func (*DeleteServiceAccountsNotFound) IsCode

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

IsCode returns true when this delete service accounts not found response a status code equal to that given

func (*DeleteServiceAccountsNotFound) IsRedirect

func (o *DeleteServiceAccountsNotFound) IsRedirect() bool

IsRedirect returns true when this delete service accounts not found response has a 3xx status code

func (*DeleteServiceAccountsNotFound) IsServerError

func (o *DeleteServiceAccountsNotFound) IsServerError() bool

IsServerError returns true when this delete service accounts not found response has a 5xx status code

func (*DeleteServiceAccountsNotFound) IsSuccess

func (o *DeleteServiceAccountsNotFound) IsSuccess() bool

IsSuccess returns true when this delete service accounts not found response has a 2xx status code

func (*DeleteServiceAccountsNotFound) String

type DeleteServiceAccountsParams

type DeleteServiceAccountsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Payload.

	   A map where the key is the namespace and the value is an array of service accounts to delete
	*/
	Payload models.KubernetesK8sServiceAccountDeleteRequests

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

DeleteServiceAccountsParams contains all the parameters to send to the API endpoint

for the delete service accounts operation.

Typically these are written to a http.Request.

func NewDeleteServiceAccountsParams

func NewDeleteServiceAccountsParams() *DeleteServiceAccountsParams

NewDeleteServiceAccountsParams creates a new DeleteServiceAccountsParams 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 NewDeleteServiceAccountsParamsWithContext

func NewDeleteServiceAccountsParamsWithContext(ctx context.Context) *DeleteServiceAccountsParams

NewDeleteServiceAccountsParamsWithContext creates a new DeleteServiceAccountsParams object with the ability to set a context for a request.

func NewDeleteServiceAccountsParamsWithHTTPClient

func NewDeleteServiceAccountsParamsWithHTTPClient(client *http.Client) *DeleteServiceAccountsParams

NewDeleteServiceAccountsParamsWithHTTPClient creates a new DeleteServiceAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteServiceAccountsParamsWithTimeout

func NewDeleteServiceAccountsParamsWithTimeout(timeout time.Duration) *DeleteServiceAccountsParams

NewDeleteServiceAccountsParamsWithTimeout creates a new DeleteServiceAccountsParams object with the ability to set a timeout on a request.

func (*DeleteServiceAccountsParams) SetContext

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

SetContext adds the context to the delete service accounts params

func (*DeleteServiceAccountsParams) SetDefaults

func (o *DeleteServiceAccountsParams) SetDefaults()

SetDefaults hydrates default values in the delete service accounts params (not the query body).

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

func (*DeleteServiceAccountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete service accounts params

func (*DeleteServiceAccountsParams) SetID

func (o *DeleteServiceAccountsParams) SetID(id int64)

SetID adds the id to the delete service accounts params

func (*DeleteServiceAccountsParams) SetPayload

SetPayload adds the payload to the delete service accounts params

func (*DeleteServiceAccountsParams) SetTimeout

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

SetTimeout adds the timeout to the delete service accounts params

func (*DeleteServiceAccountsParams) WithContext

WithContext adds the context to the delete service accounts params

func (*DeleteServiceAccountsParams) WithDefaults

WithDefaults hydrates default values in the delete service accounts params (not the query body).

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

func (*DeleteServiceAccountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete service accounts params

func (*DeleteServiceAccountsParams) WithID

WithID adds the id to the delete service accounts params

func (*DeleteServiceAccountsParams) WithPayload

WithPayload adds the payload to the delete service accounts params

func (*DeleteServiceAccountsParams) WithTimeout

WithTimeout adds the timeout to the delete service accounts params

func (*DeleteServiceAccountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteServiceAccountsReader

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

DeleteServiceAccountsReader is a Reader for the DeleteServiceAccounts structure.

func (*DeleteServiceAccountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteServiceAccountsUnauthorized

type DeleteServiceAccountsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDeleteServiceAccountsUnauthorized

func NewDeleteServiceAccountsUnauthorized() *DeleteServiceAccountsUnauthorized

NewDeleteServiceAccountsUnauthorized creates a DeleteServiceAccountsUnauthorized with default headers values

func (*DeleteServiceAccountsUnauthorized) Code

Code gets the status code for the delete service accounts unauthorized response

func (*DeleteServiceAccountsUnauthorized) Error

func (*DeleteServiceAccountsUnauthorized) IsClientError

func (o *DeleteServiceAccountsUnauthorized) IsClientError() bool

IsClientError returns true when this delete service accounts unauthorized response has a 4xx status code

func (*DeleteServiceAccountsUnauthorized) IsCode

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

IsCode returns true when this delete service accounts unauthorized response a status code equal to that given

func (*DeleteServiceAccountsUnauthorized) IsRedirect

func (o *DeleteServiceAccountsUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete service accounts unauthorized response has a 3xx status code

func (*DeleteServiceAccountsUnauthorized) IsServerError

func (o *DeleteServiceAccountsUnauthorized) IsServerError() bool

IsServerError returns true when this delete service accounts unauthorized response has a 5xx status code

func (*DeleteServiceAccountsUnauthorized) IsSuccess

func (o *DeleteServiceAccountsUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete service accounts unauthorized response has a 2xx status code

func (*DeleteServiceAccountsUnauthorized) String

type DescribeResourceBadRequest

type DescribeResourceBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewDescribeResourceBadRequest

func NewDescribeResourceBadRequest() *DescribeResourceBadRequest

NewDescribeResourceBadRequest creates a DescribeResourceBadRequest with default headers values

func (*DescribeResourceBadRequest) Code

func (o *DescribeResourceBadRequest) Code() int

Code gets the status code for the describe resource bad request response

func (*DescribeResourceBadRequest) Error

func (*DescribeResourceBadRequest) IsClientError

func (o *DescribeResourceBadRequest) IsClientError() bool

IsClientError returns true when this describe resource bad request response has a 4xx status code

func (*DescribeResourceBadRequest) IsCode

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

IsCode returns true when this describe resource bad request response a status code equal to that given

func (*DescribeResourceBadRequest) IsRedirect

func (o *DescribeResourceBadRequest) IsRedirect() bool

IsRedirect returns true when this describe resource bad request response has a 3xx status code

func (*DescribeResourceBadRequest) IsServerError

func (o *DescribeResourceBadRequest) IsServerError() bool

IsServerError returns true when this describe resource bad request response has a 5xx status code

func (*DescribeResourceBadRequest) IsSuccess

func (o *DescribeResourceBadRequest) IsSuccess() bool

IsSuccess returns true when this describe resource bad request response has a 2xx status code

func (*DescribeResourceBadRequest) String

func (o *DescribeResourceBadRequest) String() string

type DescribeResourceForbidden

type DescribeResourceForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewDescribeResourceForbidden

func NewDescribeResourceForbidden() *DescribeResourceForbidden

NewDescribeResourceForbidden creates a DescribeResourceForbidden with default headers values

func (*DescribeResourceForbidden) Code

func (o *DescribeResourceForbidden) Code() int

Code gets the status code for the describe resource forbidden response

func (*DescribeResourceForbidden) Error

func (o *DescribeResourceForbidden) Error() string

func (*DescribeResourceForbidden) IsClientError

func (o *DescribeResourceForbidden) IsClientError() bool

IsClientError returns true when this describe resource forbidden response has a 4xx status code

func (*DescribeResourceForbidden) IsCode

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

IsCode returns true when this describe resource forbidden response a status code equal to that given

func (*DescribeResourceForbidden) IsRedirect

func (o *DescribeResourceForbidden) IsRedirect() bool

IsRedirect returns true when this describe resource forbidden response has a 3xx status code

func (*DescribeResourceForbidden) IsServerError

func (o *DescribeResourceForbidden) IsServerError() bool

IsServerError returns true when this describe resource forbidden response has a 5xx status code

func (*DescribeResourceForbidden) IsSuccess

func (o *DescribeResourceForbidden) IsSuccess() bool

IsSuccess returns true when this describe resource forbidden response has a 2xx status code

func (*DescribeResourceForbidden) String

func (o *DescribeResourceForbidden) String() string

type DescribeResourceInternalServerError

type DescribeResourceInternalServerError struct {
}

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

Server error occurred while attempting to retrieve resource description

func NewDescribeResourceInternalServerError

func NewDescribeResourceInternalServerError() *DescribeResourceInternalServerError

NewDescribeResourceInternalServerError creates a DescribeResourceInternalServerError with default headers values

func (*DescribeResourceInternalServerError) Code

Code gets the status code for the describe resource internal server error response

func (*DescribeResourceInternalServerError) Error

func (*DescribeResourceInternalServerError) IsClientError

func (o *DescribeResourceInternalServerError) IsClientError() bool

IsClientError returns true when this describe resource internal server error response has a 4xx status code

func (*DescribeResourceInternalServerError) IsCode

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

func (*DescribeResourceInternalServerError) IsRedirect

func (o *DescribeResourceInternalServerError) IsRedirect() bool

IsRedirect returns true when this describe resource internal server error response has a 3xx status code

func (*DescribeResourceInternalServerError) IsServerError

func (o *DescribeResourceInternalServerError) IsServerError() bool

IsServerError returns true when this describe resource internal server error response has a 5xx status code

func (*DescribeResourceInternalServerError) IsSuccess

IsSuccess returns true when this describe resource internal server error response has a 2xx status code

func (*DescribeResourceInternalServerError) String

type DescribeResourceNotFound

type DescribeResourceNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewDescribeResourceNotFound

func NewDescribeResourceNotFound() *DescribeResourceNotFound

NewDescribeResourceNotFound creates a DescribeResourceNotFound with default headers values

func (*DescribeResourceNotFound) Code

func (o *DescribeResourceNotFound) Code() int

Code gets the status code for the describe resource not found response

func (*DescribeResourceNotFound) Error

func (o *DescribeResourceNotFound) Error() string

func (*DescribeResourceNotFound) IsClientError

func (o *DescribeResourceNotFound) IsClientError() bool

IsClientError returns true when this describe resource not found response has a 4xx status code

func (*DescribeResourceNotFound) IsCode

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

IsCode returns true when this describe resource not found response a status code equal to that given

func (*DescribeResourceNotFound) IsRedirect

func (o *DescribeResourceNotFound) IsRedirect() bool

IsRedirect returns true when this describe resource not found response has a 3xx status code

func (*DescribeResourceNotFound) IsServerError

func (o *DescribeResourceNotFound) IsServerError() bool

IsServerError returns true when this describe resource not found response has a 5xx status code

func (*DescribeResourceNotFound) IsSuccess

func (o *DescribeResourceNotFound) IsSuccess() bool

IsSuccess returns true when this describe resource not found response has a 2xx status code

func (*DescribeResourceNotFound) String

func (o *DescribeResourceNotFound) String() string

type DescribeResourceOK

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

Success

func NewDescribeResourceOK

func NewDescribeResourceOK() *DescribeResourceOK

NewDescribeResourceOK creates a DescribeResourceOK with default headers values

func (*DescribeResourceOK) Code

func (o *DescribeResourceOK) Code() int

Code gets the status code for the describe resource o k response

func (*DescribeResourceOK) Error

func (o *DescribeResourceOK) Error() string

func (*DescribeResourceOK) IsClientError

func (o *DescribeResourceOK) IsClientError() bool

IsClientError returns true when this describe resource o k response has a 4xx status code

func (*DescribeResourceOK) IsCode

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

IsCode returns true when this describe resource o k response a status code equal to that given

func (*DescribeResourceOK) IsRedirect

func (o *DescribeResourceOK) IsRedirect() bool

IsRedirect returns true when this describe resource o k response has a 3xx status code

func (*DescribeResourceOK) IsServerError

func (o *DescribeResourceOK) IsServerError() bool

IsServerError returns true when this describe resource o k response has a 5xx status code

func (*DescribeResourceOK) IsSuccess

func (o *DescribeResourceOK) IsSuccess() bool

IsSuccess returns true when this describe resource o k response has a 2xx status code

func (*DescribeResourceOK) String

func (o *DescribeResourceOK) String() string

type DescribeResourceParams

type DescribeResourceParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Kind.

	   Resource kind
	*/
	Kind string

	/* Name.

	   Resource name
	*/
	Name string

	/* Namespace.

	   Namespace
	*/
	Namespace *string

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

DescribeResourceParams contains all the parameters to send to the API endpoint

for the describe resource operation.

Typically these are written to a http.Request.

func NewDescribeResourceParams

func NewDescribeResourceParams() *DescribeResourceParams

NewDescribeResourceParams creates a new DescribeResourceParams 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 NewDescribeResourceParamsWithContext

func NewDescribeResourceParamsWithContext(ctx context.Context) *DescribeResourceParams

NewDescribeResourceParamsWithContext creates a new DescribeResourceParams object with the ability to set a context for a request.

func NewDescribeResourceParamsWithHTTPClient

func NewDescribeResourceParamsWithHTTPClient(client *http.Client) *DescribeResourceParams

NewDescribeResourceParamsWithHTTPClient creates a new DescribeResourceParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeResourceParamsWithTimeout

func NewDescribeResourceParamsWithTimeout(timeout time.Duration) *DescribeResourceParams

NewDescribeResourceParamsWithTimeout creates a new DescribeResourceParams object with the ability to set a timeout on a request.

func (*DescribeResourceParams) SetContext

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

SetContext adds the context to the describe resource params

func (*DescribeResourceParams) SetDefaults

func (o *DescribeResourceParams) SetDefaults()

SetDefaults hydrates default values in the describe resource params (not the query body).

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

func (*DescribeResourceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe resource params

func (*DescribeResourceParams) SetID

func (o *DescribeResourceParams) SetID(id int64)

SetID adds the id to the describe resource params

func (*DescribeResourceParams) SetKind

func (o *DescribeResourceParams) SetKind(kind string)

SetKind adds the kind to the describe resource params

func (*DescribeResourceParams) SetName

func (o *DescribeResourceParams) SetName(name string)

SetName adds the name to the describe resource params

func (*DescribeResourceParams) SetNamespace

func (o *DescribeResourceParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the describe resource params

func (*DescribeResourceParams) SetTimeout

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

SetTimeout adds the timeout to the describe resource params

func (*DescribeResourceParams) WithContext

WithContext adds the context to the describe resource params

func (*DescribeResourceParams) WithDefaults

WithDefaults hydrates default values in the describe resource params (not the query body).

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

func (*DescribeResourceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe resource params

func (*DescribeResourceParams) WithID

WithID adds the id to the describe resource params

func (*DescribeResourceParams) WithKind

WithKind adds the kind to the describe resource params

func (*DescribeResourceParams) WithName

WithName adds the name to the describe resource params

func (*DescribeResourceParams) WithNamespace

func (o *DescribeResourceParams) WithNamespace(namespace *string) *DescribeResourceParams

WithNamespace adds the namespace to the describe resource params

func (*DescribeResourceParams) WithTimeout

WithTimeout adds the timeout to the describe resource params

func (*DescribeResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeResourceReader

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

DescribeResourceReader is a Reader for the DescribeResource structure.

func (*DescribeResourceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeResourceUnauthorized

type DescribeResourceUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewDescribeResourceUnauthorized

func NewDescribeResourceUnauthorized() *DescribeResourceUnauthorized

NewDescribeResourceUnauthorized creates a DescribeResourceUnauthorized with default headers values

func (*DescribeResourceUnauthorized) Code

Code gets the status code for the describe resource unauthorized response

func (*DescribeResourceUnauthorized) Error

func (*DescribeResourceUnauthorized) IsClientError

func (o *DescribeResourceUnauthorized) IsClientError() bool

IsClientError returns true when this describe resource unauthorized response has a 4xx status code

func (*DescribeResourceUnauthorized) IsCode

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

IsCode returns true when this describe resource unauthorized response a status code equal to that given

func (*DescribeResourceUnauthorized) IsRedirect

func (o *DescribeResourceUnauthorized) IsRedirect() bool

IsRedirect returns true when this describe resource unauthorized response has a 3xx status code

func (*DescribeResourceUnauthorized) IsServerError

func (o *DescribeResourceUnauthorized) IsServerError() bool

IsServerError returns true when this describe resource unauthorized response has a 5xx status code

func (*DescribeResourceUnauthorized) IsSuccess

func (o *DescribeResourceUnauthorized) IsSuccess() bool

IsSuccess returns true when this describe resource unauthorized response has a 2xx status code

func (*DescribeResourceUnauthorized) String

type GetAllKubernetesApplicationsBadRequest

type GetAllKubernetesApplicationsBadRequest struct {
}

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

Invalid request

func NewGetAllKubernetesApplicationsBadRequest

func NewGetAllKubernetesApplicationsBadRequest() *GetAllKubernetesApplicationsBadRequest

NewGetAllKubernetesApplicationsBadRequest creates a GetAllKubernetesApplicationsBadRequest with default headers values

func (*GetAllKubernetesApplicationsBadRequest) Code

Code gets the status code for the get all kubernetes applications bad request response

func (*GetAllKubernetesApplicationsBadRequest) Error

func (*GetAllKubernetesApplicationsBadRequest) IsClientError

func (o *GetAllKubernetesApplicationsBadRequest) IsClientError() bool

IsClientError returns true when this get all kubernetes applications bad request response has a 4xx status code

func (*GetAllKubernetesApplicationsBadRequest) IsCode

IsCode returns true when this get all kubernetes applications bad request response a status code equal to that given

func (*GetAllKubernetesApplicationsBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes applications bad request response has a 3xx status code

func (*GetAllKubernetesApplicationsBadRequest) IsServerError

func (o *GetAllKubernetesApplicationsBadRequest) IsServerError() bool

IsServerError returns true when this get all kubernetes applications bad request response has a 5xx status code

func (*GetAllKubernetesApplicationsBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes applications bad request response has a 2xx status code

func (*GetAllKubernetesApplicationsBadRequest) String

type GetAllKubernetesApplicationsCountBadRequest

type GetAllKubernetesApplicationsCountBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesApplicationsCountBadRequest

func NewGetAllKubernetesApplicationsCountBadRequest() *GetAllKubernetesApplicationsCountBadRequest

NewGetAllKubernetesApplicationsCountBadRequest creates a GetAllKubernetesApplicationsCountBadRequest with default headers values

func (*GetAllKubernetesApplicationsCountBadRequest) Code

Code gets the status code for the get all kubernetes applications count bad request response

func (*GetAllKubernetesApplicationsCountBadRequest) Error

func (*GetAllKubernetesApplicationsCountBadRequest) IsClientError

IsClientError returns true when this get all kubernetes applications count bad request response has a 4xx status code

func (*GetAllKubernetesApplicationsCountBadRequest) IsCode

IsCode returns true when this get all kubernetes applications count bad request response a status code equal to that given

func (*GetAllKubernetesApplicationsCountBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes applications count bad request response has a 3xx status code

func (*GetAllKubernetesApplicationsCountBadRequest) IsServerError

IsServerError returns true when this get all kubernetes applications count bad request response has a 5xx status code

func (*GetAllKubernetesApplicationsCountBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes applications count bad request response has a 2xx status code

func (*GetAllKubernetesApplicationsCountBadRequest) String

type GetAllKubernetesApplicationsCountForbidden

type GetAllKubernetesApplicationsCountForbidden struct {
}

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

Unauthorized access or operation not allowed.

func NewGetAllKubernetesApplicationsCountForbidden

func NewGetAllKubernetesApplicationsCountForbidden() *GetAllKubernetesApplicationsCountForbidden

NewGetAllKubernetesApplicationsCountForbidden creates a GetAllKubernetesApplicationsCountForbidden with default headers values

func (*GetAllKubernetesApplicationsCountForbidden) Code

Code gets the status code for the get all kubernetes applications count forbidden response

func (*GetAllKubernetesApplicationsCountForbidden) Error

func (*GetAllKubernetesApplicationsCountForbidden) IsClientError

IsClientError returns true when this get all kubernetes applications count forbidden response has a 4xx status code

func (*GetAllKubernetesApplicationsCountForbidden) IsCode

IsCode returns true when this get all kubernetes applications count forbidden response a status code equal to that given

func (*GetAllKubernetesApplicationsCountForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes applications count forbidden response has a 3xx status code

func (*GetAllKubernetesApplicationsCountForbidden) IsServerError

IsServerError returns true when this get all kubernetes applications count forbidden response has a 5xx status code

func (*GetAllKubernetesApplicationsCountForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes applications count forbidden response has a 2xx status code

func (*GetAllKubernetesApplicationsCountForbidden) String

type GetAllKubernetesApplicationsCountInternalServerError

type GetAllKubernetesApplicationsCountInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the count of all applications from the cluster.

func NewGetAllKubernetesApplicationsCountInternalServerError

func NewGetAllKubernetesApplicationsCountInternalServerError() *GetAllKubernetesApplicationsCountInternalServerError

NewGetAllKubernetesApplicationsCountInternalServerError creates a GetAllKubernetesApplicationsCountInternalServerError with default headers values

func (*GetAllKubernetesApplicationsCountInternalServerError) Code

Code gets the status code for the get all kubernetes applications count internal server error response

func (*GetAllKubernetesApplicationsCountInternalServerError) Error

func (*GetAllKubernetesApplicationsCountInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes applications count internal server error response has a 4xx status code

func (*GetAllKubernetesApplicationsCountInternalServerError) IsCode

IsCode returns true when this get all kubernetes applications count internal server error response a status code equal to that given

func (*GetAllKubernetesApplicationsCountInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes applications count internal server error response has a 3xx status code

func (*GetAllKubernetesApplicationsCountInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes applications count internal server error response has a 5xx status code

func (*GetAllKubernetesApplicationsCountInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes applications count internal server error response has a 2xx status code

func (*GetAllKubernetesApplicationsCountInternalServerError) String

type GetAllKubernetesApplicationsCountOK

type GetAllKubernetesApplicationsCountOK struct {
	Payload int64
}

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

Success

func NewGetAllKubernetesApplicationsCountOK

func NewGetAllKubernetesApplicationsCountOK() *GetAllKubernetesApplicationsCountOK

NewGetAllKubernetesApplicationsCountOK creates a GetAllKubernetesApplicationsCountOK with default headers values

func (*GetAllKubernetesApplicationsCountOK) Code

Code gets the status code for the get all kubernetes applications count o k response

func (*GetAllKubernetesApplicationsCountOK) Error

func (*GetAllKubernetesApplicationsCountOK) GetPayload

func (*GetAllKubernetesApplicationsCountOK) IsClientError

func (o *GetAllKubernetesApplicationsCountOK) IsClientError() bool

IsClientError returns true when this get all kubernetes applications count o k response has a 4xx status code

func (*GetAllKubernetesApplicationsCountOK) IsCode

IsCode returns true when this get all kubernetes applications count o k response a status code equal to that given

func (*GetAllKubernetesApplicationsCountOK) IsRedirect

func (o *GetAllKubernetesApplicationsCountOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes applications count o k response has a 3xx status code

func (*GetAllKubernetesApplicationsCountOK) IsServerError

func (o *GetAllKubernetesApplicationsCountOK) IsServerError() bool

IsServerError returns true when this get all kubernetes applications count o k response has a 5xx status code

func (*GetAllKubernetesApplicationsCountOK) IsSuccess

IsSuccess returns true when this get all kubernetes applications count o k response has a 2xx status code

func (*GetAllKubernetesApplicationsCountOK) String

type GetAllKubernetesApplicationsCountParams

type GetAllKubernetesApplicationsCountParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetAllKubernetesApplicationsCountParams contains all the parameters to send to the API endpoint

for the get all kubernetes applications count operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesApplicationsCountParams

func NewGetAllKubernetesApplicationsCountParams() *GetAllKubernetesApplicationsCountParams

NewGetAllKubernetesApplicationsCountParams creates a new GetAllKubernetesApplicationsCountParams 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 NewGetAllKubernetesApplicationsCountParamsWithContext

func NewGetAllKubernetesApplicationsCountParamsWithContext(ctx context.Context) *GetAllKubernetesApplicationsCountParams

NewGetAllKubernetesApplicationsCountParamsWithContext creates a new GetAllKubernetesApplicationsCountParams object with the ability to set a context for a request.

func NewGetAllKubernetesApplicationsCountParamsWithHTTPClient

func NewGetAllKubernetesApplicationsCountParamsWithHTTPClient(client *http.Client) *GetAllKubernetesApplicationsCountParams

NewGetAllKubernetesApplicationsCountParamsWithHTTPClient creates a new GetAllKubernetesApplicationsCountParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesApplicationsCountParamsWithTimeout

func NewGetAllKubernetesApplicationsCountParamsWithTimeout(timeout time.Duration) *GetAllKubernetesApplicationsCountParams

NewGetAllKubernetesApplicationsCountParamsWithTimeout creates a new GetAllKubernetesApplicationsCountParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesApplicationsCountParams) SetContext

SetContext adds the context to the get all kubernetes applications count params

func (*GetAllKubernetesApplicationsCountParams) SetDefaults

func (o *GetAllKubernetesApplicationsCountParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes applications count params (not the query body).

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

func (*GetAllKubernetesApplicationsCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes applications count params

func (*GetAllKubernetesApplicationsCountParams) SetID

SetID adds the id to the get all kubernetes applications count params

func (*GetAllKubernetesApplicationsCountParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes applications count params

func (*GetAllKubernetesApplicationsCountParams) WithContext

WithContext adds the context to the get all kubernetes applications count params

func (*GetAllKubernetesApplicationsCountParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes applications count params (not the query body).

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

func (*GetAllKubernetesApplicationsCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes applications count params

func (*GetAllKubernetesApplicationsCountParams) WithID

WithID adds the id to the get all kubernetes applications count params

func (*GetAllKubernetesApplicationsCountParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes applications count params

func (*GetAllKubernetesApplicationsCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesApplicationsCountReader

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

GetAllKubernetesApplicationsCountReader is a Reader for the GetAllKubernetesApplicationsCount structure.

func (*GetAllKubernetesApplicationsCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesApplicationsForbidden

type GetAllKubernetesApplicationsForbidden struct {
}

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

Permission denied

func NewGetAllKubernetesApplicationsForbidden

func NewGetAllKubernetesApplicationsForbidden() *GetAllKubernetesApplicationsForbidden

NewGetAllKubernetesApplicationsForbidden creates a GetAllKubernetesApplicationsForbidden with default headers values

func (*GetAllKubernetesApplicationsForbidden) Code

Code gets the status code for the get all kubernetes applications forbidden response

func (*GetAllKubernetesApplicationsForbidden) Error

func (*GetAllKubernetesApplicationsForbidden) IsClientError

func (o *GetAllKubernetesApplicationsForbidden) IsClientError() bool

IsClientError returns true when this get all kubernetes applications forbidden response has a 4xx status code

func (*GetAllKubernetesApplicationsForbidden) IsCode

IsCode returns true when this get all kubernetes applications forbidden response a status code equal to that given

func (*GetAllKubernetesApplicationsForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes applications forbidden response has a 3xx status code

func (*GetAllKubernetesApplicationsForbidden) IsServerError

func (o *GetAllKubernetesApplicationsForbidden) IsServerError() bool

IsServerError returns true when this get all kubernetes applications forbidden response has a 5xx status code

func (*GetAllKubernetesApplicationsForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes applications forbidden response has a 2xx status code

func (*GetAllKubernetesApplicationsForbidden) String

type GetAllKubernetesApplicationsInternalServerError

type GetAllKubernetesApplicationsInternalServerError struct {
}

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

Server error

func NewGetAllKubernetesApplicationsInternalServerError

func NewGetAllKubernetesApplicationsInternalServerError() *GetAllKubernetesApplicationsInternalServerError

NewGetAllKubernetesApplicationsInternalServerError creates a GetAllKubernetesApplicationsInternalServerError with default headers values

func (*GetAllKubernetesApplicationsInternalServerError) Code

Code gets the status code for the get all kubernetes applications internal server error response

func (*GetAllKubernetesApplicationsInternalServerError) Error

func (*GetAllKubernetesApplicationsInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes applications internal server error response has a 4xx status code

func (*GetAllKubernetesApplicationsInternalServerError) IsCode

IsCode returns true when this get all kubernetes applications internal server error response a status code equal to that given

func (*GetAllKubernetesApplicationsInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes applications internal server error response has a 3xx status code

func (*GetAllKubernetesApplicationsInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes applications internal server error response has a 5xx status code

func (*GetAllKubernetesApplicationsInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes applications internal server error response has a 2xx status code

func (*GetAllKubernetesApplicationsInternalServerError) String

type GetAllKubernetesApplicationsNotFound

type GetAllKubernetesApplicationsNotFound struct {
}

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

Environment(Endpoint) not found

func NewGetAllKubernetesApplicationsNotFound

func NewGetAllKubernetesApplicationsNotFound() *GetAllKubernetesApplicationsNotFound

NewGetAllKubernetesApplicationsNotFound creates a GetAllKubernetesApplicationsNotFound with default headers values

func (*GetAllKubernetesApplicationsNotFound) Code

Code gets the status code for the get all kubernetes applications not found response

func (*GetAllKubernetesApplicationsNotFound) Error

func (*GetAllKubernetesApplicationsNotFound) IsClientError

func (o *GetAllKubernetesApplicationsNotFound) IsClientError() bool

IsClientError returns true when this get all kubernetes applications not found response has a 4xx status code

func (*GetAllKubernetesApplicationsNotFound) IsCode

IsCode returns true when this get all kubernetes applications not found response a status code equal to that given

func (*GetAllKubernetesApplicationsNotFound) IsRedirect

IsRedirect returns true when this get all kubernetes applications not found response has a 3xx status code

func (*GetAllKubernetesApplicationsNotFound) IsServerError

func (o *GetAllKubernetesApplicationsNotFound) IsServerError() bool

IsServerError returns true when this get all kubernetes applications not found response has a 5xx status code

func (*GetAllKubernetesApplicationsNotFound) IsSuccess

IsSuccess returns true when this get all kubernetes applications not found response has a 2xx status code

func (*GetAllKubernetesApplicationsNotFound) String

type GetAllKubernetesApplicationsOK

type GetAllKubernetesApplicationsOK struct {
	Payload []*models.KubernetesK8sApplication
}

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

Success

func NewGetAllKubernetesApplicationsOK

func NewGetAllKubernetesApplicationsOK() *GetAllKubernetesApplicationsOK

NewGetAllKubernetesApplicationsOK creates a GetAllKubernetesApplicationsOK with default headers values

func (*GetAllKubernetesApplicationsOK) Code

Code gets the status code for the get all kubernetes applications o k response

func (*GetAllKubernetesApplicationsOK) Error

func (*GetAllKubernetesApplicationsOK) GetPayload

func (*GetAllKubernetesApplicationsOK) IsClientError

func (o *GetAllKubernetesApplicationsOK) IsClientError() bool

IsClientError returns true when this get all kubernetes applications o k response has a 4xx status code

func (*GetAllKubernetesApplicationsOK) IsCode

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

IsCode returns true when this get all kubernetes applications o k response a status code equal to that given

func (*GetAllKubernetesApplicationsOK) IsRedirect

func (o *GetAllKubernetesApplicationsOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes applications o k response has a 3xx status code

func (*GetAllKubernetesApplicationsOK) IsServerError

func (o *GetAllKubernetesApplicationsOK) IsServerError() bool

IsServerError returns true when this get all kubernetes applications o k response has a 5xx status code

func (*GetAllKubernetesApplicationsOK) IsSuccess

func (o *GetAllKubernetesApplicationsOK) IsSuccess() bool

IsSuccess returns true when this get all kubernetes applications o k response has a 2xx status code

func (*GetAllKubernetesApplicationsOK) String

type GetAllKubernetesApplicationsParams

type GetAllKubernetesApplicationsParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

	/* Namespace.

	   Namespace name
	*/
	Namespace string

	/* NodeName.

	   Node name
	*/
	NodeName string

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

GetAllKubernetesApplicationsParams contains all the parameters to send to the API endpoint

for the get all kubernetes applications operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesApplicationsParams

func NewGetAllKubernetesApplicationsParams() *GetAllKubernetesApplicationsParams

NewGetAllKubernetesApplicationsParams creates a new GetAllKubernetesApplicationsParams 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 NewGetAllKubernetesApplicationsParamsWithContext

func NewGetAllKubernetesApplicationsParamsWithContext(ctx context.Context) *GetAllKubernetesApplicationsParams

NewGetAllKubernetesApplicationsParamsWithContext creates a new GetAllKubernetesApplicationsParams object with the ability to set a context for a request.

func NewGetAllKubernetesApplicationsParamsWithHTTPClient

func NewGetAllKubernetesApplicationsParamsWithHTTPClient(client *http.Client) *GetAllKubernetesApplicationsParams

NewGetAllKubernetesApplicationsParamsWithHTTPClient creates a new GetAllKubernetesApplicationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesApplicationsParamsWithTimeout

func NewGetAllKubernetesApplicationsParamsWithTimeout(timeout time.Duration) *GetAllKubernetesApplicationsParams

NewGetAllKubernetesApplicationsParamsWithTimeout creates a new GetAllKubernetesApplicationsParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesApplicationsParams) SetContext

SetContext adds the context to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) SetDefaults

func (o *GetAllKubernetesApplicationsParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes applications params (not the query body).

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

func (*GetAllKubernetesApplicationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) SetID

SetID adds the id to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) SetNamespace

func (o *GetAllKubernetesApplicationsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) SetNodeName

func (o *GetAllKubernetesApplicationsParams) SetNodeName(nodeName string)

SetNodeName adds the nodeName to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) WithContext

WithContext adds the context to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes applications params (not the query body).

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

func (*GetAllKubernetesApplicationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) WithID

WithID adds the id to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) WithNamespace

WithNamespace adds the namespace to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) WithNodeName

WithNodeName adds the nodeName to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes applications params

func (*GetAllKubernetesApplicationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesApplicationsReader

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

GetAllKubernetesApplicationsReader is a Reader for the GetAllKubernetesApplications structure.

func (*GetAllKubernetesApplicationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesApplicationsUnauthorized

type GetAllKubernetesApplicationsUnauthorized struct {
}

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

Unauthorized

func NewGetAllKubernetesApplicationsUnauthorized

func NewGetAllKubernetesApplicationsUnauthorized() *GetAllKubernetesApplicationsUnauthorized

NewGetAllKubernetesApplicationsUnauthorized creates a GetAllKubernetesApplicationsUnauthorized with default headers values

func (*GetAllKubernetesApplicationsUnauthorized) Code

Code gets the status code for the get all kubernetes applications unauthorized response

func (*GetAllKubernetesApplicationsUnauthorized) Error

func (*GetAllKubernetesApplicationsUnauthorized) IsClientError

IsClientError returns true when this get all kubernetes applications unauthorized response has a 4xx status code

func (*GetAllKubernetesApplicationsUnauthorized) IsCode

IsCode returns true when this get all kubernetes applications unauthorized response a status code equal to that given

func (*GetAllKubernetesApplicationsUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes applications unauthorized response has a 3xx status code

func (*GetAllKubernetesApplicationsUnauthorized) IsServerError

IsServerError returns true when this get all kubernetes applications unauthorized response has a 5xx status code

func (*GetAllKubernetesApplicationsUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes applications unauthorized response has a 2xx status code

func (*GetAllKubernetesApplicationsUnauthorized) String

type GetAllKubernetesClusterIngressesBadRequest

type GetAllKubernetesClusterIngressesBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesClusterIngressesBadRequest

func NewGetAllKubernetesClusterIngressesBadRequest() *GetAllKubernetesClusterIngressesBadRequest

NewGetAllKubernetesClusterIngressesBadRequest creates a GetAllKubernetesClusterIngressesBadRequest with default headers values

func (*GetAllKubernetesClusterIngressesBadRequest) Code

Code gets the status code for the get all kubernetes cluster ingresses bad request response

func (*GetAllKubernetesClusterIngressesBadRequest) Error

func (*GetAllKubernetesClusterIngressesBadRequest) IsClientError

IsClientError returns true when this get all kubernetes cluster ingresses bad request response has a 4xx status code

func (*GetAllKubernetesClusterIngressesBadRequest) IsCode

IsCode returns true when this get all kubernetes cluster ingresses bad request response a status code equal to that given

func (*GetAllKubernetesClusterIngressesBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes cluster ingresses bad request response has a 3xx status code

func (*GetAllKubernetesClusterIngressesBadRequest) IsServerError

IsServerError returns true when this get all kubernetes cluster ingresses bad request response has a 5xx status code

func (*GetAllKubernetesClusterIngressesBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses bad request response has a 2xx status code

func (*GetAllKubernetesClusterIngressesBadRequest) String

type GetAllKubernetesClusterIngressesCountBadRequest

type GetAllKubernetesClusterIngressesCountBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesClusterIngressesCountBadRequest

func NewGetAllKubernetesClusterIngressesCountBadRequest() *GetAllKubernetesClusterIngressesCountBadRequest

NewGetAllKubernetesClusterIngressesCountBadRequest creates a GetAllKubernetesClusterIngressesCountBadRequest with default headers values

func (*GetAllKubernetesClusterIngressesCountBadRequest) Code

Code gets the status code for the get all kubernetes cluster ingresses count bad request response

func (*GetAllKubernetesClusterIngressesCountBadRequest) Error

func (*GetAllKubernetesClusterIngressesCountBadRequest) IsClientError

IsClientError returns true when this get all kubernetes cluster ingresses count bad request response has a 4xx status code

func (*GetAllKubernetesClusterIngressesCountBadRequest) IsCode

IsCode returns true when this get all kubernetes cluster ingresses count bad request response a status code equal to that given

func (*GetAllKubernetesClusterIngressesCountBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes cluster ingresses count bad request response has a 3xx status code

func (*GetAllKubernetesClusterIngressesCountBadRequest) IsServerError

IsServerError returns true when this get all kubernetes cluster ingresses count bad request response has a 5xx status code

func (*GetAllKubernetesClusterIngressesCountBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses count bad request response has a 2xx status code

func (*GetAllKubernetesClusterIngressesCountBadRequest) String

type GetAllKubernetesClusterIngressesCountForbidden

type GetAllKubernetesClusterIngressesCountForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetAllKubernetesClusterIngressesCountForbidden

func NewGetAllKubernetesClusterIngressesCountForbidden() *GetAllKubernetesClusterIngressesCountForbidden

NewGetAllKubernetesClusterIngressesCountForbidden creates a GetAllKubernetesClusterIngressesCountForbidden with default headers values

func (*GetAllKubernetesClusterIngressesCountForbidden) Code

Code gets the status code for the get all kubernetes cluster ingresses count forbidden response

func (*GetAllKubernetesClusterIngressesCountForbidden) Error

func (*GetAllKubernetesClusterIngressesCountForbidden) IsClientError

IsClientError returns true when this get all kubernetes cluster ingresses count forbidden response has a 4xx status code

func (*GetAllKubernetesClusterIngressesCountForbidden) IsCode

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

func (*GetAllKubernetesClusterIngressesCountForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes cluster ingresses count forbidden response has a 3xx status code

func (*GetAllKubernetesClusterIngressesCountForbidden) IsServerError

IsServerError returns true when this get all kubernetes cluster ingresses count forbidden response has a 5xx status code

func (*GetAllKubernetesClusterIngressesCountForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses count forbidden response has a 2xx status code

func (*GetAllKubernetesClusterIngressesCountForbidden) String

type GetAllKubernetesClusterIngressesCountInternalServerError

type GetAllKubernetesClusterIngressesCountInternalServerError struct {
}

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

Server error occurred while attempting to retrieve ingresses count.

func NewGetAllKubernetesClusterIngressesCountInternalServerError

func NewGetAllKubernetesClusterIngressesCountInternalServerError() *GetAllKubernetesClusterIngressesCountInternalServerError

NewGetAllKubernetesClusterIngressesCountInternalServerError creates a GetAllKubernetesClusterIngressesCountInternalServerError with default headers values

func (*GetAllKubernetesClusterIngressesCountInternalServerError) Code

Code gets the status code for the get all kubernetes cluster ingresses count internal server error response

func (*GetAllKubernetesClusterIngressesCountInternalServerError) Error

func (*GetAllKubernetesClusterIngressesCountInternalServerError) IsClientError

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

func (*GetAllKubernetesClusterIngressesCountInternalServerError) IsCode

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

func (*GetAllKubernetesClusterIngressesCountInternalServerError) IsRedirect

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

func (*GetAllKubernetesClusterIngressesCountInternalServerError) IsServerError

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

func (*GetAllKubernetesClusterIngressesCountInternalServerError) IsSuccess

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

func (*GetAllKubernetesClusterIngressesCountInternalServerError) String

type GetAllKubernetesClusterIngressesCountNotFound

type GetAllKubernetesClusterIngressesCountNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetAllKubernetesClusterIngressesCountNotFound

func NewGetAllKubernetesClusterIngressesCountNotFound() *GetAllKubernetesClusterIngressesCountNotFound

NewGetAllKubernetesClusterIngressesCountNotFound creates a GetAllKubernetesClusterIngressesCountNotFound with default headers values

func (*GetAllKubernetesClusterIngressesCountNotFound) Code

Code gets the status code for the get all kubernetes cluster ingresses count not found response

func (*GetAllKubernetesClusterIngressesCountNotFound) Error

func (*GetAllKubernetesClusterIngressesCountNotFound) IsClientError

IsClientError returns true when this get all kubernetes cluster ingresses count not found response has a 4xx status code

func (*GetAllKubernetesClusterIngressesCountNotFound) IsCode

IsCode returns true when this get all kubernetes cluster ingresses count not found response a status code equal to that given

func (*GetAllKubernetesClusterIngressesCountNotFound) IsRedirect

IsRedirect returns true when this get all kubernetes cluster ingresses count not found response has a 3xx status code

func (*GetAllKubernetesClusterIngressesCountNotFound) IsServerError

IsServerError returns true when this get all kubernetes cluster ingresses count not found response has a 5xx status code

func (*GetAllKubernetesClusterIngressesCountNotFound) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses count not found response has a 2xx status code

func (*GetAllKubernetesClusterIngressesCountNotFound) String

type GetAllKubernetesClusterIngressesCountOK

type GetAllKubernetesClusterIngressesCountOK struct {
	Payload int64
}

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

Success

func NewGetAllKubernetesClusterIngressesCountOK

func NewGetAllKubernetesClusterIngressesCountOK() *GetAllKubernetesClusterIngressesCountOK

NewGetAllKubernetesClusterIngressesCountOK creates a GetAllKubernetesClusterIngressesCountOK with default headers values

func (*GetAllKubernetesClusterIngressesCountOK) Code

Code gets the status code for the get all kubernetes cluster ingresses count o k response

func (*GetAllKubernetesClusterIngressesCountOK) Error

func (*GetAllKubernetesClusterIngressesCountOK) GetPayload

func (*GetAllKubernetesClusterIngressesCountOK) IsClientError

func (o *GetAllKubernetesClusterIngressesCountOK) IsClientError() bool

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

func (*GetAllKubernetesClusterIngressesCountOK) IsCode

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

func (*GetAllKubernetesClusterIngressesCountOK) IsRedirect

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

func (*GetAllKubernetesClusterIngressesCountOK) IsServerError

func (o *GetAllKubernetesClusterIngressesCountOK) IsServerError() bool

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

func (*GetAllKubernetesClusterIngressesCountOK) IsSuccess

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

func (*GetAllKubernetesClusterIngressesCountOK) String

type GetAllKubernetesClusterIngressesCountParams

type GetAllKubernetesClusterIngressesCountParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetAllKubernetesClusterIngressesCountParams contains all the parameters to send to the API endpoint

for the get all kubernetes cluster ingresses count operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesClusterIngressesCountParams

func NewGetAllKubernetesClusterIngressesCountParams() *GetAllKubernetesClusterIngressesCountParams

NewGetAllKubernetesClusterIngressesCountParams creates a new GetAllKubernetesClusterIngressesCountParams 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 NewGetAllKubernetesClusterIngressesCountParamsWithContext

func NewGetAllKubernetesClusterIngressesCountParamsWithContext(ctx context.Context) *GetAllKubernetesClusterIngressesCountParams

NewGetAllKubernetesClusterIngressesCountParamsWithContext creates a new GetAllKubernetesClusterIngressesCountParams object with the ability to set a context for a request.

func NewGetAllKubernetesClusterIngressesCountParamsWithHTTPClient

func NewGetAllKubernetesClusterIngressesCountParamsWithHTTPClient(client *http.Client) *GetAllKubernetesClusterIngressesCountParams

NewGetAllKubernetesClusterIngressesCountParamsWithHTTPClient creates a new GetAllKubernetesClusterIngressesCountParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesClusterIngressesCountParamsWithTimeout

func NewGetAllKubernetesClusterIngressesCountParamsWithTimeout(timeout time.Duration) *GetAllKubernetesClusterIngressesCountParams

NewGetAllKubernetesClusterIngressesCountParamsWithTimeout creates a new GetAllKubernetesClusterIngressesCountParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesClusterIngressesCountParams) SetContext

SetContext adds the context to the get all kubernetes cluster ingresses count params

func (*GetAllKubernetesClusterIngressesCountParams) SetDefaults

SetDefaults hydrates default values in the get all kubernetes cluster ingresses count params (not the query body).

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

func (*GetAllKubernetesClusterIngressesCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes cluster ingresses count params

func (*GetAllKubernetesClusterIngressesCountParams) SetID

SetID adds the id to the get all kubernetes cluster ingresses count params

func (*GetAllKubernetesClusterIngressesCountParams) SetTimeout

SetTimeout adds the timeout to the get all kubernetes cluster ingresses count params

func (*GetAllKubernetesClusterIngressesCountParams) WithContext

WithContext adds the context to the get all kubernetes cluster ingresses count params

func (*GetAllKubernetesClusterIngressesCountParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes cluster ingresses count params (not the query body).

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

func (*GetAllKubernetesClusterIngressesCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes cluster ingresses count params

func (*GetAllKubernetesClusterIngressesCountParams) WithID

WithID adds the id to the get all kubernetes cluster ingresses count params

func (*GetAllKubernetesClusterIngressesCountParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes cluster ingresses count params

func (*GetAllKubernetesClusterIngressesCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesClusterIngressesCountReader

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

GetAllKubernetesClusterIngressesCountReader is a Reader for the GetAllKubernetesClusterIngressesCount structure.

func (*GetAllKubernetesClusterIngressesCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesClusterIngressesCountUnauthorized

type GetAllKubernetesClusterIngressesCountUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetAllKubernetesClusterIngressesCountUnauthorized

func NewGetAllKubernetesClusterIngressesCountUnauthorized() *GetAllKubernetesClusterIngressesCountUnauthorized

NewGetAllKubernetesClusterIngressesCountUnauthorized creates a GetAllKubernetesClusterIngressesCountUnauthorized with default headers values

func (*GetAllKubernetesClusterIngressesCountUnauthorized) Code

Code gets the status code for the get all kubernetes cluster ingresses count unauthorized response

func (*GetAllKubernetesClusterIngressesCountUnauthorized) Error

func (*GetAllKubernetesClusterIngressesCountUnauthorized) IsClientError

IsClientError returns true when this get all kubernetes cluster ingresses count unauthorized response has a 4xx status code

func (*GetAllKubernetesClusterIngressesCountUnauthorized) IsCode

IsCode returns true when this get all kubernetes cluster ingresses count unauthorized response a status code equal to that given

func (*GetAllKubernetesClusterIngressesCountUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes cluster ingresses count unauthorized response has a 3xx status code

func (*GetAllKubernetesClusterIngressesCountUnauthorized) IsServerError

IsServerError returns true when this get all kubernetes cluster ingresses count unauthorized response has a 5xx status code

func (*GetAllKubernetesClusterIngressesCountUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses count unauthorized response has a 2xx status code

func (*GetAllKubernetesClusterIngressesCountUnauthorized) String

type GetAllKubernetesClusterIngressesForbidden

type GetAllKubernetesClusterIngressesForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetAllKubernetesClusterIngressesForbidden

func NewGetAllKubernetesClusterIngressesForbidden() *GetAllKubernetesClusterIngressesForbidden

NewGetAllKubernetesClusterIngressesForbidden creates a GetAllKubernetesClusterIngressesForbidden with default headers values

func (*GetAllKubernetesClusterIngressesForbidden) Code

Code gets the status code for the get all kubernetes cluster ingresses forbidden response

func (*GetAllKubernetesClusterIngressesForbidden) Error

func (*GetAllKubernetesClusterIngressesForbidden) IsClientError

IsClientError returns true when this get all kubernetes cluster ingresses forbidden response has a 4xx status code

func (*GetAllKubernetesClusterIngressesForbidden) IsCode

IsCode returns true when this get all kubernetes cluster ingresses forbidden response a status code equal to that given

func (*GetAllKubernetesClusterIngressesForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes cluster ingresses forbidden response has a 3xx status code

func (*GetAllKubernetesClusterIngressesForbidden) IsServerError

IsServerError returns true when this get all kubernetes cluster ingresses forbidden response has a 5xx status code

func (*GetAllKubernetesClusterIngressesForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses forbidden response has a 2xx status code

func (*GetAllKubernetesClusterIngressesForbidden) String

type GetAllKubernetesClusterIngressesInternalServerError

type GetAllKubernetesClusterIngressesInternalServerError struct {
}

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

Server error occurred while attempting to retrieve ingresses.

func NewGetAllKubernetesClusterIngressesInternalServerError

func NewGetAllKubernetesClusterIngressesInternalServerError() *GetAllKubernetesClusterIngressesInternalServerError

NewGetAllKubernetesClusterIngressesInternalServerError creates a GetAllKubernetesClusterIngressesInternalServerError with default headers values

func (*GetAllKubernetesClusterIngressesInternalServerError) Code

Code gets the status code for the get all kubernetes cluster ingresses internal server error response

func (*GetAllKubernetesClusterIngressesInternalServerError) Error

func (*GetAllKubernetesClusterIngressesInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes cluster ingresses internal server error response has a 4xx status code

func (*GetAllKubernetesClusterIngressesInternalServerError) IsCode

IsCode returns true when this get all kubernetes cluster ingresses internal server error response a status code equal to that given

func (*GetAllKubernetesClusterIngressesInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes cluster ingresses internal server error response has a 3xx status code

func (*GetAllKubernetesClusterIngressesInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes cluster ingresses internal server error response has a 5xx status code

func (*GetAllKubernetesClusterIngressesInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses internal server error response has a 2xx status code

func (*GetAllKubernetesClusterIngressesInternalServerError) String

type GetAllKubernetesClusterIngressesNotFound

type GetAllKubernetesClusterIngressesNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetAllKubernetesClusterIngressesNotFound

func NewGetAllKubernetesClusterIngressesNotFound() *GetAllKubernetesClusterIngressesNotFound

NewGetAllKubernetesClusterIngressesNotFound creates a GetAllKubernetesClusterIngressesNotFound with default headers values

func (*GetAllKubernetesClusterIngressesNotFound) Code

Code gets the status code for the get all kubernetes cluster ingresses not found response

func (*GetAllKubernetesClusterIngressesNotFound) Error

func (*GetAllKubernetesClusterIngressesNotFound) IsClientError

IsClientError returns true when this get all kubernetes cluster ingresses not found response has a 4xx status code

func (*GetAllKubernetesClusterIngressesNotFound) IsCode

IsCode returns true when this get all kubernetes cluster ingresses not found response a status code equal to that given

func (*GetAllKubernetesClusterIngressesNotFound) IsRedirect

IsRedirect returns true when this get all kubernetes cluster ingresses not found response has a 3xx status code

func (*GetAllKubernetesClusterIngressesNotFound) IsServerError

IsServerError returns true when this get all kubernetes cluster ingresses not found response has a 5xx status code

func (*GetAllKubernetesClusterIngressesNotFound) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses not found response has a 2xx status code

func (*GetAllKubernetesClusterIngressesNotFound) String

type GetAllKubernetesClusterIngressesOK

type GetAllKubernetesClusterIngressesOK struct {
	Payload []*models.KubernetesK8sIngressInfo
}

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

Success

func NewGetAllKubernetesClusterIngressesOK

func NewGetAllKubernetesClusterIngressesOK() *GetAllKubernetesClusterIngressesOK

NewGetAllKubernetesClusterIngressesOK creates a GetAllKubernetesClusterIngressesOK with default headers values

func (*GetAllKubernetesClusterIngressesOK) Code

Code gets the status code for the get all kubernetes cluster ingresses o k response

func (*GetAllKubernetesClusterIngressesOK) Error

func (*GetAllKubernetesClusterIngressesOK) GetPayload

func (*GetAllKubernetesClusterIngressesOK) IsClientError

func (o *GetAllKubernetesClusterIngressesOK) IsClientError() bool

IsClientError returns true when this get all kubernetes cluster ingresses o k response has a 4xx status code

func (*GetAllKubernetesClusterIngressesOK) IsCode

IsCode returns true when this get all kubernetes cluster ingresses o k response a status code equal to that given

func (*GetAllKubernetesClusterIngressesOK) IsRedirect

func (o *GetAllKubernetesClusterIngressesOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes cluster ingresses o k response has a 3xx status code

func (*GetAllKubernetesClusterIngressesOK) IsServerError

func (o *GetAllKubernetesClusterIngressesOK) IsServerError() bool

IsServerError returns true when this get all kubernetes cluster ingresses o k response has a 5xx status code

func (*GetAllKubernetesClusterIngressesOK) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses o k response has a 2xx status code

func (*GetAllKubernetesClusterIngressesOK) String

type GetAllKubernetesClusterIngressesParams

type GetAllKubernetesClusterIngressesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* WithServices.

	   Lookup services associated with each ingress
	*/
	WithServices *bool

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

GetAllKubernetesClusterIngressesParams contains all the parameters to send to the API endpoint

for the get all kubernetes cluster ingresses operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesClusterIngressesParams

func NewGetAllKubernetesClusterIngressesParams() *GetAllKubernetesClusterIngressesParams

NewGetAllKubernetesClusterIngressesParams creates a new GetAllKubernetesClusterIngressesParams 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 NewGetAllKubernetesClusterIngressesParamsWithContext

func NewGetAllKubernetesClusterIngressesParamsWithContext(ctx context.Context) *GetAllKubernetesClusterIngressesParams

NewGetAllKubernetesClusterIngressesParamsWithContext creates a new GetAllKubernetesClusterIngressesParams object with the ability to set a context for a request.

func NewGetAllKubernetesClusterIngressesParamsWithHTTPClient

func NewGetAllKubernetesClusterIngressesParamsWithHTTPClient(client *http.Client) *GetAllKubernetesClusterIngressesParams

NewGetAllKubernetesClusterIngressesParamsWithHTTPClient creates a new GetAllKubernetesClusterIngressesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesClusterIngressesParamsWithTimeout

func NewGetAllKubernetesClusterIngressesParamsWithTimeout(timeout time.Duration) *GetAllKubernetesClusterIngressesParams

NewGetAllKubernetesClusterIngressesParamsWithTimeout creates a new GetAllKubernetesClusterIngressesParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesClusterIngressesParams) SetContext

SetContext adds the context to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) SetDefaults

func (o *GetAllKubernetesClusterIngressesParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes cluster ingresses params (not the query body).

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

func (*GetAllKubernetesClusterIngressesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) SetID

SetID adds the id to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) SetWithServices

func (o *GetAllKubernetesClusterIngressesParams) SetWithServices(withServices *bool)

SetWithServices adds the withServices to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) WithContext

WithContext adds the context to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes cluster ingresses params (not the query body).

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

func (*GetAllKubernetesClusterIngressesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) WithID

WithID adds the id to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) WithWithServices

WithWithServices adds the withServices to the get all kubernetes cluster ingresses params

func (*GetAllKubernetesClusterIngressesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesClusterIngressesReader

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

GetAllKubernetesClusterIngressesReader is a Reader for the GetAllKubernetesClusterIngresses structure.

func (*GetAllKubernetesClusterIngressesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesClusterIngressesUnauthorized

type GetAllKubernetesClusterIngressesUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetAllKubernetesClusterIngressesUnauthorized

func NewGetAllKubernetesClusterIngressesUnauthorized() *GetAllKubernetesClusterIngressesUnauthorized

NewGetAllKubernetesClusterIngressesUnauthorized creates a GetAllKubernetesClusterIngressesUnauthorized with default headers values

func (*GetAllKubernetesClusterIngressesUnauthorized) Code

Code gets the status code for the get all kubernetes cluster ingresses unauthorized response

func (*GetAllKubernetesClusterIngressesUnauthorized) Error

func (*GetAllKubernetesClusterIngressesUnauthorized) IsClientError

IsClientError returns true when this get all kubernetes cluster ingresses unauthorized response has a 4xx status code

func (*GetAllKubernetesClusterIngressesUnauthorized) IsCode

IsCode returns true when this get all kubernetes cluster ingresses unauthorized response a status code equal to that given

func (*GetAllKubernetesClusterIngressesUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes cluster ingresses unauthorized response has a 3xx status code

func (*GetAllKubernetesClusterIngressesUnauthorized) IsServerError

IsServerError returns true when this get all kubernetes cluster ingresses unauthorized response has a 5xx status code

func (*GetAllKubernetesClusterIngressesUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes cluster ingresses unauthorized response has a 2xx status code

func (*GetAllKubernetesClusterIngressesUnauthorized) String

type GetAllKubernetesClusterRoleBindingsBadRequest

type GetAllKubernetesClusterRoleBindingsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesClusterRoleBindingsBadRequest

func NewGetAllKubernetesClusterRoleBindingsBadRequest() *GetAllKubernetesClusterRoleBindingsBadRequest

NewGetAllKubernetesClusterRoleBindingsBadRequest creates a GetAllKubernetesClusterRoleBindingsBadRequest with default headers values

func (*GetAllKubernetesClusterRoleBindingsBadRequest) Code

Code gets the status code for the get all kubernetes cluster role bindings bad request response

func (*GetAllKubernetesClusterRoleBindingsBadRequest) Error

func (*GetAllKubernetesClusterRoleBindingsBadRequest) IsClientError

IsClientError returns true when this get all kubernetes cluster role bindings bad request response has a 4xx status code

func (*GetAllKubernetesClusterRoleBindingsBadRequest) IsCode

IsCode returns true when this get all kubernetes cluster role bindings bad request response a status code equal to that given

func (*GetAllKubernetesClusterRoleBindingsBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes cluster role bindings bad request response has a 3xx status code

func (*GetAllKubernetesClusterRoleBindingsBadRequest) IsServerError

IsServerError returns true when this get all kubernetes cluster role bindings bad request response has a 5xx status code

func (*GetAllKubernetesClusterRoleBindingsBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes cluster role bindings bad request response has a 2xx status code

func (*GetAllKubernetesClusterRoleBindingsBadRequest) String

type GetAllKubernetesClusterRoleBindingsForbidden

type GetAllKubernetesClusterRoleBindingsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetAllKubernetesClusterRoleBindingsForbidden

func NewGetAllKubernetesClusterRoleBindingsForbidden() *GetAllKubernetesClusterRoleBindingsForbidden

NewGetAllKubernetesClusterRoleBindingsForbidden creates a GetAllKubernetesClusterRoleBindingsForbidden with default headers values

func (*GetAllKubernetesClusterRoleBindingsForbidden) Code

Code gets the status code for the get all kubernetes cluster role bindings forbidden response

func (*GetAllKubernetesClusterRoleBindingsForbidden) Error

func (*GetAllKubernetesClusterRoleBindingsForbidden) IsClientError

IsClientError returns true when this get all kubernetes cluster role bindings forbidden response has a 4xx status code

func (*GetAllKubernetesClusterRoleBindingsForbidden) IsCode

IsCode returns true when this get all kubernetes cluster role bindings forbidden response a status code equal to that given

func (*GetAllKubernetesClusterRoleBindingsForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes cluster role bindings forbidden response has a 3xx status code

func (*GetAllKubernetesClusterRoleBindingsForbidden) IsServerError

IsServerError returns true when this get all kubernetes cluster role bindings forbidden response has a 5xx status code

func (*GetAllKubernetesClusterRoleBindingsForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes cluster role bindings forbidden response has a 2xx status code

func (*GetAllKubernetesClusterRoleBindingsForbidden) String

type GetAllKubernetesClusterRoleBindingsInternalServerError

type GetAllKubernetesClusterRoleBindingsInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the list of cluster role bindings.

func NewGetAllKubernetesClusterRoleBindingsInternalServerError

func NewGetAllKubernetesClusterRoleBindingsInternalServerError() *GetAllKubernetesClusterRoleBindingsInternalServerError

NewGetAllKubernetesClusterRoleBindingsInternalServerError creates a GetAllKubernetesClusterRoleBindingsInternalServerError with default headers values

func (*GetAllKubernetesClusterRoleBindingsInternalServerError) Code

Code gets the status code for the get all kubernetes cluster role bindings internal server error response

func (*GetAllKubernetesClusterRoleBindingsInternalServerError) Error

func (*GetAllKubernetesClusterRoleBindingsInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes cluster role bindings internal server error response has a 4xx status code

func (*GetAllKubernetesClusterRoleBindingsInternalServerError) IsCode

IsCode returns true when this get all kubernetes cluster role bindings internal server error response a status code equal to that given

func (*GetAllKubernetesClusterRoleBindingsInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes cluster role bindings internal server error response has a 3xx status code

func (*GetAllKubernetesClusterRoleBindingsInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes cluster role bindings internal server error response has a 5xx status code

func (*GetAllKubernetesClusterRoleBindingsInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes cluster role bindings internal server error response has a 2xx status code

func (*GetAllKubernetesClusterRoleBindingsInternalServerError) String

type GetAllKubernetesClusterRoleBindingsNotFound

type GetAllKubernetesClusterRoleBindingsNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetAllKubernetesClusterRoleBindingsNotFound

func NewGetAllKubernetesClusterRoleBindingsNotFound() *GetAllKubernetesClusterRoleBindingsNotFound

NewGetAllKubernetesClusterRoleBindingsNotFound creates a GetAllKubernetesClusterRoleBindingsNotFound with default headers values

func (*GetAllKubernetesClusterRoleBindingsNotFound) Code

Code gets the status code for the get all kubernetes cluster role bindings not found response

func (*GetAllKubernetesClusterRoleBindingsNotFound) Error

func (*GetAllKubernetesClusterRoleBindingsNotFound) IsClientError

IsClientError returns true when this get all kubernetes cluster role bindings not found response has a 4xx status code

func (*GetAllKubernetesClusterRoleBindingsNotFound) IsCode

IsCode returns true when this get all kubernetes cluster role bindings not found response a status code equal to that given

func (*GetAllKubernetesClusterRoleBindingsNotFound) IsRedirect

IsRedirect returns true when this get all kubernetes cluster role bindings not found response has a 3xx status code

func (*GetAllKubernetesClusterRoleBindingsNotFound) IsServerError

IsServerError returns true when this get all kubernetes cluster role bindings not found response has a 5xx status code

func (*GetAllKubernetesClusterRoleBindingsNotFound) IsSuccess

IsSuccess returns true when this get all kubernetes cluster role bindings not found response has a 2xx status code

func (*GetAllKubernetesClusterRoleBindingsNotFound) String

type GetAllKubernetesClusterRoleBindingsOK

type GetAllKubernetesClusterRoleBindingsOK struct {
	Payload []*models.KubernetesK8sClusterRoleBinding
}

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

Success

func NewGetAllKubernetesClusterRoleBindingsOK

func NewGetAllKubernetesClusterRoleBindingsOK() *GetAllKubernetesClusterRoleBindingsOK

NewGetAllKubernetesClusterRoleBindingsOK creates a GetAllKubernetesClusterRoleBindingsOK with default headers values

func (*GetAllKubernetesClusterRoleBindingsOK) Code

Code gets the status code for the get all kubernetes cluster role bindings o k response

func (*GetAllKubernetesClusterRoleBindingsOK) Error

func (*GetAllKubernetesClusterRoleBindingsOK) GetPayload

func (*GetAllKubernetesClusterRoleBindingsOK) IsClientError

func (o *GetAllKubernetesClusterRoleBindingsOK) IsClientError() bool

IsClientError returns true when this get all kubernetes cluster role bindings o k response has a 4xx status code

func (*GetAllKubernetesClusterRoleBindingsOK) IsCode

IsCode returns true when this get all kubernetes cluster role bindings o k response a status code equal to that given

func (*GetAllKubernetesClusterRoleBindingsOK) IsRedirect

IsRedirect returns true when this get all kubernetes cluster role bindings o k response has a 3xx status code

func (*GetAllKubernetesClusterRoleBindingsOK) IsServerError

func (o *GetAllKubernetesClusterRoleBindingsOK) IsServerError() bool

IsServerError returns true when this get all kubernetes cluster role bindings o k response has a 5xx status code

func (*GetAllKubernetesClusterRoleBindingsOK) IsSuccess

IsSuccess returns true when this get all kubernetes cluster role bindings o k response has a 2xx status code

func (*GetAllKubernetesClusterRoleBindingsOK) String

type GetAllKubernetesClusterRoleBindingsParams

type GetAllKubernetesClusterRoleBindingsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetAllKubernetesClusterRoleBindingsParams contains all the parameters to send to the API endpoint

for the get all kubernetes cluster role bindings operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesClusterRoleBindingsParams

func NewGetAllKubernetesClusterRoleBindingsParams() *GetAllKubernetesClusterRoleBindingsParams

NewGetAllKubernetesClusterRoleBindingsParams creates a new GetAllKubernetesClusterRoleBindingsParams 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 NewGetAllKubernetesClusterRoleBindingsParamsWithContext

func NewGetAllKubernetesClusterRoleBindingsParamsWithContext(ctx context.Context) *GetAllKubernetesClusterRoleBindingsParams

NewGetAllKubernetesClusterRoleBindingsParamsWithContext creates a new GetAllKubernetesClusterRoleBindingsParams object with the ability to set a context for a request.

func NewGetAllKubernetesClusterRoleBindingsParamsWithHTTPClient

func NewGetAllKubernetesClusterRoleBindingsParamsWithHTTPClient(client *http.Client) *GetAllKubernetesClusterRoleBindingsParams

NewGetAllKubernetesClusterRoleBindingsParamsWithHTTPClient creates a new GetAllKubernetesClusterRoleBindingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesClusterRoleBindingsParamsWithTimeout

func NewGetAllKubernetesClusterRoleBindingsParamsWithTimeout(timeout time.Duration) *GetAllKubernetesClusterRoleBindingsParams

NewGetAllKubernetesClusterRoleBindingsParamsWithTimeout creates a new GetAllKubernetesClusterRoleBindingsParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesClusterRoleBindingsParams) SetContext

SetContext adds the context to the get all kubernetes cluster role bindings params

func (*GetAllKubernetesClusterRoleBindingsParams) SetDefaults

SetDefaults hydrates default values in the get all kubernetes cluster role bindings params (not the query body).

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

func (*GetAllKubernetesClusterRoleBindingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes cluster role bindings params

func (*GetAllKubernetesClusterRoleBindingsParams) SetID

SetID adds the id to the get all kubernetes cluster role bindings params

func (*GetAllKubernetesClusterRoleBindingsParams) SetTimeout

SetTimeout adds the timeout to the get all kubernetes cluster role bindings params

func (*GetAllKubernetesClusterRoleBindingsParams) WithContext

WithContext adds the context to the get all kubernetes cluster role bindings params

func (*GetAllKubernetesClusterRoleBindingsParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes cluster role bindings params (not the query body).

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

func (*GetAllKubernetesClusterRoleBindingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes cluster role bindings params

func (*GetAllKubernetesClusterRoleBindingsParams) WithID

WithID adds the id to the get all kubernetes cluster role bindings params

func (*GetAllKubernetesClusterRoleBindingsParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes cluster role bindings params

func (*GetAllKubernetesClusterRoleBindingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesClusterRoleBindingsReader

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

GetAllKubernetesClusterRoleBindingsReader is a Reader for the GetAllKubernetesClusterRoleBindings structure.

func (*GetAllKubernetesClusterRoleBindingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesClusterRoleBindingsUnauthorized

type GetAllKubernetesClusterRoleBindingsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetAllKubernetesClusterRoleBindingsUnauthorized

func NewGetAllKubernetesClusterRoleBindingsUnauthorized() *GetAllKubernetesClusterRoleBindingsUnauthorized

NewGetAllKubernetesClusterRoleBindingsUnauthorized creates a GetAllKubernetesClusterRoleBindingsUnauthorized with default headers values

func (*GetAllKubernetesClusterRoleBindingsUnauthorized) Code

Code gets the status code for the get all kubernetes cluster role bindings unauthorized response

func (*GetAllKubernetesClusterRoleBindingsUnauthorized) Error

func (*GetAllKubernetesClusterRoleBindingsUnauthorized) IsClientError

IsClientError returns true when this get all kubernetes cluster role bindings unauthorized response has a 4xx status code

func (*GetAllKubernetesClusterRoleBindingsUnauthorized) IsCode

IsCode returns true when this get all kubernetes cluster role bindings unauthorized response a status code equal to that given

func (*GetAllKubernetesClusterRoleBindingsUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes cluster role bindings unauthorized response has a 3xx status code

func (*GetAllKubernetesClusterRoleBindingsUnauthorized) IsServerError

IsServerError returns true when this get all kubernetes cluster role bindings unauthorized response has a 5xx status code

func (*GetAllKubernetesClusterRoleBindingsUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes cluster role bindings unauthorized response has a 2xx status code

func (*GetAllKubernetesClusterRoleBindingsUnauthorized) String

type GetAllKubernetesClusterRolesBadRequest

type GetAllKubernetesClusterRolesBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesClusterRolesBadRequest

func NewGetAllKubernetesClusterRolesBadRequest() *GetAllKubernetesClusterRolesBadRequest

NewGetAllKubernetesClusterRolesBadRequest creates a GetAllKubernetesClusterRolesBadRequest with default headers values

func (*GetAllKubernetesClusterRolesBadRequest) Code

Code gets the status code for the get all kubernetes cluster roles bad request response

func (*GetAllKubernetesClusterRolesBadRequest) Error

func (*GetAllKubernetesClusterRolesBadRequest) IsClientError

func (o *GetAllKubernetesClusterRolesBadRequest) IsClientError() bool

IsClientError returns true when this get all kubernetes cluster roles bad request response has a 4xx status code

func (*GetAllKubernetesClusterRolesBadRequest) IsCode

IsCode returns true when this get all kubernetes cluster roles bad request response a status code equal to that given

func (*GetAllKubernetesClusterRolesBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes cluster roles bad request response has a 3xx status code

func (*GetAllKubernetesClusterRolesBadRequest) IsServerError

func (o *GetAllKubernetesClusterRolesBadRequest) IsServerError() bool

IsServerError returns true when this get all kubernetes cluster roles bad request response has a 5xx status code

func (*GetAllKubernetesClusterRolesBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes cluster roles bad request response has a 2xx status code

func (*GetAllKubernetesClusterRolesBadRequest) String

type GetAllKubernetesClusterRolesForbidden

type GetAllKubernetesClusterRolesForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetAllKubernetesClusterRolesForbidden

func NewGetAllKubernetesClusterRolesForbidden() *GetAllKubernetesClusterRolesForbidden

NewGetAllKubernetesClusterRolesForbidden creates a GetAllKubernetesClusterRolesForbidden with default headers values

func (*GetAllKubernetesClusterRolesForbidden) Code

Code gets the status code for the get all kubernetes cluster roles forbidden response

func (*GetAllKubernetesClusterRolesForbidden) Error

func (*GetAllKubernetesClusterRolesForbidden) IsClientError

func (o *GetAllKubernetesClusterRolesForbidden) IsClientError() bool

IsClientError returns true when this get all kubernetes cluster roles forbidden response has a 4xx status code

func (*GetAllKubernetesClusterRolesForbidden) IsCode

IsCode returns true when this get all kubernetes cluster roles forbidden response a status code equal to that given

func (*GetAllKubernetesClusterRolesForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes cluster roles forbidden response has a 3xx status code

func (*GetAllKubernetesClusterRolesForbidden) IsServerError

func (o *GetAllKubernetesClusterRolesForbidden) IsServerError() bool

IsServerError returns true when this get all kubernetes cluster roles forbidden response has a 5xx status code

func (*GetAllKubernetesClusterRolesForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes cluster roles forbidden response has a 2xx status code

func (*GetAllKubernetesClusterRolesForbidden) String

type GetAllKubernetesClusterRolesInternalServerError

type GetAllKubernetesClusterRolesInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the list of cluster roles.

func NewGetAllKubernetesClusterRolesInternalServerError

func NewGetAllKubernetesClusterRolesInternalServerError() *GetAllKubernetesClusterRolesInternalServerError

NewGetAllKubernetesClusterRolesInternalServerError creates a GetAllKubernetesClusterRolesInternalServerError with default headers values

func (*GetAllKubernetesClusterRolesInternalServerError) Code

Code gets the status code for the get all kubernetes cluster roles internal server error response

func (*GetAllKubernetesClusterRolesInternalServerError) Error

func (*GetAllKubernetesClusterRolesInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes cluster roles internal server error response has a 4xx status code

func (*GetAllKubernetesClusterRolesInternalServerError) IsCode

IsCode returns true when this get all kubernetes cluster roles internal server error response a status code equal to that given

func (*GetAllKubernetesClusterRolesInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes cluster roles internal server error response has a 3xx status code

func (*GetAllKubernetesClusterRolesInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes cluster roles internal server error response has a 5xx status code

func (*GetAllKubernetesClusterRolesInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes cluster roles internal server error response has a 2xx status code

func (*GetAllKubernetesClusterRolesInternalServerError) String

type GetAllKubernetesClusterRolesNotFound

type GetAllKubernetesClusterRolesNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetAllKubernetesClusterRolesNotFound

func NewGetAllKubernetesClusterRolesNotFound() *GetAllKubernetesClusterRolesNotFound

NewGetAllKubernetesClusterRolesNotFound creates a GetAllKubernetesClusterRolesNotFound with default headers values

func (*GetAllKubernetesClusterRolesNotFound) Code

Code gets the status code for the get all kubernetes cluster roles not found response

func (*GetAllKubernetesClusterRolesNotFound) Error

func (*GetAllKubernetesClusterRolesNotFound) IsClientError

func (o *GetAllKubernetesClusterRolesNotFound) IsClientError() bool

IsClientError returns true when this get all kubernetes cluster roles not found response has a 4xx status code

func (*GetAllKubernetesClusterRolesNotFound) IsCode

IsCode returns true when this get all kubernetes cluster roles not found response a status code equal to that given

func (*GetAllKubernetesClusterRolesNotFound) IsRedirect

IsRedirect returns true when this get all kubernetes cluster roles not found response has a 3xx status code

func (*GetAllKubernetesClusterRolesNotFound) IsServerError

func (o *GetAllKubernetesClusterRolesNotFound) IsServerError() bool

IsServerError returns true when this get all kubernetes cluster roles not found response has a 5xx status code

func (*GetAllKubernetesClusterRolesNotFound) IsSuccess

IsSuccess returns true when this get all kubernetes cluster roles not found response has a 2xx status code

func (*GetAllKubernetesClusterRolesNotFound) String

type GetAllKubernetesClusterRolesOK

type GetAllKubernetesClusterRolesOK struct {
	Payload []*models.KubernetesK8sClusterRole
}

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

Success

func NewGetAllKubernetesClusterRolesOK

func NewGetAllKubernetesClusterRolesOK() *GetAllKubernetesClusterRolesOK

NewGetAllKubernetesClusterRolesOK creates a GetAllKubernetesClusterRolesOK with default headers values

func (*GetAllKubernetesClusterRolesOK) Code

Code gets the status code for the get all kubernetes cluster roles o k response

func (*GetAllKubernetesClusterRolesOK) Error

func (*GetAllKubernetesClusterRolesOK) GetPayload

func (*GetAllKubernetesClusterRolesOK) IsClientError

func (o *GetAllKubernetesClusterRolesOK) IsClientError() bool

IsClientError returns true when this get all kubernetes cluster roles o k response has a 4xx status code

func (*GetAllKubernetesClusterRolesOK) IsCode

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

IsCode returns true when this get all kubernetes cluster roles o k response a status code equal to that given

func (*GetAllKubernetesClusterRolesOK) IsRedirect

func (o *GetAllKubernetesClusterRolesOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes cluster roles o k response has a 3xx status code

func (*GetAllKubernetesClusterRolesOK) IsServerError

func (o *GetAllKubernetesClusterRolesOK) IsServerError() bool

IsServerError returns true when this get all kubernetes cluster roles o k response has a 5xx status code

func (*GetAllKubernetesClusterRolesOK) IsSuccess

func (o *GetAllKubernetesClusterRolesOK) IsSuccess() bool

IsSuccess returns true when this get all kubernetes cluster roles o k response has a 2xx status code

func (*GetAllKubernetesClusterRolesOK) String

type GetAllKubernetesClusterRolesParams

type GetAllKubernetesClusterRolesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetAllKubernetesClusterRolesParams contains all the parameters to send to the API endpoint

for the get all kubernetes cluster roles operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesClusterRolesParams

func NewGetAllKubernetesClusterRolesParams() *GetAllKubernetesClusterRolesParams

NewGetAllKubernetesClusterRolesParams creates a new GetAllKubernetesClusterRolesParams 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 NewGetAllKubernetesClusterRolesParamsWithContext

func NewGetAllKubernetesClusterRolesParamsWithContext(ctx context.Context) *GetAllKubernetesClusterRolesParams

NewGetAllKubernetesClusterRolesParamsWithContext creates a new GetAllKubernetesClusterRolesParams object with the ability to set a context for a request.

func NewGetAllKubernetesClusterRolesParamsWithHTTPClient

func NewGetAllKubernetesClusterRolesParamsWithHTTPClient(client *http.Client) *GetAllKubernetesClusterRolesParams

NewGetAllKubernetesClusterRolesParamsWithHTTPClient creates a new GetAllKubernetesClusterRolesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesClusterRolesParamsWithTimeout

func NewGetAllKubernetesClusterRolesParamsWithTimeout(timeout time.Duration) *GetAllKubernetesClusterRolesParams

NewGetAllKubernetesClusterRolesParamsWithTimeout creates a new GetAllKubernetesClusterRolesParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesClusterRolesParams) SetContext

SetContext adds the context to the get all kubernetes cluster roles params

func (*GetAllKubernetesClusterRolesParams) SetDefaults

func (o *GetAllKubernetesClusterRolesParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes cluster roles params (not the query body).

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

func (*GetAllKubernetesClusterRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes cluster roles params

func (*GetAllKubernetesClusterRolesParams) SetID

SetID adds the id to the get all kubernetes cluster roles params

func (*GetAllKubernetesClusterRolesParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes cluster roles params

func (*GetAllKubernetesClusterRolesParams) WithContext

WithContext adds the context to the get all kubernetes cluster roles params

func (*GetAllKubernetesClusterRolesParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes cluster roles params (not the query body).

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

func (*GetAllKubernetesClusterRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes cluster roles params

func (*GetAllKubernetesClusterRolesParams) WithID

WithID adds the id to the get all kubernetes cluster roles params

func (*GetAllKubernetesClusterRolesParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes cluster roles params

func (*GetAllKubernetesClusterRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesClusterRolesReader

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

GetAllKubernetesClusterRolesReader is a Reader for the GetAllKubernetesClusterRoles structure.

func (*GetAllKubernetesClusterRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesClusterRolesUnauthorized

type GetAllKubernetesClusterRolesUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetAllKubernetesClusterRolesUnauthorized

func NewGetAllKubernetesClusterRolesUnauthorized() *GetAllKubernetesClusterRolesUnauthorized

NewGetAllKubernetesClusterRolesUnauthorized creates a GetAllKubernetesClusterRolesUnauthorized with default headers values

func (*GetAllKubernetesClusterRolesUnauthorized) Code

Code gets the status code for the get all kubernetes cluster roles unauthorized response

func (*GetAllKubernetesClusterRolesUnauthorized) Error

func (*GetAllKubernetesClusterRolesUnauthorized) IsClientError

IsClientError returns true when this get all kubernetes cluster roles unauthorized response has a 4xx status code

func (*GetAllKubernetesClusterRolesUnauthorized) IsCode

IsCode returns true when this get all kubernetes cluster roles unauthorized response a status code equal to that given

func (*GetAllKubernetesClusterRolesUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes cluster roles unauthorized response has a 3xx status code

func (*GetAllKubernetesClusterRolesUnauthorized) IsServerError

IsServerError returns true when this get all kubernetes cluster roles unauthorized response has a 5xx status code

func (*GetAllKubernetesClusterRolesUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes cluster roles unauthorized response has a 2xx status code

func (*GetAllKubernetesClusterRolesUnauthorized) String

type GetAllKubernetesConfigMapsBadRequest

type GetAllKubernetesConfigMapsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesConfigMapsBadRequest

func NewGetAllKubernetesConfigMapsBadRequest() *GetAllKubernetesConfigMapsBadRequest

NewGetAllKubernetesConfigMapsBadRequest creates a GetAllKubernetesConfigMapsBadRequest with default headers values

func (*GetAllKubernetesConfigMapsBadRequest) Code

Code gets the status code for the get all kubernetes config maps bad request response

func (*GetAllKubernetesConfigMapsBadRequest) Error

func (*GetAllKubernetesConfigMapsBadRequest) IsClientError

func (o *GetAllKubernetesConfigMapsBadRequest) IsClientError() bool

IsClientError returns true when this get all kubernetes config maps bad request response has a 4xx status code

func (*GetAllKubernetesConfigMapsBadRequest) IsCode

IsCode returns true when this get all kubernetes config maps bad request response a status code equal to that given

func (*GetAllKubernetesConfigMapsBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes config maps bad request response has a 3xx status code

func (*GetAllKubernetesConfigMapsBadRequest) IsServerError

func (o *GetAllKubernetesConfigMapsBadRequest) IsServerError() bool

IsServerError returns true when this get all kubernetes config maps bad request response has a 5xx status code

func (*GetAllKubernetesConfigMapsBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes config maps bad request response has a 2xx status code

func (*GetAllKubernetesConfigMapsBadRequest) String

type GetAllKubernetesConfigMapsCountBadRequest

type GetAllKubernetesConfigMapsCountBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesConfigMapsCountBadRequest

func NewGetAllKubernetesConfigMapsCountBadRequest() *GetAllKubernetesConfigMapsCountBadRequest

NewGetAllKubernetesConfigMapsCountBadRequest creates a GetAllKubernetesConfigMapsCountBadRequest with default headers values

func (*GetAllKubernetesConfigMapsCountBadRequest) Code

Code gets the status code for the get all kubernetes config maps count bad request response

func (*GetAllKubernetesConfigMapsCountBadRequest) Error

func (*GetAllKubernetesConfigMapsCountBadRequest) IsClientError

IsClientError returns true when this get all kubernetes config maps count bad request response has a 4xx status code

func (*GetAllKubernetesConfigMapsCountBadRequest) IsCode

IsCode returns true when this get all kubernetes config maps count bad request response a status code equal to that given

func (*GetAllKubernetesConfigMapsCountBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes config maps count bad request response has a 3xx status code

func (*GetAllKubernetesConfigMapsCountBadRequest) IsServerError

IsServerError returns true when this get all kubernetes config maps count bad request response has a 5xx status code

func (*GetAllKubernetesConfigMapsCountBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes config maps count bad request response has a 2xx status code

func (*GetAllKubernetesConfigMapsCountBadRequest) String

type GetAllKubernetesConfigMapsCountForbidden

type GetAllKubernetesConfigMapsCountForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetAllKubernetesConfigMapsCountForbidden

func NewGetAllKubernetesConfigMapsCountForbidden() *GetAllKubernetesConfigMapsCountForbidden

NewGetAllKubernetesConfigMapsCountForbidden creates a GetAllKubernetesConfigMapsCountForbidden with default headers values

func (*GetAllKubernetesConfigMapsCountForbidden) Code

Code gets the status code for the get all kubernetes config maps count forbidden response

func (*GetAllKubernetesConfigMapsCountForbidden) Error

func (*GetAllKubernetesConfigMapsCountForbidden) IsClientError

IsClientError returns true when this get all kubernetes config maps count forbidden response has a 4xx status code

func (*GetAllKubernetesConfigMapsCountForbidden) IsCode

IsCode returns true when this get all kubernetes config maps count forbidden response a status code equal to that given

func (*GetAllKubernetesConfigMapsCountForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes config maps count forbidden response has a 3xx status code

func (*GetAllKubernetesConfigMapsCountForbidden) IsServerError

IsServerError returns true when this get all kubernetes config maps count forbidden response has a 5xx status code

func (*GetAllKubernetesConfigMapsCountForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes config maps count forbidden response has a 2xx status code

func (*GetAllKubernetesConfigMapsCountForbidden) String

type GetAllKubernetesConfigMapsCountInternalServerError

type GetAllKubernetesConfigMapsCountInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the count of all configmaps from the cluster.

func NewGetAllKubernetesConfigMapsCountInternalServerError

func NewGetAllKubernetesConfigMapsCountInternalServerError() *GetAllKubernetesConfigMapsCountInternalServerError

NewGetAllKubernetesConfigMapsCountInternalServerError creates a GetAllKubernetesConfigMapsCountInternalServerError with default headers values

func (*GetAllKubernetesConfigMapsCountInternalServerError) Code

Code gets the status code for the get all kubernetes config maps count internal server error response

func (*GetAllKubernetesConfigMapsCountInternalServerError) Error

func (*GetAllKubernetesConfigMapsCountInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes config maps count internal server error response has a 4xx status code

func (*GetAllKubernetesConfigMapsCountInternalServerError) IsCode

IsCode returns true when this get all kubernetes config maps count internal server error response a status code equal to that given

func (*GetAllKubernetesConfigMapsCountInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes config maps count internal server error response has a 3xx status code

func (*GetAllKubernetesConfigMapsCountInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes config maps count internal server error response has a 5xx status code

func (*GetAllKubernetesConfigMapsCountInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes config maps count internal server error response has a 2xx status code

func (*GetAllKubernetesConfigMapsCountInternalServerError) String

type GetAllKubernetesConfigMapsCountNotFound

type GetAllKubernetesConfigMapsCountNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetAllKubernetesConfigMapsCountNotFound

func NewGetAllKubernetesConfigMapsCountNotFound() *GetAllKubernetesConfigMapsCountNotFound

NewGetAllKubernetesConfigMapsCountNotFound creates a GetAllKubernetesConfigMapsCountNotFound with default headers values

func (*GetAllKubernetesConfigMapsCountNotFound) Code

Code gets the status code for the get all kubernetes config maps count not found response

func (*GetAllKubernetesConfigMapsCountNotFound) Error

func (*GetAllKubernetesConfigMapsCountNotFound) IsClientError

func (o *GetAllKubernetesConfigMapsCountNotFound) IsClientError() bool

IsClientError returns true when this get all kubernetes config maps count not found response has a 4xx status code

func (*GetAllKubernetesConfigMapsCountNotFound) IsCode

IsCode returns true when this get all kubernetes config maps count not found response a status code equal to that given

func (*GetAllKubernetesConfigMapsCountNotFound) IsRedirect

IsRedirect returns true when this get all kubernetes config maps count not found response has a 3xx status code

func (*GetAllKubernetesConfigMapsCountNotFound) IsServerError

func (o *GetAllKubernetesConfigMapsCountNotFound) IsServerError() bool

IsServerError returns true when this get all kubernetes config maps count not found response has a 5xx status code

func (*GetAllKubernetesConfigMapsCountNotFound) IsSuccess

IsSuccess returns true when this get all kubernetes config maps count not found response has a 2xx status code

func (*GetAllKubernetesConfigMapsCountNotFound) String

type GetAllKubernetesConfigMapsCountOK

type GetAllKubernetesConfigMapsCountOK struct {
	Payload int64
}

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

Success

func NewGetAllKubernetesConfigMapsCountOK

func NewGetAllKubernetesConfigMapsCountOK() *GetAllKubernetesConfigMapsCountOK

NewGetAllKubernetesConfigMapsCountOK creates a GetAllKubernetesConfigMapsCountOK with default headers values

func (*GetAllKubernetesConfigMapsCountOK) Code

Code gets the status code for the get all kubernetes config maps count o k response

func (*GetAllKubernetesConfigMapsCountOK) Error

func (*GetAllKubernetesConfigMapsCountOK) GetPayload

func (o *GetAllKubernetesConfigMapsCountOK) GetPayload() int64

func (*GetAllKubernetesConfigMapsCountOK) IsClientError

func (o *GetAllKubernetesConfigMapsCountOK) IsClientError() bool

IsClientError returns true when this get all kubernetes config maps count o k response has a 4xx status code

func (*GetAllKubernetesConfigMapsCountOK) IsCode

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

IsCode returns true when this get all kubernetes config maps count o k response a status code equal to that given

func (*GetAllKubernetesConfigMapsCountOK) IsRedirect

func (o *GetAllKubernetesConfigMapsCountOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes config maps count o k response has a 3xx status code

func (*GetAllKubernetesConfigMapsCountOK) IsServerError

func (o *GetAllKubernetesConfigMapsCountOK) IsServerError() bool

IsServerError returns true when this get all kubernetes config maps count o k response has a 5xx status code

func (*GetAllKubernetesConfigMapsCountOK) IsSuccess

func (o *GetAllKubernetesConfigMapsCountOK) IsSuccess() bool

IsSuccess returns true when this get all kubernetes config maps count o k response has a 2xx status code

func (*GetAllKubernetesConfigMapsCountOK) String

type GetAllKubernetesConfigMapsCountParams

type GetAllKubernetesConfigMapsCountParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetAllKubernetesConfigMapsCountParams contains all the parameters to send to the API endpoint

for the get all kubernetes config maps count operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesConfigMapsCountParams

func NewGetAllKubernetesConfigMapsCountParams() *GetAllKubernetesConfigMapsCountParams

NewGetAllKubernetesConfigMapsCountParams creates a new GetAllKubernetesConfigMapsCountParams 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 NewGetAllKubernetesConfigMapsCountParamsWithContext

func NewGetAllKubernetesConfigMapsCountParamsWithContext(ctx context.Context) *GetAllKubernetesConfigMapsCountParams

NewGetAllKubernetesConfigMapsCountParamsWithContext creates a new GetAllKubernetesConfigMapsCountParams object with the ability to set a context for a request.

func NewGetAllKubernetesConfigMapsCountParamsWithHTTPClient

func NewGetAllKubernetesConfigMapsCountParamsWithHTTPClient(client *http.Client) *GetAllKubernetesConfigMapsCountParams

NewGetAllKubernetesConfigMapsCountParamsWithHTTPClient creates a new GetAllKubernetesConfigMapsCountParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesConfigMapsCountParamsWithTimeout

func NewGetAllKubernetesConfigMapsCountParamsWithTimeout(timeout time.Duration) *GetAllKubernetesConfigMapsCountParams

NewGetAllKubernetesConfigMapsCountParamsWithTimeout creates a new GetAllKubernetesConfigMapsCountParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesConfigMapsCountParams) SetContext

SetContext adds the context to the get all kubernetes config maps count params

func (*GetAllKubernetesConfigMapsCountParams) SetDefaults

func (o *GetAllKubernetesConfigMapsCountParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes config maps count params (not the query body).

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

func (*GetAllKubernetesConfigMapsCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes config maps count params

func (*GetAllKubernetesConfigMapsCountParams) SetID

SetID adds the id to the get all kubernetes config maps count params

func (*GetAllKubernetesConfigMapsCountParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes config maps count params

func (*GetAllKubernetesConfigMapsCountParams) WithContext

WithContext adds the context to the get all kubernetes config maps count params

func (*GetAllKubernetesConfigMapsCountParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes config maps count params (not the query body).

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

func (*GetAllKubernetesConfigMapsCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes config maps count params

func (*GetAllKubernetesConfigMapsCountParams) WithID

WithID adds the id to the get all kubernetes config maps count params

func (*GetAllKubernetesConfigMapsCountParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes config maps count params

func (*GetAllKubernetesConfigMapsCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesConfigMapsCountReader

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

GetAllKubernetesConfigMapsCountReader is a Reader for the GetAllKubernetesConfigMapsCount structure.

func (*GetAllKubernetesConfigMapsCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesConfigMapsCountUnauthorized

type GetAllKubernetesConfigMapsCountUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetAllKubernetesConfigMapsCountUnauthorized

func NewGetAllKubernetesConfigMapsCountUnauthorized() *GetAllKubernetesConfigMapsCountUnauthorized

NewGetAllKubernetesConfigMapsCountUnauthorized creates a GetAllKubernetesConfigMapsCountUnauthorized with default headers values

func (*GetAllKubernetesConfigMapsCountUnauthorized) Code

Code gets the status code for the get all kubernetes config maps count unauthorized response

func (*GetAllKubernetesConfigMapsCountUnauthorized) Error

func (*GetAllKubernetesConfigMapsCountUnauthorized) IsClientError

IsClientError returns true when this get all kubernetes config maps count unauthorized response has a 4xx status code

func (*GetAllKubernetesConfigMapsCountUnauthorized) IsCode

IsCode returns true when this get all kubernetes config maps count unauthorized response a status code equal to that given

func (*GetAllKubernetesConfigMapsCountUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes config maps count unauthorized response has a 3xx status code

func (*GetAllKubernetesConfigMapsCountUnauthorized) IsServerError

IsServerError returns true when this get all kubernetes config maps count unauthorized response has a 5xx status code

func (*GetAllKubernetesConfigMapsCountUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes config maps count unauthorized response has a 2xx status code

func (*GetAllKubernetesConfigMapsCountUnauthorized) String

type GetAllKubernetesConfigMapsForbidden

type GetAllKubernetesConfigMapsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetAllKubernetesConfigMapsForbidden

func NewGetAllKubernetesConfigMapsForbidden() *GetAllKubernetesConfigMapsForbidden

NewGetAllKubernetesConfigMapsForbidden creates a GetAllKubernetesConfigMapsForbidden with default headers values

func (*GetAllKubernetesConfigMapsForbidden) Code

Code gets the status code for the get all kubernetes config maps forbidden response

func (*GetAllKubernetesConfigMapsForbidden) Error

func (*GetAllKubernetesConfigMapsForbidden) IsClientError

func (o *GetAllKubernetesConfigMapsForbidden) IsClientError() bool

IsClientError returns true when this get all kubernetes config maps forbidden response has a 4xx status code

func (*GetAllKubernetesConfigMapsForbidden) IsCode

IsCode returns true when this get all kubernetes config maps forbidden response a status code equal to that given

func (*GetAllKubernetesConfigMapsForbidden) IsRedirect

func (o *GetAllKubernetesConfigMapsForbidden) IsRedirect() bool

IsRedirect returns true when this get all kubernetes config maps forbidden response has a 3xx status code

func (*GetAllKubernetesConfigMapsForbidden) IsServerError

func (o *GetAllKubernetesConfigMapsForbidden) IsServerError() bool

IsServerError returns true when this get all kubernetes config maps forbidden response has a 5xx status code

func (*GetAllKubernetesConfigMapsForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes config maps forbidden response has a 2xx status code

func (*GetAllKubernetesConfigMapsForbidden) String

type GetAllKubernetesConfigMapsInternalServerError

type GetAllKubernetesConfigMapsInternalServerError struct {
}

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

Server error occurred while attempting to retrieve all configmaps from the cluster.

func NewGetAllKubernetesConfigMapsInternalServerError

func NewGetAllKubernetesConfigMapsInternalServerError() *GetAllKubernetesConfigMapsInternalServerError

NewGetAllKubernetesConfigMapsInternalServerError creates a GetAllKubernetesConfigMapsInternalServerError with default headers values

func (*GetAllKubernetesConfigMapsInternalServerError) Code

Code gets the status code for the get all kubernetes config maps internal server error response

func (*GetAllKubernetesConfigMapsInternalServerError) Error

func (*GetAllKubernetesConfigMapsInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes config maps internal server error response has a 4xx status code

func (*GetAllKubernetesConfigMapsInternalServerError) IsCode

IsCode returns true when this get all kubernetes config maps internal server error response a status code equal to that given

func (*GetAllKubernetesConfigMapsInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes config maps internal server error response has a 3xx status code

func (*GetAllKubernetesConfigMapsInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes config maps internal server error response has a 5xx status code

func (*GetAllKubernetesConfigMapsInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes config maps internal server error response has a 2xx status code

func (*GetAllKubernetesConfigMapsInternalServerError) String

type GetAllKubernetesConfigMapsNotFound

type GetAllKubernetesConfigMapsNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetAllKubernetesConfigMapsNotFound

func NewGetAllKubernetesConfigMapsNotFound() *GetAllKubernetesConfigMapsNotFound

NewGetAllKubernetesConfigMapsNotFound creates a GetAllKubernetesConfigMapsNotFound with default headers values

func (*GetAllKubernetesConfigMapsNotFound) Code

Code gets the status code for the get all kubernetes config maps not found response

func (*GetAllKubernetesConfigMapsNotFound) Error

func (*GetAllKubernetesConfigMapsNotFound) IsClientError

func (o *GetAllKubernetesConfigMapsNotFound) IsClientError() bool

IsClientError returns true when this get all kubernetes config maps not found response has a 4xx status code

func (*GetAllKubernetesConfigMapsNotFound) IsCode

IsCode returns true when this get all kubernetes config maps not found response a status code equal to that given

func (*GetAllKubernetesConfigMapsNotFound) IsRedirect

func (o *GetAllKubernetesConfigMapsNotFound) IsRedirect() bool

IsRedirect returns true when this get all kubernetes config maps not found response has a 3xx status code

func (*GetAllKubernetesConfigMapsNotFound) IsServerError

func (o *GetAllKubernetesConfigMapsNotFound) IsServerError() bool

IsServerError returns true when this get all kubernetes config maps not found response has a 5xx status code

func (*GetAllKubernetesConfigMapsNotFound) IsSuccess

IsSuccess returns true when this get all kubernetes config maps not found response has a 2xx status code

func (*GetAllKubernetesConfigMapsNotFound) String

type GetAllKubernetesConfigMapsOK

type GetAllKubernetesConfigMapsOK struct {
	Payload []*models.KubernetesK8sConfigMap
}

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

Success

func NewGetAllKubernetesConfigMapsOK

func NewGetAllKubernetesConfigMapsOK() *GetAllKubernetesConfigMapsOK

NewGetAllKubernetesConfigMapsOK creates a GetAllKubernetesConfigMapsOK with default headers values

func (*GetAllKubernetesConfigMapsOK) Code

Code gets the status code for the get all kubernetes config maps o k response

func (*GetAllKubernetesConfigMapsOK) Error

func (*GetAllKubernetesConfigMapsOK) GetPayload

func (*GetAllKubernetesConfigMapsOK) IsClientError

func (o *GetAllKubernetesConfigMapsOK) IsClientError() bool

IsClientError returns true when this get all kubernetes config maps o k response has a 4xx status code

func (*GetAllKubernetesConfigMapsOK) IsCode

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

IsCode returns true when this get all kubernetes config maps o k response a status code equal to that given

func (*GetAllKubernetesConfigMapsOK) IsRedirect

func (o *GetAllKubernetesConfigMapsOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes config maps o k response has a 3xx status code

func (*GetAllKubernetesConfigMapsOK) IsServerError

func (o *GetAllKubernetesConfigMapsOK) IsServerError() bool

IsServerError returns true when this get all kubernetes config maps o k response has a 5xx status code

func (*GetAllKubernetesConfigMapsOK) IsSuccess

func (o *GetAllKubernetesConfigMapsOK) IsSuccess() bool

IsSuccess returns true when this get all kubernetes config maps o k response has a 2xx status code

func (*GetAllKubernetesConfigMapsOK) String

type GetAllKubernetesConfigMapsParams

type GetAllKubernetesConfigMapsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* IsUsed.

	   Set to true to include information about applications that use the ConfigMaps in the response
	*/
	IsUsed bool

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

GetAllKubernetesConfigMapsParams contains all the parameters to send to the API endpoint

for the get all kubernetes config maps operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesConfigMapsParams

func NewGetAllKubernetesConfigMapsParams() *GetAllKubernetesConfigMapsParams

NewGetAllKubernetesConfigMapsParams creates a new GetAllKubernetesConfigMapsParams 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 NewGetAllKubernetesConfigMapsParamsWithContext

func NewGetAllKubernetesConfigMapsParamsWithContext(ctx context.Context) *GetAllKubernetesConfigMapsParams

NewGetAllKubernetesConfigMapsParamsWithContext creates a new GetAllKubernetesConfigMapsParams object with the ability to set a context for a request.

func NewGetAllKubernetesConfigMapsParamsWithHTTPClient

func NewGetAllKubernetesConfigMapsParamsWithHTTPClient(client *http.Client) *GetAllKubernetesConfigMapsParams

NewGetAllKubernetesConfigMapsParamsWithHTTPClient creates a new GetAllKubernetesConfigMapsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesConfigMapsParamsWithTimeout

func NewGetAllKubernetesConfigMapsParamsWithTimeout(timeout time.Duration) *GetAllKubernetesConfigMapsParams

NewGetAllKubernetesConfigMapsParamsWithTimeout creates a new GetAllKubernetesConfigMapsParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesConfigMapsParams) SetContext

SetContext adds the context to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) SetDefaults

func (o *GetAllKubernetesConfigMapsParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes config maps params (not the query body).

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

func (*GetAllKubernetesConfigMapsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) SetID

SetID adds the id to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) SetIsUsed

func (o *GetAllKubernetesConfigMapsParams) SetIsUsed(isUsed bool)

SetIsUsed adds the isUsed to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) WithContext

WithContext adds the context to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes config maps params (not the query body).

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

func (*GetAllKubernetesConfigMapsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) WithID

WithID adds the id to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) WithIsUsed

WithIsUsed adds the isUsed to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes config maps params

func (*GetAllKubernetesConfigMapsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesConfigMapsReader

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

GetAllKubernetesConfigMapsReader is a Reader for the GetAllKubernetesConfigMaps structure.

func (*GetAllKubernetesConfigMapsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesConfigMapsUnauthorized

type GetAllKubernetesConfigMapsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetAllKubernetesConfigMapsUnauthorized

func NewGetAllKubernetesConfigMapsUnauthorized() *GetAllKubernetesConfigMapsUnauthorized

NewGetAllKubernetesConfigMapsUnauthorized creates a GetAllKubernetesConfigMapsUnauthorized with default headers values

func (*GetAllKubernetesConfigMapsUnauthorized) Code

Code gets the status code for the get all kubernetes config maps unauthorized response

func (*GetAllKubernetesConfigMapsUnauthorized) Error

func (*GetAllKubernetesConfigMapsUnauthorized) IsClientError

func (o *GetAllKubernetesConfigMapsUnauthorized) IsClientError() bool

IsClientError returns true when this get all kubernetes config maps unauthorized response has a 4xx status code

func (*GetAllKubernetesConfigMapsUnauthorized) IsCode

IsCode returns true when this get all kubernetes config maps unauthorized response a status code equal to that given

func (*GetAllKubernetesConfigMapsUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes config maps unauthorized response has a 3xx status code

func (*GetAllKubernetesConfigMapsUnauthorized) IsServerError

func (o *GetAllKubernetesConfigMapsUnauthorized) IsServerError() bool

IsServerError returns true when this get all kubernetes config maps unauthorized response has a 5xx status code

func (*GetAllKubernetesConfigMapsUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes config maps unauthorized response has a 2xx status code

func (*GetAllKubernetesConfigMapsUnauthorized) String

type GetAllKubernetesIngressControllersBadRequest

type GetAllKubernetesIngressControllersBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesIngressControllersBadRequest

func NewGetAllKubernetesIngressControllersBadRequest() *GetAllKubernetesIngressControllersBadRequest

NewGetAllKubernetesIngressControllersBadRequest creates a GetAllKubernetesIngressControllersBadRequest with default headers values

func (*GetAllKubernetesIngressControllersBadRequest) Code

Code gets the status code for the get all kubernetes ingress controllers bad request response

func (*GetAllKubernetesIngressControllersBadRequest) Error

func (*GetAllKubernetesIngressControllersBadRequest) IsClientError

IsClientError returns true when this get all kubernetes ingress controllers bad request response has a 4xx status code

func (*GetAllKubernetesIngressControllersBadRequest) IsCode

IsCode returns true when this get all kubernetes ingress controllers bad request response a status code equal to that given

func (*GetAllKubernetesIngressControllersBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes ingress controllers bad request response has a 3xx status code

func (*GetAllKubernetesIngressControllersBadRequest) IsServerError

IsServerError returns true when this get all kubernetes ingress controllers bad request response has a 5xx status code

func (*GetAllKubernetesIngressControllersBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes ingress controllers bad request response has a 2xx status code

func (*GetAllKubernetesIngressControllersBadRequest) String

type GetAllKubernetesIngressControllersForbidden

type GetAllKubernetesIngressControllersForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetAllKubernetesIngressControllersForbidden

func NewGetAllKubernetesIngressControllersForbidden() *GetAllKubernetesIngressControllersForbidden

NewGetAllKubernetesIngressControllersForbidden creates a GetAllKubernetesIngressControllersForbidden with default headers values

func (*GetAllKubernetesIngressControllersForbidden) Code

Code gets the status code for the get all kubernetes ingress controllers forbidden response

func (*GetAllKubernetesIngressControllersForbidden) Error

func (*GetAllKubernetesIngressControllersForbidden) IsClientError

IsClientError returns true when this get all kubernetes ingress controllers forbidden response has a 4xx status code

func (*GetAllKubernetesIngressControllersForbidden) IsCode

IsCode returns true when this get all kubernetes ingress controllers forbidden response a status code equal to that given

func (*GetAllKubernetesIngressControllersForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes ingress controllers forbidden response has a 3xx status code

func (*GetAllKubernetesIngressControllersForbidden) IsServerError

IsServerError returns true when this get all kubernetes ingress controllers forbidden response has a 5xx status code

func (*GetAllKubernetesIngressControllersForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes ingress controllers forbidden response has a 2xx status code

func (*GetAllKubernetesIngressControllersForbidden) String

type GetAllKubernetesIngressControllersInternalServerError

type GetAllKubernetesIngressControllersInternalServerError struct {
}

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

Server error occurred while attempting to retrieve ingress controllers

func NewGetAllKubernetesIngressControllersInternalServerError

func NewGetAllKubernetesIngressControllersInternalServerError() *GetAllKubernetesIngressControllersInternalServerError

NewGetAllKubernetesIngressControllersInternalServerError creates a GetAllKubernetesIngressControllersInternalServerError with default headers values

func (*GetAllKubernetesIngressControllersInternalServerError) Code

Code gets the status code for the get all kubernetes ingress controllers internal server error response

func (*GetAllKubernetesIngressControllersInternalServerError) Error

func (*GetAllKubernetesIngressControllersInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes ingress controllers internal server error response has a 4xx status code

func (*GetAllKubernetesIngressControllersInternalServerError) IsCode

IsCode returns true when this get all kubernetes ingress controllers internal server error response a status code equal to that given

func (*GetAllKubernetesIngressControllersInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes ingress controllers internal server error response has a 3xx status code

func (*GetAllKubernetesIngressControllersInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes ingress controllers internal server error response has a 5xx status code

func (*GetAllKubernetesIngressControllersInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes ingress controllers internal server error response has a 2xx status code

func (*GetAllKubernetesIngressControllersInternalServerError) String

type GetAllKubernetesIngressControllersNotFound

type GetAllKubernetesIngressControllersNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetAllKubernetesIngressControllersNotFound

func NewGetAllKubernetesIngressControllersNotFound() *GetAllKubernetesIngressControllersNotFound

NewGetAllKubernetesIngressControllersNotFound creates a GetAllKubernetesIngressControllersNotFound with default headers values

func (*GetAllKubernetesIngressControllersNotFound) Code

Code gets the status code for the get all kubernetes ingress controllers not found response

func (*GetAllKubernetesIngressControllersNotFound) Error

func (*GetAllKubernetesIngressControllersNotFound) IsClientError

IsClientError returns true when this get all kubernetes ingress controllers not found response has a 4xx status code

func (*GetAllKubernetesIngressControllersNotFound) IsCode

IsCode returns true when this get all kubernetes ingress controllers not found response a status code equal to that given

func (*GetAllKubernetesIngressControllersNotFound) IsRedirect

IsRedirect returns true when this get all kubernetes ingress controllers not found response has a 3xx status code

func (*GetAllKubernetesIngressControllersNotFound) IsServerError

IsServerError returns true when this get all kubernetes ingress controllers not found response has a 5xx status code

func (*GetAllKubernetesIngressControllersNotFound) IsSuccess

IsSuccess returns true when this get all kubernetes ingress controllers not found response has a 2xx status code

func (*GetAllKubernetesIngressControllersNotFound) String

type GetAllKubernetesIngressControllersOK

type GetAllKubernetesIngressControllersOK struct {
	Payload []*models.KubernetesK8sIngressController
}

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

Success

func NewGetAllKubernetesIngressControllersOK

func NewGetAllKubernetesIngressControllersOK() *GetAllKubernetesIngressControllersOK

NewGetAllKubernetesIngressControllersOK creates a GetAllKubernetesIngressControllersOK with default headers values

func (*GetAllKubernetesIngressControllersOK) Code

Code gets the status code for the get all kubernetes ingress controllers o k response

func (*GetAllKubernetesIngressControllersOK) Error

func (*GetAllKubernetesIngressControllersOK) GetPayload

func (*GetAllKubernetesIngressControllersOK) IsClientError

func (o *GetAllKubernetesIngressControllersOK) IsClientError() bool

IsClientError returns true when this get all kubernetes ingress controllers o k response has a 4xx status code

func (*GetAllKubernetesIngressControllersOK) IsCode

IsCode returns true when this get all kubernetes ingress controllers o k response a status code equal to that given

func (*GetAllKubernetesIngressControllersOK) IsRedirect

IsRedirect returns true when this get all kubernetes ingress controllers o k response has a 3xx status code

func (*GetAllKubernetesIngressControllersOK) IsServerError

func (o *GetAllKubernetesIngressControllersOK) IsServerError() bool

IsServerError returns true when this get all kubernetes ingress controllers o k response has a 5xx status code

func (*GetAllKubernetesIngressControllersOK) IsSuccess

IsSuccess returns true when this get all kubernetes ingress controllers o k response has a 2xx status code

func (*GetAllKubernetesIngressControllersOK) String

type GetAllKubernetesIngressControllersParams

type GetAllKubernetesIngressControllersParams struct {

	/* AllowedOnly.

	   Only return allowed ingress controllers
	*/
	AllowedOnly *bool

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetAllKubernetesIngressControllersParams contains all the parameters to send to the API endpoint

for the get all kubernetes ingress controllers operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesIngressControllersParams

func NewGetAllKubernetesIngressControllersParams() *GetAllKubernetesIngressControllersParams

NewGetAllKubernetesIngressControllersParams creates a new GetAllKubernetesIngressControllersParams 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 NewGetAllKubernetesIngressControllersParamsWithContext

func NewGetAllKubernetesIngressControllersParamsWithContext(ctx context.Context) *GetAllKubernetesIngressControllersParams

NewGetAllKubernetesIngressControllersParamsWithContext creates a new GetAllKubernetesIngressControllersParams object with the ability to set a context for a request.

func NewGetAllKubernetesIngressControllersParamsWithHTTPClient

func NewGetAllKubernetesIngressControllersParamsWithHTTPClient(client *http.Client) *GetAllKubernetesIngressControllersParams

NewGetAllKubernetesIngressControllersParamsWithHTTPClient creates a new GetAllKubernetesIngressControllersParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesIngressControllersParamsWithTimeout

func NewGetAllKubernetesIngressControllersParamsWithTimeout(timeout time.Duration) *GetAllKubernetesIngressControllersParams

NewGetAllKubernetesIngressControllersParamsWithTimeout creates a new GetAllKubernetesIngressControllersParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesIngressControllersParams) SetAllowedOnly

func (o *GetAllKubernetesIngressControllersParams) SetAllowedOnly(allowedOnly *bool)

SetAllowedOnly adds the allowedOnly to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) SetContext

SetContext adds the context to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) SetDefaults

SetDefaults hydrates default values in the get all kubernetes ingress controllers params (not the query body).

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

func (*GetAllKubernetesIngressControllersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) SetID

SetID adds the id to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) SetTimeout

SetTimeout adds the timeout to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) WithAllowedOnly

WithAllowedOnly adds the allowedOnly to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) WithContext

WithContext adds the context to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes ingress controllers params (not the query body).

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

func (*GetAllKubernetesIngressControllersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) WithID

WithID adds the id to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes ingress controllers params

func (*GetAllKubernetesIngressControllersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesIngressControllersReader

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

GetAllKubernetesIngressControllersReader is a Reader for the GetAllKubernetesIngressControllers structure.

func (*GetAllKubernetesIngressControllersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesIngressControllersUnauthorized

type GetAllKubernetesIngressControllersUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetAllKubernetesIngressControllersUnauthorized

func NewGetAllKubernetesIngressControllersUnauthorized() *GetAllKubernetesIngressControllersUnauthorized

NewGetAllKubernetesIngressControllersUnauthorized creates a GetAllKubernetesIngressControllersUnauthorized with default headers values

func (*GetAllKubernetesIngressControllersUnauthorized) Code

Code gets the status code for the get all kubernetes ingress controllers unauthorized response

func (*GetAllKubernetesIngressControllersUnauthorized) Error

func (*GetAllKubernetesIngressControllersUnauthorized) IsClientError

IsClientError returns true when this get all kubernetes ingress controllers unauthorized response has a 4xx status code

func (*GetAllKubernetesIngressControllersUnauthorized) IsCode

IsCode returns true when this get all kubernetes ingress controllers unauthorized response a status code equal to that given

func (*GetAllKubernetesIngressControllersUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes ingress controllers unauthorized response has a 3xx status code

func (*GetAllKubernetesIngressControllersUnauthorized) IsServerError

IsServerError returns true when this get all kubernetes ingress controllers unauthorized response has a 5xx status code

func (*GetAllKubernetesIngressControllersUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes ingress controllers unauthorized response has a 2xx status code

func (*GetAllKubernetesIngressControllersUnauthorized) String

type GetAllKubernetesIngressesBadRequest

type GetAllKubernetesIngressesBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesIngressesBadRequest

func NewGetAllKubernetesIngressesBadRequest() *GetAllKubernetesIngressesBadRequest

NewGetAllKubernetesIngressesBadRequest creates a GetAllKubernetesIngressesBadRequest with default headers values

func (*GetAllKubernetesIngressesBadRequest) Code

Code gets the status code for the get all kubernetes ingresses bad request response

func (*GetAllKubernetesIngressesBadRequest) Error

func (*GetAllKubernetesIngressesBadRequest) IsClientError

func (o *GetAllKubernetesIngressesBadRequest) IsClientError() bool

IsClientError returns true when this get all kubernetes ingresses bad request response has a 4xx status code

func (*GetAllKubernetesIngressesBadRequest) IsCode

IsCode returns true when this get all kubernetes ingresses bad request response a status code equal to that given

func (*GetAllKubernetesIngressesBadRequest) IsRedirect

func (o *GetAllKubernetesIngressesBadRequest) IsRedirect() bool

IsRedirect returns true when this get all kubernetes ingresses bad request response has a 3xx status code

func (*GetAllKubernetesIngressesBadRequest) IsServerError

func (o *GetAllKubernetesIngressesBadRequest) IsServerError() bool

IsServerError returns true when this get all kubernetes ingresses bad request response has a 5xx status code

func (*GetAllKubernetesIngressesBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes ingresses bad request response has a 2xx status code

func (*GetAllKubernetesIngressesBadRequest) String

type GetAllKubernetesIngressesForbidden

type GetAllKubernetesIngressesForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetAllKubernetesIngressesForbidden

func NewGetAllKubernetesIngressesForbidden() *GetAllKubernetesIngressesForbidden

NewGetAllKubernetesIngressesForbidden creates a GetAllKubernetesIngressesForbidden with default headers values

func (*GetAllKubernetesIngressesForbidden) Code

Code gets the status code for the get all kubernetes ingresses forbidden response

func (*GetAllKubernetesIngressesForbidden) Error

func (*GetAllKubernetesIngressesForbidden) IsClientError

func (o *GetAllKubernetesIngressesForbidden) IsClientError() bool

IsClientError returns true when this get all kubernetes ingresses forbidden response has a 4xx status code

func (*GetAllKubernetesIngressesForbidden) IsCode

IsCode returns true when this get all kubernetes ingresses forbidden response a status code equal to that given

func (*GetAllKubernetesIngressesForbidden) IsRedirect

func (o *GetAllKubernetesIngressesForbidden) IsRedirect() bool

IsRedirect returns true when this get all kubernetes ingresses forbidden response has a 3xx status code

func (*GetAllKubernetesIngressesForbidden) IsServerError

func (o *GetAllKubernetesIngressesForbidden) IsServerError() bool

IsServerError returns true when this get all kubernetes ingresses forbidden response has a 5xx status code

func (*GetAllKubernetesIngressesForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes ingresses forbidden response has a 2xx status code

func (*GetAllKubernetesIngressesForbidden) String

type GetAllKubernetesIngressesInternalServerError

type GetAllKubernetesIngressesInternalServerError struct {
}

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

Server error occurred while attempting to retrieve ingresses

func NewGetAllKubernetesIngressesInternalServerError

func NewGetAllKubernetesIngressesInternalServerError() *GetAllKubernetesIngressesInternalServerError

NewGetAllKubernetesIngressesInternalServerError creates a GetAllKubernetesIngressesInternalServerError with default headers values

func (*GetAllKubernetesIngressesInternalServerError) Code

Code gets the status code for the get all kubernetes ingresses internal server error response

func (*GetAllKubernetesIngressesInternalServerError) Error

func (*GetAllKubernetesIngressesInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes ingresses internal server error response has a 4xx status code

func (*GetAllKubernetesIngressesInternalServerError) IsCode

IsCode returns true when this get all kubernetes ingresses internal server error response a status code equal to that given

func (*GetAllKubernetesIngressesInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes ingresses internal server error response has a 3xx status code

func (*GetAllKubernetesIngressesInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes ingresses internal server error response has a 5xx status code

func (*GetAllKubernetesIngressesInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes ingresses internal server error response has a 2xx status code

func (*GetAllKubernetesIngressesInternalServerError) String

type GetAllKubernetesIngressesNotFound

type GetAllKubernetesIngressesNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetAllKubernetesIngressesNotFound

func NewGetAllKubernetesIngressesNotFound() *GetAllKubernetesIngressesNotFound

NewGetAllKubernetesIngressesNotFound creates a GetAllKubernetesIngressesNotFound with default headers values

func (*GetAllKubernetesIngressesNotFound) Code

Code gets the status code for the get all kubernetes ingresses not found response

func (*GetAllKubernetesIngressesNotFound) Error

func (*GetAllKubernetesIngressesNotFound) IsClientError

func (o *GetAllKubernetesIngressesNotFound) IsClientError() bool

IsClientError returns true when this get all kubernetes ingresses not found response has a 4xx status code

func (*GetAllKubernetesIngressesNotFound) IsCode

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

IsCode returns true when this get all kubernetes ingresses not found response a status code equal to that given

func (*GetAllKubernetesIngressesNotFound) IsRedirect

func (o *GetAllKubernetesIngressesNotFound) IsRedirect() bool

IsRedirect returns true when this get all kubernetes ingresses not found response has a 3xx status code

func (*GetAllKubernetesIngressesNotFound) IsServerError

func (o *GetAllKubernetesIngressesNotFound) IsServerError() bool

IsServerError returns true when this get all kubernetes ingresses not found response has a 5xx status code

func (*GetAllKubernetesIngressesNotFound) IsSuccess

func (o *GetAllKubernetesIngressesNotFound) IsSuccess() bool

IsSuccess returns true when this get all kubernetes ingresses not found response has a 2xx status code

func (*GetAllKubernetesIngressesNotFound) String

type GetAllKubernetesIngressesOK

type GetAllKubernetesIngressesOK struct {
	Payload []*models.KubernetesK8sIngressInfo
}

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

Success

func NewGetAllKubernetesIngressesOK

func NewGetAllKubernetesIngressesOK() *GetAllKubernetesIngressesOK

NewGetAllKubernetesIngressesOK creates a GetAllKubernetesIngressesOK with default headers values

func (*GetAllKubernetesIngressesOK) Code

func (o *GetAllKubernetesIngressesOK) Code() int

Code gets the status code for the get all kubernetes ingresses o k response

func (*GetAllKubernetesIngressesOK) Error

func (*GetAllKubernetesIngressesOK) GetPayload

func (*GetAllKubernetesIngressesOK) IsClientError

func (o *GetAllKubernetesIngressesOK) IsClientError() bool

IsClientError returns true when this get all kubernetes ingresses o k response has a 4xx status code

func (*GetAllKubernetesIngressesOK) IsCode

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

IsCode returns true when this get all kubernetes ingresses o k response a status code equal to that given

func (*GetAllKubernetesIngressesOK) IsRedirect

func (o *GetAllKubernetesIngressesOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes ingresses o k response has a 3xx status code

func (*GetAllKubernetesIngressesOK) IsServerError

func (o *GetAllKubernetesIngressesOK) IsServerError() bool

IsServerError returns true when this get all kubernetes ingresses o k response has a 5xx status code

func (*GetAllKubernetesIngressesOK) IsSuccess

func (o *GetAllKubernetesIngressesOK) IsSuccess() bool

IsSuccess returns true when this get all kubernetes ingresses o k response has a 2xx status code

func (*GetAllKubernetesIngressesOK) String

func (o *GetAllKubernetesIngressesOK) String() string

type GetAllKubernetesIngressesParams

type GetAllKubernetesIngressesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace name
	*/
	Namespace string

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

GetAllKubernetesIngressesParams contains all the parameters to send to the API endpoint

for the get all kubernetes ingresses operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesIngressesParams

func NewGetAllKubernetesIngressesParams() *GetAllKubernetesIngressesParams

NewGetAllKubernetesIngressesParams creates a new GetAllKubernetesIngressesParams 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 NewGetAllKubernetesIngressesParamsWithContext

func NewGetAllKubernetesIngressesParamsWithContext(ctx context.Context) *GetAllKubernetesIngressesParams

NewGetAllKubernetesIngressesParamsWithContext creates a new GetAllKubernetesIngressesParams object with the ability to set a context for a request.

func NewGetAllKubernetesIngressesParamsWithHTTPClient

func NewGetAllKubernetesIngressesParamsWithHTTPClient(client *http.Client) *GetAllKubernetesIngressesParams

NewGetAllKubernetesIngressesParamsWithHTTPClient creates a new GetAllKubernetesIngressesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesIngressesParamsWithTimeout

func NewGetAllKubernetesIngressesParamsWithTimeout(timeout time.Duration) *GetAllKubernetesIngressesParams

NewGetAllKubernetesIngressesParamsWithTimeout creates a new GetAllKubernetesIngressesParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesIngressesParams) SetContext

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

SetContext adds the context to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) SetDefaults

func (o *GetAllKubernetesIngressesParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes ingresses params (not the query body).

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

func (*GetAllKubernetesIngressesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) SetID

SetID adds the id to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) SetNamespace

func (o *GetAllKubernetesIngressesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) WithContext

WithContext adds the context to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes ingresses params (not the query body).

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

func (*GetAllKubernetesIngressesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) WithID

WithID adds the id to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) WithNamespace

WithNamespace adds the namespace to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes ingresses params

func (*GetAllKubernetesIngressesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesIngressesReader

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

GetAllKubernetesIngressesReader is a Reader for the GetAllKubernetesIngresses structure.

func (*GetAllKubernetesIngressesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesIngressesUnauthorized

type GetAllKubernetesIngressesUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetAllKubernetesIngressesUnauthorized

func NewGetAllKubernetesIngressesUnauthorized() *GetAllKubernetesIngressesUnauthorized

NewGetAllKubernetesIngressesUnauthorized creates a GetAllKubernetesIngressesUnauthorized with default headers values

func (*GetAllKubernetesIngressesUnauthorized) Code

Code gets the status code for the get all kubernetes ingresses unauthorized response

func (*GetAllKubernetesIngressesUnauthorized) Error

func (*GetAllKubernetesIngressesUnauthorized) IsClientError

func (o *GetAllKubernetesIngressesUnauthorized) IsClientError() bool

IsClientError returns true when this get all kubernetes ingresses unauthorized response has a 4xx status code

func (*GetAllKubernetesIngressesUnauthorized) IsCode

IsCode returns true when this get all kubernetes ingresses unauthorized response a status code equal to that given

func (*GetAllKubernetesIngressesUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes ingresses unauthorized response has a 3xx status code

func (*GetAllKubernetesIngressesUnauthorized) IsServerError

func (o *GetAllKubernetesIngressesUnauthorized) IsServerError() bool

IsServerError returns true when this get all kubernetes ingresses unauthorized response has a 5xx status code

func (*GetAllKubernetesIngressesUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes ingresses unauthorized response has a 2xx status code

func (*GetAllKubernetesIngressesUnauthorized) String

type GetAllKubernetesServicesCountBadRequest

type GetAllKubernetesServicesCountBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesServicesCountBadRequest

func NewGetAllKubernetesServicesCountBadRequest() *GetAllKubernetesServicesCountBadRequest

NewGetAllKubernetesServicesCountBadRequest creates a GetAllKubernetesServicesCountBadRequest with default headers values

func (*GetAllKubernetesServicesCountBadRequest) Code

Code gets the status code for the get all kubernetes services count bad request response

func (*GetAllKubernetesServicesCountBadRequest) Error

func (*GetAllKubernetesServicesCountBadRequest) IsClientError

func (o *GetAllKubernetesServicesCountBadRequest) IsClientError() bool

IsClientError returns true when this get all kubernetes services count bad request response has a 4xx status code

func (*GetAllKubernetesServicesCountBadRequest) IsCode

IsCode returns true when this get all kubernetes services count bad request response a status code equal to that given

func (*GetAllKubernetesServicesCountBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes services count bad request response has a 3xx status code

func (*GetAllKubernetesServicesCountBadRequest) IsServerError

func (o *GetAllKubernetesServicesCountBadRequest) IsServerError() bool

IsServerError returns true when this get all kubernetes services count bad request response has a 5xx status code

func (*GetAllKubernetesServicesCountBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes services count bad request response has a 2xx status code

func (*GetAllKubernetesServicesCountBadRequest) String

type GetAllKubernetesServicesCountForbidden

type GetAllKubernetesServicesCountForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetAllKubernetesServicesCountForbidden

func NewGetAllKubernetesServicesCountForbidden() *GetAllKubernetesServicesCountForbidden

NewGetAllKubernetesServicesCountForbidden creates a GetAllKubernetesServicesCountForbidden with default headers values

func (*GetAllKubernetesServicesCountForbidden) Code

Code gets the status code for the get all kubernetes services count forbidden response

func (*GetAllKubernetesServicesCountForbidden) Error

func (*GetAllKubernetesServicesCountForbidden) IsClientError

func (o *GetAllKubernetesServicesCountForbidden) IsClientError() bool

IsClientError returns true when this get all kubernetes services count forbidden response has a 4xx status code

func (*GetAllKubernetesServicesCountForbidden) IsCode

IsCode returns true when this get all kubernetes services count forbidden response a status code equal to that given

func (*GetAllKubernetesServicesCountForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes services count forbidden response has a 3xx status code

func (*GetAllKubernetesServicesCountForbidden) IsServerError

func (o *GetAllKubernetesServicesCountForbidden) IsServerError() bool

IsServerError returns true when this get all kubernetes services count forbidden response has a 5xx status code

func (*GetAllKubernetesServicesCountForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes services count forbidden response has a 2xx status code

func (*GetAllKubernetesServicesCountForbidden) String

type GetAllKubernetesServicesCountInternalServerError

type GetAllKubernetesServicesCountInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the total count of all services.

func NewGetAllKubernetesServicesCountInternalServerError

func NewGetAllKubernetesServicesCountInternalServerError() *GetAllKubernetesServicesCountInternalServerError

NewGetAllKubernetesServicesCountInternalServerError creates a GetAllKubernetesServicesCountInternalServerError with default headers values

func (*GetAllKubernetesServicesCountInternalServerError) Code

Code gets the status code for the get all kubernetes services count internal server error response

func (*GetAllKubernetesServicesCountInternalServerError) Error

func (*GetAllKubernetesServicesCountInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes services count internal server error response has a 4xx status code

func (*GetAllKubernetesServicesCountInternalServerError) IsCode

IsCode returns true when this get all kubernetes services count internal server error response a status code equal to that given

func (*GetAllKubernetesServicesCountInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes services count internal server error response has a 3xx status code

func (*GetAllKubernetesServicesCountInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes services count internal server error response has a 5xx status code

func (*GetAllKubernetesServicesCountInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes services count internal server error response has a 2xx status code

func (*GetAllKubernetesServicesCountInternalServerError) String

type GetAllKubernetesServicesCountNotFound

type GetAllKubernetesServicesCountNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetAllKubernetesServicesCountNotFound

func NewGetAllKubernetesServicesCountNotFound() *GetAllKubernetesServicesCountNotFound

NewGetAllKubernetesServicesCountNotFound creates a GetAllKubernetesServicesCountNotFound with default headers values

func (*GetAllKubernetesServicesCountNotFound) Code

Code gets the status code for the get all kubernetes services count not found response

func (*GetAllKubernetesServicesCountNotFound) Error

func (*GetAllKubernetesServicesCountNotFound) IsClientError

func (o *GetAllKubernetesServicesCountNotFound) IsClientError() bool

IsClientError returns true when this get all kubernetes services count not found response has a 4xx status code

func (*GetAllKubernetesServicesCountNotFound) IsCode

IsCode returns true when this get all kubernetes services count not found response a status code equal to that given

func (*GetAllKubernetesServicesCountNotFound) IsRedirect

IsRedirect returns true when this get all kubernetes services count not found response has a 3xx status code

func (*GetAllKubernetesServicesCountNotFound) IsServerError

func (o *GetAllKubernetesServicesCountNotFound) IsServerError() bool

IsServerError returns true when this get all kubernetes services count not found response has a 5xx status code

func (*GetAllKubernetesServicesCountNotFound) IsSuccess

IsSuccess returns true when this get all kubernetes services count not found response has a 2xx status code

func (*GetAllKubernetesServicesCountNotFound) String

type GetAllKubernetesServicesCountOK

type GetAllKubernetesServicesCountOK struct {
	Payload int64
}

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

Success

func NewGetAllKubernetesServicesCountOK

func NewGetAllKubernetesServicesCountOK() *GetAllKubernetesServicesCountOK

NewGetAllKubernetesServicesCountOK creates a GetAllKubernetesServicesCountOK with default headers values

func (*GetAllKubernetesServicesCountOK) Code

Code gets the status code for the get all kubernetes services count o k response

func (*GetAllKubernetesServicesCountOK) Error

func (*GetAllKubernetesServicesCountOK) GetPayload

func (o *GetAllKubernetesServicesCountOK) GetPayload() int64

func (*GetAllKubernetesServicesCountOK) IsClientError

func (o *GetAllKubernetesServicesCountOK) IsClientError() bool

IsClientError returns true when this get all kubernetes services count o k response has a 4xx status code

func (*GetAllKubernetesServicesCountOK) IsCode

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

IsCode returns true when this get all kubernetes services count o k response a status code equal to that given

func (*GetAllKubernetesServicesCountOK) IsRedirect

func (o *GetAllKubernetesServicesCountOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes services count o k response has a 3xx status code

func (*GetAllKubernetesServicesCountOK) IsServerError

func (o *GetAllKubernetesServicesCountOK) IsServerError() bool

IsServerError returns true when this get all kubernetes services count o k response has a 5xx status code

func (*GetAllKubernetesServicesCountOK) IsSuccess

func (o *GetAllKubernetesServicesCountOK) IsSuccess() bool

IsSuccess returns true when this get all kubernetes services count o k response has a 2xx status code

func (*GetAllKubernetesServicesCountOK) String

type GetAllKubernetesServicesCountParams

type GetAllKubernetesServicesCountParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetAllKubernetesServicesCountParams contains all the parameters to send to the API endpoint

for the get all kubernetes services count operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesServicesCountParams

func NewGetAllKubernetesServicesCountParams() *GetAllKubernetesServicesCountParams

NewGetAllKubernetesServicesCountParams creates a new GetAllKubernetesServicesCountParams 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 NewGetAllKubernetesServicesCountParamsWithContext

func NewGetAllKubernetesServicesCountParamsWithContext(ctx context.Context) *GetAllKubernetesServicesCountParams

NewGetAllKubernetesServicesCountParamsWithContext creates a new GetAllKubernetesServicesCountParams object with the ability to set a context for a request.

func NewGetAllKubernetesServicesCountParamsWithHTTPClient

func NewGetAllKubernetesServicesCountParamsWithHTTPClient(client *http.Client) *GetAllKubernetesServicesCountParams

NewGetAllKubernetesServicesCountParamsWithHTTPClient creates a new GetAllKubernetesServicesCountParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesServicesCountParamsWithTimeout

func NewGetAllKubernetesServicesCountParamsWithTimeout(timeout time.Duration) *GetAllKubernetesServicesCountParams

NewGetAllKubernetesServicesCountParamsWithTimeout creates a new GetAllKubernetesServicesCountParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesServicesCountParams) SetContext

SetContext adds the context to the get all kubernetes services count params

func (*GetAllKubernetesServicesCountParams) SetDefaults

func (o *GetAllKubernetesServicesCountParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes services count params (not the query body).

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

func (*GetAllKubernetesServicesCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes services count params

func (*GetAllKubernetesServicesCountParams) SetID

SetID adds the id to the get all kubernetes services count params

func (*GetAllKubernetesServicesCountParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes services count params

func (*GetAllKubernetesServicesCountParams) WithContext

WithContext adds the context to the get all kubernetes services count params

func (*GetAllKubernetesServicesCountParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes services count params (not the query body).

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

func (*GetAllKubernetesServicesCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes services count params

func (*GetAllKubernetesServicesCountParams) WithID

WithID adds the id to the get all kubernetes services count params

func (*GetAllKubernetesServicesCountParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes services count params

func (*GetAllKubernetesServicesCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesServicesCountReader

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

GetAllKubernetesServicesCountReader is a Reader for the GetAllKubernetesServicesCount structure.

func (*GetAllKubernetesServicesCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesServicesCountUnauthorized

type GetAllKubernetesServicesCountUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetAllKubernetesServicesCountUnauthorized

func NewGetAllKubernetesServicesCountUnauthorized() *GetAllKubernetesServicesCountUnauthorized

NewGetAllKubernetesServicesCountUnauthorized creates a GetAllKubernetesServicesCountUnauthorized with default headers values

func (*GetAllKubernetesServicesCountUnauthorized) Code

Code gets the status code for the get all kubernetes services count unauthorized response

func (*GetAllKubernetesServicesCountUnauthorized) Error

func (*GetAllKubernetesServicesCountUnauthorized) IsClientError

IsClientError returns true when this get all kubernetes services count unauthorized response has a 4xx status code

func (*GetAllKubernetesServicesCountUnauthorized) IsCode

IsCode returns true when this get all kubernetes services count unauthorized response a status code equal to that given

func (*GetAllKubernetesServicesCountUnauthorized) IsRedirect

IsRedirect returns true when this get all kubernetes services count unauthorized response has a 3xx status code

func (*GetAllKubernetesServicesCountUnauthorized) IsServerError

IsServerError returns true when this get all kubernetes services count unauthorized response has a 5xx status code

func (*GetAllKubernetesServicesCountUnauthorized) IsSuccess

IsSuccess returns true when this get all kubernetes services count unauthorized response has a 2xx status code

func (*GetAllKubernetesServicesCountUnauthorized) String

type GetAllKubernetesVolumesBadRequest

type GetAllKubernetesVolumesBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesVolumesBadRequest

func NewGetAllKubernetesVolumesBadRequest() *GetAllKubernetesVolumesBadRequest

NewGetAllKubernetesVolumesBadRequest creates a GetAllKubernetesVolumesBadRequest with default headers values

func (*GetAllKubernetesVolumesBadRequest) Code

Code gets the status code for the get all kubernetes volumes bad request response

func (*GetAllKubernetesVolumesBadRequest) Error

func (*GetAllKubernetesVolumesBadRequest) IsClientError

func (o *GetAllKubernetesVolumesBadRequest) IsClientError() bool

IsClientError returns true when this get all kubernetes volumes bad request response has a 4xx status code

func (*GetAllKubernetesVolumesBadRequest) IsCode

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

IsCode returns true when this get all kubernetes volumes bad request response a status code equal to that given

func (*GetAllKubernetesVolumesBadRequest) IsRedirect

func (o *GetAllKubernetesVolumesBadRequest) IsRedirect() bool

IsRedirect returns true when this get all kubernetes volumes bad request response has a 3xx status code

func (*GetAllKubernetesVolumesBadRequest) IsServerError

func (o *GetAllKubernetesVolumesBadRequest) IsServerError() bool

IsServerError returns true when this get all kubernetes volumes bad request response has a 5xx status code

func (*GetAllKubernetesVolumesBadRequest) IsSuccess

func (o *GetAllKubernetesVolumesBadRequest) IsSuccess() bool

IsSuccess returns true when this get all kubernetes volumes bad request response has a 2xx status code

func (*GetAllKubernetesVolumesBadRequest) String

type GetAllKubernetesVolumesCountBadRequest

type GetAllKubernetesVolumesCountBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetAllKubernetesVolumesCountBadRequest

func NewGetAllKubernetesVolumesCountBadRequest() *GetAllKubernetesVolumesCountBadRequest

NewGetAllKubernetesVolumesCountBadRequest creates a GetAllKubernetesVolumesCountBadRequest with default headers values

func (*GetAllKubernetesVolumesCountBadRequest) Code

Code gets the status code for the get all kubernetes volumes count bad request response

func (*GetAllKubernetesVolumesCountBadRequest) Error

func (*GetAllKubernetesVolumesCountBadRequest) IsClientError

func (o *GetAllKubernetesVolumesCountBadRequest) IsClientError() bool

IsClientError returns true when this get all kubernetes volumes count bad request response has a 4xx status code

func (*GetAllKubernetesVolumesCountBadRequest) IsCode

IsCode returns true when this get all kubernetes volumes count bad request response a status code equal to that given

func (*GetAllKubernetesVolumesCountBadRequest) IsRedirect

IsRedirect returns true when this get all kubernetes volumes count bad request response has a 3xx status code

func (*GetAllKubernetesVolumesCountBadRequest) IsServerError

func (o *GetAllKubernetesVolumesCountBadRequest) IsServerError() bool

IsServerError returns true when this get all kubernetes volumes count bad request response has a 5xx status code

func (*GetAllKubernetesVolumesCountBadRequest) IsSuccess

IsSuccess returns true when this get all kubernetes volumes count bad request response has a 2xx status code

func (*GetAllKubernetesVolumesCountBadRequest) String

type GetAllKubernetesVolumesCountForbidden

type GetAllKubernetesVolumesCountForbidden struct {
}

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

Unauthorized access or operation not allowed.

func NewGetAllKubernetesVolumesCountForbidden

func NewGetAllKubernetesVolumesCountForbidden() *GetAllKubernetesVolumesCountForbidden

NewGetAllKubernetesVolumesCountForbidden creates a GetAllKubernetesVolumesCountForbidden with default headers values

func (*GetAllKubernetesVolumesCountForbidden) Code

Code gets the status code for the get all kubernetes volumes count forbidden response

func (*GetAllKubernetesVolumesCountForbidden) Error

func (*GetAllKubernetesVolumesCountForbidden) IsClientError

func (o *GetAllKubernetesVolumesCountForbidden) IsClientError() bool

IsClientError returns true when this get all kubernetes volumes count forbidden response has a 4xx status code

func (*GetAllKubernetesVolumesCountForbidden) IsCode

IsCode returns true when this get all kubernetes volumes count forbidden response a status code equal to that given

func (*GetAllKubernetesVolumesCountForbidden) IsRedirect

IsRedirect returns true when this get all kubernetes volumes count forbidden response has a 3xx status code

func (*GetAllKubernetesVolumesCountForbidden) IsServerError

func (o *GetAllKubernetesVolumesCountForbidden) IsServerError() bool

IsServerError returns true when this get all kubernetes volumes count forbidden response has a 5xx status code

func (*GetAllKubernetesVolumesCountForbidden) IsSuccess

IsSuccess returns true when this get all kubernetes volumes count forbidden response has a 2xx status code

func (*GetAllKubernetesVolumesCountForbidden) String

type GetAllKubernetesVolumesCountInternalServerError

type GetAllKubernetesVolumesCountInternalServerError struct {
}

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

Server error occurred while attempting to retrieve kubernetes volumes count.

func NewGetAllKubernetesVolumesCountInternalServerError

func NewGetAllKubernetesVolumesCountInternalServerError() *GetAllKubernetesVolumesCountInternalServerError

NewGetAllKubernetesVolumesCountInternalServerError creates a GetAllKubernetesVolumesCountInternalServerError with default headers values

func (*GetAllKubernetesVolumesCountInternalServerError) Code

Code gets the status code for the get all kubernetes volumes count internal server error response

func (*GetAllKubernetesVolumesCountInternalServerError) Error

func (*GetAllKubernetesVolumesCountInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes volumes count internal server error response has a 4xx status code

func (*GetAllKubernetesVolumesCountInternalServerError) IsCode

IsCode returns true when this get all kubernetes volumes count internal server error response a status code equal to that given

func (*GetAllKubernetesVolumesCountInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes volumes count internal server error response has a 3xx status code

func (*GetAllKubernetesVolumesCountInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes volumes count internal server error response has a 5xx status code

func (*GetAllKubernetesVolumesCountInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes volumes count internal server error response has a 2xx status code

func (*GetAllKubernetesVolumesCountInternalServerError) String

type GetAllKubernetesVolumesCountOK

type GetAllKubernetesVolumesCountOK struct {
	Payload int64
}

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

Success

func NewGetAllKubernetesVolumesCountOK

func NewGetAllKubernetesVolumesCountOK() *GetAllKubernetesVolumesCountOK

NewGetAllKubernetesVolumesCountOK creates a GetAllKubernetesVolumesCountOK with default headers values

func (*GetAllKubernetesVolumesCountOK) Code

Code gets the status code for the get all kubernetes volumes count o k response

func (*GetAllKubernetesVolumesCountOK) Error

func (*GetAllKubernetesVolumesCountOK) GetPayload

func (o *GetAllKubernetesVolumesCountOK) GetPayload() int64

func (*GetAllKubernetesVolumesCountOK) IsClientError

func (o *GetAllKubernetesVolumesCountOK) IsClientError() bool

IsClientError returns true when this get all kubernetes volumes count o k response has a 4xx status code

func (*GetAllKubernetesVolumesCountOK) IsCode

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

IsCode returns true when this get all kubernetes volumes count o k response a status code equal to that given

func (*GetAllKubernetesVolumesCountOK) IsRedirect

func (o *GetAllKubernetesVolumesCountOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes volumes count o k response has a 3xx status code

func (*GetAllKubernetesVolumesCountOK) IsServerError

func (o *GetAllKubernetesVolumesCountOK) IsServerError() bool

IsServerError returns true when this get all kubernetes volumes count o k response has a 5xx status code

func (*GetAllKubernetesVolumesCountOK) IsSuccess

func (o *GetAllKubernetesVolumesCountOK) IsSuccess() bool

IsSuccess returns true when this get all kubernetes volumes count o k response has a 2xx status code

func (*GetAllKubernetesVolumesCountOK) String

type GetAllKubernetesVolumesCountParams

type GetAllKubernetesVolumesCountParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetAllKubernetesVolumesCountParams contains all the parameters to send to the API endpoint

for the get all kubernetes volumes count operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesVolumesCountParams

func NewGetAllKubernetesVolumesCountParams() *GetAllKubernetesVolumesCountParams

NewGetAllKubernetesVolumesCountParams creates a new GetAllKubernetesVolumesCountParams 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 NewGetAllKubernetesVolumesCountParamsWithContext

func NewGetAllKubernetesVolumesCountParamsWithContext(ctx context.Context) *GetAllKubernetesVolumesCountParams

NewGetAllKubernetesVolumesCountParamsWithContext creates a new GetAllKubernetesVolumesCountParams object with the ability to set a context for a request.

func NewGetAllKubernetesVolumesCountParamsWithHTTPClient

func NewGetAllKubernetesVolumesCountParamsWithHTTPClient(client *http.Client) *GetAllKubernetesVolumesCountParams

NewGetAllKubernetesVolumesCountParamsWithHTTPClient creates a new GetAllKubernetesVolumesCountParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesVolumesCountParamsWithTimeout

func NewGetAllKubernetesVolumesCountParamsWithTimeout(timeout time.Duration) *GetAllKubernetesVolumesCountParams

NewGetAllKubernetesVolumesCountParamsWithTimeout creates a new GetAllKubernetesVolumesCountParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesVolumesCountParams) SetContext

SetContext adds the context to the get all kubernetes volumes count params

func (*GetAllKubernetesVolumesCountParams) SetDefaults

func (o *GetAllKubernetesVolumesCountParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes volumes count params (not the query body).

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

func (*GetAllKubernetesVolumesCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes volumes count params

func (*GetAllKubernetesVolumesCountParams) SetID

SetID adds the id to the get all kubernetes volumes count params

func (*GetAllKubernetesVolumesCountParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes volumes count params

func (*GetAllKubernetesVolumesCountParams) WithContext

WithContext adds the context to the get all kubernetes volumes count params

func (*GetAllKubernetesVolumesCountParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes volumes count params (not the query body).

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

func (*GetAllKubernetesVolumesCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes volumes count params

func (*GetAllKubernetesVolumesCountParams) WithID

WithID adds the id to the get all kubernetes volumes count params

func (*GetAllKubernetesVolumesCountParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes volumes count params

func (*GetAllKubernetesVolumesCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesVolumesCountReader

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

GetAllKubernetesVolumesCountReader is a Reader for the GetAllKubernetesVolumesCount structure.

func (*GetAllKubernetesVolumesCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllKubernetesVolumesForbidden

type GetAllKubernetesVolumesForbidden struct {
}

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

Unauthorized access or operation not allowed.

func NewGetAllKubernetesVolumesForbidden

func NewGetAllKubernetesVolumesForbidden() *GetAllKubernetesVolumesForbidden

NewGetAllKubernetesVolumesForbidden creates a GetAllKubernetesVolumesForbidden with default headers values

func (*GetAllKubernetesVolumesForbidden) Code

Code gets the status code for the get all kubernetes volumes forbidden response

func (*GetAllKubernetesVolumesForbidden) Error

func (*GetAllKubernetesVolumesForbidden) IsClientError

func (o *GetAllKubernetesVolumesForbidden) IsClientError() bool

IsClientError returns true when this get all kubernetes volumes forbidden response has a 4xx status code

func (*GetAllKubernetesVolumesForbidden) IsCode

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

IsCode returns true when this get all kubernetes volumes forbidden response a status code equal to that given

func (*GetAllKubernetesVolumesForbidden) IsRedirect

func (o *GetAllKubernetesVolumesForbidden) IsRedirect() bool

IsRedirect returns true when this get all kubernetes volumes forbidden response has a 3xx status code

func (*GetAllKubernetesVolumesForbidden) IsServerError

func (o *GetAllKubernetesVolumesForbidden) IsServerError() bool

IsServerError returns true when this get all kubernetes volumes forbidden response has a 5xx status code

func (*GetAllKubernetesVolumesForbidden) IsSuccess

func (o *GetAllKubernetesVolumesForbidden) IsSuccess() bool

IsSuccess returns true when this get all kubernetes volumes forbidden response has a 2xx status code

func (*GetAllKubernetesVolumesForbidden) String

type GetAllKubernetesVolumesInternalServerError

type GetAllKubernetesVolumesInternalServerError struct {
}

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

Server error occurred while attempting to retrieve kubernetes volumes.

func NewGetAllKubernetesVolumesInternalServerError

func NewGetAllKubernetesVolumesInternalServerError() *GetAllKubernetesVolumesInternalServerError

NewGetAllKubernetesVolumesInternalServerError creates a GetAllKubernetesVolumesInternalServerError with default headers values

func (*GetAllKubernetesVolumesInternalServerError) Code

Code gets the status code for the get all kubernetes volumes internal server error response

func (*GetAllKubernetesVolumesInternalServerError) Error

func (*GetAllKubernetesVolumesInternalServerError) IsClientError

IsClientError returns true when this get all kubernetes volumes internal server error response has a 4xx status code

func (*GetAllKubernetesVolumesInternalServerError) IsCode

IsCode returns true when this get all kubernetes volumes internal server error response a status code equal to that given

func (*GetAllKubernetesVolumesInternalServerError) IsRedirect

IsRedirect returns true when this get all kubernetes volumes internal server error response has a 3xx status code

func (*GetAllKubernetesVolumesInternalServerError) IsServerError

IsServerError returns true when this get all kubernetes volumes internal server error response has a 5xx status code

func (*GetAllKubernetesVolumesInternalServerError) IsSuccess

IsSuccess returns true when this get all kubernetes volumes internal server error response has a 2xx status code

func (*GetAllKubernetesVolumesInternalServerError) String

type GetAllKubernetesVolumesOK

type GetAllKubernetesVolumesOK struct {
	Payload map[string]models.KubernetesK8sVolumeInfo
}

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

Success

func NewGetAllKubernetesVolumesOK

func NewGetAllKubernetesVolumesOK() *GetAllKubernetesVolumesOK

NewGetAllKubernetesVolumesOK creates a GetAllKubernetesVolumesOK with default headers values

func (*GetAllKubernetesVolumesOK) Code

func (o *GetAllKubernetesVolumesOK) Code() int

Code gets the status code for the get all kubernetes volumes o k response

func (*GetAllKubernetesVolumesOK) Error

func (o *GetAllKubernetesVolumesOK) Error() string

func (*GetAllKubernetesVolumesOK) GetPayload

func (*GetAllKubernetesVolumesOK) IsClientError

func (o *GetAllKubernetesVolumesOK) IsClientError() bool

IsClientError returns true when this get all kubernetes volumes o k response has a 4xx status code

func (*GetAllKubernetesVolumesOK) IsCode

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

IsCode returns true when this get all kubernetes volumes o k response a status code equal to that given

func (*GetAllKubernetesVolumesOK) IsRedirect

func (o *GetAllKubernetesVolumesOK) IsRedirect() bool

IsRedirect returns true when this get all kubernetes volumes o k response has a 3xx status code

func (*GetAllKubernetesVolumesOK) IsServerError

func (o *GetAllKubernetesVolumesOK) IsServerError() bool

IsServerError returns true when this get all kubernetes volumes o k response has a 5xx status code

func (*GetAllKubernetesVolumesOK) IsSuccess

func (o *GetAllKubernetesVolumesOK) IsSuccess() bool

IsSuccess returns true when this get all kubernetes volumes o k response has a 2xx status code

func (*GetAllKubernetesVolumesOK) String

func (o *GetAllKubernetesVolumesOK) String() string

type GetAllKubernetesVolumesParams

type GetAllKubernetesVolumesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* WithApplications.

	   When set to True, include the applications that are using the volumes. It is set to false by default
	*/
	WithApplications *bool

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

GetAllKubernetesVolumesParams contains all the parameters to send to the API endpoint

for the get all kubernetes volumes operation.

Typically these are written to a http.Request.

func NewGetAllKubernetesVolumesParams

func NewGetAllKubernetesVolumesParams() *GetAllKubernetesVolumesParams

NewGetAllKubernetesVolumesParams creates a new GetAllKubernetesVolumesParams 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 NewGetAllKubernetesVolumesParamsWithContext

func NewGetAllKubernetesVolumesParamsWithContext(ctx context.Context) *GetAllKubernetesVolumesParams

NewGetAllKubernetesVolumesParamsWithContext creates a new GetAllKubernetesVolumesParams object with the ability to set a context for a request.

func NewGetAllKubernetesVolumesParamsWithHTTPClient

func NewGetAllKubernetesVolumesParamsWithHTTPClient(client *http.Client) *GetAllKubernetesVolumesParams

NewGetAllKubernetesVolumesParamsWithHTTPClient creates a new GetAllKubernetesVolumesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllKubernetesVolumesParamsWithTimeout

func NewGetAllKubernetesVolumesParamsWithTimeout(timeout time.Duration) *GetAllKubernetesVolumesParams

NewGetAllKubernetesVolumesParamsWithTimeout creates a new GetAllKubernetesVolumesParams object with the ability to set a timeout on a request.

func (*GetAllKubernetesVolumesParams) SetContext

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

SetContext adds the context to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) SetDefaults

func (o *GetAllKubernetesVolumesParams) SetDefaults()

SetDefaults hydrates default values in the get all kubernetes volumes params (not the query body).

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

func (*GetAllKubernetesVolumesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) SetID

func (o *GetAllKubernetesVolumesParams) SetID(id int64)

SetID adds the id to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) SetTimeout

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

SetTimeout adds the timeout to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) SetWithApplications

func (o *GetAllKubernetesVolumesParams) SetWithApplications(withApplications *bool)

SetWithApplications adds the withApplications to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) WithContext

WithContext adds the context to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) WithDefaults

WithDefaults hydrates default values in the get all kubernetes volumes params (not the query body).

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

func (*GetAllKubernetesVolumesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) WithID

WithID adds the id to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) WithTimeout

WithTimeout adds the timeout to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) WithWithApplications

func (o *GetAllKubernetesVolumesParams) WithWithApplications(withApplications *bool) *GetAllKubernetesVolumesParams

WithWithApplications adds the withApplications to the get all kubernetes volumes params

func (*GetAllKubernetesVolumesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllKubernetesVolumesReader

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

GetAllKubernetesVolumesReader is a Reader for the GetAllKubernetesVolumes structure.

func (*GetAllKubernetesVolumesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsResourcesBadRequest

type GetApplicationsResourcesBadRequest struct {
}

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

Invalid request

func NewGetApplicationsResourcesBadRequest

func NewGetApplicationsResourcesBadRequest() *GetApplicationsResourcesBadRequest

NewGetApplicationsResourcesBadRequest creates a GetApplicationsResourcesBadRequest with default headers values

func (*GetApplicationsResourcesBadRequest) Code

Code gets the status code for the get applications resources bad request response

func (*GetApplicationsResourcesBadRequest) Error

func (*GetApplicationsResourcesBadRequest) IsClientError

func (o *GetApplicationsResourcesBadRequest) IsClientError() bool

IsClientError returns true when this get applications resources bad request response has a 4xx status code

func (*GetApplicationsResourcesBadRequest) IsCode

IsCode returns true when this get applications resources bad request response a status code equal to that given

func (*GetApplicationsResourcesBadRequest) IsRedirect

func (o *GetApplicationsResourcesBadRequest) IsRedirect() bool

IsRedirect returns true when this get applications resources bad request response has a 3xx status code

func (*GetApplicationsResourcesBadRequest) IsServerError

func (o *GetApplicationsResourcesBadRequest) IsServerError() bool

IsServerError returns true when this get applications resources bad request response has a 5xx status code

func (*GetApplicationsResourcesBadRequest) IsSuccess

IsSuccess returns true when this get applications resources bad request response has a 2xx status code

func (*GetApplicationsResourcesBadRequest) String

type GetApplicationsResourcesForbidden

type GetApplicationsResourcesForbidden struct {
}

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

Permission denied

func NewGetApplicationsResourcesForbidden

func NewGetApplicationsResourcesForbidden() *GetApplicationsResourcesForbidden

NewGetApplicationsResourcesForbidden creates a GetApplicationsResourcesForbidden with default headers values

func (*GetApplicationsResourcesForbidden) Code

Code gets the status code for the get applications resources forbidden response

func (*GetApplicationsResourcesForbidden) Error

func (*GetApplicationsResourcesForbidden) IsClientError

func (o *GetApplicationsResourcesForbidden) IsClientError() bool

IsClientError returns true when this get applications resources forbidden response has a 4xx status code

func (*GetApplicationsResourcesForbidden) IsCode

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

IsCode returns true when this get applications resources forbidden response a status code equal to that given

func (*GetApplicationsResourcesForbidden) IsRedirect

func (o *GetApplicationsResourcesForbidden) IsRedirect() bool

IsRedirect returns true when this get applications resources forbidden response has a 3xx status code

func (*GetApplicationsResourcesForbidden) IsServerError

func (o *GetApplicationsResourcesForbidden) IsServerError() bool

IsServerError returns true when this get applications resources forbidden response has a 5xx status code

func (*GetApplicationsResourcesForbidden) IsSuccess

func (o *GetApplicationsResourcesForbidden) IsSuccess() bool

IsSuccess returns true when this get applications resources forbidden response has a 2xx status code

func (*GetApplicationsResourcesForbidden) String

type GetApplicationsResourcesInternalServerError

type GetApplicationsResourcesInternalServerError struct {
}

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

Server error

func NewGetApplicationsResourcesInternalServerError

func NewGetApplicationsResourcesInternalServerError() *GetApplicationsResourcesInternalServerError

NewGetApplicationsResourcesInternalServerError creates a GetApplicationsResourcesInternalServerError with default headers values

func (*GetApplicationsResourcesInternalServerError) Code

Code gets the status code for the get applications resources internal server error response

func (*GetApplicationsResourcesInternalServerError) Error

func (*GetApplicationsResourcesInternalServerError) IsClientError

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

func (*GetApplicationsResourcesInternalServerError) IsCode

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

func (*GetApplicationsResourcesInternalServerError) IsRedirect

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

func (*GetApplicationsResourcesInternalServerError) IsServerError

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

func (*GetApplicationsResourcesInternalServerError) IsSuccess

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

func (*GetApplicationsResourcesInternalServerError) String

type GetApplicationsResourcesNotFound

type GetApplicationsResourcesNotFound struct {
}

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

Environment(Endpoint) not found

func NewGetApplicationsResourcesNotFound

func NewGetApplicationsResourcesNotFound() *GetApplicationsResourcesNotFound

NewGetApplicationsResourcesNotFound creates a GetApplicationsResourcesNotFound with default headers values

func (*GetApplicationsResourcesNotFound) Code

Code gets the status code for the get applications resources not found response

func (*GetApplicationsResourcesNotFound) Error

func (*GetApplicationsResourcesNotFound) IsClientError

func (o *GetApplicationsResourcesNotFound) IsClientError() bool

IsClientError returns true when this get applications resources not found response has a 4xx status code

func (*GetApplicationsResourcesNotFound) IsCode

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

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

func (*GetApplicationsResourcesNotFound) IsRedirect

func (o *GetApplicationsResourcesNotFound) IsRedirect() bool

IsRedirect returns true when this get applications resources not found response has a 3xx status code

func (*GetApplicationsResourcesNotFound) IsServerError

func (o *GetApplicationsResourcesNotFound) IsServerError() bool

IsServerError returns true when this get applications resources not found response has a 5xx status code

func (*GetApplicationsResourcesNotFound) IsSuccess

func (o *GetApplicationsResourcesNotFound) IsSuccess() bool

IsSuccess returns true when this get applications resources not found response has a 2xx status code

func (*GetApplicationsResourcesNotFound) String

type GetApplicationsResourcesOK

type GetApplicationsResourcesOK struct {
	Payload *models.KubernetesK8sApplicationResource
}

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

Success

func NewGetApplicationsResourcesOK

func NewGetApplicationsResourcesOK() *GetApplicationsResourcesOK

NewGetApplicationsResourcesOK creates a GetApplicationsResourcesOK with default headers values

func (*GetApplicationsResourcesOK) Code

func (o *GetApplicationsResourcesOK) Code() int

Code gets the status code for the get applications resources o k response

func (*GetApplicationsResourcesOK) Error

func (*GetApplicationsResourcesOK) GetPayload

func (*GetApplicationsResourcesOK) IsClientError

func (o *GetApplicationsResourcesOK) IsClientError() bool

IsClientError returns true when this get applications resources o k response has a 4xx status code

func (*GetApplicationsResourcesOK) IsCode

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

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

func (*GetApplicationsResourcesOK) IsRedirect

func (o *GetApplicationsResourcesOK) IsRedirect() bool

IsRedirect returns true when this get applications resources o k response has a 3xx status code

func (*GetApplicationsResourcesOK) IsServerError

func (o *GetApplicationsResourcesOK) IsServerError() bool

IsServerError returns true when this get applications resources o k response has a 5xx status code

func (*GetApplicationsResourcesOK) IsSuccess

func (o *GetApplicationsResourcesOK) IsSuccess() bool

IsSuccess returns true when this get applications resources o k response has a 2xx status code

func (*GetApplicationsResourcesOK) String

func (o *GetApplicationsResourcesOK) String() string

type GetApplicationsResourcesParams

type GetApplicationsResourcesParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

	/* Node.

	   Node name
	*/
	Node string

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

GetApplicationsResourcesParams contains all the parameters to send to the API endpoint

for the get applications resources operation.

Typically these are written to a http.Request.

func NewGetApplicationsResourcesParams

func NewGetApplicationsResourcesParams() *GetApplicationsResourcesParams

NewGetApplicationsResourcesParams creates a new GetApplicationsResourcesParams 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 NewGetApplicationsResourcesParamsWithContext

func NewGetApplicationsResourcesParamsWithContext(ctx context.Context) *GetApplicationsResourcesParams

NewGetApplicationsResourcesParamsWithContext creates a new GetApplicationsResourcesParams object with the ability to set a context for a request.

func NewGetApplicationsResourcesParamsWithHTTPClient

func NewGetApplicationsResourcesParamsWithHTTPClient(client *http.Client) *GetApplicationsResourcesParams

NewGetApplicationsResourcesParamsWithHTTPClient creates a new GetApplicationsResourcesParams object with the ability to set a custom HTTPClient for a request.

func NewGetApplicationsResourcesParamsWithTimeout

func NewGetApplicationsResourcesParamsWithTimeout(timeout time.Duration) *GetApplicationsResourcesParams

NewGetApplicationsResourcesParamsWithTimeout creates a new GetApplicationsResourcesParams object with the ability to set a timeout on a request.

func (*GetApplicationsResourcesParams) SetContext

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

SetContext adds the context to the get applications resources params

func (*GetApplicationsResourcesParams) SetDefaults

func (o *GetApplicationsResourcesParams) SetDefaults()

SetDefaults hydrates default values in the get applications resources params (not the query body).

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

func (*GetApplicationsResourcesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications resources params

func (*GetApplicationsResourcesParams) SetID

SetID adds the id to the get applications resources params

func (*GetApplicationsResourcesParams) SetNode

func (o *GetApplicationsResourcesParams) SetNode(node string)

SetNode adds the node to the get applications resources params

func (*GetApplicationsResourcesParams) SetTimeout

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

SetTimeout adds the timeout to the get applications resources params

func (*GetApplicationsResourcesParams) WithContext

WithContext adds the context to the get applications resources params

func (*GetApplicationsResourcesParams) WithDefaults

WithDefaults hydrates default values in the get applications resources params (not the query body).

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

func (*GetApplicationsResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get applications resources params

func (*GetApplicationsResourcesParams) WithID

WithID adds the id to the get applications resources params

func (*GetApplicationsResourcesParams) WithNode

WithNode adds the node to the get applications resources params

func (*GetApplicationsResourcesParams) WithTimeout

WithTimeout adds the timeout to the get applications resources params

func (*GetApplicationsResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationsResourcesReader

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

GetApplicationsResourcesReader is a Reader for the GetApplicationsResources structure.

func (*GetApplicationsResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsResourcesUnauthorized

type GetApplicationsResourcesUnauthorized struct {
}

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

Unauthorized

func NewGetApplicationsResourcesUnauthorized

func NewGetApplicationsResourcesUnauthorized() *GetApplicationsResourcesUnauthorized

NewGetApplicationsResourcesUnauthorized creates a GetApplicationsResourcesUnauthorized with default headers values

func (*GetApplicationsResourcesUnauthorized) Code

Code gets the status code for the get applications resources unauthorized response

func (*GetApplicationsResourcesUnauthorized) Error

func (*GetApplicationsResourcesUnauthorized) IsClientError

func (o *GetApplicationsResourcesUnauthorized) IsClientError() bool

IsClientError returns true when this get applications resources unauthorized response has a 4xx status code

func (*GetApplicationsResourcesUnauthorized) IsCode

IsCode returns true when this get applications resources unauthorized response a status code equal to that given

func (*GetApplicationsResourcesUnauthorized) IsRedirect

IsRedirect returns true when this get applications resources unauthorized response has a 3xx status code

func (*GetApplicationsResourcesUnauthorized) IsServerError

func (o *GetApplicationsResourcesUnauthorized) IsServerError() bool

IsServerError returns true when this get applications resources unauthorized response has a 5xx status code

func (*GetApplicationsResourcesUnauthorized) IsSuccess

IsSuccess returns true when this get applications resources unauthorized response has a 2xx status code

func (*GetApplicationsResourcesUnauthorized) String

type GetKubernetesConfigBadRequest

type GetKubernetesConfigBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesConfigBadRequest

func NewGetKubernetesConfigBadRequest() *GetKubernetesConfigBadRequest

NewGetKubernetesConfigBadRequest creates a GetKubernetesConfigBadRequest with default headers values

func (*GetKubernetesConfigBadRequest) Code

Code gets the status code for the get kubernetes config bad request response

func (*GetKubernetesConfigBadRequest) Error

func (*GetKubernetesConfigBadRequest) IsClientError

func (o *GetKubernetesConfigBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes config bad request response has a 4xx status code

func (*GetKubernetesConfigBadRequest) IsCode

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

IsCode returns true when this get kubernetes config bad request response a status code equal to that given

func (*GetKubernetesConfigBadRequest) IsRedirect

func (o *GetKubernetesConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes config bad request response has a 3xx status code

func (*GetKubernetesConfigBadRequest) IsServerError

func (o *GetKubernetesConfigBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes config bad request response has a 5xx status code

func (*GetKubernetesConfigBadRequest) IsSuccess

func (o *GetKubernetesConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes config bad request response has a 2xx status code

func (*GetKubernetesConfigBadRequest) String

type GetKubernetesConfigForbidden

type GetKubernetesConfigForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesConfigForbidden

func NewGetKubernetesConfigForbidden() *GetKubernetesConfigForbidden

NewGetKubernetesConfigForbidden creates a GetKubernetesConfigForbidden with default headers values

func (*GetKubernetesConfigForbidden) Code

Code gets the status code for the get kubernetes config forbidden response

func (*GetKubernetesConfigForbidden) Error

func (*GetKubernetesConfigForbidden) IsClientError

func (o *GetKubernetesConfigForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes config forbidden response has a 4xx status code

func (*GetKubernetesConfigForbidden) IsCode

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

IsCode returns true when this get kubernetes config forbidden response a status code equal to that given

func (*GetKubernetesConfigForbidden) IsRedirect

func (o *GetKubernetesConfigForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes config forbidden response has a 3xx status code

func (*GetKubernetesConfigForbidden) IsServerError

func (o *GetKubernetesConfigForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes config forbidden response has a 5xx status code

func (*GetKubernetesConfigForbidden) IsSuccess

func (o *GetKubernetesConfigForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes config forbidden response has a 2xx status code

func (*GetKubernetesConfigForbidden) String

type GetKubernetesConfigInternalServerError

type GetKubernetesConfigInternalServerError struct {
}

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

Server error occurred while attempting to generate the kubeconfig file.

func NewGetKubernetesConfigInternalServerError

func NewGetKubernetesConfigInternalServerError() *GetKubernetesConfigInternalServerError

NewGetKubernetesConfigInternalServerError creates a GetKubernetesConfigInternalServerError with default headers values

func (*GetKubernetesConfigInternalServerError) Code

Code gets the status code for the get kubernetes config internal server error response

func (*GetKubernetesConfigInternalServerError) Error

func (*GetKubernetesConfigInternalServerError) IsClientError

func (o *GetKubernetesConfigInternalServerError) IsClientError() bool

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

func (*GetKubernetesConfigInternalServerError) IsCode

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

func (*GetKubernetesConfigInternalServerError) IsRedirect

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

func (*GetKubernetesConfigInternalServerError) IsServerError

func (o *GetKubernetesConfigInternalServerError) IsServerError() bool

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

func (*GetKubernetesConfigInternalServerError) IsSuccess

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

func (*GetKubernetesConfigInternalServerError) String

type GetKubernetesConfigMapBadRequest

type GetKubernetesConfigMapBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesConfigMapBadRequest

func NewGetKubernetesConfigMapBadRequest() *GetKubernetesConfigMapBadRequest

NewGetKubernetesConfigMapBadRequest creates a GetKubernetesConfigMapBadRequest with default headers values

func (*GetKubernetesConfigMapBadRequest) Code

Code gets the status code for the get kubernetes config map bad request response

func (*GetKubernetesConfigMapBadRequest) Error

func (*GetKubernetesConfigMapBadRequest) IsClientError

func (o *GetKubernetesConfigMapBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes config map bad request response has a 4xx status code

func (*GetKubernetesConfigMapBadRequest) IsCode

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

IsCode returns true when this get kubernetes config map bad request response a status code equal to that given

func (*GetKubernetesConfigMapBadRequest) IsRedirect

func (o *GetKubernetesConfigMapBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes config map bad request response has a 3xx status code

func (*GetKubernetesConfigMapBadRequest) IsServerError

func (o *GetKubernetesConfigMapBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes config map bad request response has a 5xx status code

func (*GetKubernetesConfigMapBadRequest) IsSuccess

func (o *GetKubernetesConfigMapBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes config map bad request response has a 2xx status code

func (*GetKubernetesConfigMapBadRequest) String

type GetKubernetesConfigMapForbidden

type GetKubernetesConfigMapForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesConfigMapForbidden

func NewGetKubernetesConfigMapForbidden() *GetKubernetesConfigMapForbidden

NewGetKubernetesConfigMapForbidden creates a GetKubernetesConfigMapForbidden with default headers values

func (*GetKubernetesConfigMapForbidden) Code

Code gets the status code for the get kubernetes config map forbidden response

func (*GetKubernetesConfigMapForbidden) Error

func (*GetKubernetesConfigMapForbidden) IsClientError

func (o *GetKubernetesConfigMapForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes config map forbidden response has a 4xx status code

func (*GetKubernetesConfigMapForbidden) IsCode

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

IsCode returns true when this get kubernetes config map forbidden response a status code equal to that given

func (*GetKubernetesConfigMapForbidden) IsRedirect

func (o *GetKubernetesConfigMapForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes config map forbidden response has a 3xx status code

func (*GetKubernetesConfigMapForbidden) IsServerError

func (o *GetKubernetesConfigMapForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes config map forbidden response has a 5xx status code

func (*GetKubernetesConfigMapForbidden) IsSuccess

func (o *GetKubernetesConfigMapForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes config map forbidden response has a 2xx status code

func (*GetKubernetesConfigMapForbidden) String

type GetKubernetesConfigMapInternalServerError

type GetKubernetesConfigMapInternalServerError struct {
}

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

Server error occurred while attempting to retrieve a configmap by name within the specified namespace.

func NewGetKubernetesConfigMapInternalServerError

func NewGetKubernetesConfigMapInternalServerError() *GetKubernetesConfigMapInternalServerError

NewGetKubernetesConfigMapInternalServerError creates a GetKubernetesConfigMapInternalServerError with default headers values

func (*GetKubernetesConfigMapInternalServerError) Code

Code gets the status code for the get kubernetes config map internal server error response

func (*GetKubernetesConfigMapInternalServerError) Error

func (*GetKubernetesConfigMapInternalServerError) IsClientError

IsClientError returns true when this get kubernetes config map internal server error response has a 4xx status code

func (*GetKubernetesConfigMapInternalServerError) IsCode

IsCode returns true when this get kubernetes config map internal server error response a status code equal to that given

func (*GetKubernetesConfigMapInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes config map internal server error response has a 3xx status code

func (*GetKubernetesConfigMapInternalServerError) IsServerError

IsServerError returns true when this get kubernetes config map internal server error response has a 5xx status code

func (*GetKubernetesConfigMapInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes config map internal server error response has a 2xx status code

func (*GetKubernetesConfigMapInternalServerError) String

type GetKubernetesConfigMapNotFound

type GetKubernetesConfigMapNotFound struct {
}

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

Unable to find an environment with the specified identifier or a configmap with the specified name in the given namespace.

func NewGetKubernetesConfigMapNotFound

func NewGetKubernetesConfigMapNotFound() *GetKubernetesConfigMapNotFound

NewGetKubernetesConfigMapNotFound creates a GetKubernetesConfigMapNotFound with default headers values

func (*GetKubernetesConfigMapNotFound) Code

Code gets the status code for the get kubernetes config map not found response

func (*GetKubernetesConfigMapNotFound) Error

func (*GetKubernetesConfigMapNotFound) IsClientError

func (o *GetKubernetesConfigMapNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes config map not found response has a 4xx status code

func (*GetKubernetesConfigMapNotFound) IsCode

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

IsCode returns true when this get kubernetes config map not found response a status code equal to that given

func (*GetKubernetesConfigMapNotFound) IsRedirect

func (o *GetKubernetesConfigMapNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes config map not found response has a 3xx status code

func (*GetKubernetesConfigMapNotFound) IsServerError

func (o *GetKubernetesConfigMapNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes config map not found response has a 5xx status code

func (*GetKubernetesConfigMapNotFound) IsSuccess

func (o *GetKubernetesConfigMapNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes config map not found response has a 2xx status code

func (*GetKubernetesConfigMapNotFound) String

type GetKubernetesConfigMapOK

type GetKubernetesConfigMapOK struct {
	Payload *models.KubernetesK8sConfigMap
}

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

Success

func NewGetKubernetesConfigMapOK

func NewGetKubernetesConfigMapOK() *GetKubernetesConfigMapOK

NewGetKubernetesConfigMapOK creates a GetKubernetesConfigMapOK with default headers values

func (*GetKubernetesConfigMapOK) Code

func (o *GetKubernetesConfigMapOK) Code() int

Code gets the status code for the get kubernetes config map o k response

func (*GetKubernetesConfigMapOK) Error

func (o *GetKubernetesConfigMapOK) Error() string

func (*GetKubernetesConfigMapOK) GetPayload

func (*GetKubernetesConfigMapOK) IsClientError

func (o *GetKubernetesConfigMapOK) IsClientError() bool

IsClientError returns true when this get kubernetes config map o k response has a 4xx status code

func (*GetKubernetesConfigMapOK) IsCode

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

IsCode returns true when this get kubernetes config map o k response a status code equal to that given

func (*GetKubernetesConfigMapOK) IsRedirect

func (o *GetKubernetesConfigMapOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes config map o k response has a 3xx status code

func (*GetKubernetesConfigMapOK) IsServerError

func (o *GetKubernetesConfigMapOK) IsServerError() bool

IsServerError returns true when this get kubernetes config map o k response has a 5xx status code

func (*GetKubernetesConfigMapOK) IsSuccess

func (o *GetKubernetesConfigMapOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes config map o k response has a 2xx status code

func (*GetKubernetesConfigMapOK) String

func (o *GetKubernetesConfigMapOK) String() string

type GetKubernetesConfigMapParams

type GetKubernetesConfigMapParams struct {

	/* Configmap.

	   The configmap name to get details for
	*/
	Configmap string

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   The namespace name where the configmap is located
	*/
	Namespace string

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

GetKubernetesConfigMapParams contains all the parameters to send to the API endpoint

for the get kubernetes config map operation.

Typically these are written to a http.Request.

func NewGetKubernetesConfigMapParams

func NewGetKubernetesConfigMapParams() *GetKubernetesConfigMapParams

NewGetKubernetesConfigMapParams creates a new GetKubernetesConfigMapParams 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 NewGetKubernetesConfigMapParamsWithContext

func NewGetKubernetesConfigMapParamsWithContext(ctx context.Context) *GetKubernetesConfigMapParams

NewGetKubernetesConfigMapParamsWithContext creates a new GetKubernetesConfigMapParams object with the ability to set a context for a request.

func NewGetKubernetesConfigMapParamsWithHTTPClient

func NewGetKubernetesConfigMapParamsWithHTTPClient(client *http.Client) *GetKubernetesConfigMapParams

NewGetKubernetesConfigMapParamsWithHTTPClient creates a new GetKubernetesConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesConfigMapParamsWithTimeout

func NewGetKubernetesConfigMapParamsWithTimeout(timeout time.Duration) *GetKubernetesConfigMapParams

NewGetKubernetesConfigMapParamsWithTimeout creates a new GetKubernetesConfigMapParams object with the ability to set a timeout on a request.

func (*GetKubernetesConfigMapParams) SetConfigmap

func (o *GetKubernetesConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) SetContext

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

SetContext adds the context to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) SetDefaults

func (o *GetKubernetesConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes config map params (not the query body).

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

func (*GetKubernetesConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) SetID

func (o *GetKubernetesConfigMapParams) SetID(id int64)

SetID adds the id to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) SetNamespace

func (o *GetKubernetesConfigMapParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) WithConfigmap

WithConfigmap adds the configmap to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) WithContext

WithContext adds the context to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes config map params (not the query body).

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

func (*GetKubernetesConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) WithID

WithID adds the id to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) WithNamespace

WithNamespace adds the namespace to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes config map params

func (*GetKubernetesConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesConfigMapReader

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

GetKubernetesConfigMapReader is a Reader for the GetKubernetesConfigMap structure.

func (*GetKubernetesConfigMapReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesConfigMapUnauthorized

type GetKubernetesConfigMapUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesConfigMapUnauthorized

func NewGetKubernetesConfigMapUnauthorized() *GetKubernetesConfigMapUnauthorized

NewGetKubernetesConfigMapUnauthorized creates a GetKubernetesConfigMapUnauthorized with default headers values

func (*GetKubernetesConfigMapUnauthorized) Code

Code gets the status code for the get kubernetes config map unauthorized response

func (*GetKubernetesConfigMapUnauthorized) Error

func (*GetKubernetesConfigMapUnauthorized) IsClientError

func (o *GetKubernetesConfigMapUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes config map unauthorized response has a 4xx status code

func (*GetKubernetesConfigMapUnauthorized) IsCode

IsCode returns true when this get kubernetes config map unauthorized response a status code equal to that given

func (*GetKubernetesConfigMapUnauthorized) IsRedirect

func (o *GetKubernetesConfigMapUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes config map unauthorized response has a 3xx status code

func (*GetKubernetesConfigMapUnauthorized) IsServerError

func (o *GetKubernetesConfigMapUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes config map unauthorized response has a 5xx status code

func (*GetKubernetesConfigMapUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes config map unauthorized response has a 2xx status code

func (*GetKubernetesConfigMapUnauthorized) String

type GetKubernetesConfigNotFound

type GetKubernetesConfigNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetKubernetesConfigNotFound

func NewGetKubernetesConfigNotFound() *GetKubernetesConfigNotFound

NewGetKubernetesConfigNotFound creates a GetKubernetesConfigNotFound with default headers values

func (*GetKubernetesConfigNotFound) Code

func (o *GetKubernetesConfigNotFound) Code() int

Code gets the status code for the get kubernetes config not found response

func (*GetKubernetesConfigNotFound) Error

func (*GetKubernetesConfigNotFound) IsClientError

func (o *GetKubernetesConfigNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes config not found response has a 4xx status code

func (*GetKubernetesConfigNotFound) IsCode

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

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

func (*GetKubernetesConfigNotFound) IsRedirect

func (o *GetKubernetesConfigNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes config not found response has a 3xx status code

func (*GetKubernetesConfigNotFound) IsServerError

func (o *GetKubernetesConfigNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes config not found response has a 5xx status code

func (*GetKubernetesConfigNotFound) IsSuccess

func (o *GetKubernetesConfigNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes config not found response has a 2xx status code

func (*GetKubernetesConfigNotFound) String

func (o *GetKubernetesConfigNotFound) String() string

type GetKubernetesConfigOK

type GetKubernetesConfigOK struct {
	Payload interface{}
}

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

Success

func NewGetKubernetesConfigOK

func NewGetKubernetesConfigOK() *GetKubernetesConfigOK

NewGetKubernetesConfigOK creates a GetKubernetesConfigOK with default headers values

func (*GetKubernetesConfigOK) Code

func (o *GetKubernetesConfigOK) Code() int

Code gets the status code for the get kubernetes config o k response

func (*GetKubernetesConfigOK) Error

func (o *GetKubernetesConfigOK) Error() string

func (*GetKubernetesConfigOK) GetPayload

func (o *GetKubernetesConfigOK) GetPayload() interface{}

func (*GetKubernetesConfigOK) IsClientError

func (o *GetKubernetesConfigOK) IsClientError() bool

IsClientError returns true when this get kubernetes config o k response has a 4xx status code

func (*GetKubernetesConfigOK) IsCode

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

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

func (*GetKubernetesConfigOK) IsRedirect

func (o *GetKubernetesConfigOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes config o k response has a 3xx status code

func (*GetKubernetesConfigOK) IsServerError

func (o *GetKubernetesConfigOK) IsServerError() bool

IsServerError returns true when this get kubernetes config o k response has a 5xx status code

func (*GetKubernetesConfigOK) IsSuccess

func (o *GetKubernetesConfigOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes config o k response has a 2xx status code

func (*GetKubernetesConfigOK) String

func (o *GetKubernetesConfigOK) String() string

type GetKubernetesConfigParams

type GetKubernetesConfigParams struct {

	/* ExcludeIds.

	   will exclude these environments(endpoints)
	*/
	ExcludeIds []int64

	/* Ids.

	   will include only these environments(endpoints)
	*/
	Ids []int64

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

GetKubernetesConfigParams contains all the parameters to send to the API endpoint

for the get kubernetes config operation.

Typically these are written to a http.Request.

func NewGetKubernetesConfigParams

func NewGetKubernetesConfigParams() *GetKubernetesConfigParams

NewGetKubernetesConfigParams creates a new GetKubernetesConfigParams 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 NewGetKubernetesConfigParamsWithContext

func NewGetKubernetesConfigParamsWithContext(ctx context.Context) *GetKubernetesConfigParams

NewGetKubernetesConfigParamsWithContext creates a new GetKubernetesConfigParams object with the ability to set a context for a request.

func NewGetKubernetesConfigParamsWithHTTPClient

func NewGetKubernetesConfigParamsWithHTTPClient(client *http.Client) *GetKubernetesConfigParams

NewGetKubernetesConfigParamsWithHTTPClient creates a new GetKubernetesConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesConfigParamsWithTimeout

func NewGetKubernetesConfigParamsWithTimeout(timeout time.Duration) *GetKubernetesConfigParams

NewGetKubernetesConfigParamsWithTimeout creates a new GetKubernetesConfigParams object with the ability to set a timeout on a request.

func (*GetKubernetesConfigParams) SetContext

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

SetContext adds the context to the get kubernetes config params

func (*GetKubernetesConfigParams) SetDefaults

func (o *GetKubernetesConfigParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes config params (not the query body).

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

func (*GetKubernetesConfigParams) SetExcludeIds

func (o *GetKubernetesConfigParams) SetExcludeIds(excludeIds []int64)

SetExcludeIds adds the excludeIds to the get kubernetes config params

func (*GetKubernetesConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes config params

func (*GetKubernetesConfigParams) SetIds

func (o *GetKubernetesConfigParams) SetIds(ids []int64)

SetIds adds the ids to the get kubernetes config params

func (*GetKubernetesConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes config params

func (*GetKubernetesConfigParams) WithContext

WithContext adds the context to the get kubernetes config params

func (*GetKubernetesConfigParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes config params (not the query body).

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

func (*GetKubernetesConfigParams) WithExcludeIds

func (o *GetKubernetesConfigParams) WithExcludeIds(excludeIds []int64) *GetKubernetesConfigParams

WithExcludeIds adds the excludeIds to the get kubernetes config params

func (*GetKubernetesConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get kubernetes config params

func (*GetKubernetesConfigParams) WithIds

WithIds adds the ids to the get kubernetes config params

func (*GetKubernetesConfigParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes config params

func (*GetKubernetesConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesConfigReader

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

GetKubernetesConfigReader is a Reader for the GetKubernetesConfig structure.

func (*GetKubernetesConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesConfigUnauthorized

type GetKubernetesConfigUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesConfigUnauthorized

func NewGetKubernetesConfigUnauthorized() *GetKubernetesConfigUnauthorized

NewGetKubernetesConfigUnauthorized creates a GetKubernetesConfigUnauthorized with default headers values

func (*GetKubernetesConfigUnauthorized) Code

Code gets the status code for the get kubernetes config unauthorized response

func (*GetKubernetesConfigUnauthorized) Error

func (*GetKubernetesConfigUnauthorized) IsClientError

func (o *GetKubernetesConfigUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes config unauthorized response has a 4xx status code

func (*GetKubernetesConfigUnauthorized) IsCode

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

IsCode returns true when this get kubernetes config unauthorized response a status code equal to that given

func (*GetKubernetesConfigUnauthorized) IsRedirect

func (o *GetKubernetesConfigUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes config unauthorized response has a 3xx status code

func (*GetKubernetesConfigUnauthorized) IsServerError

func (o *GetKubernetesConfigUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes config unauthorized response has a 5xx status code

func (*GetKubernetesConfigUnauthorized) IsSuccess

func (o *GetKubernetesConfigUnauthorized) IsSuccess() bool

IsSuccess returns true when this get kubernetes config unauthorized response has a 2xx status code

func (*GetKubernetesConfigUnauthorized) String

type GetKubernetesCronJobsBadRequest

type GetKubernetesCronJobsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesCronJobsBadRequest

func NewGetKubernetesCronJobsBadRequest() *GetKubernetesCronJobsBadRequest

NewGetKubernetesCronJobsBadRequest creates a GetKubernetesCronJobsBadRequest with default headers values

func (*GetKubernetesCronJobsBadRequest) Code

Code gets the status code for the get kubernetes cron jobs bad request response

func (*GetKubernetesCronJobsBadRequest) Error

func (*GetKubernetesCronJobsBadRequest) IsClientError

func (o *GetKubernetesCronJobsBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes cron jobs bad request response has a 4xx status code

func (*GetKubernetesCronJobsBadRequest) IsCode

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

IsCode returns true when this get kubernetes cron jobs bad request response a status code equal to that given

func (*GetKubernetesCronJobsBadRequest) IsRedirect

func (o *GetKubernetesCronJobsBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes cron jobs bad request response has a 3xx status code

func (*GetKubernetesCronJobsBadRequest) IsServerError

func (o *GetKubernetesCronJobsBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes cron jobs bad request response has a 5xx status code

func (*GetKubernetesCronJobsBadRequest) IsSuccess

func (o *GetKubernetesCronJobsBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes cron jobs bad request response has a 2xx status code

func (*GetKubernetesCronJobsBadRequest) String

type GetKubernetesCronJobsForbidden

type GetKubernetesCronJobsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesCronJobsForbidden

func NewGetKubernetesCronJobsForbidden() *GetKubernetesCronJobsForbidden

NewGetKubernetesCronJobsForbidden creates a GetKubernetesCronJobsForbidden with default headers values

func (*GetKubernetesCronJobsForbidden) Code

Code gets the status code for the get kubernetes cron jobs forbidden response

func (*GetKubernetesCronJobsForbidden) Error

func (*GetKubernetesCronJobsForbidden) IsClientError

func (o *GetKubernetesCronJobsForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes cron jobs forbidden response has a 4xx status code

func (*GetKubernetesCronJobsForbidden) IsCode

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

IsCode returns true when this get kubernetes cron jobs forbidden response a status code equal to that given

func (*GetKubernetesCronJobsForbidden) IsRedirect

func (o *GetKubernetesCronJobsForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes cron jobs forbidden response has a 3xx status code

func (*GetKubernetesCronJobsForbidden) IsServerError

func (o *GetKubernetesCronJobsForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes cron jobs forbidden response has a 5xx status code

func (*GetKubernetesCronJobsForbidden) IsSuccess

func (o *GetKubernetesCronJobsForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes cron jobs forbidden response has a 2xx status code

func (*GetKubernetesCronJobsForbidden) String

type GetKubernetesCronJobsInternalServerError

type GetKubernetesCronJobsInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the list of Cron Jobs.

func NewGetKubernetesCronJobsInternalServerError

func NewGetKubernetesCronJobsInternalServerError() *GetKubernetesCronJobsInternalServerError

NewGetKubernetesCronJobsInternalServerError creates a GetKubernetesCronJobsInternalServerError with default headers values

func (*GetKubernetesCronJobsInternalServerError) Code

Code gets the status code for the get kubernetes cron jobs internal server error response

func (*GetKubernetesCronJobsInternalServerError) Error

func (*GetKubernetesCronJobsInternalServerError) IsClientError

IsClientError returns true when this get kubernetes cron jobs internal server error response has a 4xx status code

func (*GetKubernetesCronJobsInternalServerError) IsCode

IsCode returns true when this get kubernetes cron jobs internal server error response a status code equal to that given

func (*GetKubernetesCronJobsInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes cron jobs internal server error response has a 3xx status code

func (*GetKubernetesCronJobsInternalServerError) IsServerError

IsServerError returns true when this get kubernetes cron jobs internal server error response has a 5xx status code

func (*GetKubernetesCronJobsInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes cron jobs internal server error response has a 2xx status code

func (*GetKubernetesCronJobsInternalServerError) String

type GetKubernetesCronJobsNotFound

type GetKubernetesCronJobsNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetKubernetesCronJobsNotFound

func NewGetKubernetesCronJobsNotFound() *GetKubernetesCronJobsNotFound

NewGetKubernetesCronJobsNotFound creates a GetKubernetesCronJobsNotFound with default headers values

func (*GetKubernetesCronJobsNotFound) Code

Code gets the status code for the get kubernetes cron jobs not found response

func (*GetKubernetesCronJobsNotFound) Error

func (*GetKubernetesCronJobsNotFound) IsClientError

func (o *GetKubernetesCronJobsNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes cron jobs not found response has a 4xx status code

func (*GetKubernetesCronJobsNotFound) IsCode

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

IsCode returns true when this get kubernetes cron jobs not found response a status code equal to that given

func (*GetKubernetesCronJobsNotFound) IsRedirect

func (o *GetKubernetesCronJobsNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes cron jobs not found response has a 3xx status code

func (*GetKubernetesCronJobsNotFound) IsServerError

func (o *GetKubernetesCronJobsNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes cron jobs not found response has a 5xx status code

func (*GetKubernetesCronJobsNotFound) IsSuccess

func (o *GetKubernetesCronJobsNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes cron jobs not found response has a 2xx status code

func (*GetKubernetesCronJobsNotFound) String

type GetKubernetesCronJobsOK

type GetKubernetesCronJobsOK struct {
	Payload []*models.KubernetesK8sCronJob
}

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

Success

func NewGetKubernetesCronJobsOK

func NewGetKubernetesCronJobsOK() *GetKubernetesCronJobsOK

NewGetKubernetesCronJobsOK creates a GetKubernetesCronJobsOK with default headers values

func (*GetKubernetesCronJobsOK) Code

func (o *GetKubernetesCronJobsOK) Code() int

Code gets the status code for the get kubernetes cron jobs o k response

func (*GetKubernetesCronJobsOK) Error

func (o *GetKubernetesCronJobsOK) Error() string

func (*GetKubernetesCronJobsOK) GetPayload

func (*GetKubernetesCronJobsOK) IsClientError

func (o *GetKubernetesCronJobsOK) IsClientError() bool

IsClientError returns true when this get kubernetes cron jobs o k response has a 4xx status code

func (*GetKubernetesCronJobsOK) IsCode

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

IsCode returns true when this get kubernetes cron jobs o k response a status code equal to that given

func (*GetKubernetesCronJobsOK) IsRedirect

func (o *GetKubernetesCronJobsOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes cron jobs o k response has a 3xx status code

func (*GetKubernetesCronJobsOK) IsServerError

func (o *GetKubernetesCronJobsOK) IsServerError() bool

IsServerError returns true when this get kubernetes cron jobs o k response has a 5xx status code

func (*GetKubernetesCronJobsOK) IsSuccess

func (o *GetKubernetesCronJobsOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes cron jobs o k response has a 2xx status code

func (*GetKubernetesCronJobsOK) String

func (o *GetKubernetesCronJobsOK) String() string

type GetKubernetesCronJobsParams

type GetKubernetesCronJobsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetKubernetesCronJobsParams contains all the parameters to send to the API endpoint

for the get kubernetes cron jobs operation.

Typically these are written to a http.Request.

func NewGetKubernetesCronJobsParams

func NewGetKubernetesCronJobsParams() *GetKubernetesCronJobsParams

NewGetKubernetesCronJobsParams creates a new GetKubernetesCronJobsParams 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 NewGetKubernetesCronJobsParamsWithContext

func NewGetKubernetesCronJobsParamsWithContext(ctx context.Context) *GetKubernetesCronJobsParams

NewGetKubernetesCronJobsParamsWithContext creates a new GetKubernetesCronJobsParams object with the ability to set a context for a request.

func NewGetKubernetesCronJobsParamsWithHTTPClient

func NewGetKubernetesCronJobsParamsWithHTTPClient(client *http.Client) *GetKubernetesCronJobsParams

NewGetKubernetesCronJobsParamsWithHTTPClient creates a new GetKubernetesCronJobsParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesCronJobsParamsWithTimeout

func NewGetKubernetesCronJobsParamsWithTimeout(timeout time.Duration) *GetKubernetesCronJobsParams

NewGetKubernetesCronJobsParamsWithTimeout creates a new GetKubernetesCronJobsParams object with the ability to set a timeout on a request.

func (*GetKubernetesCronJobsParams) SetContext

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

SetContext adds the context to the get kubernetes cron jobs params

func (*GetKubernetesCronJobsParams) SetDefaults

func (o *GetKubernetesCronJobsParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes cron jobs params (not the query body).

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

func (*GetKubernetesCronJobsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes cron jobs params

func (*GetKubernetesCronJobsParams) SetID

func (o *GetKubernetesCronJobsParams) SetID(id int64)

SetID adds the id to the get kubernetes cron jobs params

func (*GetKubernetesCronJobsParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes cron jobs params

func (*GetKubernetesCronJobsParams) WithContext

WithContext adds the context to the get kubernetes cron jobs params

func (*GetKubernetesCronJobsParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes cron jobs params (not the query body).

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

func (*GetKubernetesCronJobsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes cron jobs params

func (*GetKubernetesCronJobsParams) WithID

WithID adds the id to the get kubernetes cron jobs params

func (*GetKubernetesCronJobsParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes cron jobs params

func (*GetKubernetesCronJobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesCronJobsReader

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

GetKubernetesCronJobsReader is a Reader for the GetKubernetesCronJobs structure.

func (*GetKubernetesCronJobsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesCronJobsUnauthorized

type GetKubernetesCronJobsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesCronJobsUnauthorized

func NewGetKubernetesCronJobsUnauthorized() *GetKubernetesCronJobsUnauthorized

NewGetKubernetesCronJobsUnauthorized creates a GetKubernetesCronJobsUnauthorized with default headers values

func (*GetKubernetesCronJobsUnauthorized) Code

Code gets the status code for the get kubernetes cron jobs unauthorized response

func (*GetKubernetesCronJobsUnauthorized) Error

func (*GetKubernetesCronJobsUnauthorized) IsClientError

func (o *GetKubernetesCronJobsUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes cron jobs unauthorized response has a 4xx status code

func (*GetKubernetesCronJobsUnauthorized) IsCode

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

IsCode returns true when this get kubernetes cron jobs unauthorized response a status code equal to that given

func (*GetKubernetesCronJobsUnauthorized) IsRedirect

func (o *GetKubernetesCronJobsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes cron jobs unauthorized response has a 3xx status code

func (*GetKubernetesCronJobsUnauthorized) IsServerError

func (o *GetKubernetesCronJobsUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes cron jobs unauthorized response has a 5xx status code

func (*GetKubernetesCronJobsUnauthorized) IsSuccess

func (o *GetKubernetesCronJobsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get kubernetes cron jobs unauthorized response has a 2xx status code

func (*GetKubernetesCronJobsUnauthorized) String

type GetKubernetesDashboardBadRequest

type GetKubernetesDashboardBadRequest struct {
}

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

Invalid request

func NewGetKubernetesDashboardBadRequest

func NewGetKubernetesDashboardBadRequest() *GetKubernetesDashboardBadRequest

NewGetKubernetesDashboardBadRequest creates a GetKubernetesDashboardBadRequest with default headers values

func (*GetKubernetesDashboardBadRequest) Code

Code gets the status code for the get kubernetes dashboard bad request response

func (*GetKubernetesDashboardBadRequest) Error

func (*GetKubernetesDashboardBadRequest) IsClientError

func (o *GetKubernetesDashboardBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes dashboard bad request response has a 4xx status code

func (*GetKubernetesDashboardBadRequest) IsCode

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

IsCode returns true when this get kubernetes dashboard bad request response a status code equal to that given

func (*GetKubernetesDashboardBadRequest) IsRedirect

func (o *GetKubernetesDashboardBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes dashboard bad request response has a 3xx status code

func (*GetKubernetesDashboardBadRequest) IsServerError

func (o *GetKubernetesDashboardBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes dashboard bad request response has a 5xx status code

func (*GetKubernetesDashboardBadRequest) IsSuccess

func (o *GetKubernetesDashboardBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes dashboard bad request response has a 2xx status code

func (*GetKubernetesDashboardBadRequest) String

type GetKubernetesDashboardInternalServerError

type GetKubernetesDashboardInternalServerError struct {
}

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

Server error

func NewGetKubernetesDashboardInternalServerError

func NewGetKubernetesDashboardInternalServerError() *GetKubernetesDashboardInternalServerError

NewGetKubernetesDashboardInternalServerError creates a GetKubernetesDashboardInternalServerError with default headers values

func (*GetKubernetesDashboardInternalServerError) Code

Code gets the status code for the get kubernetes dashboard internal server error response

func (*GetKubernetesDashboardInternalServerError) Error

func (*GetKubernetesDashboardInternalServerError) IsClientError

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

func (*GetKubernetesDashboardInternalServerError) IsCode

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

func (*GetKubernetesDashboardInternalServerError) IsRedirect

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

func (*GetKubernetesDashboardInternalServerError) IsServerError

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

func (*GetKubernetesDashboardInternalServerError) IsSuccess

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

func (*GetKubernetesDashboardInternalServerError) String

type GetKubernetesDashboardOK

type GetKubernetesDashboardOK struct {
	Payload []*models.ModelsK8sDashboard
}

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

Success

func NewGetKubernetesDashboardOK

func NewGetKubernetesDashboardOK() *GetKubernetesDashboardOK

NewGetKubernetesDashboardOK creates a GetKubernetesDashboardOK with default headers values

func (*GetKubernetesDashboardOK) Code

func (o *GetKubernetesDashboardOK) Code() int

Code gets the status code for the get kubernetes dashboard o k response

func (*GetKubernetesDashboardOK) Error

func (o *GetKubernetesDashboardOK) Error() string

func (*GetKubernetesDashboardOK) GetPayload

func (*GetKubernetesDashboardOK) IsClientError

func (o *GetKubernetesDashboardOK) IsClientError() bool

IsClientError returns true when this get kubernetes dashboard o k response has a 4xx status code

func (*GetKubernetesDashboardOK) IsCode

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

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

func (*GetKubernetesDashboardOK) IsRedirect

func (o *GetKubernetesDashboardOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes dashboard o k response has a 3xx status code

func (*GetKubernetesDashboardOK) IsServerError

func (o *GetKubernetesDashboardOK) IsServerError() bool

IsServerError returns true when this get kubernetes dashboard o k response has a 5xx status code

func (*GetKubernetesDashboardOK) IsSuccess

func (o *GetKubernetesDashboardOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes dashboard o k response has a 2xx status code

func (*GetKubernetesDashboardOK) String

func (o *GetKubernetesDashboardOK) String() string

type GetKubernetesDashboardParams

type GetKubernetesDashboardParams struct {

	/* ID.

	   Environment (Endpoint) identifier
	*/
	ID int64

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

GetKubernetesDashboardParams contains all the parameters to send to the API endpoint

for the get kubernetes dashboard operation.

Typically these are written to a http.Request.

func NewGetKubernetesDashboardParams

func NewGetKubernetesDashboardParams() *GetKubernetesDashboardParams

NewGetKubernetesDashboardParams creates a new GetKubernetesDashboardParams 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 NewGetKubernetesDashboardParamsWithContext

func NewGetKubernetesDashboardParamsWithContext(ctx context.Context) *GetKubernetesDashboardParams

NewGetKubernetesDashboardParamsWithContext creates a new GetKubernetesDashboardParams object with the ability to set a context for a request.

func NewGetKubernetesDashboardParamsWithHTTPClient

func NewGetKubernetesDashboardParamsWithHTTPClient(client *http.Client) *GetKubernetesDashboardParams

NewGetKubernetesDashboardParamsWithHTTPClient creates a new GetKubernetesDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesDashboardParamsWithTimeout

func NewGetKubernetesDashboardParamsWithTimeout(timeout time.Duration) *GetKubernetesDashboardParams

NewGetKubernetesDashboardParamsWithTimeout creates a new GetKubernetesDashboardParams object with the ability to set a timeout on a request.

func (*GetKubernetesDashboardParams) SetContext

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

SetContext adds the context to the get kubernetes dashboard params

func (*GetKubernetesDashboardParams) SetDefaults

func (o *GetKubernetesDashboardParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes dashboard params (not the query body).

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

func (*GetKubernetesDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes dashboard params

func (*GetKubernetesDashboardParams) SetID

func (o *GetKubernetesDashboardParams) SetID(id int64)

SetID adds the id to the get kubernetes dashboard params

func (*GetKubernetesDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes dashboard params

func (*GetKubernetesDashboardParams) WithContext

WithContext adds the context to the get kubernetes dashboard params

func (*GetKubernetesDashboardParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes dashboard params (not the query body).

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

func (*GetKubernetesDashboardParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes dashboard params

func (*GetKubernetesDashboardParams) WithID

WithID adds the id to the get kubernetes dashboard params

func (*GetKubernetesDashboardParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes dashboard params

func (*GetKubernetesDashboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesDashboardReader

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

GetKubernetesDashboardReader is a Reader for the GetKubernetesDashboard structure.

func (*GetKubernetesDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesIngressBadRequest

type GetKubernetesIngressBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesIngressBadRequest

func NewGetKubernetesIngressBadRequest() *GetKubernetesIngressBadRequest

NewGetKubernetesIngressBadRequest creates a GetKubernetesIngressBadRequest with default headers values

func (*GetKubernetesIngressBadRequest) Code

Code gets the status code for the get kubernetes ingress bad request response

func (*GetKubernetesIngressBadRequest) Error

func (*GetKubernetesIngressBadRequest) IsClientError

func (o *GetKubernetesIngressBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes ingress bad request response has a 4xx status code

func (*GetKubernetesIngressBadRequest) IsCode

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

IsCode returns true when this get kubernetes ingress bad request response a status code equal to that given

func (*GetKubernetesIngressBadRequest) IsRedirect

func (o *GetKubernetesIngressBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes ingress bad request response has a 3xx status code

func (*GetKubernetesIngressBadRequest) IsServerError

func (o *GetKubernetesIngressBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes ingress bad request response has a 5xx status code

func (*GetKubernetesIngressBadRequest) IsSuccess

func (o *GetKubernetesIngressBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes ingress bad request response has a 2xx status code

func (*GetKubernetesIngressBadRequest) String

type GetKubernetesIngressControllersByNamespaceBadRequest

type GetKubernetesIngressControllersByNamespaceBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesIngressControllersByNamespaceBadRequest

func NewGetKubernetesIngressControllersByNamespaceBadRequest() *GetKubernetesIngressControllersByNamespaceBadRequest

NewGetKubernetesIngressControllersByNamespaceBadRequest creates a GetKubernetesIngressControllersByNamespaceBadRequest with default headers values

func (*GetKubernetesIngressControllersByNamespaceBadRequest) Code

Code gets the status code for the get kubernetes ingress controllers by namespace bad request response

func (*GetKubernetesIngressControllersByNamespaceBadRequest) Error

func (*GetKubernetesIngressControllersByNamespaceBadRequest) IsClientError

IsClientError returns true when this get kubernetes ingress controllers by namespace bad request response has a 4xx status code

func (*GetKubernetesIngressControllersByNamespaceBadRequest) IsCode

IsCode returns true when this get kubernetes ingress controllers by namespace bad request response a status code equal to that given

func (*GetKubernetesIngressControllersByNamespaceBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes ingress controllers by namespace bad request response has a 3xx status code

func (*GetKubernetesIngressControllersByNamespaceBadRequest) IsServerError

IsServerError returns true when this get kubernetes ingress controllers by namespace bad request response has a 5xx status code

func (*GetKubernetesIngressControllersByNamespaceBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes ingress controllers by namespace bad request response has a 2xx status code

func (*GetKubernetesIngressControllersByNamespaceBadRequest) String

type GetKubernetesIngressControllersByNamespaceForbidden

type GetKubernetesIngressControllersByNamespaceForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesIngressControllersByNamespaceForbidden

func NewGetKubernetesIngressControllersByNamespaceForbidden() *GetKubernetesIngressControllersByNamespaceForbidden

NewGetKubernetesIngressControllersByNamespaceForbidden creates a GetKubernetesIngressControllersByNamespaceForbidden with default headers values

func (*GetKubernetesIngressControllersByNamespaceForbidden) Code

Code gets the status code for the get kubernetes ingress controllers by namespace forbidden response

func (*GetKubernetesIngressControllersByNamespaceForbidden) Error

func (*GetKubernetesIngressControllersByNamespaceForbidden) IsClientError

IsClientError returns true when this get kubernetes ingress controllers by namespace forbidden response has a 4xx status code

func (*GetKubernetesIngressControllersByNamespaceForbidden) IsCode

IsCode returns true when this get kubernetes ingress controllers by namespace forbidden response a status code equal to that given

func (*GetKubernetesIngressControllersByNamespaceForbidden) IsRedirect

IsRedirect returns true when this get kubernetes ingress controllers by namespace forbidden response has a 3xx status code

func (*GetKubernetesIngressControllersByNamespaceForbidden) IsServerError

IsServerError returns true when this get kubernetes ingress controllers by namespace forbidden response has a 5xx status code

func (*GetKubernetesIngressControllersByNamespaceForbidden) IsSuccess

IsSuccess returns true when this get kubernetes ingress controllers by namespace forbidden response has a 2xx status code

func (*GetKubernetesIngressControllersByNamespaceForbidden) String

type GetKubernetesIngressControllersByNamespaceInternalServerError

type GetKubernetesIngressControllersByNamespaceInternalServerError struct {
}

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

Server error occurred while attempting to retrieve ingress controllers by a namespace

func NewGetKubernetesIngressControllersByNamespaceInternalServerError

func NewGetKubernetesIngressControllersByNamespaceInternalServerError() *GetKubernetesIngressControllersByNamespaceInternalServerError

NewGetKubernetesIngressControllersByNamespaceInternalServerError creates a GetKubernetesIngressControllersByNamespaceInternalServerError with default headers values

func (*GetKubernetesIngressControllersByNamespaceInternalServerError) Code

Code gets the status code for the get kubernetes ingress controllers by namespace internal server error response

func (*GetKubernetesIngressControllersByNamespaceInternalServerError) Error

func (*GetKubernetesIngressControllersByNamespaceInternalServerError) IsClientError

IsClientError returns true when this get kubernetes ingress controllers by namespace internal server error response has a 4xx status code

func (*GetKubernetesIngressControllersByNamespaceInternalServerError) IsCode

IsCode returns true when this get kubernetes ingress controllers by namespace internal server error response a status code equal to that given

func (*GetKubernetesIngressControllersByNamespaceInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes ingress controllers by namespace internal server error response has a 3xx status code

func (*GetKubernetesIngressControllersByNamespaceInternalServerError) IsServerError

IsServerError returns true when this get kubernetes ingress controllers by namespace internal server error response has a 5xx status code

func (*GetKubernetesIngressControllersByNamespaceInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes ingress controllers by namespace internal server error response has a 2xx status code

func (*GetKubernetesIngressControllersByNamespaceInternalServerError) String

type GetKubernetesIngressControllersByNamespaceNotFound

type GetKubernetesIngressControllersByNamespaceNotFound struct {
}

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

Unable to find an environment with the specified identifier or a namespace with the specified name.

func NewGetKubernetesIngressControllersByNamespaceNotFound

func NewGetKubernetesIngressControllersByNamespaceNotFound() *GetKubernetesIngressControllersByNamespaceNotFound

NewGetKubernetesIngressControllersByNamespaceNotFound creates a GetKubernetesIngressControllersByNamespaceNotFound with default headers values

func (*GetKubernetesIngressControllersByNamespaceNotFound) Code

Code gets the status code for the get kubernetes ingress controllers by namespace not found response

func (*GetKubernetesIngressControllersByNamespaceNotFound) Error

func (*GetKubernetesIngressControllersByNamespaceNotFound) IsClientError

IsClientError returns true when this get kubernetes ingress controllers by namespace not found response has a 4xx status code

func (*GetKubernetesIngressControllersByNamespaceNotFound) IsCode

IsCode returns true when this get kubernetes ingress controllers by namespace not found response a status code equal to that given

func (*GetKubernetesIngressControllersByNamespaceNotFound) IsRedirect

IsRedirect returns true when this get kubernetes ingress controllers by namespace not found response has a 3xx status code

func (*GetKubernetesIngressControllersByNamespaceNotFound) IsServerError

IsServerError returns true when this get kubernetes ingress controllers by namespace not found response has a 5xx status code

func (*GetKubernetesIngressControllersByNamespaceNotFound) IsSuccess

IsSuccess returns true when this get kubernetes ingress controllers by namespace not found response has a 2xx status code

func (*GetKubernetesIngressControllersByNamespaceNotFound) String

type GetKubernetesIngressControllersByNamespaceOK

type GetKubernetesIngressControllersByNamespaceOK struct {
	Payload []*models.KubernetesK8sIngressController
}

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

Success

func NewGetKubernetesIngressControllersByNamespaceOK

func NewGetKubernetesIngressControllersByNamespaceOK() *GetKubernetesIngressControllersByNamespaceOK

NewGetKubernetesIngressControllersByNamespaceOK creates a GetKubernetesIngressControllersByNamespaceOK with default headers values

func (*GetKubernetesIngressControllersByNamespaceOK) Code

Code gets the status code for the get kubernetes ingress controllers by namespace o k response

func (*GetKubernetesIngressControllersByNamespaceOK) Error

func (*GetKubernetesIngressControllersByNamespaceOK) GetPayload

func (*GetKubernetesIngressControllersByNamespaceOK) IsClientError

IsClientError returns true when this get kubernetes ingress controllers by namespace o k response has a 4xx status code

func (*GetKubernetesIngressControllersByNamespaceOK) IsCode

IsCode returns true when this get kubernetes ingress controllers by namespace o k response a status code equal to that given

func (*GetKubernetesIngressControllersByNamespaceOK) IsRedirect

IsRedirect returns true when this get kubernetes ingress controllers by namespace o k response has a 3xx status code

func (*GetKubernetesIngressControllersByNamespaceOK) IsServerError

IsServerError returns true when this get kubernetes ingress controllers by namespace o k response has a 5xx status code

func (*GetKubernetesIngressControllersByNamespaceOK) IsSuccess

IsSuccess returns true when this get kubernetes ingress controllers by namespace o k response has a 2xx status code

func (*GetKubernetesIngressControllersByNamespaceOK) String

type GetKubernetesIngressControllersByNamespaceParams

type GetKubernetesIngressControllersByNamespaceParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace
	*/
	Namespace string

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

GetKubernetesIngressControllersByNamespaceParams contains all the parameters to send to the API endpoint

for the get kubernetes ingress controllers by namespace operation.

Typically these are written to a http.Request.

func NewGetKubernetesIngressControllersByNamespaceParams

func NewGetKubernetesIngressControllersByNamespaceParams() *GetKubernetesIngressControllersByNamespaceParams

NewGetKubernetesIngressControllersByNamespaceParams creates a new GetKubernetesIngressControllersByNamespaceParams 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 NewGetKubernetesIngressControllersByNamespaceParamsWithContext

func NewGetKubernetesIngressControllersByNamespaceParamsWithContext(ctx context.Context) *GetKubernetesIngressControllersByNamespaceParams

NewGetKubernetesIngressControllersByNamespaceParamsWithContext creates a new GetKubernetesIngressControllersByNamespaceParams object with the ability to set a context for a request.

func NewGetKubernetesIngressControllersByNamespaceParamsWithHTTPClient

func NewGetKubernetesIngressControllersByNamespaceParamsWithHTTPClient(client *http.Client) *GetKubernetesIngressControllersByNamespaceParams

NewGetKubernetesIngressControllersByNamespaceParamsWithHTTPClient creates a new GetKubernetesIngressControllersByNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesIngressControllersByNamespaceParamsWithTimeout

func NewGetKubernetesIngressControllersByNamespaceParamsWithTimeout(timeout time.Duration) *GetKubernetesIngressControllersByNamespaceParams

NewGetKubernetesIngressControllersByNamespaceParamsWithTimeout creates a new GetKubernetesIngressControllersByNamespaceParams object with the ability to set a timeout on a request.

func (*GetKubernetesIngressControllersByNamespaceParams) SetContext

SetContext adds the context to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) SetDefaults

SetDefaults hydrates default values in the get kubernetes ingress controllers by namespace params (not the query body).

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

func (*GetKubernetesIngressControllersByNamespaceParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) SetID

SetID adds the id to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) SetNamespace

func (o *GetKubernetesIngressControllersByNamespaceParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) SetTimeout

SetTimeout adds the timeout to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) WithContext

WithContext adds the context to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes ingress controllers by namespace params (not the query body).

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

func (*GetKubernetesIngressControllersByNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) WithID

WithID adds the id to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) WithNamespace

WithNamespace adds the namespace to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes ingress controllers by namespace params

func (*GetKubernetesIngressControllersByNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesIngressControllersByNamespaceReader

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

GetKubernetesIngressControllersByNamespaceReader is a Reader for the GetKubernetesIngressControllersByNamespace structure.

func (*GetKubernetesIngressControllersByNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesIngressControllersByNamespaceUnauthorized

type GetKubernetesIngressControllersByNamespaceUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesIngressControllersByNamespaceUnauthorized

func NewGetKubernetesIngressControllersByNamespaceUnauthorized() *GetKubernetesIngressControllersByNamespaceUnauthorized

NewGetKubernetesIngressControllersByNamespaceUnauthorized creates a GetKubernetesIngressControllersByNamespaceUnauthorized with default headers values

func (*GetKubernetesIngressControllersByNamespaceUnauthorized) Code

Code gets the status code for the get kubernetes ingress controllers by namespace unauthorized response

func (*GetKubernetesIngressControllersByNamespaceUnauthorized) Error

func (*GetKubernetesIngressControllersByNamespaceUnauthorized) IsClientError

IsClientError returns true when this get kubernetes ingress controllers by namespace unauthorized response has a 4xx status code

func (*GetKubernetesIngressControllersByNamespaceUnauthorized) IsCode

IsCode returns true when this get kubernetes ingress controllers by namespace unauthorized response a status code equal to that given

func (*GetKubernetesIngressControllersByNamespaceUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes ingress controllers by namespace unauthorized response has a 3xx status code

func (*GetKubernetesIngressControllersByNamespaceUnauthorized) IsServerError

IsServerError returns true when this get kubernetes ingress controllers by namespace unauthorized response has a 5xx status code

func (*GetKubernetesIngressControllersByNamespaceUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes ingress controllers by namespace unauthorized response has a 2xx status code

func (*GetKubernetesIngressControllersByNamespaceUnauthorized) String

type GetKubernetesIngressForbidden

type GetKubernetesIngressForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesIngressForbidden

func NewGetKubernetesIngressForbidden() *GetKubernetesIngressForbidden

NewGetKubernetesIngressForbidden creates a GetKubernetesIngressForbidden with default headers values

func (*GetKubernetesIngressForbidden) Code

Code gets the status code for the get kubernetes ingress forbidden response

func (*GetKubernetesIngressForbidden) Error

func (*GetKubernetesIngressForbidden) IsClientError

func (o *GetKubernetesIngressForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes ingress forbidden response has a 4xx status code

func (*GetKubernetesIngressForbidden) IsCode

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

IsCode returns true when this get kubernetes ingress forbidden response a status code equal to that given

func (*GetKubernetesIngressForbidden) IsRedirect

func (o *GetKubernetesIngressForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes ingress forbidden response has a 3xx status code

func (*GetKubernetesIngressForbidden) IsServerError

func (o *GetKubernetesIngressForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes ingress forbidden response has a 5xx status code

func (*GetKubernetesIngressForbidden) IsSuccess

func (o *GetKubernetesIngressForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes ingress forbidden response has a 2xx status code

func (*GetKubernetesIngressForbidden) String

type GetKubernetesIngressInternalServerError

type GetKubernetesIngressInternalServerError struct {
}

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

Server error occurred while attempting to retrieve an ingress.

func NewGetKubernetesIngressInternalServerError

func NewGetKubernetesIngressInternalServerError() *GetKubernetesIngressInternalServerError

NewGetKubernetesIngressInternalServerError creates a GetKubernetesIngressInternalServerError with default headers values

func (*GetKubernetesIngressInternalServerError) Code

Code gets the status code for the get kubernetes ingress internal server error response

func (*GetKubernetesIngressInternalServerError) Error

func (*GetKubernetesIngressInternalServerError) IsClientError

func (o *GetKubernetesIngressInternalServerError) IsClientError() bool

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

func (*GetKubernetesIngressInternalServerError) IsCode

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

func (*GetKubernetesIngressInternalServerError) IsRedirect

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

func (*GetKubernetesIngressInternalServerError) IsServerError

func (o *GetKubernetesIngressInternalServerError) IsServerError() bool

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

func (*GetKubernetesIngressInternalServerError) IsSuccess

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

func (*GetKubernetesIngressInternalServerError) String

type GetKubernetesIngressNotFound

type GetKubernetesIngressNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find an ingress with the specified name.

func NewGetKubernetesIngressNotFound

func NewGetKubernetesIngressNotFound() *GetKubernetesIngressNotFound

NewGetKubernetesIngressNotFound creates a GetKubernetesIngressNotFound with default headers values

func (*GetKubernetesIngressNotFound) Code

Code gets the status code for the get kubernetes ingress not found response

func (*GetKubernetesIngressNotFound) Error

func (*GetKubernetesIngressNotFound) IsClientError

func (o *GetKubernetesIngressNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes ingress not found response has a 4xx status code

func (*GetKubernetesIngressNotFound) IsCode

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

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

func (*GetKubernetesIngressNotFound) IsRedirect

func (o *GetKubernetesIngressNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes ingress not found response has a 3xx status code

func (*GetKubernetesIngressNotFound) IsServerError

func (o *GetKubernetesIngressNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes ingress not found response has a 5xx status code

func (*GetKubernetesIngressNotFound) IsSuccess

func (o *GetKubernetesIngressNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes ingress not found response has a 2xx status code

func (*GetKubernetesIngressNotFound) String

type GetKubernetesIngressOK

type GetKubernetesIngressOK struct {
	Payload *models.KubernetesK8sIngressInfo
}

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

Success

func NewGetKubernetesIngressOK

func NewGetKubernetesIngressOK() *GetKubernetesIngressOK

NewGetKubernetesIngressOK creates a GetKubernetesIngressOK with default headers values

func (*GetKubernetesIngressOK) Code

func (o *GetKubernetesIngressOK) Code() int

Code gets the status code for the get kubernetes ingress o k response

func (*GetKubernetesIngressOK) Error

func (o *GetKubernetesIngressOK) Error() string

func (*GetKubernetesIngressOK) GetPayload

func (*GetKubernetesIngressOK) IsClientError

func (o *GetKubernetesIngressOK) IsClientError() bool

IsClientError returns true when this get kubernetes ingress o k response has a 4xx status code

func (*GetKubernetesIngressOK) IsCode

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

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

func (*GetKubernetesIngressOK) IsRedirect

func (o *GetKubernetesIngressOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes ingress o k response has a 3xx status code

func (*GetKubernetesIngressOK) IsServerError

func (o *GetKubernetesIngressOK) IsServerError() bool

IsServerError returns true when this get kubernetes ingress o k response has a 5xx status code

func (*GetKubernetesIngressOK) IsSuccess

func (o *GetKubernetesIngressOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes ingress o k response has a 2xx status code

func (*GetKubernetesIngressOK) String

func (o *GetKubernetesIngressOK) String() string

type GetKubernetesIngressParams

type GetKubernetesIngressParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Ingress.

	   Ingress name
	*/
	Ingress string

	/* Namespace.

	   Namespace name
	*/
	Namespace string

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

GetKubernetesIngressParams contains all the parameters to send to the API endpoint

for the get kubernetes ingress operation.

Typically these are written to a http.Request.

func NewGetKubernetesIngressParams

func NewGetKubernetesIngressParams() *GetKubernetesIngressParams

NewGetKubernetesIngressParams creates a new GetKubernetesIngressParams 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 NewGetKubernetesIngressParamsWithContext

func NewGetKubernetesIngressParamsWithContext(ctx context.Context) *GetKubernetesIngressParams

NewGetKubernetesIngressParamsWithContext creates a new GetKubernetesIngressParams object with the ability to set a context for a request.

func NewGetKubernetesIngressParamsWithHTTPClient

func NewGetKubernetesIngressParamsWithHTTPClient(client *http.Client) *GetKubernetesIngressParams

NewGetKubernetesIngressParamsWithHTTPClient creates a new GetKubernetesIngressParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesIngressParamsWithTimeout

func NewGetKubernetesIngressParamsWithTimeout(timeout time.Duration) *GetKubernetesIngressParams

NewGetKubernetesIngressParamsWithTimeout creates a new GetKubernetesIngressParams object with the ability to set a timeout on a request.

func (*GetKubernetesIngressParams) SetContext

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

SetContext adds the context to the get kubernetes ingress params

func (*GetKubernetesIngressParams) SetDefaults

func (o *GetKubernetesIngressParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes ingress params (not the query body).

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

func (*GetKubernetesIngressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes ingress params

func (*GetKubernetesIngressParams) SetID

func (o *GetKubernetesIngressParams) SetID(id int64)

SetID adds the id to the get kubernetes ingress params

func (*GetKubernetesIngressParams) SetIngress

func (o *GetKubernetesIngressParams) SetIngress(ingress string)

SetIngress adds the ingress to the get kubernetes ingress params

func (*GetKubernetesIngressParams) SetNamespace

func (o *GetKubernetesIngressParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes ingress params

func (*GetKubernetesIngressParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes ingress params

func (*GetKubernetesIngressParams) WithContext

WithContext adds the context to the get kubernetes ingress params

func (*GetKubernetesIngressParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes ingress params (not the query body).

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

func (*GetKubernetesIngressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes ingress params

func (*GetKubernetesIngressParams) WithID

WithID adds the id to the get kubernetes ingress params

func (*GetKubernetesIngressParams) WithIngress

WithIngress adds the ingress to the get kubernetes ingress params

func (*GetKubernetesIngressParams) WithNamespace

func (o *GetKubernetesIngressParams) WithNamespace(namespace string) *GetKubernetesIngressParams

WithNamespace adds the namespace to the get kubernetes ingress params

func (*GetKubernetesIngressParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes ingress params

func (*GetKubernetesIngressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesIngressReader

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

GetKubernetesIngressReader is a Reader for the GetKubernetesIngress structure.

func (*GetKubernetesIngressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesIngressUnauthorized

type GetKubernetesIngressUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesIngressUnauthorized

func NewGetKubernetesIngressUnauthorized() *GetKubernetesIngressUnauthorized

NewGetKubernetesIngressUnauthorized creates a GetKubernetesIngressUnauthorized with default headers values

func (*GetKubernetesIngressUnauthorized) Code

Code gets the status code for the get kubernetes ingress unauthorized response

func (*GetKubernetesIngressUnauthorized) Error

func (*GetKubernetesIngressUnauthorized) IsClientError

func (o *GetKubernetesIngressUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes ingress unauthorized response has a 4xx status code

func (*GetKubernetesIngressUnauthorized) IsCode

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

IsCode returns true when this get kubernetes ingress unauthorized response a status code equal to that given

func (*GetKubernetesIngressUnauthorized) IsRedirect

func (o *GetKubernetesIngressUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes ingress unauthorized response has a 3xx status code

func (*GetKubernetesIngressUnauthorized) IsServerError

func (o *GetKubernetesIngressUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes ingress unauthorized response has a 5xx status code

func (*GetKubernetesIngressUnauthorized) IsSuccess

func (o *GetKubernetesIngressUnauthorized) IsSuccess() bool

IsSuccess returns true when this get kubernetes ingress unauthorized response has a 2xx status code

func (*GetKubernetesIngressUnauthorized) String

type GetKubernetesJobsBadRequest

type GetKubernetesJobsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesJobsBadRequest

func NewGetKubernetesJobsBadRequest() *GetKubernetesJobsBadRequest

NewGetKubernetesJobsBadRequest creates a GetKubernetesJobsBadRequest with default headers values

func (*GetKubernetesJobsBadRequest) Code

func (o *GetKubernetesJobsBadRequest) Code() int

Code gets the status code for the get kubernetes jobs bad request response

func (*GetKubernetesJobsBadRequest) Error

func (*GetKubernetesJobsBadRequest) IsClientError

func (o *GetKubernetesJobsBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes jobs bad request response has a 4xx status code

func (*GetKubernetesJobsBadRequest) IsCode

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

IsCode returns true when this get kubernetes jobs bad request response a status code equal to that given

func (*GetKubernetesJobsBadRequest) IsRedirect

func (o *GetKubernetesJobsBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes jobs bad request response has a 3xx status code

func (*GetKubernetesJobsBadRequest) IsServerError

func (o *GetKubernetesJobsBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes jobs bad request response has a 5xx status code

func (*GetKubernetesJobsBadRequest) IsSuccess

func (o *GetKubernetesJobsBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes jobs bad request response has a 2xx status code

func (*GetKubernetesJobsBadRequest) String

func (o *GetKubernetesJobsBadRequest) String() string

type GetKubernetesJobsForbidden

type GetKubernetesJobsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesJobsForbidden

func NewGetKubernetesJobsForbidden() *GetKubernetesJobsForbidden

NewGetKubernetesJobsForbidden creates a GetKubernetesJobsForbidden with default headers values

func (*GetKubernetesJobsForbidden) Code

func (o *GetKubernetesJobsForbidden) Code() int

Code gets the status code for the get kubernetes jobs forbidden response

func (*GetKubernetesJobsForbidden) Error

func (*GetKubernetesJobsForbidden) IsClientError

func (o *GetKubernetesJobsForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes jobs forbidden response has a 4xx status code

func (*GetKubernetesJobsForbidden) IsCode

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

IsCode returns true when this get kubernetes jobs forbidden response a status code equal to that given

func (*GetKubernetesJobsForbidden) IsRedirect

func (o *GetKubernetesJobsForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes jobs forbidden response has a 3xx status code

func (*GetKubernetesJobsForbidden) IsServerError

func (o *GetKubernetesJobsForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes jobs forbidden response has a 5xx status code

func (*GetKubernetesJobsForbidden) IsSuccess

func (o *GetKubernetesJobsForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes jobs forbidden response has a 2xx status code

func (*GetKubernetesJobsForbidden) String

func (o *GetKubernetesJobsForbidden) String() string

type GetKubernetesJobsInternalServerError

type GetKubernetesJobsInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the list of Jobs.

func NewGetKubernetesJobsInternalServerError

func NewGetKubernetesJobsInternalServerError() *GetKubernetesJobsInternalServerError

NewGetKubernetesJobsInternalServerError creates a GetKubernetesJobsInternalServerError with default headers values

func (*GetKubernetesJobsInternalServerError) Code

Code gets the status code for the get kubernetes jobs internal server error response

func (*GetKubernetesJobsInternalServerError) Error

func (*GetKubernetesJobsInternalServerError) IsClientError

func (o *GetKubernetesJobsInternalServerError) IsClientError() bool

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

func (*GetKubernetesJobsInternalServerError) IsCode

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

func (*GetKubernetesJobsInternalServerError) IsRedirect

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

func (*GetKubernetesJobsInternalServerError) IsServerError

func (o *GetKubernetesJobsInternalServerError) IsServerError() bool

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

func (*GetKubernetesJobsInternalServerError) IsSuccess

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

func (*GetKubernetesJobsInternalServerError) String

type GetKubernetesJobsNotFound

type GetKubernetesJobsNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetKubernetesJobsNotFound

func NewGetKubernetesJobsNotFound() *GetKubernetesJobsNotFound

NewGetKubernetesJobsNotFound creates a GetKubernetesJobsNotFound with default headers values

func (*GetKubernetesJobsNotFound) Code

func (o *GetKubernetesJobsNotFound) Code() int

Code gets the status code for the get kubernetes jobs not found response

func (*GetKubernetesJobsNotFound) Error

func (o *GetKubernetesJobsNotFound) Error() string

func (*GetKubernetesJobsNotFound) IsClientError

func (o *GetKubernetesJobsNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes jobs not found response has a 4xx status code

func (*GetKubernetesJobsNotFound) IsCode

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

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

func (*GetKubernetesJobsNotFound) IsRedirect

func (o *GetKubernetesJobsNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes jobs not found response has a 3xx status code

func (*GetKubernetesJobsNotFound) IsServerError

func (o *GetKubernetesJobsNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes jobs not found response has a 5xx status code

func (*GetKubernetesJobsNotFound) IsSuccess

func (o *GetKubernetesJobsNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes jobs not found response has a 2xx status code

func (*GetKubernetesJobsNotFound) String

func (o *GetKubernetesJobsNotFound) String() string

type GetKubernetesJobsOK

type GetKubernetesJobsOK struct {
	Payload []*models.KubernetesK8sJob
}

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

Success

func NewGetKubernetesJobsOK

func NewGetKubernetesJobsOK() *GetKubernetesJobsOK

NewGetKubernetesJobsOK creates a GetKubernetesJobsOK with default headers values

func (*GetKubernetesJobsOK) Code

func (o *GetKubernetesJobsOK) Code() int

Code gets the status code for the get kubernetes jobs o k response

func (*GetKubernetesJobsOK) Error

func (o *GetKubernetesJobsOK) Error() string

func (*GetKubernetesJobsOK) GetPayload

func (o *GetKubernetesJobsOK) GetPayload() []*models.KubernetesK8sJob

func (*GetKubernetesJobsOK) IsClientError

func (o *GetKubernetesJobsOK) IsClientError() bool

IsClientError returns true when this get kubernetes jobs o k response has a 4xx status code

func (*GetKubernetesJobsOK) IsCode

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

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

func (*GetKubernetesJobsOK) IsRedirect

func (o *GetKubernetesJobsOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes jobs o k response has a 3xx status code

func (*GetKubernetesJobsOK) IsServerError

func (o *GetKubernetesJobsOK) IsServerError() bool

IsServerError returns true when this get kubernetes jobs o k response has a 5xx status code

func (*GetKubernetesJobsOK) IsSuccess

func (o *GetKubernetesJobsOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes jobs o k response has a 2xx status code

func (*GetKubernetesJobsOK) String

func (o *GetKubernetesJobsOK) String() string

type GetKubernetesJobsParams

type GetKubernetesJobsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* IncludeCronJobChildren.

	   Whether to include Jobs that have a cronjob owner
	*/
	IncludeCronJobChildren *bool

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

GetKubernetesJobsParams contains all the parameters to send to the API endpoint

for the get kubernetes jobs operation.

Typically these are written to a http.Request.

func NewGetKubernetesJobsParams

func NewGetKubernetesJobsParams() *GetKubernetesJobsParams

NewGetKubernetesJobsParams creates a new GetKubernetesJobsParams 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 NewGetKubernetesJobsParamsWithContext

func NewGetKubernetesJobsParamsWithContext(ctx context.Context) *GetKubernetesJobsParams

NewGetKubernetesJobsParamsWithContext creates a new GetKubernetesJobsParams object with the ability to set a context for a request.

func NewGetKubernetesJobsParamsWithHTTPClient

func NewGetKubernetesJobsParamsWithHTTPClient(client *http.Client) *GetKubernetesJobsParams

NewGetKubernetesJobsParamsWithHTTPClient creates a new GetKubernetesJobsParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesJobsParamsWithTimeout

func NewGetKubernetesJobsParamsWithTimeout(timeout time.Duration) *GetKubernetesJobsParams

NewGetKubernetesJobsParamsWithTimeout creates a new GetKubernetesJobsParams object with the ability to set a timeout on a request.

func (*GetKubernetesJobsParams) SetContext

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

SetContext adds the context to the get kubernetes jobs params

func (*GetKubernetesJobsParams) SetDefaults

func (o *GetKubernetesJobsParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes jobs params (not the query body).

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

func (*GetKubernetesJobsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes jobs params

func (*GetKubernetesJobsParams) SetID

func (o *GetKubernetesJobsParams) SetID(id int64)

SetID adds the id to the get kubernetes jobs params

func (*GetKubernetesJobsParams) SetIncludeCronJobChildren

func (o *GetKubernetesJobsParams) SetIncludeCronJobChildren(includeCronJobChildren *bool)

SetIncludeCronJobChildren adds the includeCronJobChildren to the get kubernetes jobs params

func (*GetKubernetesJobsParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes jobs params

func (*GetKubernetesJobsParams) WithContext

WithContext adds the context to the get kubernetes jobs params

func (*GetKubernetesJobsParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes jobs params (not the query body).

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

func (*GetKubernetesJobsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get kubernetes jobs params

func (*GetKubernetesJobsParams) WithID

WithID adds the id to the get kubernetes jobs params

func (*GetKubernetesJobsParams) WithIncludeCronJobChildren

func (o *GetKubernetesJobsParams) WithIncludeCronJobChildren(includeCronJobChildren *bool) *GetKubernetesJobsParams

WithIncludeCronJobChildren adds the includeCronJobChildren to the get kubernetes jobs params

func (*GetKubernetesJobsParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes jobs params

func (*GetKubernetesJobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesJobsReader

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

GetKubernetesJobsReader is a Reader for the GetKubernetesJobs structure.

func (*GetKubernetesJobsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesJobsUnauthorized

type GetKubernetesJobsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesJobsUnauthorized

func NewGetKubernetesJobsUnauthorized() *GetKubernetesJobsUnauthorized

NewGetKubernetesJobsUnauthorized creates a GetKubernetesJobsUnauthorized with default headers values

func (*GetKubernetesJobsUnauthorized) Code

Code gets the status code for the get kubernetes jobs unauthorized response

func (*GetKubernetesJobsUnauthorized) Error

func (*GetKubernetesJobsUnauthorized) IsClientError

func (o *GetKubernetesJobsUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes jobs unauthorized response has a 4xx status code

func (*GetKubernetesJobsUnauthorized) IsCode

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

IsCode returns true when this get kubernetes jobs unauthorized response a status code equal to that given

func (*GetKubernetesJobsUnauthorized) IsRedirect

func (o *GetKubernetesJobsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes jobs unauthorized response has a 3xx status code

func (*GetKubernetesJobsUnauthorized) IsServerError

func (o *GetKubernetesJobsUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes jobs unauthorized response has a 5xx status code

func (*GetKubernetesJobsUnauthorized) IsSuccess

func (o *GetKubernetesJobsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get kubernetes jobs unauthorized response has a 2xx status code

func (*GetKubernetesJobsUnauthorized) String

type GetKubernetesMaxResourceLimitsBadRequest

type GetKubernetesMaxResourceLimitsBadRequest struct {
}

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

Invalid request

func NewGetKubernetesMaxResourceLimitsBadRequest

func NewGetKubernetesMaxResourceLimitsBadRequest() *GetKubernetesMaxResourceLimitsBadRequest

NewGetKubernetesMaxResourceLimitsBadRequest creates a GetKubernetesMaxResourceLimitsBadRequest with default headers values

func (*GetKubernetesMaxResourceLimitsBadRequest) Code

Code gets the status code for the get kubernetes max resource limits bad request response

func (*GetKubernetesMaxResourceLimitsBadRequest) Error

func (*GetKubernetesMaxResourceLimitsBadRequest) IsClientError

IsClientError returns true when this get kubernetes max resource limits bad request response has a 4xx status code

func (*GetKubernetesMaxResourceLimitsBadRequest) IsCode

IsCode returns true when this get kubernetes max resource limits bad request response a status code equal to that given

func (*GetKubernetesMaxResourceLimitsBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes max resource limits bad request response has a 3xx status code

func (*GetKubernetesMaxResourceLimitsBadRequest) IsServerError

IsServerError returns true when this get kubernetes max resource limits bad request response has a 5xx status code

func (*GetKubernetesMaxResourceLimitsBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes max resource limits bad request response has a 2xx status code

func (*GetKubernetesMaxResourceLimitsBadRequest) String

type GetKubernetesMaxResourceLimitsForbidden

type GetKubernetesMaxResourceLimitsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesMaxResourceLimitsForbidden

func NewGetKubernetesMaxResourceLimitsForbidden() *GetKubernetesMaxResourceLimitsForbidden

NewGetKubernetesMaxResourceLimitsForbidden creates a GetKubernetesMaxResourceLimitsForbidden with default headers values

func (*GetKubernetesMaxResourceLimitsForbidden) Code

Code gets the status code for the get kubernetes max resource limits forbidden response

func (*GetKubernetesMaxResourceLimitsForbidden) Error

func (*GetKubernetesMaxResourceLimitsForbidden) IsClientError

func (o *GetKubernetesMaxResourceLimitsForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes max resource limits forbidden response has a 4xx status code

func (*GetKubernetesMaxResourceLimitsForbidden) IsCode

IsCode returns true when this get kubernetes max resource limits forbidden response a status code equal to that given

func (*GetKubernetesMaxResourceLimitsForbidden) IsRedirect

IsRedirect returns true when this get kubernetes max resource limits forbidden response has a 3xx status code

func (*GetKubernetesMaxResourceLimitsForbidden) IsServerError

func (o *GetKubernetesMaxResourceLimitsForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes max resource limits forbidden response has a 5xx status code

func (*GetKubernetesMaxResourceLimitsForbidden) IsSuccess

IsSuccess returns true when this get kubernetes max resource limits forbidden response has a 2xx status code

func (*GetKubernetesMaxResourceLimitsForbidden) String

type GetKubernetesMaxResourceLimitsInternalServerError

type GetKubernetesMaxResourceLimitsInternalServerError struct {
}

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

Server error occurred while attempting to retrieve nodes limits.

func NewGetKubernetesMaxResourceLimitsInternalServerError

func NewGetKubernetesMaxResourceLimitsInternalServerError() *GetKubernetesMaxResourceLimitsInternalServerError

NewGetKubernetesMaxResourceLimitsInternalServerError creates a GetKubernetesMaxResourceLimitsInternalServerError with default headers values

func (*GetKubernetesMaxResourceLimitsInternalServerError) Code

Code gets the status code for the get kubernetes max resource limits internal server error response

func (*GetKubernetesMaxResourceLimitsInternalServerError) Error

func (*GetKubernetesMaxResourceLimitsInternalServerError) IsClientError

IsClientError returns true when this get kubernetes max resource limits internal server error response has a 4xx status code

func (*GetKubernetesMaxResourceLimitsInternalServerError) IsCode

IsCode returns true when this get kubernetes max resource limits internal server error response a status code equal to that given

func (*GetKubernetesMaxResourceLimitsInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes max resource limits internal server error response has a 3xx status code

func (*GetKubernetesMaxResourceLimitsInternalServerError) IsServerError

IsServerError returns true when this get kubernetes max resource limits internal server error response has a 5xx status code

func (*GetKubernetesMaxResourceLimitsInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes max resource limits internal server error response has a 2xx status code

func (*GetKubernetesMaxResourceLimitsInternalServerError) String

type GetKubernetesMaxResourceLimitsNotFound

type GetKubernetesMaxResourceLimitsNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetKubernetesMaxResourceLimitsNotFound

func NewGetKubernetesMaxResourceLimitsNotFound() *GetKubernetesMaxResourceLimitsNotFound

NewGetKubernetesMaxResourceLimitsNotFound creates a GetKubernetesMaxResourceLimitsNotFound with default headers values

func (*GetKubernetesMaxResourceLimitsNotFound) Code

Code gets the status code for the get kubernetes max resource limits not found response

func (*GetKubernetesMaxResourceLimitsNotFound) Error

func (*GetKubernetesMaxResourceLimitsNotFound) IsClientError

func (o *GetKubernetesMaxResourceLimitsNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes max resource limits not found response has a 4xx status code

func (*GetKubernetesMaxResourceLimitsNotFound) IsCode

IsCode returns true when this get kubernetes max resource limits not found response a status code equal to that given

func (*GetKubernetesMaxResourceLimitsNotFound) IsRedirect

IsRedirect returns true when this get kubernetes max resource limits not found response has a 3xx status code

func (*GetKubernetesMaxResourceLimitsNotFound) IsServerError

func (o *GetKubernetesMaxResourceLimitsNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes max resource limits not found response has a 5xx status code

func (*GetKubernetesMaxResourceLimitsNotFound) IsSuccess

IsSuccess returns true when this get kubernetes max resource limits not found response has a 2xx status code

func (*GetKubernetesMaxResourceLimitsNotFound) String

type GetKubernetesMaxResourceLimitsOK

type GetKubernetesMaxResourceLimitsOK struct {
	Payload models.PortainerK8sNodesLimits
}

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

Success

func NewGetKubernetesMaxResourceLimitsOK

func NewGetKubernetesMaxResourceLimitsOK() *GetKubernetesMaxResourceLimitsOK

NewGetKubernetesMaxResourceLimitsOK creates a GetKubernetesMaxResourceLimitsOK with default headers values

func (*GetKubernetesMaxResourceLimitsOK) Code

Code gets the status code for the get kubernetes max resource limits o k response

func (*GetKubernetesMaxResourceLimitsOK) Error

func (*GetKubernetesMaxResourceLimitsOK) GetPayload

func (*GetKubernetesMaxResourceLimitsOK) IsClientError

func (o *GetKubernetesMaxResourceLimitsOK) IsClientError() bool

IsClientError returns true when this get kubernetes max resource limits o k response has a 4xx status code

func (*GetKubernetesMaxResourceLimitsOK) IsCode

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

IsCode returns true when this get kubernetes max resource limits o k response a status code equal to that given

func (*GetKubernetesMaxResourceLimitsOK) IsRedirect

func (o *GetKubernetesMaxResourceLimitsOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes max resource limits o k response has a 3xx status code

func (*GetKubernetesMaxResourceLimitsOK) IsServerError

func (o *GetKubernetesMaxResourceLimitsOK) IsServerError() bool

IsServerError returns true when this get kubernetes max resource limits o k response has a 5xx status code

func (*GetKubernetesMaxResourceLimitsOK) IsSuccess

func (o *GetKubernetesMaxResourceLimitsOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes max resource limits o k response has a 2xx status code

func (*GetKubernetesMaxResourceLimitsOK) String

type GetKubernetesMaxResourceLimitsParams

type GetKubernetesMaxResourceLimitsParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

GetKubernetesMaxResourceLimitsParams contains all the parameters to send to the API endpoint

for the get kubernetes max resource limits operation.

Typically these are written to a http.Request.

func NewGetKubernetesMaxResourceLimitsParams

func NewGetKubernetesMaxResourceLimitsParams() *GetKubernetesMaxResourceLimitsParams

NewGetKubernetesMaxResourceLimitsParams creates a new GetKubernetesMaxResourceLimitsParams 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 NewGetKubernetesMaxResourceLimitsParamsWithContext

func NewGetKubernetesMaxResourceLimitsParamsWithContext(ctx context.Context) *GetKubernetesMaxResourceLimitsParams

NewGetKubernetesMaxResourceLimitsParamsWithContext creates a new GetKubernetesMaxResourceLimitsParams object with the ability to set a context for a request.

func NewGetKubernetesMaxResourceLimitsParamsWithHTTPClient

func NewGetKubernetesMaxResourceLimitsParamsWithHTTPClient(client *http.Client) *GetKubernetesMaxResourceLimitsParams

NewGetKubernetesMaxResourceLimitsParamsWithHTTPClient creates a new GetKubernetesMaxResourceLimitsParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesMaxResourceLimitsParamsWithTimeout

func NewGetKubernetesMaxResourceLimitsParamsWithTimeout(timeout time.Duration) *GetKubernetesMaxResourceLimitsParams

NewGetKubernetesMaxResourceLimitsParamsWithTimeout creates a new GetKubernetesMaxResourceLimitsParams object with the ability to set a timeout on a request.

func (*GetKubernetesMaxResourceLimitsParams) SetContext

SetContext adds the context to the get kubernetes max resource limits params

func (*GetKubernetesMaxResourceLimitsParams) SetDefaults

func (o *GetKubernetesMaxResourceLimitsParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes max resource limits params (not the query body).

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

func (*GetKubernetesMaxResourceLimitsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes max resource limits params

func (*GetKubernetesMaxResourceLimitsParams) SetID

SetID adds the id to the get kubernetes max resource limits params

func (*GetKubernetesMaxResourceLimitsParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes max resource limits params

func (*GetKubernetesMaxResourceLimitsParams) WithContext

WithContext adds the context to the get kubernetes max resource limits params

func (*GetKubernetesMaxResourceLimitsParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes max resource limits params (not the query body).

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

func (*GetKubernetesMaxResourceLimitsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes max resource limits params

func (*GetKubernetesMaxResourceLimitsParams) WithID

WithID adds the id to the get kubernetes max resource limits params

func (*GetKubernetesMaxResourceLimitsParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes max resource limits params

func (*GetKubernetesMaxResourceLimitsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesMaxResourceLimitsReader

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

GetKubernetesMaxResourceLimitsReader is a Reader for the GetKubernetesMaxResourceLimits structure.

func (*GetKubernetesMaxResourceLimitsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesMaxResourceLimitsUnauthorized

type GetKubernetesMaxResourceLimitsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesMaxResourceLimitsUnauthorized

func NewGetKubernetesMaxResourceLimitsUnauthorized() *GetKubernetesMaxResourceLimitsUnauthorized

NewGetKubernetesMaxResourceLimitsUnauthorized creates a GetKubernetesMaxResourceLimitsUnauthorized with default headers values

func (*GetKubernetesMaxResourceLimitsUnauthorized) Code

Code gets the status code for the get kubernetes max resource limits unauthorized response

func (*GetKubernetesMaxResourceLimitsUnauthorized) Error

func (*GetKubernetesMaxResourceLimitsUnauthorized) IsClientError

IsClientError returns true when this get kubernetes max resource limits unauthorized response has a 4xx status code

func (*GetKubernetesMaxResourceLimitsUnauthorized) IsCode

IsCode returns true when this get kubernetes max resource limits unauthorized response a status code equal to that given

func (*GetKubernetesMaxResourceLimitsUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes max resource limits unauthorized response has a 3xx status code

func (*GetKubernetesMaxResourceLimitsUnauthorized) IsServerError

IsServerError returns true when this get kubernetes max resource limits unauthorized response has a 5xx status code

func (*GetKubernetesMaxResourceLimitsUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes max resource limits unauthorized response has a 2xx status code

func (*GetKubernetesMaxResourceLimitsUnauthorized) String

type GetKubernetesMetricsForAllNodesInternalServerError

type GetKubernetesMetricsForAllNodesInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the list of nodes with their live metrics.

func NewGetKubernetesMetricsForAllNodesInternalServerError

func NewGetKubernetesMetricsForAllNodesInternalServerError() *GetKubernetesMetricsForAllNodesInternalServerError

NewGetKubernetesMetricsForAllNodesInternalServerError creates a GetKubernetesMetricsForAllNodesInternalServerError with default headers values

func (*GetKubernetesMetricsForAllNodesInternalServerError) Code

Code gets the status code for the get kubernetes metrics for all nodes internal server error response

func (*GetKubernetesMetricsForAllNodesInternalServerError) Error

func (*GetKubernetesMetricsForAllNodesInternalServerError) IsClientError

IsClientError returns true when this get kubernetes metrics for all nodes internal server error response has a 4xx status code

func (*GetKubernetesMetricsForAllNodesInternalServerError) IsCode

IsCode returns true when this get kubernetes metrics for all nodes internal server error response a status code equal to that given

func (*GetKubernetesMetricsForAllNodesInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes metrics for all nodes internal server error response has a 3xx status code

func (*GetKubernetesMetricsForAllNodesInternalServerError) IsServerError

IsServerError returns true when this get kubernetes metrics for all nodes internal server error response has a 5xx status code

func (*GetKubernetesMetricsForAllNodesInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes metrics for all nodes internal server error response has a 2xx status code

func (*GetKubernetesMetricsForAllNodesInternalServerError) String

type GetKubernetesMetricsForAllNodesOK

type GetKubernetesMetricsForAllNodesOK struct {
	Payload *models.V1beta1NodeMetricsList
}

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

Success

func NewGetKubernetesMetricsForAllNodesOK

func NewGetKubernetesMetricsForAllNodesOK() *GetKubernetesMetricsForAllNodesOK

NewGetKubernetesMetricsForAllNodesOK creates a GetKubernetesMetricsForAllNodesOK with default headers values

func (*GetKubernetesMetricsForAllNodesOK) Code

Code gets the status code for the get kubernetes metrics for all nodes o k response

func (*GetKubernetesMetricsForAllNodesOK) Error

func (*GetKubernetesMetricsForAllNodesOK) GetPayload

func (*GetKubernetesMetricsForAllNodesOK) IsClientError

func (o *GetKubernetesMetricsForAllNodesOK) IsClientError() bool

IsClientError returns true when this get kubernetes metrics for all nodes o k response has a 4xx status code

func (*GetKubernetesMetricsForAllNodesOK) IsCode

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

IsCode returns true when this get kubernetes metrics for all nodes o k response a status code equal to that given

func (*GetKubernetesMetricsForAllNodesOK) IsRedirect

func (o *GetKubernetesMetricsForAllNodesOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes metrics for all nodes o k response has a 3xx status code

func (*GetKubernetesMetricsForAllNodesOK) IsServerError

func (o *GetKubernetesMetricsForAllNodesOK) IsServerError() bool

IsServerError returns true when this get kubernetes metrics for all nodes o k response has a 5xx status code

func (*GetKubernetesMetricsForAllNodesOK) IsSuccess

func (o *GetKubernetesMetricsForAllNodesOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes metrics for all nodes o k response has a 2xx status code

func (*GetKubernetesMetricsForAllNodesOK) String

type GetKubernetesMetricsForAllNodesParams

type GetKubernetesMetricsForAllNodesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetKubernetesMetricsForAllNodesParams contains all the parameters to send to the API endpoint

for the get kubernetes metrics for all nodes operation.

Typically these are written to a http.Request.

func NewGetKubernetesMetricsForAllNodesParams

func NewGetKubernetesMetricsForAllNodesParams() *GetKubernetesMetricsForAllNodesParams

NewGetKubernetesMetricsForAllNodesParams creates a new GetKubernetesMetricsForAllNodesParams 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 NewGetKubernetesMetricsForAllNodesParamsWithContext

func NewGetKubernetesMetricsForAllNodesParamsWithContext(ctx context.Context) *GetKubernetesMetricsForAllNodesParams

NewGetKubernetesMetricsForAllNodesParamsWithContext creates a new GetKubernetesMetricsForAllNodesParams object with the ability to set a context for a request.

func NewGetKubernetesMetricsForAllNodesParamsWithHTTPClient

func NewGetKubernetesMetricsForAllNodesParamsWithHTTPClient(client *http.Client) *GetKubernetesMetricsForAllNodesParams

NewGetKubernetesMetricsForAllNodesParamsWithHTTPClient creates a new GetKubernetesMetricsForAllNodesParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesMetricsForAllNodesParamsWithTimeout

func NewGetKubernetesMetricsForAllNodesParamsWithTimeout(timeout time.Duration) *GetKubernetesMetricsForAllNodesParams

NewGetKubernetesMetricsForAllNodesParamsWithTimeout creates a new GetKubernetesMetricsForAllNodesParams object with the ability to set a timeout on a request.

func (*GetKubernetesMetricsForAllNodesParams) SetContext

SetContext adds the context to the get kubernetes metrics for all nodes params

func (*GetKubernetesMetricsForAllNodesParams) SetDefaults

func (o *GetKubernetesMetricsForAllNodesParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes metrics for all nodes params (not the query body).

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

func (*GetKubernetesMetricsForAllNodesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes metrics for all nodes params

func (*GetKubernetesMetricsForAllNodesParams) SetID

SetID adds the id to the get kubernetes metrics for all nodes params

func (*GetKubernetesMetricsForAllNodesParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes metrics for all nodes params

func (*GetKubernetesMetricsForAllNodesParams) WithContext

WithContext adds the context to the get kubernetes metrics for all nodes params

func (*GetKubernetesMetricsForAllNodesParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes metrics for all nodes params (not the query body).

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

func (*GetKubernetesMetricsForAllNodesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes metrics for all nodes params

func (*GetKubernetesMetricsForAllNodesParams) WithID

WithID adds the id to the get kubernetes metrics for all nodes params

func (*GetKubernetesMetricsForAllNodesParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes metrics for all nodes params

func (*GetKubernetesMetricsForAllNodesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesMetricsForAllNodesReader

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

GetKubernetesMetricsForAllNodesReader is a Reader for the GetKubernetesMetricsForAllNodes structure.

func (*GetKubernetesMetricsForAllNodesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesMetricsForAllNodesUnauthorized

type GetKubernetesMetricsForAllNodesUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesMetricsForAllNodesUnauthorized

func NewGetKubernetesMetricsForAllNodesUnauthorized() *GetKubernetesMetricsForAllNodesUnauthorized

NewGetKubernetesMetricsForAllNodesUnauthorized creates a GetKubernetesMetricsForAllNodesUnauthorized with default headers values

func (*GetKubernetesMetricsForAllNodesUnauthorized) Code

Code gets the status code for the get kubernetes metrics for all nodes unauthorized response

func (*GetKubernetesMetricsForAllNodesUnauthorized) Error

func (*GetKubernetesMetricsForAllNodesUnauthorized) IsClientError

IsClientError returns true when this get kubernetes metrics for all nodes unauthorized response has a 4xx status code

func (*GetKubernetesMetricsForAllNodesUnauthorized) IsCode

IsCode returns true when this get kubernetes metrics for all nodes unauthorized response a status code equal to that given

func (*GetKubernetesMetricsForAllNodesUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes metrics for all nodes unauthorized response has a 3xx status code

func (*GetKubernetesMetricsForAllNodesUnauthorized) IsServerError

IsServerError returns true when this get kubernetes metrics for all nodes unauthorized response has a 5xx status code

func (*GetKubernetesMetricsForAllNodesUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes metrics for all nodes unauthorized response has a 2xx status code

func (*GetKubernetesMetricsForAllNodesUnauthorized) String

type GetKubernetesMetricsForAllPodsBadRequest

type GetKubernetesMetricsForAllPodsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesMetricsForAllPodsBadRequest

func NewGetKubernetesMetricsForAllPodsBadRequest() *GetKubernetesMetricsForAllPodsBadRequest

NewGetKubernetesMetricsForAllPodsBadRequest creates a GetKubernetesMetricsForAllPodsBadRequest with default headers values

func (*GetKubernetesMetricsForAllPodsBadRequest) Code

Code gets the status code for the get kubernetes metrics for all pods bad request response

func (*GetKubernetesMetricsForAllPodsBadRequest) Error

func (*GetKubernetesMetricsForAllPodsBadRequest) IsClientError

IsClientError returns true when this get kubernetes metrics for all pods bad request response has a 4xx status code

func (*GetKubernetesMetricsForAllPodsBadRequest) IsCode

IsCode returns true when this get kubernetes metrics for all pods bad request response a status code equal to that given

func (*GetKubernetesMetricsForAllPodsBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes metrics for all pods bad request response has a 3xx status code

func (*GetKubernetesMetricsForAllPodsBadRequest) IsServerError

IsServerError returns true when this get kubernetes metrics for all pods bad request response has a 5xx status code

func (*GetKubernetesMetricsForAllPodsBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes metrics for all pods bad request response has a 2xx status code

func (*GetKubernetesMetricsForAllPodsBadRequest) String

type GetKubernetesMetricsForAllPodsInternalServerError

type GetKubernetesMetricsForAllPodsInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the list of pods with their live metrics.

func NewGetKubernetesMetricsForAllPodsInternalServerError

func NewGetKubernetesMetricsForAllPodsInternalServerError() *GetKubernetesMetricsForAllPodsInternalServerError

NewGetKubernetesMetricsForAllPodsInternalServerError creates a GetKubernetesMetricsForAllPodsInternalServerError with default headers values

func (*GetKubernetesMetricsForAllPodsInternalServerError) Code

Code gets the status code for the get kubernetes metrics for all pods internal server error response

func (*GetKubernetesMetricsForAllPodsInternalServerError) Error

func (*GetKubernetesMetricsForAllPodsInternalServerError) IsClientError

IsClientError returns true when this get kubernetes metrics for all pods internal server error response has a 4xx status code

func (*GetKubernetesMetricsForAllPodsInternalServerError) IsCode

IsCode returns true when this get kubernetes metrics for all pods internal server error response a status code equal to that given

func (*GetKubernetesMetricsForAllPodsInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes metrics for all pods internal server error response has a 3xx status code

func (*GetKubernetesMetricsForAllPodsInternalServerError) IsServerError

IsServerError returns true when this get kubernetes metrics for all pods internal server error response has a 5xx status code

func (*GetKubernetesMetricsForAllPodsInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes metrics for all pods internal server error response has a 2xx status code

func (*GetKubernetesMetricsForAllPodsInternalServerError) String

type GetKubernetesMetricsForAllPodsOK

type GetKubernetesMetricsForAllPodsOK struct {
	Payload *models.V1beta1PodMetricsList
}

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

Success

func NewGetKubernetesMetricsForAllPodsOK

func NewGetKubernetesMetricsForAllPodsOK() *GetKubernetesMetricsForAllPodsOK

NewGetKubernetesMetricsForAllPodsOK creates a GetKubernetesMetricsForAllPodsOK with default headers values

func (*GetKubernetesMetricsForAllPodsOK) Code

Code gets the status code for the get kubernetes metrics for all pods o k response

func (*GetKubernetesMetricsForAllPodsOK) Error

func (*GetKubernetesMetricsForAllPodsOK) GetPayload

func (*GetKubernetesMetricsForAllPodsOK) IsClientError

func (o *GetKubernetesMetricsForAllPodsOK) IsClientError() bool

IsClientError returns true when this get kubernetes metrics for all pods o k response has a 4xx status code

func (*GetKubernetesMetricsForAllPodsOK) IsCode

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

IsCode returns true when this get kubernetes metrics for all pods o k response a status code equal to that given

func (*GetKubernetesMetricsForAllPodsOK) IsRedirect

func (o *GetKubernetesMetricsForAllPodsOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes metrics for all pods o k response has a 3xx status code

func (*GetKubernetesMetricsForAllPodsOK) IsServerError

func (o *GetKubernetesMetricsForAllPodsOK) IsServerError() bool

IsServerError returns true when this get kubernetes metrics for all pods o k response has a 5xx status code

func (*GetKubernetesMetricsForAllPodsOK) IsSuccess

func (o *GetKubernetesMetricsForAllPodsOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes metrics for all pods o k response has a 2xx status code

func (*GetKubernetesMetricsForAllPodsOK) String

type GetKubernetesMetricsForAllPodsParams

type GetKubernetesMetricsForAllPodsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace
	*/
	Namespace string

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

GetKubernetesMetricsForAllPodsParams contains all the parameters to send to the API endpoint

for the get kubernetes metrics for all pods operation.

Typically these are written to a http.Request.

func NewGetKubernetesMetricsForAllPodsParams

func NewGetKubernetesMetricsForAllPodsParams() *GetKubernetesMetricsForAllPodsParams

NewGetKubernetesMetricsForAllPodsParams creates a new GetKubernetesMetricsForAllPodsParams 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 NewGetKubernetesMetricsForAllPodsParamsWithContext

func NewGetKubernetesMetricsForAllPodsParamsWithContext(ctx context.Context) *GetKubernetesMetricsForAllPodsParams

NewGetKubernetesMetricsForAllPodsParamsWithContext creates a new GetKubernetesMetricsForAllPodsParams object with the ability to set a context for a request.

func NewGetKubernetesMetricsForAllPodsParamsWithHTTPClient

func NewGetKubernetesMetricsForAllPodsParamsWithHTTPClient(client *http.Client) *GetKubernetesMetricsForAllPodsParams

NewGetKubernetesMetricsForAllPodsParamsWithHTTPClient creates a new GetKubernetesMetricsForAllPodsParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesMetricsForAllPodsParamsWithTimeout

func NewGetKubernetesMetricsForAllPodsParamsWithTimeout(timeout time.Duration) *GetKubernetesMetricsForAllPodsParams

NewGetKubernetesMetricsForAllPodsParamsWithTimeout creates a new GetKubernetesMetricsForAllPodsParams object with the ability to set a timeout on a request.

func (*GetKubernetesMetricsForAllPodsParams) SetContext

SetContext adds the context to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) SetDefaults

func (o *GetKubernetesMetricsForAllPodsParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes metrics for all pods params (not the query body).

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

func (*GetKubernetesMetricsForAllPodsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) SetID

SetID adds the id to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) SetNamespace

func (o *GetKubernetesMetricsForAllPodsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) WithContext

WithContext adds the context to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes metrics for all pods params (not the query body).

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

func (*GetKubernetesMetricsForAllPodsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) WithID

WithID adds the id to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) WithNamespace

WithNamespace adds the namespace to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes metrics for all pods params

func (*GetKubernetesMetricsForAllPodsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesMetricsForAllPodsReader

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

GetKubernetesMetricsForAllPodsReader is a Reader for the GetKubernetesMetricsForAllPods structure.

func (*GetKubernetesMetricsForAllPodsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesMetricsForAllPodsUnauthorized

type GetKubernetesMetricsForAllPodsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesMetricsForAllPodsUnauthorized

func NewGetKubernetesMetricsForAllPodsUnauthorized() *GetKubernetesMetricsForAllPodsUnauthorized

NewGetKubernetesMetricsForAllPodsUnauthorized creates a GetKubernetesMetricsForAllPodsUnauthorized with default headers values

func (*GetKubernetesMetricsForAllPodsUnauthorized) Code

Code gets the status code for the get kubernetes metrics for all pods unauthorized response

func (*GetKubernetesMetricsForAllPodsUnauthorized) Error

func (*GetKubernetesMetricsForAllPodsUnauthorized) IsClientError

IsClientError returns true when this get kubernetes metrics for all pods unauthorized response has a 4xx status code

func (*GetKubernetesMetricsForAllPodsUnauthorized) IsCode

IsCode returns true when this get kubernetes metrics for all pods unauthorized response a status code equal to that given

func (*GetKubernetesMetricsForAllPodsUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes metrics for all pods unauthorized response has a 3xx status code

func (*GetKubernetesMetricsForAllPodsUnauthorized) IsServerError

IsServerError returns true when this get kubernetes metrics for all pods unauthorized response has a 5xx status code

func (*GetKubernetesMetricsForAllPodsUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes metrics for all pods unauthorized response has a 2xx status code

func (*GetKubernetesMetricsForAllPodsUnauthorized) String

type GetKubernetesMetricsForNodeBadRequest

type GetKubernetesMetricsForNodeBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesMetricsForNodeBadRequest

func NewGetKubernetesMetricsForNodeBadRequest() *GetKubernetesMetricsForNodeBadRequest

NewGetKubernetesMetricsForNodeBadRequest creates a GetKubernetesMetricsForNodeBadRequest with default headers values

func (*GetKubernetesMetricsForNodeBadRequest) Code

Code gets the status code for the get kubernetes metrics for node bad request response

func (*GetKubernetesMetricsForNodeBadRequest) Error

func (*GetKubernetesMetricsForNodeBadRequest) IsClientError

func (o *GetKubernetesMetricsForNodeBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes metrics for node bad request response has a 4xx status code

func (*GetKubernetesMetricsForNodeBadRequest) IsCode

IsCode returns true when this get kubernetes metrics for node bad request response a status code equal to that given

func (*GetKubernetesMetricsForNodeBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes metrics for node bad request response has a 3xx status code

func (*GetKubernetesMetricsForNodeBadRequest) IsServerError

func (o *GetKubernetesMetricsForNodeBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes metrics for node bad request response has a 5xx status code

func (*GetKubernetesMetricsForNodeBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes metrics for node bad request response has a 2xx status code

func (*GetKubernetesMetricsForNodeBadRequest) String

type GetKubernetesMetricsForNodeInternalServerError

type GetKubernetesMetricsForNodeInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the live metrics for the specified node.

func NewGetKubernetesMetricsForNodeInternalServerError

func NewGetKubernetesMetricsForNodeInternalServerError() *GetKubernetesMetricsForNodeInternalServerError

NewGetKubernetesMetricsForNodeInternalServerError creates a GetKubernetesMetricsForNodeInternalServerError with default headers values

func (*GetKubernetesMetricsForNodeInternalServerError) Code

Code gets the status code for the get kubernetes metrics for node internal server error response

func (*GetKubernetesMetricsForNodeInternalServerError) Error

func (*GetKubernetesMetricsForNodeInternalServerError) IsClientError

IsClientError returns true when this get kubernetes metrics for node internal server error response has a 4xx status code

func (*GetKubernetesMetricsForNodeInternalServerError) IsCode

IsCode returns true when this get kubernetes metrics for node internal server error response a status code equal to that given

func (*GetKubernetesMetricsForNodeInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes metrics for node internal server error response has a 3xx status code

func (*GetKubernetesMetricsForNodeInternalServerError) IsServerError

IsServerError returns true when this get kubernetes metrics for node internal server error response has a 5xx status code

func (*GetKubernetesMetricsForNodeInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes metrics for node internal server error response has a 2xx status code

func (*GetKubernetesMetricsForNodeInternalServerError) String

type GetKubernetesMetricsForNodeOK

type GetKubernetesMetricsForNodeOK struct {
	Payload *models.V1beta1NodeMetrics
}

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

Success

func NewGetKubernetesMetricsForNodeOK

func NewGetKubernetesMetricsForNodeOK() *GetKubernetesMetricsForNodeOK

NewGetKubernetesMetricsForNodeOK creates a GetKubernetesMetricsForNodeOK with default headers values

func (*GetKubernetesMetricsForNodeOK) Code

Code gets the status code for the get kubernetes metrics for node o k response

func (*GetKubernetesMetricsForNodeOK) Error

func (*GetKubernetesMetricsForNodeOK) GetPayload

func (*GetKubernetesMetricsForNodeOK) IsClientError

func (o *GetKubernetesMetricsForNodeOK) IsClientError() bool

IsClientError returns true when this get kubernetes metrics for node o k response has a 4xx status code

func (*GetKubernetesMetricsForNodeOK) IsCode

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

IsCode returns true when this get kubernetes metrics for node o k response a status code equal to that given

func (*GetKubernetesMetricsForNodeOK) IsRedirect

func (o *GetKubernetesMetricsForNodeOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes metrics for node o k response has a 3xx status code

func (*GetKubernetesMetricsForNodeOK) IsServerError

func (o *GetKubernetesMetricsForNodeOK) IsServerError() bool

IsServerError returns true when this get kubernetes metrics for node o k response has a 5xx status code

func (*GetKubernetesMetricsForNodeOK) IsSuccess

func (o *GetKubernetesMetricsForNodeOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes metrics for node o k response has a 2xx status code

func (*GetKubernetesMetricsForNodeOK) String

type GetKubernetesMetricsForNodeParams

type GetKubernetesMetricsForNodeParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Name.

	   Node identifier
	*/
	Name string

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

GetKubernetesMetricsForNodeParams contains all the parameters to send to the API endpoint

for the get kubernetes metrics for node operation.

Typically these are written to a http.Request.

func NewGetKubernetesMetricsForNodeParams

func NewGetKubernetesMetricsForNodeParams() *GetKubernetesMetricsForNodeParams

NewGetKubernetesMetricsForNodeParams creates a new GetKubernetesMetricsForNodeParams 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 NewGetKubernetesMetricsForNodeParamsWithContext

func NewGetKubernetesMetricsForNodeParamsWithContext(ctx context.Context) *GetKubernetesMetricsForNodeParams

NewGetKubernetesMetricsForNodeParamsWithContext creates a new GetKubernetesMetricsForNodeParams object with the ability to set a context for a request.

func NewGetKubernetesMetricsForNodeParamsWithHTTPClient

func NewGetKubernetesMetricsForNodeParamsWithHTTPClient(client *http.Client) *GetKubernetesMetricsForNodeParams

NewGetKubernetesMetricsForNodeParamsWithHTTPClient creates a new GetKubernetesMetricsForNodeParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesMetricsForNodeParamsWithTimeout

func NewGetKubernetesMetricsForNodeParamsWithTimeout(timeout time.Duration) *GetKubernetesMetricsForNodeParams

NewGetKubernetesMetricsForNodeParamsWithTimeout creates a new GetKubernetesMetricsForNodeParams object with the ability to set a timeout on a request.

func (*GetKubernetesMetricsForNodeParams) SetContext

SetContext adds the context to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) SetDefaults

func (o *GetKubernetesMetricsForNodeParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes metrics for node params (not the query body).

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

func (*GetKubernetesMetricsForNodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) SetID

SetID adds the id to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) SetName

func (o *GetKubernetesMetricsForNodeParams) SetName(name string)

SetName adds the name to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) WithContext

WithContext adds the context to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes metrics for node params (not the query body).

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

func (*GetKubernetesMetricsForNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) WithID

WithID adds the id to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) WithName

WithName adds the name to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes metrics for node params

func (*GetKubernetesMetricsForNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesMetricsForNodeReader

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

GetKubernetesMetricsForNodeReader is a Reader for the GetKubernetesMetricsForNode structure.

func (*GetKubernetesMetricsForNodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesMetricsForNodeUnauthorized

type GetKubernetesMetricsForNodeUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesMetricsForNodeUnauthorized

func NewGetKubernetesMetricsForNodeUnauthorized() *GetKubernetesMetricsForNodeUnauthorized

NewGetKubernetesMetricsForNodeUnauthorized creates a GetKubernetesMetricsForNodeUnauthorized with default headers values

func (*GetKubernetesMetricsForNodeUnauthorized) Code

Code gets the status code for the get kubernetes metrics for node unauthorized response

func (*GetKubernetesMetricsForNodeUnauthorized) Error

func (*GetKubernetesMetricsForNodeUnauthorized) IsClientError

func (o *GetKubernetesMetricsForNodeUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes metrics for node unauthorized response has a 4xx status code

func (*GetKubernetesMetricsForNodeUnauthorized) IsCode

IsCode returns true when this get kubernetes metrics for node unauthorized response a status code equal to that given

func (*GetKubernetesMetricsForNodeUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes metrics for node unauthorized response has a 3xx status code

func (*GetKubernetesMetricsForNodeUnauthorized) IsServerError

func (o *GetKubernetesMetricsForNodeUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes metrics for node unauthorized response has a 5xx status code

func (*GetKubernetesMetricsForNodeUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes metrics for node unauthorized response has a 2xx status code

func (*GetKubernetesMetricsForNodeUnauthorized) String

type GetKubernetesMetricsForPodBadRequest

type GetKubernetesMetricsForPodBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesMetricsForPodBadRequest

func NewGetKubernetesMetricsForPodBadRequest() *GetKubernetesMetricsForPodBadRequest

NewGetKubernetesMetricsForPodBadRequest creates a GetKubernetesMetricsForPodBadRequest with default headers values

func (*GetKubernetesMetricsForPodBadRequest) Code

Code gets the status code for the get kubernetes metrics for pod bad request response

func (*GetKubernetesMetricsForPodBadRequest) Error

func (*GetKubernetesMetricsForPodBadRequest) IsClientError

func (o *GetKubernetesMetricsForPodBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes metrics for pod bad request response has a 4xx status code

func (*GetKubernetesMetricsForPodBadRequest) IsCode

IsCode returns true when this get kubernetes metrics for pod bad request response a status code equal to that given

func (*GetKubernetesMetricsForPodBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes metrics for pod bad request response has a 3xx status code

func (*GetKubernetesMetricsForPodBadRequest) IsServerError

func (o *GetKubernetesMetricsForPodBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes metrics for pod bad request response has a 5xx status code

func (*GetKubernetesMetricsForPodBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes metrics for pod bad request response has a 2xx status code

func (*GetKubernetesMetricsForPodBadRequest) String

type GetKubernetesMetricsForPodInternalServerError

type GetKubernetesMetricsForPodInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the live metrics for the specified pod.

func NewGetKubernetesMetricsForPodInternalServerError

func NewGetKubernetesMetricsForPodInternalServerError() *GetKubernetesMetricsForPodInternalServerError

NewGetKubernetesMetricsForPodInternalServerError creates a GetKubernetesMetricsForPodInternalServerError with default headers values

func (*GetKubernetesMetricsForPodInternalServerError) Code

Code gets the status code for the get kubernetes metrics for pod internal server error response

func (*GetKubernetesMetricsForPodInternalServerError) Error

func (*GetKubernetesMetricsForPodInternalServerError) IsClientError

IsClientError returns true when this get kubernetes metrics for pod internal server error response has a 4xx status code

func (*GetKubernetesMetricsForPodInternalServerError) IsCode

IsCode returns true when this get kubernetes metrics for pod internal server error response a status code equal to that given

func (*GetKubernetesMetricsForPodInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes metrics for pod internal server error response has a 3xx status code

func (*GetKubernetesMetricsForPodInternalServerError) IsServerError

IsServerError returns true when this get kubernetes metrics for pod internal server error response has a 5xx status code

func (*GetKubernetesMetricsForPodInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes metrics for pod internal server error response has a 2xx status code

func (*GetKubernetesMetricsForPodInternalServerError) String

type GetKubernetesMetricsForPodOK

type GetKubernetesMetricsForPodOK struct {
	Payload *models.V1beta1PodMetrics
}

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

Success

func NewGetKubernetesMetricsForPodOK

func NewGetKubernetesMetricsForPodOK() *GetKubernetesMetricsForPodOK

NewGetKubernetesMetricsForPodOK creates a GetKubernetesMetricsForPodOK with default headers values

func (*GetKubernetesMetricsForPodOK) Code

Code gets the status code for the get kubernetes metrics for pod o k response

func (*GetKubernetesMetricsForPodOK) Error

func (*GetKubernetesMetricsForPodOK) GetPayload

func (*GetKubernetesMetricsForPodOK) IsClientError

func (o *GetKubernetesMetricsForPodOK) IsClientError() bool

IsClientError returns true when this get kubernetes metrics for pod o k response has a 4xx status code

func (*GetKubernetesMetricsForPodOK) IsCode

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

IsCode returns true when this get kubernetes metrics for pod o k response a status code equal to that given

func (*GetKubernetesMetricsForPodOK) IsRedirect

func (o *GetKubernetesMetricsForPodOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes metrics for pod o k response has a 3xx status code

func (*GetKubernetesMetricsForPodOK) IsServerError

func (o *GetKubernetesMetricsForPodOK) IsServerError() bool

IsServerError returns true when this get kubernetes metrics for pod o k response has a 5xx status code

func (*GetKubernetesMetricsForPodOK) IsSuccess

func (o *GetKubernetesMetricsForPodOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes metrics for pod o k response has a 2xx status code

func (*GetKubernetesMetricsForPodOK) String

type GetKubernetesMetricsForPodParams

type GetKubernetesMetricsForPodParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Name.

	   Pod identifier
	*/
	Name string

	/* Namespace.

	   Namespace
	*/
	Namespace string

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

GetKubernetesMetricsForPodParams contains all the parameters to send to the API endpoint

for the get kubernetes metrics for pod operation.

Typically these are written to a http.Request.

func NewGetKubernetesMetricsForPodParams

func NewGetKubernetesMetricsForPodParams() *GetKubernetesMetricsForPodParams

NewGetKubernetesMetricsForPodParams creates a new GetKubernetesMetricsForPodParams 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 NewGetKubernetesMetricsForPodParamsWithContext

func NewGetKubernetesMetricsForPodParamsWithContext(ctx context.Context) *GetKubernetesMetricsForPodParams

NewGetKubernetesMetricsForPodParamsWithContext creates a new GetKubernetesMetricsForPodParams object with the ability to set a context for a request.

func NewGetKubernetesMetricsForPodParamsWithHTTPClient

func NewGetKubernetesMetricsForPodParamsWithHTTPClient(client *http.Client) *GetKubernetesMetricsForPodParams

NewGetKubernetesMetricsForPodParamsWithHTTPClient creates a new GetKubernetesMetricsForPodParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesMetricsForPodParamsWithTimeout

func NewGetKubernetesMetricsForPodParamsWithTimeout(timeout time.Duration) *GetKubernetesMetricsForPodParams

NewGetKubernetesMetricsForPodParamsWithTimeout creates a new GetKubernetesMetricsForPodParams object with the ability to set a timeout on a request.

func (*GetKubernetesMetricsForPodParams) SetContext

SetContext adds the context to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) SetDefaults

func (o *GetKubernetesMetricsForPodParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes metrics for pod params (not the query body).

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

func (*GetKubernetesMetricsForPodParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) SetID

SetID adds the id to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) SetName

func (o *GetKubernetesMetricsForPodParams) SetName(name string)

SetName adds the name to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) SetNamespace

func (o *GetKubernetesMetricsForPodParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) WithContext

WithContext adds the context to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes metrics for pod params (not the query body).

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

func (*GetKubernetesMetricsForPodParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) WithID

WithID adds the id to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) WithName

WithName adds the name to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) WithNamespace

WithNamespace adds the namespace to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes metrics for pod params

func (*GetKubernetesMetricsForPodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesMetricsForPodReader

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

GetKubernetesMetricsForPodReader is a Reader for the GetKubernetesMetricsForPod structure.

func (*GetKubernetesMetricsForPodReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesMetricsForPodUnauthorized

type GetKubernetesMetricsForPodUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesMetricsForPodUnauthorized

func NewGetKubernetesMetricsForPodUnauthorized() *GetKubernetesMetricsForPodUnauthorized

NewGetKubernetesMetricsForPodUnauthorized creates a GetKubernetesMetricsForPodUnauthorized with default headers values

func (*GetKubernetesMetricsForPodUnauthorized) Code

Code gets the status code for the get kubernetes metrics for pod unauthorized response

func (*GetKubernetesMetricsForPodUnauthorized) Error

func (*GetKubernetesMetricsForPodUnauthorized) IsClientError

func (o *GetKubernetesMetricsForPodUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes metrics for pod unauthorized response has a 4xx status code

func (*GetKubernetesMetricsForPodUnauthorized) IsCode

IsCode returns true when this get kubernetes metrics for pod unauthorized response a status code equal to that given

func (*GetKubernetesMetricsForPodUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes metrics for pod unauthorized response has a 3xx status code

func (*GetKubernetesMetricsForPodUnauthorized) IsServerError

func (o *GetKubernetesMetricsForPodUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes metrics for pod unauthorized response has a 5xx status code

func (*GetKubernetesMetricsForPodUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes metrics for pod unauthorized response has a 2xx status code

func (*GetKubernetesMetricsForPodUnauthorized) String

type GetKubernetesNamespaceBadRequest

type GetKubernetesNamespaceBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesNamespaceBadRequest

func NewGetKubernetesNamespaceBadRequest() *GetKubernetesNamespaceBadRequest

NewGetKubernetesNamespaceBadRequest creates a GetKubernetesNamespaceBadRequest with default headers values

func (*GetKubernetesNamespaceBadRequest) Code

Code gets the status code for the get kubernetes namespace bad request response

func (*GetKubernetesNamespaceBadRequest) Error

func (*GetKubernetesNamespaceBadRequest) IsClientError

func (o *GetKubernetesNamespaceBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes namespace bad request response has a 4xx status code

func (*GetKubernetesNamespaceBadRequest) IsCode

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

IsCode returns true when this get kubernetes namespace bad request response a status code equal to that given

func (*GetKubernetesNamespaceBadRequest) IsRedirect

func (o *GetKubernetesNamespaceBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespace bad request response has a 3xx status code

func (*GetKubernetesNamespaceBadRequest) IsServerError

func (o *GetKubernetesNamespaceBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes namespace bad request response has a 5xx status code

func (*GetKubernetesNamespaceBadRequest) IsSuccess

func (o *GetKubernetesNamespaceBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes namespace bad request response has a 2xx status code

func (*GetKubernetesNamespaceBadRequest) String

type GetKubernetesNamespaceForbidden

type GetKubernetesNamespaceForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesNamespaceForbidden

func NewGetKubernetesNamespaceForbidden() *GetKubernetesNamespaceForbidden

NewGetKubernetesNamespaceForbidden creates a GetKubernetesNamespaceForbidden with default headers values

func (*GetKubernetesNamespaceForbidden) Code

Code gets the status code for the get kubernetes namespace forbidden response

func (*GetKubernetesNamespaceForbidden) Error

func (*GetKubernetesNamespaceForbidden) IsClientError

func (o *GetKubernetesNamespaceForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes namespace forbidden response has a 4xx status code

func (*GetKubernetesNamespaceForbidden) IsCode

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

IsCode returns true when this get kubernetes namespace forbidden response a status code equal to that given

func (*GetKubernetesNamespaceForbidden) IsRedirect

func (o *GetKubernetesNamespaceForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespace forbidden response has a 3xx status code

func (*GetKubernetesNamespaceForbidden) IsServerError

func (o *GetKubernetesNamespaceForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes namespace forbidden response has a 5xx status code

func (*GetKubernetesNamespaceForbidden) IsSuccess

func (o *GetKubernetesNamespaceForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes namespace forbidden response has a 2xx status code

func (*GetKubernetesNamespaceForbidden) String

type GetKubernetesNamespaceInternalServerError

type GetKubernetesNamespaceInternalServerError struct {
}

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

Server error occurred while attempting to retrieve specified namespace information.

func NewGetKubernetesNamespaceInternalServerError

func NewGetKubernetesNamespaceInternalServerError() *GetKubernetesNamespaceInternalServerError

NewGetKubernetesNamespaceInternalServerError creates a GetKubernetesNamespaceInternalServerError with default headers values

func (*GetKubernetesNamespaceInternalServerError) Code

Code gets the status code for the get kubernetes namespace internal server error response

func (*GetKubernetesNamespaceInternalServerError) Error

func (*GetKubernetesNamespaceInternalServerError) IsClientError

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

func (*GetKubernetesNamespaceInternalServerError) IsCode

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

func (*GetKubernetesNamespaceInternalServerError) IsRedirect

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

func (*GetKubernetesNamespaceInternalServerError) IsServerError

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

func (*GetKubernetesNamespaceInternalServerError) IsSuccess

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

func (*GetKubernetesNamespaceInternalServerError) String

type GetKubernetesNamespaceNotFound

type GetKubernetesNamespaceNotFound struct {
}

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

Unable to find an environment with the specified identifier or unable to find a specific namespace.

func NewGetKubernetesNamespaceNotFound

func NewGetKubernetesNamespaceNotFound() *GetKubernetesNamespaceNotFound

NewGetKubernetesNamespaceNotFound creates a GetKubernetesNamespaceNotFound with default headers values

func (*GetKubernetesNamespaceNotFound) Code

Code gets the status code for the get kubernetes namespace not found response

func (*GetKubernetesNamespaceNotFound) Error

func (*GetKubernetesNamespaceNotFound) IsClientError

func (o *GetKubernetesNamespaceNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes namespace not found response has a 4xx status code

func (*GetKubernetesNamespaceNotFound) IsCode

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

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

func (*GetKubernetesNamespaceNotFound) IsRedirect

func (o *GetKubernetesNamespaceNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespace not found response has a 3xx status code

func (*GetKubernetesNamespaceNotFound) IsServerError

func (o *GetKubernetesNamespaceNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes namespace not found response has a 5xx status code

func (*GetKubernetesNamespaceNotFound) IsSuccess

func (o *GetKubernetesNamespaceNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes namespace not found response has a 2xx status code

func (*GetKubernetesNamespaceNotFound) String

type GetKubernetesNamespaceOK

type GetKubernetesNamespaceOK struct {
	Payload *models.PortainerK8sNamespaceInfo
}

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

Success

func NewGetKubernetesNamespaceOK

func NewGetKubernetesNamespaceOK() *GetKubernetesNamespaceOK

NewGetKubernetesNamespaceOK creates a GetKubernetesNamespaceOK with default headers values

func (*GetKubernetesNamespaceOK) Code

func (o *GetKubernetesNamespaceOK) Code() int

Code gets the status code for the get kubernetes namespace o k response

func (*GetKubernetesNamespaceOK) Error

func (o *GetKubernetesNamespaceOK) Error() string

func (*GetKubernetesNamespaceOK) GetPayload

func (*GetKubernetesNamespaceOK) IsClientError

func (o *GetKubernetesNamespaceOK) IsClientError() bool

IsClientError returns true when this get kubernetes namespace o k response has a 4xx status code

func (*GetKubernetesNamespaceOK) IsCode

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

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

func (*GetKubernetesNamespaceOK) IsRedirect

func (o *GetKubernetesNamespaceOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespace o k response has a 3xx status code

func (*GetKubernetesNamespaceOK) IsServerError

func (o *GetKubernetesNamespaceOK) IsServerError() bool

IsServerError returns true when this get kubernetes namespace o k response has a 5xx status code

func (*GetKubernetesNamespaceOK) IsSuccess

func (o *GetKubernetesNamespaceOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes namespace o k response has a 2xx status code

func (*GetKubernetesNamespaceOK) String

func (o *GetKubernetesNamespaceOK) String() string

type GetKubernetesNamespaceParams

type GetKubernetesNamespaceParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   The namespace name to get details for
	*/
	Namespace string

	/* WithResourceQuota.

	   When set to true, include the resource quota information as part of the Namespace information. Default is false
	*/
	WithResourceQuota bool

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

GetKubernetesNamespaceParams contains all the parameters to send to the API endpoint

for the get kubernetes namespace operation.

Typically these are written to a http.Request.

func NewGetKubernetesNamespaceParams

func NewGetKubernetesNamespaceParams() *GetKubernetesNamespaceParams

NewGetKubernetesNamespaceParams creates a new GetKubernetesNamespaceParams 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 NewGetKubernetesNamespaceParamsWithContext

func NewGetKubernetesNamespaceParamsWithContext(ctx context.Context) *GetKubernetesNamespaceParams

NewGetKubernetesNamespaceParamsWithContext creates a new GetKubernetesNamespaceParams object with the ability to set a context for a request.

func NewGetKubernetesNamespaceParamsWithHTTPClient

func NewGetKubernetesNamespaceParamsWithHTTPClient(client *http.Client) *GetKubernetesNamespaceParams

NewGetKubernetesNamespaceParamsWithHTTPClient creates a new GetKubernetesNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesNamespaceParamsWithTimeout

func NewGetKubernetesNamespaceParamsWithTimeout(timeout time.Duration) *GetKubernetesNamespaceParams

NewGetKubernetesNamespaceParamsWithTimeout creates a new GetKubernetesNamespaceParams object with the ability to set a timeout on a request.

func (*GetKubernetesNamespaceParams) SetContext

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

SetContext adds the context to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) SetDefaults

func (o *GetKubernetesNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes namespace params (not the query body).

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

func (*GetKubernetesNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) SetID

func (o *GetKubernetesNamespaceParams) SetID(id int64)

SetID adds the id to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) SetNamespace

func (o *GetKubernetesNamespaceParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) SetWithResourceQuota

func (o *GetKubernetesNamespaceParams) SetWithResourceQuota(withResourceQuota bool)

SetWithResourceQuota adds the withResourceQuota to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) WithContext

WithContext adds the context to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes namespace params (not the query body).

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

func (*GetKubernetesNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) WithID

WithID adds the id to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) WithNamespace

WithNamespace adds the namespace to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) WithWithResourceQuota

func (o *GetKubernetesNamespaceParams) WithWithResourceQuota(withResourceQuota bool) *GetKubernetesNamespaceParams

WithWithResourceQuota adds the withResourceQuota to the get kubernetes namespace params

func (*GetKubernetesNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesNamespaceReader

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

GetKubernetesNamespaceReader is a Reader for the GetKubernetesNamespace structure.

func (*GetKubernetesNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesNamespaceUnauthorized

type GetKubernetesNamespaceUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesNamespaceUnauthorized

func NewGetKubernetesNamespaceUnauthorized() *GetKubernetesNamespaceUnauthorized

NewGetKubernetesNamespaceUnauthorized creates a GetKubernetesNamespaceUnauthorized with default headers values

func (*GetKubernetesNamespaceUnauthorized) Code

Code gets the status code for the get kubernetes namespace unauthorized response

func (*GetKubernetesNamespaceUnauthorized) Error

func (*GetKubernetesNamespaceUnauthorized) IsClientError

func (o *GetKubernetesNamespaceUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes namespace unauthorized response has a 4xx status code

func (*GetKubernetesNamespaceUnauthorized) IsCode

IsCode returns true when this get kubernetes namespace unauthorized response a status code equal to that given

func (*GetKubernetesNamespaceUnauthorized) IsRedirect

func (o *GetKubernetesNamespaceUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespace unauthorized response has a 3xx status code

func (*GetKubernetesNamespaceUnauthorized) IsServerError

func (o *GetKubernetesNamespaceUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes namespace unauthorized response has a 5xx status code

func (*GetKubernetesNamespaceUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes namespace unauthorized response has a 2xx status code

func (*GetKubernetesNamespaceUnauthorized) String

type GetKubernetesNamespacesBadRequest

type GetKubernetesNamespacesBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesNamespacesBadRequest

func NewGetKubernetesNamespacesBadRequest() *GetKubernetesNamespacesBadRequest

NewGetKubernetesNamespacesBadRequest creates a GetKubernetesNamespacesBadRequest with default headers values

func (*GetKubernetesNamespacesBadRequest) Code

Code gets the status code for the get kubernetes namespaces bad request response

func (*GetKubernetesNamespacesBadRequest) Error

func (*GetKubernetesNamespacesBadRequest) IsClientError

func (o *GetKubernetesNamespacesBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes namespaces bad request response has a 4xx status code

func (*GetKubernetesNamespacesBadRequest) IsCode

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

IsCode returns true when this get kubernetes namespaces bad request response a status code equal to that given

func (*GetKubernetesNamespacesBadRequest) IsRedirect

func (o *GetKubernetesNamespacesBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespaces bad request response has a 3xx status code

func (*GetKubernetesNamespacesBadRequest) IsServerError

func (o *GetKubernetesNamespacesBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes namespaces bad request response has a 5xx status code

func (*GetKubernetesNamespacesBadRequest) IsSuccess

func (o *GetKubernetesNamespacesBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes namespaces bad request response has a 2xx status code

func (*GetKubernetesNamespacesBadRequest) String

type GetKubernetesNamespacesCountBadRequest

type GetKubernetesNamespacesCountBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesNamespacesCountBadRequest

func NewGetKubernetesNamespacesCountBadRequest() *GetKubernetesNamespacesCountBadRequest

NewGetKubernetesNamespacesCountBadRequest creates a GetKubernetesNamespacesCountBadRequest with default headers values

func (*GetKubernetesNamespacesCountBadRequest) Code

Code gets the status code for the get kubernetes namespaces count bad request response

func (*GetKubernetesNamespacesCountBadRequest) Error

func (*GetKubernetesNamespacesCountBadRequest) IsClientError

func (o *GetKubernetesNamespacesCountBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes namespaces count bad request response has a 4xx status code

func (*GetKubernetesNamespacesCountBadRequest) IsCode

IsCode returns true when this get kubernetes namespaces count bad request response a status code equal to that given

func (*GetKubernetesNamespacesCountBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes namespaces count bad request response has a 3xx status code

func (*GetKubernetesNamespacesCountBadRequest) IsServerError

func (o *GetKubernetesNamespacesCountBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes namespaces count bad request response has a 5xx status code

func (*GetKubernetesNamespacesCountBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes namespaces count bad request response has a 2xx status code

func (*GetKubernetesNamespacesCountBadRequest) String

type GetKubernetesNamespacesCountForbidden

type GetKubernetesNamespacesCountForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesNamespacesCountForbidden

func NewGetKubernetesNamespacesCountForbidden() *GetKubernetesNamespacesCountForbidden

NewGetKubernetesNamespacesCountForbidden creates a GetKubernetesNamespacesCountForbidden with default headers values

func (*GetKubernetesNamespacesCountForbidden) Code

Code gets the status code for the get kubernetes namespaces count forbidden response

func (*GetKubernetesNamespacesCountForbidden) Error

func (*GetKubernetesNamespacesCountForbidden) IsClientError

func (o *GetKubernetesNamespacesCountForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes namespaces count forbidden response has a 4xx status code

func (*GetKubernetesNamespacesCountForbidden) IsCode

IsCode returns true when this get kubernetes namespaces count forbidden response a status code equal to that given

func (*GetKubernetesNamespacesCountForbidden) IsRedirect

IsRedirect returns true when this get kubernetes namespaces count forbidden response has a 3xx status code

func (*GetKubernetesNamespacesCountForbidden) IsServerError

func (o *GetKubernetesNamespacesCountForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes namespaces count forbidden response has a 5xx status code

func (*GetKubernetesNamespacesCountForbidden) IsSuccess

IsSuccess returns true when this get kubernetes namespaces count forbidden response has a 2xx status code

func (*GetKubernetesNamespacesCountForbidden) String

type GetKubernetesNamespacesCountInternalServerError

type GetKubernetesNamespacesCountInternalServerError struct {
}

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

Server error occurred while attempting to compute the namespace count.

func NewGetKubernetesNamespacesCountInternalServerError

func NewGetKubernetesNamespacesCountInternalServerError() *GetKubernetesNamespacesCountInternalServerError

NewGetKubernetesNamespacesCountInternalServerError creates a GetKubernetesNamespacesCountInternalServerError with default headers values

func (*GetKubernetesNamespacesCountInternalServerError) Code

Code gets the status code for the get kubernetes namespaces count internal server error response

func (*GetKubernetesNamespacesCountInternalServerError) Error

func (*GetKubernetesNamespacesCountInternalServerError) IsClientError

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

func (*GetKubernetesNamespacesCountInternalServerError) IsCode

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

func (*GetKubernetesNamespacesCountInternalServerError) IsRedirect

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

func (*GetKubernetesNamespacesCountInternalServerError) IsServerError

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

func (*GetKubernetesNamespacesCountInternalServerError) IsSuccess

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

func (*GetKubernetesNamespacesCountInternalServerError) String

type GetKubernetesNamespacesCountNotFound

type GetKubernetesNamespacesCountNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetKubernetesNamespacesCountNotFound

func NewGetKubernetesNamespacesCountNotFound() *GetKubernetesNamespacesCountNotFound

NewGetKubernetesNamespacesCountNotFound creates a GetKubernetesNamespacesCountNotFound with default headers values

func (*GetKubernetesNamespacesCountNotFound) Code

Code gets the status code for the get kubernetes namespaces count not found response

func (*GetKubernetesNamespacesCountNotFound) Error

func (*GetKubernetesNamespacesCountNotFound) IsClientError

func (o *GetKubernetesNamespacesCountNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes namespaces count not found response has a 4xx status code

func (*GetKubernetesNamespacesCountNotFound) IsCode

IsCode returns true when this get kubernetes namespaces count not found response a status code equal to that given

func (*GetKubernetesNamespacesCountNotFound) IsRedirect

IsRedirect returns true when this get kubernetes namespaces count not found response has a 3xx status code

func (*GetKubernetesNamespacesCountNotFound) IsServerError

func (o *GetKubernetesNamespacesCountNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes namespaces count not found response has a 5xx status code

func (*GetKubernetesNamespacesCountNotFound) IsSuccess

IsSuccess returns true when this get kubernetes namespaces count not found response has a 2xx status code

func (*GetKubernetesNamespacesCountNotFound) String

type GetKubernetesNamespacesCountOK

type GetKubernetesNamespacesCountOK struct {
	Payload int64
}

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

Success

func NewGetKubernetesNamespacesCountOK

func NewGetKubernetesNamespacesCountOK() *GetKubernetesNamespacesCountOK

NewGetKubernetesNamespacesCountOK creates a GetKubernetesNamespacesCountOK with default headers values

func (*GetKubernetesNamespacesCountOK) Code

Code gets the status code for the get kubernetes namespaces count o k response

func (*GetKubernetesNamespacesCountOK) Error

func (*GetKubernetesNamespacesCountOK) GetPayload

func (o *GetKubernetesNamespacesCountOK) GetPayload() int64

func (*GetKubernetesNamespacesCountOK) IsClientError

func (o *GetKubernetesNamespacesCountOK) IsClientError() bool

IsClientError returns true when this get kubernetes namespaces count o k response has a 4xx status code

func (*GetKubernetesNamespacesCountOK) IsCode

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

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

func (*GetKubernetesNamespacesCountOK) IsRedirect

func (o *GetKubernetesNamespacesCountOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespaces count o k response has a 3xx status code

func (*GetKubernetesNamespacesCountOK) IsServerError

func (o *GetKubernetesNamespacesCountOK) IsServerError() bool

IsServerError returns true when this get kubernetes namespaces count o k response has a 5xx status code

func (*GetKubernetesNamespacesCountOK) IsSuccess

func (o *GetKubernetesNamespacesCountOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes namespaces count o k response has a 2xx status code

func (*GetKubernetesNamespacesCountOK) String

type GetKubernetesNamespacesCountParams

type GetKubernetesNamespacesCountParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

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

GetKubernetesNamespacesCountParams contains all the parameters to send to the API endpoint

for the get kubernetes namespaces count operation.

Typically these are written to a http.Request.

func NewGetKubernetesNamespacesCountParams

func NewGetKubernetesNamespacesCountParams() *GetKubernetesNamespacesCountParams

NewGetKubernetesNamespacesCountParams creates a new GetKubernetesNamespacesCountParams 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 NewGetKubernetesNamespacesCountParamsWithContext

func NewGetKubernetesNamespacesCountParamsWithContext(ctx context.Context) *GetKubernetesNamespacesCountParams

NewGetKubernetesNamespacesCountParamsWithContext creates a new GetKubernetesNamespacesCountParams object with the ability to set a context for a request.

func NewGetKubernetesNamespacesCountParamsWithHTTPClient

func NewGetKubernetesNamespacesCountParamsWithHTTPClient(client *http.Client) *GetKubernetesNamespacesCountParams

NewGetKubernetesNamespacesCountParamsWithHTTPClient creates a new GetKubernetesNamespacesCountParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesNamespacesCountParamsWithTimeout

func NewGetKubernetesNamespacesCountParamsWithTimeout(timeout time.Duration) *GetKubernetesNamespacesCountParams

NewGetKubernetesNamespacesCountParamsWithTimeout creates a new GetKubernetesNamespacesCountParams object with the ability to set a timeout on a request.

func (*GetKubernetesNamespacesCountParams) SetContext

SetContext adds the context to the get kubernetes namespaces count params

func (*GetKubernetesNamespacesCountParams) SetDefaults

func (o *GetKubernetesNamespacesCountParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes namespaces count params (not the query body).

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

func (*GetKubernetesNamespacesCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes namespaces count params

func (*GetKubernetesNamespacesCountParams) SetID

SetID adds the id to the get kubernetes namespaces count params

func (*GetKubernetesNamespacesCountParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes namespaces count params

func (*GetKubernetesNamespacesCountParams) WithContext

WithContext adds the context to the get kubernetes namespaces count params

func (*GetKubernetesNamespacesCountParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes namespaces count params (not the query body).

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

func (*GetKubernetesNamespacesCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes namespaces count params

func (*GetKubernetesNamespacesCountParams) WithID

WithID adds the id to the get kubernetes namespaces count params

func (*GetKubernetesNamespacesCountParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes namespaces count params

func (*GetKubernetesNamespacesCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesNamespacesCountReader

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

GetKubernetesNamespacesCountReader is a Reader for the GetKubernetesNamespacesCount structure.

func (*GetKubernetesNamespacesCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesNamespacesCountUnauthorized

type GetKubernetesNamespacesCountUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesNamespacesCountUnauthorized

func NewGetKubernetesNamespacesCountUnauthorized() *GetKubernetesNamespacesCountUnauthorized

NewGetKubernetesNamespacesCountUnauthorized creates a GetKubernetesNamespacesCountUnauthorized with default headers values

func (*GetKubernetesNamespacesCountUnauthorized) Code

Code gets the status code for the get kubernetes namespaces count unauthorized response

func (*GetKubernetesNamespacesCountUnauthorized) Error

func (*GetKubernetesNamespacesCountUnauthorized) IsClientError

IsClientError returns true when this get kubernetes namespaces count unauthorized response has a 4xx status code

func (*GetKubernetesNamespacesCountUnauthorized) IsCode

IsCode returns true when this get kubernetes namespaces count unauthorized response a status code equal to that given

func (*GetKubernetesNamespacesCountUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes namespaces count unauthorized response has a 3xx status code

func (*GetKubernetesNamespacesCountUnauthorized) IsServerError

IsServerError returns true when this get kubernetes namespaces count unauthorized response has a 5xx status code

func (*GetKubernetesNamespacesCountUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes namespaces count unauthorized response has a 2xx status code

func (*GetKubernetesNamespacesCountUnauthorized) String

type GetKubernetesNamespacesForbidden

type GetKubernetesNamespacesForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesNamespacesForbidden

func NewGetKubernetesNamespacesForbidden() *GetKubernetesNamespacesForbidden

NewGetKubernetesNamespacesForbidden creates a GetKubernetesNamespacesForbidden with default headers values

func (*GetKubernetesNamespacesForbidden) Code

Code gets the status code for the get kubernetes namespaces forbidden response

func (*GetKubernetesNamespacesForbidden) Error

func (*GetKubernetesNamespacesForbidden) IsClientError

func (o *GetKubernetesNamespacesForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes namespaces forbidden response has a 4xx status code

func (*GetKubernetesNamespacesForbidden) IsCode

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

IsCode returns true when this get kubernetes namespaces forbidden response a status code equal to that given

func (*GetKubernetesNamespacesForbidden) IsRedirect

func (o *GetKubernetesNamespacesForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespaces forbidden response has a 3xx status code

func (*GetKubernetesNamespacesForbidden) IsServerError

func (o *GetKubernetesNamespacesForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes namespaces forbidden response has a 5xx status code

func (*GetKubernetesNamespacesForbidden) IsSuccess

func (o *GetKubernetesNamespacesForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes namespaces forbidden response has a 2xx status code

func (*GetKubernetesNamespacesForbidden) String

type GetKubernetesNamespacesInternalServerError

type GetKubernetesNamespacesInternalServerError struct {
}

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

Server error occurred while attempting to retrieve the list of namespaces.

func NewGetKubernetesNamespacesInternalServerError

func NewGetKubernetesNamespacesInternalServerError() *GetKubernetesNamespacesInternalServerError

NewGetKubernetesNamespacesInternalServerError creates a GetKubernetesNamespacesInternalServerError with default headers values

func (*GetKubernetesNamespacesInternalServerError) Code

Code gets the status code for the get kubernetes namespaces internal server error response

func (*GetKubernetesNamespacesInternalServerError) Error

func (*GetKubernetesNamespacesInternalServerError) IsClientError

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

func (*GetKubernetesNamespacesInternalServerError) IsCode

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

func (*GetKubernetesNamespacesInternalServerError) IsRedirect

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

func (*GetKubernetesNamespacesInternalServerError) IsServerError

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

func (*GetKubernetesNamespacesInternalServerError) IsSuccess

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

func (*GetKubernetesNamespacesInternalServerError) String

type GetKubernetesNamespacesNotFound

type GetKubernetesNamespacesNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetKubernetesNamespacesNotFound

func NewGetKubernetesNamespacesNotFound() *GetKubernetesNamespacesNotFound

NewGetKubernetesNamespacesNotFound creates a GetKubernetesNamespacesNotFound with default headers values

func (*GetKubernetesNamespacesNotFound) Code

Code gets the status code for the get kubernetes namespaces not found response

func (*GetKubernetesNamespacesNotFound) Error

func (*GetKubernetesNamespacesNotFound) IsClientError

func (o *GetKubernetesNamespacesNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes namespaces not found response has a 4xx status code

func (*GetKubernetesNamespacesNotFound) IsCode

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

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

func (*GetKubernetesNamespacesNotFound) IsRedirect

func (o *GetKubernetesNamespacesNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespaces not found response has a 3xx status code

func (*GetKubernetesNamespacesNotFound) IsServerError

func (o *GetKubernetesNamespacesNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes namespaces not found response has a 5xx status code

func (*GetKubernetesNamespacesNotFound) IsSuccess

func (o *GetKubernetesNamespacesNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes namespaces not found response has a 2xx status code

func (*GetKubernetesNamespacesNotFound) String

type GetKubernetesNamespacesOK

type GetKubernetesNamespacesOK struct {
	Payload []*models.PortainerK8sNamespaceInfo
}

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

Success

func NewGetKubernetesNamespacesOK

func NewGetKubernetesNamespacesOK() *GetKubernetesNamespacesOK

NewGetKubernetesNamespacesOK creates a GetKubernetesNamespacesOK with default headers values

func (*GetKubernetesNamespacesOK) Code

func (o *GetKubernetesNamespacesOK) Code() int

Code gets the status code for the get kubernetes namespaces o k response

func (*GetKubernetesNamespacesOK) Error

func (o *GetKubernetesNamespacesOK) Error() string

func (*GetKubernetesNamespacesOK) GetPayload

func (*GetKubernetesNamespacesOK) IsClientError

func (o *GetKubernetesNamespacesOK) IsClientError() bool

IsClientError returns true when this get kubernetes namespaces o k response has a 4xx status code

func (*GetKubernetesNamespacesOK) IsCode

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

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

func (*GetKubernetesNamespacesOK) IsRedirect

func (o *GetKubernetesNamespacesOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespaces o k response has a 3xx status code

func (*GetKubernetesNamespacesOK) IsServerError

func (o *GetKubernetesNamespacesOK) IsServerError() bool

IsServerError returns true when this get kubernetes namespaces o k response has a 5xx status code

func (*GetKubernetesNamespacesOK) IsSuccess

func (o *GetKubernetesNamespacesOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes namespaces o k response has a 2xx status code

func (*GetKubernetesNamespacesOK) String

func (o *GetKubernetesNamespacesOK) String() string

type GetKubernetesNamespacesParams

type GetKubernetesNamespacesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* WithResourceQuota.

	   When set to true, include the resource quota information as part of the Namespace information. Default is false
	*/
	WithResourceQuota bool

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

GetKubernetesNamespacesParams contains all the parameters to send to the API endpoint

for the get kubernetes namespaces operation.

Typically these are written to a http.Request.

func NewGetKubernetesNamespacesParams

func NewGetKubernetesNamespacesParams() *GetKubernetesNamespacesParams

NewGetKubernetesNamespacesParams creates a new GetKubernetesNamespacesParams 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 NewGetKubernetesNamespacesParamsWithContext

func NewGetKubernetesNamespacesParamsWithContext(ctx context.Context) *GetKubernetesNamespacesParams

NewGetKubernetesNamespacesParamsWithContext creates a new GetKubernetesNamespacesParams object with the ability to set a context for a request.

func NewGetKubernetesNamespacesParamsWithHTTPClient

func NewGetKubernetesNamespacesParamsWithHTTPClient(client *http.Client) *GetKubernetesNamespacesParams

NewGetKubernetesNamespacesParamsWithHTTPClient creates a new GetKubernetesNamespacesParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesNamespacesParamsWithTimeout

func NewGetKubernetesNamespacesParamsWithTimeout(timeout time.Duration) *GetKubernetesNamespacesParams

NewGetKubernetesNamespacesParamsWithTimeout creates a new GetKubernetesNamespacesParams object with the ability to set a timeout on a request.

func (*GetKubernetesNamespacesParams) SetContext

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

SetContext adds the context to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) SetDefaults

func (o *GetKubernetesNamespacesParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes namespaces params (not the query body).

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

func (*GetKubernetesNamespacesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) SetID

func (o *GetKubernetesNamespacesParams) SetID(id int64)

SetID adds the id to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) SetWithResourceQuota

func (o *GetKubernetesNamespacesParams) SetWithResourceQuota(withResourceQuota bool)

SetWithResourceQuota adds the withResourceQuota to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) WithContext

WithContext adds the context to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes namespaces params (not the query body).

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

func (*GetKubernetesNamespacesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) WithID

WithID adds the id to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) WithWithResourceQuota

func (o *GetKubernetesNamespacesParams) WithWithResourceQuota(withResourceQuota bool) *GetKubernetesNamespacesParams

WithWithResourceQuota adds the withResourceQuota to the get kubernetes namespaces params

func (*GetKubernetesNamespacesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesNamespacesReader

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

GetKubernetesNamespacesReader is a Reader for the GetKubernetesNamespaces structure.

func (*GetKubernetesNamespacesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesNamespacesUnauthorized

type GetKubernetesNamespacesUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesNamespacesUnauthorized

func NewGetKubernetesNamespacesUnauthorized() *GetKubernetesNamespacesUnauthorized

NewGetKubernetesNamespacesUnauthorized creates a GetKubernetesNamespacesUnauthorized with default headers values

func (*GetKubernetesNamespacesUnauthorized) Code

Code gets the status code for the get kubernetes namespaces unauthorized response

func (*GetKubernetesNamespacesUnauthorized) Error

func (*GetKubernetesNamespacesUnauthorized) IsClientError

func (o *GetKubernetesNamespacesUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes namespaces unauthorized response has a 4xx status code

func (*GetKubernetesNamespacesUnauthorized) IsCode

IsCode returns true when this get kubernetes namespaces unauthorized response a status code equal to that given

func (*GetKubernetesNamespacesUnauthorized) IsRedirect

func (o *GetKubernetesNamespacesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes namespaces unauthorized response has a 3xx status code

func (*GetKubernetesNamespacesUnauthorized) IsServerError

func (o *GetKubernetesNamespacesUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes namespaces unauthorized response has a 5xx status code

func (*GetKubernetesNamespacesUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes namespaces unauthorized response has a 2xx status code

func (*GetKubernetesNamespacesUnauthorized) String

type GetKubernetesNodesLimitsBadRequest

type GetKubernetesNodesLimitsBadRequest struct {
}

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

Invalid request

func NewGetKubernetesNodesLimitsBadRequest

func NewGetKubernetesNodesLimitsBadRequest() *GetKubernetesNodesLimitsBadRequest

NewGetKubernetesNodesLimitsBadRequest creates a GetKubernetesNodesLimitsBadRequest with default headers values

func (*GetKubernetesNodesLimitsBadRequest) Code

Code gets the status code for the get kubernetes nodes limits bad request response

func (*GetKubernetesNodesLimitsBadRequest) Error

func (*GetKubernetesNodesLimitsBadRequest) IsClientError

func (o *GetKubernetesNodesLimitsBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes nodes limits bad request response has a 4xx status code

func (*GetKubernetesNodesLimitsBadRequest) IsCode

IsCode returns true when this get kubernetes nodes limits bad request response a status code equal to that given

func (*GetKubernetesNodesLimitsBadRequest) IsRedirect

func (o *GetKubernetesNodesLimitsBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes nodes limits bad request response has a 3xx status code

func (*GetKubernetesNodesLimitsBadRequest) IsServerError

func (o *GetKubernetesNodesLimitsBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes nodes limits bad request response has a 5xx status code

func (*GetKubernetesNodesLimitsBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes nodes limits bad request response has a 2xx status code

func (*GetKubernetesNodesLimitsBadRequest) String

type GetKubernetesNodesLimitsForbidden

type GetKubernetesNodesLimitsForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesNodesLimitsForbidden

func NewGetKubernetesNodesLimitsForbidden() *GetKubernetesNodesLimitsForbidden

NewGetKubernetesNodesLimitsForbidden creates a GetKubernetesNodesLimitsForbidden with default headers values

func (*GetKubernetesNodesLimitsForbidden) Code

Code gets the status code for the get kubernetes nodes limits forbidden response

func (*GetKubernetesNodesLimitsForbidden) Error

func (*GetKubernetesNodesLimitsForbidden) IsClientError

func (o *GetKubernetesNodesLimitsForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes nodes limits forbidden response has a 4xx status code

func (*GetKubernetesNodesLimitsForbidden) IsCode

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

IsCode returns true when this get kubernetes nodes limits forbidden response a status code equal to that given

func (*GetKubernetesNodesLimitsForbidden) IsRedirect

func (o *GetKubernetesNodesLimitsForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes nodes limits forbidden response has a 3xx status code

func (*GetKubernetesNodesLimitsForbidden) IsServerError

func (o *GetKubernetesNodesLimitsForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes nodes limits forbidden response has a 5xx status code

func (*GetKubernetesNodesLimitsForbidden) IsSuccess

func (o *GetKubernetesNodesLimitsForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes nodes limits forbidden response has a 2xx status code

func (*GetKubernetesNodesLimitsForbidden) String

type GetKubernetesNodesLimitsInternalServerError

type GetKubernetesNodesLimitsInternalServerError struct {
}

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

Server error occurred while attempting to retrieve nodes limits.

func NewGetKubernetesNodesLimitsInternalServerError

func NewGetKubernetesNodesLimitsInternalServerError() *GetKubernetesNodesLimitsInternalServerError

NewGetKubernetesNodesLimitsInternalServerError creates a GetKubernetesNodesLimitsInternalServerError with default headers values

func (*GetKubernetesNodesLimitsInternalServerError) Code

Code gets the status code for the get kubernetes nodes limits internal server error response

func (*GetKubernetesNodesLimitsInternalServerError) Error

func (*GetKubernetesNodesLimitsInternalServerError) IsClientError

IsClientError returns true when this get kubernetes nodes limits internal server error response has a 4xx status code

func (*GetKubernetesNodesLimitsInternalServerError) IsCode

IsCode returns true when this get kubernetes nodes limits internal server error response a status code equal to that given

func (*GetKubernetesNodesLimitsInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes nodes limits internal server error response has a 3xx status code

func (*GetKubernetesNodesLimitsInternalServerError) IsServerError

IsServerError returns true when this get kubernetes nodes limits internal server error response has a 5xx status code

func (*GetKubernetesNodesLimitsInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes nodes limits internal server error response has a 2xx status code

func (*GetKubernetesNodesLimitsInternalServerError) String

type GetKubernetesNodesLimitsNotFound

type GetKubernetesNodesLimitsNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewGetKubernetesNodesLimitsNotFound

func NewGetKubernetesNodesLimitsNotFound() *GetKubernetesNodesLimitsNotFound

NewGetKubernetesNodesLimitsNotFound creates a GetKubernetesNodesLimitsNotFound with default headers values

func (*GetKubernetesNodesLimitsNotFound) Code

Code gets the status code for the get kubernetes nodes limits not found response

func (*GetKubernetesNodesLimitsNotFound) Error

func (*GetKubernetesNodesLimitsNotFound) IsClientError

func (o *GetKubernetesNodesLimitsNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes nodes limits not found response has a 4xx status code

func (*GetKubernetesNodesLimitsNotFound) IsCode

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

IsCode returns true when this get kubernetes nodes limits not found response a status code equal to that given

func (*GetKubernetesNodesLimitsNotFound) IsRedirect

func (o *GetKubernetesNodesLimitsNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes nodes limits not found response has a 3xx status code

func (*GetKubernetesNodesLimitsNotFound) IsServerError

func (o *GetKubernetesNodesLimitsNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes nodes limits not found response has a 5xx status code

func (*GetKubernetesNodesLimitsNotFound) IsSuccess

func (o *GetKubernetesNodesLimitsNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes nodes limits not found response has a 2xx status code

func (*GetKubernetesNodesLimitsNotFound) String

type GetKubernetesNodesLimitsOK

type GetKubernetesNodesLimitsOK struct {
	Payload models.PortainerK8sNodesLimits
}

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

Success

func NewGetKubernetesNodesLimitsOK

func NewGetKubernetesNodesLimitsOK() *GetKubernetesNodesLimitsOK

NewGetKubernetesNodesLimitsOK creates a GetKubernetesNodesLimitsOK with default headers values

func (*GetKubernetesNodesLimitsOK) Code

func (o *GetKubernetesNodesLimitsOK) Code() int

Code gets the status code for the get kubernetes nodes limits o k response

func (*GetKubernetesNodesLimitsOK) Error

func (*GetKubernetesNodesLimitsOK) GetPayload

func (*GetKubernetesNodesLimitsOK) IsClientError

func (o *GetKubernetesNodesLimitsOK) IsClientError() bool

IsClientError returns true when this get kubernetes nodes limits o k response has a 4xx status code

func (*GetKubernetesNodesLimitsOK) IsCode

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

IsCode returns true when this get kubernetes nodes limits o k response a status code equal to that given

func (*GetKubernetesNodesLimitsOK) IsRedirect

func (o *GetKubernetesNodesLimitsOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes nodes limits o k response has a 3xx status code

func (*GetKubernetesNodesLimitsOK) IsServerError

func (o *GetKubernetesNodesLimitsOK) IsServerError() bool

IsServerError returns true when this get kubernetes nodes limits o k response has a 5xx status code

func (*GetKubernetesNodesLimitsOK) IsSuccess

func (o *GetKubernetesNodesLimitsOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes nodes limits o k response has a 2xx status code

func (*GetKubernetesNodesLimitsOK) String

func (o *GetKubernetesNodesLimitsOK) String() string

type GetKubernetesNodesLimitsParams

type GetKubernetesNodesLimitsParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

GetKubernetesNodesLimitsParams contains all the parameters to send to the API endpoint

for the get kubernetes nodes limits operation.

Typically these are written to a http.Request.

func NewGetKubernetesNodesLimitsParams

func NewGetKubernetesNodesLimitsParams() *GetKubernetesNodesLimitsParams

NewGetKubernetesNodesLimitsParams creates a new GetKubernetesNodesLimitsParams 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 NewGetKubernetesNodesLimitsParamsWithContext

func NewGetKubernetesNodesLimitsParamsWithContext(ctx context.Context) *GetKubernetesNodesLimitsParams

NewGetKubernetesNodesLimitsParamsWithContext creates a new GetKubernetesNodesLimitsParams object with the ability to set a context for a request.

func NewGetKubernetesNodesLimitsParamsWithHTTPClient

func NewGetKubernetesNodesLimitsParamsWithHTTPClient(client *http.Client) *GetKubernetesNodesLimitsParams

NewGetKubernetesNodesLimitsParamsWithHTTPClient creates a new GetKubernetesNodesLimitsParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesNodesLimitsParamsWithTimeout

func NewGetKubernetesNodesLimitsParamsWithTimeout(timeout time.Duration) *GetKubernetesNodesLimitsParams

NewGetKubernetesNodesLimitsParamsWithTimeout creates a new GetKubernetesNodesLimitsParams object with the ability to set a timeout on a request.

func (*GetKubernetesNodesLimitsParams) SetContext

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

SetContext adds the context to the get kubernetes nodes limits params

func (*GetKubernetesNodesLimitsParams) SetDefaults

func (o *GetKubernetesNodesLimitsParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes nodes limits params (not the query body).

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

func (*GetKubernetesNodesLimitsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kubernetes nodes limits params

func (*GetKubernetesNodesLimitsParams) SetID

SetID adds the id to the get kubernetes nodes limits params

func (*GetKubernetesNodesLimitsParams) SetTimeout

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

SetTimeout adds the timeout to the get kubernetes nodes limits params

func (*GetKubernetesNodesLimitsParams) WithContext

WithContext adds the context to the get kubernetes nodes limits params

func (*GetKubernetesNodesLimitsParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes nodes limits params (not the query body).

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

func (*GetKubernetesNodesLimitsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes nodes limits params

func (*GetKubernetesNodesLimitsParams) WithID

WithID adds the id to the get kubernetes nodes limits params

func (*GetKubernetesNodesLimitsParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes nodes limits params

func (*GetKubernetesNodesLimitsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesNodesLimitsReader

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

GetKubernetesNodesLimitsReader is a Reader for the GetKubernetesNodesLimits structure.

func (*GetKubernetesNodesLimitsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubernetesNodesLimitsUnauthorized

type GetKubernetesNodesLimitsUnauthorized struct {
}

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

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesNodesLimitsUnauthorized

func NewGetKubernetesNodesLimitsUnauthorized() *GetKubernetesNodesLimitsUnauthorized

NewGetKubernetesNodesLimitsUnauthorized creates a GetKubernetesNodesLimitsUnauthorized with default headers values

func (*GetKubernetesNodesLimitsUnauthorized) Code

Code gets the status code for the get kubernetes nodes limits unauthorized response

func (*GetKubernetesNodesLimitsUnauthorized) Error

func (*GetKubernetesNodesLimitsUnauthorized) IsClientError

func (o *GetKubernetesNodesLimitsUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes nodes limits unauthorized response has a 4xx status code

func (*GetKubernetesNodesLimitsUnauthorized) IsCode

IsCode returns true when this get kubernetes nodes limits unauthorized response a status code equal to that given

func (*GetKubernetesNodesLimitsUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes nodes limits unauthorized response has a 3xx status code

func (*GetKubernetesNodesLimitsUnauthorized) IsServerError

func (o *GetKubernetesNodesLimitsUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes nodes limits unauthorized response has a 5xx status code

func (*GetKubernetesNodesLimitsUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes nodes limits unauthorized response has a 2xx status code

func (*GetKubernetesNodesLimitsUnauthorized) String

type GetKubernetesPodSecurityRuleBadRequest

type GetKubernetesPodSecurityRuleBadRequest struct {
}

GetKubernetesPodSecurityRuleBadRequest describes a response with status code 400, with default header values.

Invalid request

func NewGetKubernetesPodSecurityRuleBadRequest

func NewGetKubernetesPodSecurityRuleBadRequest() *GetKubernetesPodSecurityRuleBadRequest

NewGetKubernetesPodSecurityRuleBadRequest creates a GetKubernetesPodSecurityRuleBadRequest with default headers values

func (*GetKubernetesPodSecurityRuleBadRequest) Code

Code gets the status code for the get kubernetes pod security rule bad request response

func (*GetKubernetesPodSecurityRuleBadRequest) Error

func (*GetKubernetesPodSecurityRuleBadRequest) IsClientError

func (o *GetKubernetesPodSecurityRuleBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes pod security rule bad request response has a 4xx status code

func (*GetKubernetesPodSecurityRuleBadRequest) IsCode

IsCode returns true when this get kubernetes pod security rule bad request response a status code equal to that given

func (*GetKubernetesPodSecurityRuleBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes pod security rule bad request response has a 3xx status code

func (*GetKubernetesPodSecurityRuleBadRequest) IsServerError

func (o *GetKubernetesPodSecurityRuleBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes pod security rule bad request response has a 5xx status code

func (*GetKubernetesPodSecurityRuleBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes pod security rule bad request response has a 2xx status code

func (*GetKubernetesPodSecurityRuleBadRequest) String

type GetKubernetesPodSecurityRuleOK

type GetKubernetesPodSecurityRuleOK struct {
	Payload *models.PodsecurityPodSecurityRule
}

GetKubernetesPodSecurityRuleOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesPodSecurityRuleOK

func NewGetKubernetesPodSecurityRuleOK() *GetKubernetesPodSecurityRuleOK

NewGetKubernetesPodSecurityRuleOK creates a GetKubernetesPodSecurityRuleOK with default headers values

func (*GetKubernetesPodSecurityRuleOK) Code

Code gets the status code for the get kubernetes pod security rule o k response

func (*GetKubernetesPodSecurityRuleOK) Error

func (*GetKubernetesPodSecurityRuleOK) GetPayload

func (*GetKubernetesPodSecurityRuleOK) IsClientError

func (o *GetKubernetesPodSecurityRuleOK) IsClientError() bool

IsClientError returns true when this get kubernetes pod security rule o k response has a 4xx status code

func (*GetKubernetesPodSecurityRuleOK) IsCode

func (o *GetKubernetesPodSecurityRuleOK) IsCode(code int) bool

IsCode returns true when this get kubernetes pod security rule o k response a status code equal to that given

func (*GetKubernetesPodSecurityRuleOK) IsRedirect

func (o *GetKubernetesPodSecurityRuleOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes pod security rule o k response has a 3xx status code

func (*GetKubernetesPodSecurityRuleOK) IsServerError

func (o *GetKubernetesPodSecurityRuleOK) IsServerError() bool

IsServerError returns true when this get kubernetes pod security rule o k response has a 5xx status code

func (*GetKubernetesPodSecurityRuleOK) IsSuccess

func (o *GetKubernetesPodSecurityRuleOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes pod security rule o k response has a 2xx status code

func (*GetKubernetesPodSecurityRuleOK) String

type GetKubernetesPodSecurityRuleParams

type GetKubernetesPodSecurityRuleParams struct {

	/* EnvironmentID.

	   Environment identifier
	*/
	EnvironmentID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesPodSecurityRuleParams contains all the parameters to send to the API endpoint

for the get kubernetes pod security rule operation.

Typically these are written to a http.Request.

func NewGetKubernetesPodSecurityRuleParams

func NewGetKubernetesPodSecurityRuleParams() *GetKubernetesPodSecurityRuleParams

NewGetKubernetesPodSecurityRuleParams creates a new GetKubernetesPodSecurityRuleParams 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 NewGetKubernetesPodSecurityRuleParamsWithContext

func NewGetKubernetesPodSecurityRuleParamsWithContext(ctx context.Context) *GetKubernetesPodSecurityRuleParams

NewGetKubernetesPodSecurityRuleParamsWithContext creates a new GetKubernetesPodSecurityRuleParams object with the ability to set a context for a request.

func NewGetKubernetesPodSecurityRuleParamsWithHTTPClient

func NewGetKubernetesPodSecurityRuleParamsWithHTTPClient(client *http.Client) *GetKubernetesPodSecurityRuleParams

NewGetKubernetesPodSecurityRuleParamsWithHTTPClient creates a new GetKubernetesPodSecurityRuleParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesPodSecurityRuleParamsWithTimeout

func NewGetKubernetesPodSecurityRuleParamsWithTimeout(timeout time.Duration) *GetKubernetesPodSecurityRuleParams

NewGetKubernetesPodSecurityRuleParamsWithTimeout creates a new GetKubernetesPodSecurityRuleParams object with the ability to set a timeout on a request.

func (*GetKubernetesPodSecurityRuleParams) SetContext

SetContext adds the context to the get kubernetes pod security rule params

func (*GetKubernetesPodSecurityRuleParams) SetDefaults

func (o *GetKubernetesPodSecurityRuleParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes pod security rule params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesPodSecurityRuleParams) SetEnvironmentID

func (o *GetKubernetesPodSecurityRuleParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the get kubernetes pod security rule params

func (*GetKubernetesPodSecurityRuleParams) SetHTTPClient

func (o *GetKubernetesPodSecurityRuleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes pod security rule params

func (*GetKubernetesPodSecurityRuleParams) SetTimeout

func (o *GetKubernetesPodSecurityRuleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes pod security rule params

func (*GetKubernetesPodSecurityRuleParams) WithContext

WithContext adds the context to the get kubernetes pod security rule params

func (*GetKubernetesPodSecurityRuleParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes pod security rule params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesPodSecurityRuleParams) WithEnvironmentID

WithEnvironmentID adds the environmentID to the get kubernetes pod security rule params

func (*GetKubernetesPodSecurityRuleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes pod security rule params

func (*GetKubernetesPodSecurityRuleParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes pod security rule params

func (*GetKubernetesPodSecurityRuleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesPodSecurityRuleReader

type GetKubernetesPodSecurityRuleReader struct {
	// contains filtered or unexported fields
}

GetKubernetesPodSecurityRuleReader is a Reader for the GetKubernetesPodSecurityRule structure.

func (*GetKubernetesPodSecurityRuleReader) ReadResponse

func (o *GetKubernetesPodSecurityRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesRBACStatusForbidden

type GetKubernetesRBACStatusForbidden struct {
}

GetKubernetesRBACStatusForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesRBACStatusForbidden

func NewGetKubernetesRBACStatusForbidden() *GetKubernetesRBACStatusForbidden

NewGetKubernetesRBACStatusForbidden creates a GetKubernetesRBACStatusForbidden with default headers values

func (*GetKubernetesRBACStatusForbidden) Code

Code gets the status code for the get kubernetes r b a c status forbidden response

func (*GetKubernetesRBACStatusForbidden) Error

func (*GetKubernetesRBACStatusForbidden) IsClientError

func (o *GetKubernetesRBACStatusForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes r b a c status forbidden response has a 4xx status code

func (*GetKubernetesRBACStatusForbidden) IsCode

func (o *GetKubernetesRBACStatusForbidden) IsCode(code int) bool

IsCode returns true when this get kubernetes r b a c status forbidden response a status code equal to that given

func (*GetKubernetesRBACStatusForbidden) IsRedirect

func (o *GetKubernetesRBACStatusForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes r b a c status forbidden response has a 3xx status code

func (*GetKubernetesRBACStatusForbidden) IsServerError

func (o *GetKubernetesRBACStatusForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes r b a c status forbidden response has a 5xx status code

func (*GetKubernetesRBACStatusForbidden) IsSuccess

func (o *GetKubernetesRBACStatusForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes r b a c status forbidden response has a 2xx status code

func (*GetKubernetesRBACStatusForbidden) String

type GetKubernetesRBACStatusInternalServerError

type GetKubernetesRBACStatusInternalServerError struct {
}

GetKubernetesRBACStatusInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve the RBAC status.

func NewGetKubernetesRBACStatusInternalServerError

func NewGetKubernetesRBACStatusInternalServerError() *GetKubernetesRBACStatusInternalServerError

NewGetKubernetesRBACStatusInternalServerError creates a GetKubernetesRBACStatusInternalServerError with default headers values

func (*GetKubernetesRBACStatusInternalServerError) Code

Code gets the status code for the get kubernetes r b a c status internal server error response

func (*GetKubernetesRBACStatusInternalServerError) Error

func (*GetKubernetesRBACStatusInternalServerError) IsClientError

IsClientError returns true when this get kubernetes r b a c status internal server error response has a 4xx status code

func (*GetKubernetesRBACStatusInternalServerError) IsCode

IsCode returns true when this get kubernetes r b a c status internal server error response a status code equal to that given

func (*GetKubernetesRBACStatusInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes r b a c status internal server error response has a 3xx status code

func (*GetKubernetesRBACStatusInternalServerError) IsServerError

IsServerError returns true when this get kubernetes r b a c status internal server error response has a 5xx status code

func (*GetKubernetesRBACStatusInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes r b a c status internal server error response has a 2xx status code

func (*GetKubernetesRBACStatusInternalServerError) String

type GetKubernetesRBACStatusNotFound

type GetKubernetesRBACStatusNotFound struct {
}

GetKubernetesRBACStatusNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewGetKubernetesRBACStatusNotFound

func NewGetKubernetesRBACStatusNotFound() *GetKubernetesRBACStatusNotFound

NewGetKubernetesRBACStatusNotFound creates a GetKubernetesRBACStatusNotFound with default headers values

func (*GetKubernetesRBACStatusNotFound) Code

Code gets the status code for the get kubernetes r b a c status not found response

func (*GetKubernetesRBACStatusNotFound) Error

func (*GetKubernetesRBACStatusNotFound) IsClientError

func (o *GetKubernetesRBACStatusNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes r b a c status not found response has a 4xx status code

func (*GetKubernetesRBACStatusNotFound) IsCode

func (o *GetKubernetesRBACStatusNotFound) IsCode(code int) bool

IsCode returns true when this get kubernetes r b a c status not found response a status code equal to that given

func (*GetKubernetesRBACStatusNotFound) IsRedirect

func (o *GetKubernetesRBACStatusNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes r b a c status not found response has a 3xx status code

func (*GetKubernetesRBACStatusNotFound) IsServerError

func (o *GetKubernetesRBACStatusNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes r b a c status not found response has a 5xx status code

func (*GetKubernetesRBACStatusNotFound) IsSuccess

func (o *GetKubernetesRBACStatusNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes r b a c status not found response has a 2xx status code

func (*GetKubernetesRBACStatusNotFound) String

type GetKubernetesRBACStatusOK

type GetKubernetesRBACStatusOK struct {
	Payload bool
}

GetKubernetesRBACStatusOK describes a response with status code 200, with default header values.

RBAC status

func NewGetKubernetesRBACStatusOK

func NewGetKubernetesRBACStatusOK() *GetKubernetesRBACStatusOK

NewGetKubernetesRBACStatusOK creates a GetKubernetesRBACStatusOK with default headers values

func (*GetKubernetesRBACStatusOK) Code

func (o *GetKubernetesRBACStatusOK) Code() int

Code gets the status code for the get kubernetes r b a c status o k response

func (*GetKubernetesRBACStatusOK) Error

func (o *GetKubernetesRBACStatusOK) Error() string

func (*GetKubernetesRBACStatusOK) GetPayload

func (o *GetKubernetesRBACStatusOK) GetPayload() bool

func (*GetKubernetesRBACStatusOK) IsClientError

func (o *GetKubernetesRBACStatusOK) IsClientError() bool

IsClientError returns true when this get kubernetes r b a c status o k response has a 4xx status code

func (*GetKubernetesRBACStatusOK) IsCode

func (o *GetKubernetesRBACStatusOK) IsCode(code int) bool

IsCode returns true when this get kubernetes r b a c status o k response a status code equal to that given

func (*GetKubernetesRBACStatusOK) IsRedirect

func (o *GetKubernetesRBACStatusOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes r b a c status o k response has a 3xx status code

func (*GetKubernetesRBACStatusOK) IsServerError

func (o *GetKubernetesRBACStatusOK) IsServerError() bool

IsServerError returns true when this get kubernetes r b a c status o k response has a 5xx status code

func (*GetKubernetesRBACStatusOK) IsSuccess

func (o *GetKubernetesRBACStatusOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes r b a c status o k response has a 2xx status code

func (*GetKubernetesRBACStatusOK) String

func (o *GetKubernetesRBACStatusOK) String() string

type GetKubernetesRBACStatusParams

type GetKubernetesRBACStatusParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesRBACStatusParams contains all the parameters to send to the API endpoint

for the get kubernetes r b a c status operation.

Typically these are written to a http.Request.

func NewGetKubernetesRBACStatusParams

func NewGetKubernetesRBACStatusParams() *GetKubernetesRBACStatusParams

NewGetKubernetesRBACStatusParams creates a new GetKubernetesRBACStatusParams 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 NewGetKubernetesRBACStatusParamsWithContext

func NewGetKubernetesRBACStatusParamsWithContext(ctx context.Context) *GetKubernetesRBACStatusParams

NewGetKubernetesRBACStatusParamsWithContext creates a new GetKubernetesRBACStatusParams object with the ability to set a context for a request.

func NewGetKubernetesRBACStatusParamsWithHTTPClient

func NewGetKubernetesRBACStatusParamsWithHTTPClient(client *http.Client) *GetKubernetesRBACStatusParams

NewGetKubernetesRBACStatusParamsWithHTTPClient creates a new GetKubernetesRBACStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesRBACStatusParamsWithTimeout

func NewGetKubernetesRBACStatusParamsWithTimeout(timeout time.Duration) *GetKubernetesRBACStatusParams

NewGetKubernetesRBACStatusParamsWithTimeout creates a new GetKubernetesRBACStatusParams object with the ability to set a timeout on a request.

func (*GetKubernetesRBACStatusParams) SetContext

func (o *GetKubernetesRBACStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the get kubernetes r b a c status params

func (*GetKubernetesRBACStatusParams) SetDefaults

func (o *GetKubernetesRBACStatusParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes r b a c status params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesRBACStatusParams) SetHTTPClient

func (o *GetKubernetesRBACStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes r b a c status params

func (*GetKubernetesRBACStatusParams) SetID

func (o *GetKubernetesRBACStatusParams) SetID(id int64)

SetID adds the id to the get kubernetes r b a c status params

func (*GetKubernetesRBACStatusParams) SetTimeout

func (o *GetKubernetesRBACStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes r b a c status params

func (*GetKubernetesRBACStatusParams) WithContext

WithContext adds the context to the get kubernetes r b a c status params

func (*GetKubernetesRBACStatusParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes r b a c status params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesRBACStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes r b a c status params

func (*GetKubernetesRBACStatusParams) WithID

WithID adds the id to the get kubernetes r b a c status params

func (*GetKubernetesRBACStatusParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes r b a c status params

func (*GetKubernetesRBACStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesRBACStatusReader

type GetKubernetesRBACStatusReader struct {
	// contains filtered or unexported fields
}

GetKubernetesRBACStatusReader is a Reader for the GetKubernetesRBACStatus structure.

func (*GetKubernetesRBACStatusReader) ReadResponse

func (o *GetKubernetesRBACStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesRBACStatusUnauthorized

type GetKubernetesRBACStatusUnauthorized struct {
}

GetKubernetesRBACStatusUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesRBACStatusUnauthorized

func NewGetKubernetesRBACStatusUnauthorized() *GetKubernetesRBACStatusUnauthorized

NewGetKubernetesRBACStatusUnauthorized creates a GetKubernetesRBACStatusUnauthorized with default headers values

func (*GetKubernetesRBACStatusUnauthorized) Code

Code gets the status code for the get kubernetes r b a c status unauthorized response

func (*GetKubernetesRBACStatusUnauthorized) Error

func (*GetKubernetesRBACStatusUnauthorized) IsClientError

func (o *GetKubernetesRBACStatusUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes r b a c status unauthorized response has a 4xx status code

func (*GetKubernetesRBACStatusUnauthorized) IsCode

IsCode returns true when this get kubernetes r b a c status unauthorized response a status code equal to that given

func (*GetKubernetesRBACStatusUnauthorized) IsRedirect

func (o *GetKubernetesRBACStatusUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes r b a c status unauthorized response has a 3xx status code

func (*GetKubernetesRBACStatusUnauthorized) IsServerError

func (o *GetKubernetesRBACStatusUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes r b a c status unauthorized response has a 5xx status code

func (*GetKubernetesRBACStatusUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes r b a c status unauthorized response has a 2xx status code

func (*GetKubernetesRBACStatusUnauthorized) String

type GetKubernetesRoleBindingsBadRequest

type GetKubernetesRoleBindingsBadRequest struct {
}

GetKubernetesRoleBindingsBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesRoleBindingsBadRequest

func NewGetKubernetesRoleBindingsBadRequest() *GetKubernetesRoleBindingsBadRequest

NewGetKubernetesRoleBindingsBadRequest creates a GetKubernetesRoleBindingsBadRequest with default headers values

func (*GetKubernetesRoleBindingsBadRequest) Code

Code gets the status code for the get kubernetes role bindings bad request response

func (*GetKubernetesRoleBindingsBadRequest) Error

func (*GetKubernetesRoleBindingsBadRequest) IsClientError

func (o *GetKubernetesRoleBindingsBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes role bindings bad request response has a 4xx status code

func (*GetKubernetesRoleBindingsBadRequest) IsCode

IsCode returns true when this get kubernetes role bindings bad request response a status code equal to that given

func (*GetKubernetesRoleBindingsBadRequest) IsRedirect

func (o *GetKubernetesRoleBindingsBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes role bindings bad request response has a 3xx status code

func (*GetKubernetesRoleBindingsBadRequest) IsServerError

func (o *GetKubernetesRoleBindingsBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes role bindings bad request response has a 5xx status code

func (*GetKubernetesRoleBindingsBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes role bindings bad request response has a 2xx status code

func (*GetKubernetesRoleBindingsBadRequest) String

type GetKubernetesRoleBindingsForbidden

type GetKubernetesRoleBindingsForbidden struct {
}

GetKubernetesRoleBindingsForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesRoleBindingsForbidden

func NewGetKubernetesRoleBindingsForbidden() *GetKubernetesRoleBindingsForbidden

NewGetKubernetesRoleBindingsForbidden creates a GetKubernetesRoleBindingsForbidden with default headers values

func (*GetKubernetesRoleBindingsForbidden) Code

Code gets the status code for the get kubernetes role bindings forbidden response

func (*GetKubernetesRoleBindingsForbidden) Error

func (*GetKubernetesRoleBindingsForbidden) IsClientError

func (o *GetKubernetesRoleBindingsForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes role bindings forbidden response has a 4xx status code

func (*GetKubernetesRoleBindingsForbidden) IsCode

IsCode returns true when this get kubernetes role bindings forbidden response a status code equal to that given

func (*GetKubernetesRoleBindingsForbidden) IsRedirect

func (o *GetKubernetesRoleBindingsForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes role bindings forbidden response has a 3xx status code

func (*GetKubernetesRoleBindingsForbidden) IsServerError

func (o *GetKubernetesRoleBindingsForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes role bindings forbidden response has a 5xx status code

func (*GetKubernetesRoleBindingsForbidden) IsSuccess

IsSuccess returns true when this get kubernetes role bindings forbidden response has a 2xx status code

func (*GetKubernetesRoleBindingsForbidden) String

type GetKubernetesRoleBindingsInternalServerError

type GetKubernetesRoleBindingsInternalServerError struct {
}

GetKubernetesRoleBindingsInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve the list of role bindings.

func NewGetKubernetesRoleBindingsInternalServerError

func NewGetKubernetesRoleBindingsInternalServerError() *GetKubernetesRoleBindingsInternalServerError

NewGetKubernetesRoleBindingsInternalServerError creates a GetKubernetesRoleBindingsInternalServerError with default headers values

func (*GetKubernetesRoleBindingsInternalServerError) Code

Code gets the status code for the get kubernetes role bindings internal server error response

func (*GetKubernetesRoleBindingsInternalServerError) Error

func (*GetKubernetesRoleBindingsInternalServerError) IsClientError

IsClientError returns true when this get kubernetes role bindings internal server error response has a 4xx status code

func (*GetKubernetesRoleBindingsInternalServerError) IsCode

IsCode returns true when this get kubernetes role bindings internal server error response a status code equal to that given

func (*GetKubernetesRoleBindingsInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes role bindings internal server error response has a 3xx status code

func (*GetKubernetesRoleBindingsInternalServerError) IsServerError

IsServerError returns true when this get kubernetes role bindings internal server error response has a 5xx status code

func (*GetKubernetesRoleBindingsInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes role bindings internal server error response has a 2xx status code

func (*GetKubernetesRoleBindingsInternalServerError) String

type GetKubernetesRoleBindingsNotFound

type GetKubernetesRoleBindingsNotFound struct {
}

GetKubernetesRoleBindingsNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewGetKubernetesRoleBindingsNotFound

func NewGetKubernetesRoleBindingsNotFound() *GetKubernetesRoleBindingsNotFound

NewGetKubernetesRoleBindingsNotFound creates a GetKubernetesRoleBindingsNotFound with default headers values

func (*GetKubernetesRoleBindingsNotFound) Code

Code gets the status code for the get kubernetes role bindings not found response

func (*GetKubernetesRoleBindingsNotFound) Error

func (*GetKubernetesRoleBindingsNotFound) IsClientError

func (o *GetKubernetesRoleBindingsNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes role bindings not found response has a 4xx status code

func (*GetKubernetesRoleBindingsNotFound) IsCode

func (o *GetKubernetesRoleBindingsNotFound) IsCode(code int) bool

IsCode returns true when this get kubernetes role bindings not found response a status code equal to that given

func (*GetKubernetesRoleBindingsNotFound) IsRedirect

func (o *GetKubernetesRoleBindingsNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes role bindings not found response has a 3xx status code

func (*GetKubernetesRoleBindingsNotFound) IsServerError

func (o *GetKubernetesRoleBindingsNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes role bindings not found response has a 5xx status code

func (*GetKubernetesRoleBindingsNotFound) IsSuccess

func (o *GetKubernetesRoleBindingsNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes role bindings not found response has a 2xx status code

func (*GetKubernetesRoleBindingsNotFound) String

type GetKubernetesRoleBindingsOK

type GetKubernetesRoleBindingsOK struct {
	Payload []*models.KubernetesK8sRoleBinding
}

GetKubernetesRoleBindingsOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesRoleBindingsOK

func NewGetKubernetesRoleBindingsOK() *GetKubernetesRoleBindingsOK

NewGetKubernetesRoleBindingsOK creates a GetKubernetesRoleBindingsOK with default headers values

func (*GetKubernetesRoleBindingsOK) Code

func (o *GetKubernetesRoleBindingsOK) Code() int

Code gets the status code for the get kubernetes role bindings o k response

func (*GetKubernetesRoleBindingsOK) Error

func (*GetKubernetesRoleBindingsOK) GetPayload

func (*GetKubernetesRoleBindingsOK) IsClientError

func (o *GetKubernetesRoleBindingsOK) IsClientError() bool

IsClientError returns true when this get kubernetes role bindings o k response has a 4xx status code

func (*GetKubernetesRoleBindingsOK) IsCode

func (o *GetKubernetesRoleBindingsOK) IsCode(code int) bool

IsCode returns true when this get kubernetes role bindings o k response a status code equal to that given

func (*GetKubernetesRoleBindingsOK) IsRedirect

func (o *GetKubernetesRoleBindingsOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes role bindings o k response has a 3xx status code

func (*GetKubernetesRoleBindingsOK) IsServerError

func (o *GetKubernetesRoleBindingsOK) IsServerError() bool

IsServerError returns true when this get kubernetes role bindings o k response has a 5xx status code

func (*GetKubernetesRoleBindingsOK) IsSuccess

func (o *GetKubernetesRoleBindingsOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes role bindings o k response has a 2xx status code

func (*GetKubernetesRoleBindingsOK) String

func (o *GetKubernetesRoleBindingsOK) String() string

type GetKubernetesRoleBindingsParams

type GetKubernetesRoleBindingsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesRoleBindingsParams contains all the parameters to send to the API endpoint

for the get kubernetes role bindings operation.

Typically these are written to a http.Request.

func NewGetKubernetesRoleBindingsParams

func NewGetKubernetesRoleBindingsParams() *GetKubernetesRoleBindingsParams

NewGetKubernetesRoleBindingsParams creates a new GetKubernetesRoleBindingsParams 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 NewGetKubernetesRoleBindingsParamsWithContext

func NewGetKubernetesRoleBindingsParamsWithContext(ctx context.Context) *GetKubernetesRoleBindingsParams

NewGetKubernetesRoleBindingsParamsWithContext creates a new GetKubernetesRoleBindingsParams object with the ability to set a context for a request.

func NewGetKubernetesRoleBindingsParamsWithHTTPClient

func NewGetKubernetesRoleBindingsParamsWithHTTPClient(client *http.Client) *GetKubernetesRoleBindingsParams

NewGetKubernetesRoleBindingsParamsWithHTTPClient creates a new GetKubernetesRoleBindingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesRoleBindingsParamsWithTimeout

func NewGetKubernetesRoleBindingsParamsWithTimeout(timeout time.Duration) *GetKubernetesRoleBindingsParams

NewGetKubernetesRoleBindingsParamsWithTimeout creates a new GetKubernetesRoleBindingsParams object with the ability to set a timeout on a request.

func (*GetKubernetesRoleBindingsParams) SetContext

func (o *GetKubernetesRoleBindingsParams) SetContext(ctx context.Context)

SetContext adds the context to the get kubernetes role bindings params

func (*GetKubernetesRoleBindingsParams) SetDefaults

func (o *GetKubernetesRoleBindingsParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes role bindings params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesRoleBindingsParams) SetHTTPClient

func (o *GetKubernetesRoleBindingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes role bindings params

func (*GetKubernetesRoleBindingsParams) SetID

SetID adds the id to the get kubernetes role bindings params

func (*GetKubernetesRoleBindingsParams) SetTimeout

func (o *GetKubernetesRoleBindingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes role bindings params

func (*GetKubernetesRoleBindingsParams) WithContext

WithContext adds the context to the get kubernetes role bindings params

func (*GetKubernetesRoleBindingsParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes role bindings params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesRoleBindingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes role bindings params

func (*GetKubernetesRoleBindingsParams) WithID

WithID adds the id to the get kubernetes role bindings params

func (*GetKubernetesRoleBindingsParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes role bindings params

func (*GetKubernetesRoleBindingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesRoleBindingsReader

type GetKubernetesRoleBindingsReader struct {
	// contains filtered or unexported fields
}

GetKubernetesRoleBindingsReader is a Reader for the GetKubernetesRoleBindings structure.

func (*GetKubernetesRoleBindingsReader) ReadResponse

func (o *GetKubernetesRoleBindingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesRoleBindingsUnauthorized

type GetKubernetesRoleBindingsUnauthorized struct {
}

GetKubernetesRoleBindingsUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesRoleBindingsUnauthorized

func NewGetKubernetesRoleBindingsUnauthorized() *GetKubernetesRoleBindingsUnauthorized

NewGetKubernetesRoleBindingsUnauthorized creates a GetKubernetesRoleBindingsUnauthorized with default headers values

func (*GetKubernetesRoleBindingsUnauthorized) Code

Code gets the status code for the get kubernetes role bindings unauthorized response

func (*GetKubernetesRoleBindingsUnauthorized) Error

func (*GetKubernetesRoleBindingsUnauthorized) IsClientError

func (o *GetKubernetesRoleBindingsUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes role bindings unauthorized response has a 4xx status code

func (*GetKubernetesRoleBindingsUnauthorized) IsCode

IsCode returns true when this get kubernetes role bindings unauthorized response a status code equal to that given

func (*GetKubernetesRoleBindingsUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes role bindings unauthorized response has a 3xx status code

func (*GetKubernetesRoleBindingsUnauthorized) IsServerError

func (o *GetKubernetesRoleBindingsUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes role bindings unauthorized response has a 5xx status code

func (*GetKubernetesRoleBindingsUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes role bindings unauthorized response has a 2xx status code

func (*GetKubernetesRoleBindingsUnauthorized) String

type GetKubernetesRolesBadRequest

type GetKubernetesRolesBadRequest struct {
}

GetKubernetesRolesBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesRolesBadRequest

func NewGetKubernetesRolesBadRequest() *GetKubernetesRolesBadRequest

NewGetKubernetesRolesBadRequest creates a GetKubernetesRolesBadRequest with default headers values

func (*GetKubernetesRolesBadRequest) Code

Code gets the status code for the get kubernetes roles bad request response

func (*GetKubernetesRolesBadRequest) Error

func (*GetKubernetesRolesBadRequest) IsClientError

func (o *GetKubernetesRolesBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes roles bad request response has a 4xx status code

func (*GetKubernetesRolesBadRequest) IsCode

func (o *GetKubernetesRolesBadRequest) IsCode(code int) bool

IsCode returns true when this get kubernetes roles bad request response a status code equal to that given

func (*GetKubernetesRolesBadRequest) IsRedirect

func (o *GetKubernetesRolesBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes roles bad request response has a 3xx status code

func (*GetKubernetesRolesBadRequest) IsServerError

func (o *GetKubernetesRolesBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes roles bad request response has a 5xx status code

func (*GetKubernetesRolesBadRequest) IsSuccess

func (o *GetKubernetesRolesBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes roles bad request response has a 2xx status code

func (*GetKubernetesRolesBadRequest) String

type GetKubernetesRolesForbidden

type GetKubernetesRolesForbidden struct {
}

GetKubernetesRolesForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesRolesForbidden

func NewGetKubernetesRolesForbidden() *GetKubernetesRolesForbidden

NewGetKubernetesRolesForbidden creates a GetKubernetesRolesForbidden with default headers values

func (*GetKubernetesRolesForbidden) Code

func (o *GetKubernetesRolesForbidden) Code() int

Code gets the status code for the get kubernetes roles forbidden response

func (*GetKubernetesRolesForbidden) Error

func (*GetKubernetesRolesForbidden) IsClientError

func (o *GetKubernetesRolesForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes roles forbidden response has a 4xx status code

func (*GetKubernetesRolesForbidden) IsCode

func (o *GetKubernetesRolesForbidden) IsCode(code int) bool

IsCode returns true when this get kubernetes roles forbidden response a status code equal to that given

func (*GetKubernetesRolesForbidden) IsRedirect

func (o *GetKubernetesRolesForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes roles forbidden response has a 3xx status code

func (*GetKubernetesRolesForbidden) IsServerError

func (o *GetKubernetesRolesForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes roles forbidden response has a 5xx status code

func (*GetKubernetesRolesForbidden) IsSuccess

func (o *GetKubernetesRolesForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes roles forbidden response has a 2xx status code

func (*GetKubernetesRolesForbidden) String

func (o *GetKubernetesRolesForbidden) String() string

type GetKubernetesRolesInternalServerError

type GetKubernetesRolesInternalServerError struct {
}

GetKubernetesRolesInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve the list of roles.

func NewGetKubernetesRolesInternalServerError

func NewGetKubernetesRolesInternalServerError() *GetKubernetesRolesInternalServerError

NewGetKubernetesRolesInternalServerError creates a GetKubernetesRolesInternalServerError with default headers values

func (*GetKubernetesRolesInternalServerError) Code

Code gets the status code for the get kubernetes roles internal server error response

func (*GetKubernetesRolesInternalServerError) Error

func (*GetKubernetesRolesInternalServerError) IsClientError

func (o *GetKubernetesRolesInternalServerError) IsClientError() bool

IsClientError returns true when this get kubernetes roles internal server error response has a 4xx status code

func (*GetKubernetesRolesInternalServerError) IsCode

IsCode returns true when this get kubernetes roles internal server error response a status code equal to that given

func (*GetKubernetesRolesInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes roles internal server error response has a 3xx status code

func (*GetKubernetesRolesInternalServerError) IsServerError

func (o *GetKubernetesRolesInternalServerError) IsServerError() bool

IsServerError returns true when this get kubernetes roles internal server error response has a 5xx status code

func (*GetKubernetesRolesInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes roles internal server error response has a 2xx status code

func (*GetKubernetesRolesInternalServerError) String

type GetKubernetesRolesNotFound

type GetKubernetesRolesNotFound struct {
}

GetKubernetesRolesNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewGetKubernetesRolesNotFound

func NewGetKubernetesRolesNotFound() *GetKubernetesRolesNotFound

NewGetKubernetesRolesNotFound creates a GetKubernetesRolesNotFound with default headers values

func (*GetKubernetesRolesNotFound) Code

func (o *GetKubernetesRolesNotFound) Code() int

Code gets the status code for the get kubernetes roles not found response

func (*GetKubernetesRolesNotFound) Error

func (*GetKubernetesRolesNotFound) IsClientError

func (o *GetKubernetesRolesNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes roles not found response has a 4xx status code

func (*GetKubernetesRolesNotFound) IsCode

func (o *GetKubernetesRolesNotFound) IsCode(code int) bool

IsCode returns true when this get kubernetes roles not found response a status code equal to that given

func (*GetKubernetesRolesNotFound) IsRedirect

func (o *GetKubernetesRolesNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes roles not found response has a 3xx status code

func (*GetKubernetesRolesNotFound) IsServerError

func (o *GetKubernetesRolesNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes roles not found response has a 5xx status code

func (*GetKubernetesRolesNotFound) IsSuccess

func (o *GetKubernetesRolesNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes roles not found response has a 2xx status code

func (*GetKubernetesRolesNotFound) String

func (o *GetKubernetesRolesNotFound) String() string

type GetKubernetesRolesOK

type GetKubernetesRolesOK struct {
	Payload []*models.KubernetesK8sRole
}

GetKubernetesRolesOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesRolesOK

func NewGetKubernetesRolesOK() *GetKubernetesRolesOK

NewGetKubernetesRolesOK creates a GetKubernetesRolesOK with default headers values

func (*GetKubernetesRolesOK) Code

func (o *GetKubernetesRolesOK) Code() int

Code gets the status code for the get kubernetes roles o k response

func (*GetKubernetesRolesOK) Error

func (o *GetKubernetesRolesOK) Error() string

func (*GetKubernetesRolesOK) GetPayload

func (o *GetKubernetesRolesOK) GetPayload() []*models.KubernetesK8sRole

func (*GetKubernetesRolesOK) IsClientError

func (o *GetKubernetesRolesOK) IsClientError() bool

IsClientError returns true when this get kubernetes roles o k response has a 4xx status code

func (*GetKubernetesRolesOK) IsCode

func (o *GetKubernetesRolesOK) IsCode(code int) bool

IsCode returns true when this get kubernetes roles o k response a status code equal to that given

func (*GetKubernetesRolesOK) IsRedirect

func (o *GetKubernetesRolesOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes roles o k response has a 3xx status code

func (*GetKubernetesRolesOK) IsServerError

func (o *GetKubernetesRolesOK) IsServerError() bool

IsServerError returns true when this get kubernetes roles o k response has a 5xx status code

func (*GetKubernetesRolesOK) IsSuccess

func (o *GetKubernetesRolesOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes roles o k response has a 2xx status code

func (*GetKubernetesRolesOK) String

func (o *GetKubernetesRolesOK) String() string

type GetKubernetesRolesParams

type GetKubernetesRolesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesRolesParams contains all the parameters to send to the API endpoint

for the get kubernetes roles operation.

Typically these are written to a http.Request.

func NewGetKubernetesRolesParams

func NewGetKubernetesRolesParams() *GetKubernetesRolesParams

NewGetKubernetesRolesParams creates a new GetKubernetesRolesParams 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 NewGetKubernetesRolesParamsWithContext

func NewGetKubernetesRolesParamsWithContext(ctx context.Context) *GetKubernetesRolesParams

NewGetKubernetesRolesParamsWithContext creates a new GetKubernetesRolesParams object with the ability to set a context for a request.

func NewGetKubernetesRolesParamsWithHTTPClient

func NewGetKubernetesRolesParamsWithHTTPClient(client *http.Client) *GetKubernetesRolesParams

NewGetKubernetesRolesParamsWithHTTPClient creates a new GetKubernetesRolesParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesRolesParamsWithTimeout

func NewGetKubernetesRolesParamsWithTimeout(timeout time.Duration) *GetKubernetesRolesParams

NewGetKubernetesRolesParamsWithTimeout creates a new GetKubernetesRolesParams object with the ability to set a timeout on a request.

func (*GetKubernetesRolesParams) SetContext

func (o *GetKubernetesRolesParams) SetContext(ctx context.Context)

SetContext adds the context to the get kubernetes roles params

func (*GetKubernetesRolesParams) SetDefaults

func (o *GetKubernetesRolesParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes roles params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesRolesParams) SetHTTPClient

func (o *GetKubernetesRolesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes roles params

func (*GetKubernetesRolesParams) SetID

func (o *GetKubernetesRolesParams) SetID(id int64)

SetID adds the id to the get kubernetes roles params

func (*GetKubernetesRolesParams) SetTimeout

func (o *GetKubernetesRolesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes roles params

func (*GetKubernetesRolesParams) WithContext

WithContext adds the context to the get kubernetes roles params

func (*GetKubernetesRolesParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes roles params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesRolesParams) WithHTTPClient

func (o *GetKubernetesRolesParams) WithHTTPClient(client *http.Client) *GetKubernetesRolesParams

WithHTTPClient adds the HTTPClient to the get kubernetes roles params

func (*GetKubernetesRolesParams) WithID

WithID adds the id to the get kubernetes roles params

func (*GetKubernetesRolesParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes roles params

func (*GetKubernetesRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesRolesReader

type GetKubernetesRolesReader struct {
	// contains filtered or unexported fields
}

GetKubernetesRolesReader is a Reader for the GetKubernetesRoles structure.

func (*GetKubernetesRolesReader) ReadResponse

func (o *GetKubernetesRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesRolesUnauthorized

type GetKubernetesRolesUnauthorized struct {
}

GetKubernetesRolesUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesRolesUnauthorized

func NewGetKubernetesRolesUnauthorized() *GetKubernetesRolesUnauthorized

NewGetKubernetesRolesUnauthorized creates a GetKubernetesRolesUnauthorized with default headers values

func (*GetKubernetesRolesUnauthorized) Code

Code gets the status code for the get kubernetes roles unauthorized response

func (*GetKubernetesRolesUnauthorized) Error

func (*GetKubernetesRolesUnauthorized) IsClientError

func (o *GetKubernetesRolesUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes roles unauthorized response has a 4xx status code

func (*GetKubernetesRolesUnauthorized) IsCode

func (o *GetKubernetesRolesUnauthorized) IsCode(code int) bool

IsCode returns true when this get kubernetes roles unauthorized response a status code equal to that given

func (*GetKubernetesRolesUnauthorized) IsRedirect

func (o *GetKubernetesRolesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes roles unauthorized response has a 3xx status code

func (*GetKubernetesRolesUnauthorized) IsServerError

func (o *GetKubernetesRolesUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes roles unauthorized response has a 5xx status code

func (*GetKubernetesRolesUnauthorized) IsSuccess

func (o *GetKubernetesRolesUnauthorized) IsSuccess() bool

IsSuccess returns true when this get kubernetes roles unauthorized response has a 2xx status code

func (*GetKubernetesRolesUnauthorized) String

type GetKubernetesSecretBadRequest

type GetKubernetesSecretBadRequest struct {
}

GetKubernetesSecretBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesSecretBadRequest

func NewGetKubernetesSecretBadRequest() *GetKubernetesSecretBadRequest

NewGetKubernetesSecretBadRequest creates a GetKubernetesSecretBadRequest with default headers values

func (*GetKubernetesSecretBadRequest) Code

Code gets the status code for the get kubernetes secret bad request response

func (*GetKubernetesSecretBadRequest) Error

func (*GetKubernetesSecretBadRequest) IsClientError

func (o *GetKubernetesSecretBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes secret bad request response has a 4xx status code

func (*GetKubernetesSecretBadRequest) IsCode

func (o *GetKubernetesSecretBadRequest) IsCode(code int) bool

IsCode returns true when this get kubernetes secret bad request response a status code equal to that given

func (*GetKubernetesSecretBadRequest) IsRedirect

func (o *GetKubernetesSecretBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes secret bad request response has a 3xx status code

func (*GetKubernetesSecretBadRequest) IsServerError

func (o *GetKubernetesSecretBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes secret bad request response has a 5xx status code

func (*GetKubernetesSecretBadRequest) IsSuccess

func (o *GetKubernetesSecretBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes secret bad request response has a 2xx status code

func (*GetKubernetesSecretBadRequest) String

type GetKubernetesSecretForbidden

type GetKubernetesSecretForbidden struct {
}

GetKubernetesSecretForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesSecretForbidden

func NewGetKubernetesSecretForbidden() *GetKubernetesSecretForbidden

NewGetKubernetesSecretForbidden creates a GetKubernetesSecretForbidden with default headers values

func (*GetKubernetesSecretForbidden) Code

Code gets the status code for the get kubernetes secret forbidden response

func (*GetKubernetesSecretForbidden) Error

func (*GetKubernetesSecretForbidden) IsClientError

func (o *GetKubernetesSecretForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes secret forbidden response has a 4xx status code

func (*GetKubernetesSecretForbidden) IsCode

func (o *GetKubernetesSecretForbidden) IsCode(code int) bool

IsCode returns true when this get kubernetes secret forbidden response a status code equal to that given

func (*GetKubernetesSecretForbidden) IsRedirect

func (o *GetKubernetesSecretForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes secret forbidden response has a 3xx status code

func (*GetKubernetesSecretForbidden) IsServerError

func (o *GetKubernetesSecretForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes secret forbidden response has a 5xx status code

func (*GetKubernetesSecretForbidden) IsSuccess

func (o *GetKubernetesSecretForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes secret forbidden response has a 2xx status code

func (*GetKubernetesSecretForbidden) String

type GetKubernetesSecretInternalServerError

type GetKubernetesSecretInternalServerError struct {
}

GetKubernetesSecretInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve a secret by name belong in a namespace.

func NewGetKubernetesSecretInternalServerError

func NewGetKubernetesSecretInternalServerError() *GetKubernetesSecretInternalServerError

NewGetKubernetesSecretInternalServerError creates a GetKubernetesSecretInternalServerError with default headers values

func (*GetKubernetesSecretInternalServerError) Code

Code gets the status code for the get kubernetes secret internal server error response

func (*GetKubernetesSecretInternalServerError) Error

func (*GetKubernetesSecretInternalServerError) IsClientError

func (o *GetKubernetesSecretInternalServerError) IsClientError() bool

IsClientError returns true when this get kubernetes secret internal server error response has a 4xx status code

func (*GetKubernetesSecretInternalServerError) IsCode

IsCode returns true when this get kubernetes secret internal server error response a status code equal to that given

func (*GetKubernetesSecretInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes secret internal server error response has a 3xx status code

func (*GetKubernetesSecretInternalServerError) IsServerError

func (o *GetKubernetesSecretInternalServerError) IsServerError() bool

IsServerError returns true when this get kubernetes secret internal server error response has a 5xx status code

func (*GetKubernetesSecretInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes secret internal server error response has a 2xx status code

func (*GetKubernetesSecretInternalServerError) String

type GetKubernetesSecretNotFound

type GetKubernetesSecretNotFound struct {
}

GetKubernetesSecretNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewGetKubernetesSecretNotFound

func NewGetKubernetesSecretNotFound() *GetKubernetesSecretNotFound

NewGetKubernetesSecretNotFound creates a GetKubernetesSecretNotFound with default headers values

func (*GetKubernetesSecretNotFound) Code

func (o *GetKubernetesSecretNotFound) Code() int

Code gets the status code for the get kubernetes secret not found response

func (*GetKubernetesSecretNotFound) Error

func (*GetKubernetesSecretNotFound) IsClientError

func (o *GetKubernetesSecretNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes secret not found response has a 4xx status code

func (*GetKubernetesSecretNotFound) IsCode

func (o *GetKubernetesSecretNotFound) IsCode(code int) bool

IsCode returns true when this get kubernetes secret not found response a status code equal to that given

func (*GetKubernetesSecretNotFound) IsRedirect

func (o *GetKubernetesSecretNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes secret not found response has a 3xx status code

func (*GetKubernetesSecretNotFound) IsServerError

func (o *GetKubernetesSecretNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes secret not found response has a 5xx status code

func (*GetKubernetesSecretNotFound) IsSuccess

func (o *GetKubernetesSecretNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes secret not found response has a 2xx status code

func (*GetKubernetesSecretNotFound) String

func (o *GetKubernetesSecretNotFound) String() string

type GetKubernetesSecretOK

type GetKubernetesSecretOK struct {
	Payload *models.KubernetesK8sSecret
}

GetKubernetesSecretOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesSecretOK

func NewGetKubernetesSecretOK() *GetKubernetesSecretOK

NewGetKubernetesSecretOK creates a GetKubernetesSecretOK with default headers values

func (*GetKubernetesSecretOK) Code

func (o *GetKubernetesSecretOK) Code() int

Code gets the status code for the get kubernetes secret o k response

func (*GetKubernetesSecretOK) Error

func (o *GetKubernetesSecretOK) Error() string

func (*GetKubernetesSecretOK) GetPayload

func (*GetKubernetesSecretOK) IsClientError

func (o *GetKubernetesSecretOK) IsClientError() bool

IsClientError returns true when this get kubernetes secret o k response has a 4xx status code

func (*GetKubernetesSecretOK) IsCode

func (o *GetKubernetesSecretOK) IsCode(code int) bool

IsCode returns true when this get kubernetes secret o k response a status code equal to that given

func (*GetKubernetesSecretOK) IsRedirect

func (o *GetKubernetesSecretOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes secret o k response has a 3xx status code

func (*GetKubernetesSecretOK) IsServerError

func (o *GetKubernetesSecretOK) IsServerError() bool

IsServerError returns true when this get kubernetes secret o k response has a 5xx status code

func (*GetKubernetesSecretOK) IsSuccess

func (o *GetKubernetesSecretOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes secret o k response has a 2xx status code

func (*GetKubernetesSecretOK) String

func (o *GetKubernetesSecretOK) String() string

type GetKubernetesSecretParams

type GetKubernetesSecretParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   The namespace name where the secret is located
	*/
	Namespace string

	/* Secret.

	   The secret name to get details for
	*/
	Secret string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesSecretParams contains all the parameters to send to the API endpoint

for the get kubernetes secret operation.

Typically these are written to a http.Request.

func NewGetKubernetesSecretParams

func NewGetKubernetesSecretParams() *GetKubernetesSecretParams

NewGetKubernetesSecretParams creates a new GetKubernetesSecretParams 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 NewGetKubernetesSecretParamsWithContext

func NewGetKubernetesSecretParamsWithContext(ctx context.Context) *GetKubernetesSecretParams

NewGetKubernetesSecretParamsWithContext creates a new GetKubernetesSecretParams object with the ability to set a context for a request.

func NewGetKubernetesSecretParamsWithHTTPClient

func NewGetKubernetesSecretParamsWithHTTPClient(client *http.Client) *GetKubernetesSecretParams

NewGetKubernetesSecretParamsWithHTTPClient creates a new GetKubernetesSecretParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesSecretParamsWithTimeout

func NewGetKubernetesSecretParamsWithTimeout(timeout time.Duration) *GetKubernetesSecretParams

NewGetKubernetesSecretParamsWithTimeout creates a new GetKubernetesSecretParams object with the ability to set a timeout on a request.

func (*GetKubernetesSecretParams) SetContext

func (o *GetKubernetesSecretParams) SetContext(ctx context.Context)

SetContext adds the context to the get kubernetes secret params

func (*GetKubernetesSecretParams) SetDefaults

func (o *GetKubernetesSecretParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes secret params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesSecretParams) SetHTTPClient

func (o *GetKubernetesSecretParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes secret params

func (*GetKubernetesSecretParams) SetID

func (o *GetKubernetesSecretParams) SetID(id int64)

SetID adds the id to the get kubernetes secret params

func (*GetKubernetesSecretParams) SetNamespace

func (o *GetKubernetesSecretParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes secret params

func (*GetKubernetesSecretParams) SetSecret

func (o *GetKubernetesSecretParams) SetSecret(secret string)

SetSecret adds the secret to the get kubernetes secret params

func (*GetKubernetesSecretParams) SetTimeout

func (o *GetKubernetesSecretParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes secret params

func (*GetKubernetesSecretParams) WithContext

WithContext adds the context to the get kubernetes secret params

func (*GetKubernetesSecretParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes secret params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesSecretParams) WithHTTPClient

func (o *GetKubernetesSecretParams) WithHTTPClient(client *http.Client) *GetKubernetesSecretParams

WithHTTPClient adds the HTTPClient to the get kubernetes secret params

func (*GetKubernetesSecretParams) WithID

WithID adds the id to the get kubernetes secret params

func (*GetKubernetesSecretParams) WithNamespace

func (o *GetKubernetesSecretParams) WithNamespace(namespace string) *GetKubernetesSecretParams

WithNamespace adds the namespace to the get kubernetes secret params

func (*GetKubernetesSecretParams) WithSecret

WithSecret adds the secret to the get kubernetes secret params

func (*GetKubernetesSecretParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes secret params

func (*GetKubernetesSecretParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesSecretReader

type GetKubernetesSecretReader struct {
	// contains filtered or unexported fields
}

GetKubernetesSecretReader is a Reader for the GetKubernetesSecret structure.

func (*GetKubernetesSecretReader) ReadResponse

func (o *GetKubernetesSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesSecretUnauthorized

type GetKubernetesSecretUnauthorized struct {
}

GetKubernetesSecretUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesSecretUnauthorized

func NewGetKubernetesSecretUnauthorized() *GetKubernetesSecretUnauthorized

NewGetKubernetesSecretUnauthorized creates a GetKubernetesSecretUnauthorized with default headers values

func (*GetKubernetesSecretUnauthorized) Code

Code gets the status code for the get kubernetes secret unauthorized response

func (*GetKubernetesSecretUnauthorized) Error

func (*GetKubernetesSecretUnauthorized) IsClientError

func (o *GetKubernetesSecretUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes secret unauthorized response has a 4xx status code

func (*GetKubernetesSecretUnauthorized) IsCode

func (o *GetKubernetesSecretUnauthorized) IsCode(code int) bool

IsCode returns true when this get kubernetes secret unauthorized response a status code equal to that given

func (*GetKubernetesSecretUnauthorized) IsRedirect

func (o *GetKubernetesSecretUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes secret unauthorized response has a 3xx status code

func (*GetKubernetesSecretUnauthorized) IsServerError

func (o *GetKubernetesSecretUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes secret unauthorized response has a 5xx status code

func (*GetKubernetesSecretUnauthorized) IsSuccess

func (o *GetKubernetesSecretUnauthorized) IsSuccess() bool

IsSuccess returns true when this get kubernetes secret unauthorized response has a 2xx status code

func (*GetKubernetesSecretUnauthorized) String

type GetKubernetesSecretsBadRequest

type GetKubernetesSecretsBadRequest struct {
}

GetKubernetesSecretsBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesSecretsBadRequest

func NewGetKubernetesSecretsBadRequest() *GetKubernetesSecretsBadRequest

NewGetKubernetesSecretsBadRequest creates a GetKubernetesSecretsBadRequest with default headers values

func (*GetKubernetesSecretsBadRequest) Code

Code gets the status code for the get kubernetes secrets bad request response

func (*GetKubernetesSecretsBadRequest) Error

func (*GetKubernetesSecretsBadRequest) IsClientError

func (o *GetKubernetesSecretsBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes secrets bad request response has a 4xx status code

func (*GetKubernetesSecretsBadRequest) IsCode

func (o *GetKubernetesSecretsBadRequest) IsCode(code int) bool

IsCode returns true when this get kubernetes secrets bad request response a status code equal to that given

func (*GetKubernetesSecretsBadRequest) IsRedirect

func (o *GetKubernetesSecretsBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes secrets bad request response has a 3xx status code

func (*GetKubernetesSecretsBadRequest) IsServerError

func (o *GetKubernetesSecretsBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes secrets bad request response has a 5xx status code

func (*GetKubernetesSecretsBadRequest) IsSuccess

func (o *GetKubernetesSecretsBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes secrets bad request response has a 2xx status code

func (*GetKubernetesSecretsBadRequest) String

type GetKubernetesSecretsCountBadRequest

type GetKubernetesSecretsCountBadRequest struct {
}

GetKubernetesSecretsCountBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesSecretsCountBadRequest

func NewGetKubernetesSecretsCountBadRequest() *GetKubernetesSecretsCountBadRequest

NewGetKubernetesSecretsCountBadRequest creates a GetKubernetesSecretsCountBadRequest with default headers values

func (*GetKubernetesSecretsCountBadRequest) Code

Code gets the status code for the get kubernetes secrets count bad request response

func (*GetKubernetesSecretsCountBadRequest) Error

func (*GetKubernetesSecretsCountBadRequest) IsClientError

func (o *GetKubernetesSecretsCountBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes secrets count bad request response has a 4xx status code

func (*GetKubernetesSecretsCountBadRequest) IsCode

IsCode returns true when this get kubernetes secrets count bad request response a status code equal to that given

func (*GetKubernetesSecretsCountBadRequest) IsRedirect

func (o *GetKubernetesSecretsCountBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes secrets count bad request response has a 3xx status code

func (*GetKubernetesSecretsCountBadRequest) IsServerError

func (o *GetKubernetesSecretsCountBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes secrets count bad request response has a 5xx status code

func (*GetKubernetesSecretsCountBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes secrets count bad request response has a 2xx status code

func (*GetKubernetesSecretsCountBadRequest) String

type GetKubernetesSecretsCountForbidden

type GetKubernetesSecretsCountForbidden struct {
}

GetKubernetesSecretsCountForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesSecretsCountForbidden

func NewGetKubernetesSecretsCountForbidden() *GetKubernetesSecretsCountForbidden

NewGetKubernetesSecretsCountForbidden creates a GetKubernetesSecretsCountForbidden with default headers values

func (*GetKubernetesSecretsCountForbidden) Code

Code gets the status code for the get kubernetes secrets count forbidden response

func (*GetKubernetesSecretsCountForbidden) Error

func (*GetKubernetesSecretsCountForbidden) IsClientError

func (o *GetKubernetesSecretsCountForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes secrets count forbidden response has a 4xx status code

func (*GetKubernetesSecretsCountForbidden) IsCode

IsCode returns true when this get kubernetes secrets count forbidden response a status code equal to that given

func (*GetKubernetesSecretsCountForbidden) IsRedirect

func (o *GetKubernetesSecretsCountForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes secrets count forbidden response has a 3xx status code

func (*GetKubernetesSecretsCountForbidden) IsServerError

func (o *GetKubernetesSecretsCountForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes secrets count forbidden response has a 5xx status code

func (*GetKubernetesSecretsCountForbidden) IsSuccess

IsSuccess returns true when this get kubernetes secrets count forbidden response has a 2xx status code

func (*GetKubernetesSecretsCountForbidden) String

type GetKubernetesSecretsCountInternalServerError

type GetKubernetesSecretsCountInternalServerError struct {
}

GetKubernetesSecretsCountInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve the count of all secrets from the cluster.

func NewGetKubernetesSecretsCountInternalServerError

func NewGetKubernetesSecretsCountInternalServerError() *GetKubernetesSecretsCountInternalServerError

NewGetKubernetesSecretsCountInternalServerError creates a GetKubernetesSecretsCountInternalServerError with default headers values

func (*GetKubernetesSecretsCountInternalServerError) Code

Code gets the status code for the get kubernetes secrets count internal server error response

func (*GetKubernetesSecretsCountInternalServerError) Error

func (*GetKubernetesSecretsCountInternalServerError) IsClientError

IsClientError returns true when this get kubernetes secrets count internal server error response has a 4xx status code

func (*GetKubernetesSecretsCountInternalServerError) IsCode

IsCode returns true when this get kubernetes secrets count internal server error response a status code equal to that given

func (*GetKubernetesSecretsCountInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes secrets count internal server error response has a 3xx status code

func (*GetKubernetesSecretsCountInternalServerError) IsServerError

IsServerError returns true when this get kubernetes secrets count internal server error response has a 5xx status code

func (*GetKubernetesSecretsCountInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes secrets count internal server error response has a 2xx status code

func (*GetKubernetesSecretsCountInternalServerError) String

type GetKubernetesSecretsCountNotFound

type GetKubernetesSecretsCountNotFound struct {
}

GetKubernetesSecretsCountNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewGetKubernetesSecretsCountNotFound

func NewGetKubernetesSecretsCountNotFound() *GetKubernetesSecretsCountNotFound

NewGetKubernetesSecretsCountNotFound creates a GetKubernetesSecretsCountNotFound with default headers values

func (*GetKubernetesSecretsCountNotFound) Code

Code gets the status code for the get kubernetes secrets count not found response

func (*GetKubernetesSecretsCountNotFound) Error

func (*GetKubernetesSecretsCountNotFound) IsClientError

func (o *GetKubernetesSecretsCountNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes secrets count not found response has a 4xx status code

func (*GetKubernetesSecretsCountNotFound) IsCode

func (o *GetKubernetesSecretsCountNotFound) IsCode(code int) bool

IsCode returns true when this get kubernetes secrets count not found response a status code equal to that given

func (*GetKubernetesSecretsCountNotFound) IsRedirect

func (o *GetKubernetesSecretsCountNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes secrets count not found response has a 3xx status code

func (*GetKubernetesSecretsCountNotFound) IsServerError

func (o *GetKubernetesSecretsCountNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes secrets count not found response has a 5xx status code

func (*GetKubernetesSecretsCountNotFound) IsSuccess

func (o *GetKubernetesSecretsCountNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes secrets count not found response has a 2xx status code

func (*GetKubernetesSecretsCountNotFound) String

type GetKubernetesSecretsCountOK

type GetKubernetesSecretsCountOK struct {
	Payload int64
}

GetKubernetesSecretsCountOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesSecretsCountOK

func NewGetKubernetesSecretsCountOK() *GetKubernetesSecretsCountOK

NewGetKubernetesSecretsCountOK creates a GetKubernetesSecretsCountOK with default headers values

func (*GetKubernetesSecretsCountOK) Code

func (o *GetKubernetesSecretsCountOK) Code() int

Code gets the status code for the get kubernetes secrets count o k response

func (*GetKubernetesSecretsCountOK) Error

func (*GetKubernetesSecretsCountOK) GetPayload

func (o *GetKubernetesSecretsCountOK) GetPayload() int64

func (*GetKubernetesSecretsCountOK) IsClientError

func (o *GetKubernetesSecretsCountOK) IsClientError() bool

IsClientError returns true when this get kubernetes secrets count o k response has a 4xx status code

func (*GetKubernetesSecretsCountOK) IsCode

func (o *GetKubernetesSecretsCountOK) IsCode(code int) bool

IsCode returns true when this get kubernetes secrets count o k response a status code equal to that given

func (*GetKubernetesSecretsCountOK) IsRedirect

func (o *GetKubernetesSecretsCountOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes secrets count o k response has a 3xx status code

func (*GetKubernetesSecretsCountOK) IsServerError

func (o *GetKubernetesSecretsCountOK) IsServerError() bool

IsServerError returns true when this get kubernetes secrets count o k response has a 5xx status code

func (*GetKubernetesSecretsCountOK) IsSuccess

func (o *GetKubernetesSecretsCountOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes secrets count o k response has a 2xx status code

func (*GetKubernetesSecretsCountOK) String

func (o *GetKubernetesSecretsCountOK) String() string

type GetKubernetesSecretsCountParams

type GetKubernetesSecretsCountParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesSecretsCountParams contains all the parameters to send to the API endpoint

for the get kubernetes secrets count operation.

Typically these are written to a http.Request.

func NewGetKubernetesSecretsCountParams

func NewGetKubernetesSecretsCountParams() *GetKubernetesSecretsCountParams

NewGetKubernetesSecretsCountParams creates a new GetKubernetesSecretsCountParams 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 NewGetKubernetesSecretsCountParamsWithContext

func NewGetKubernetesSecretsCountParamsWithContext(ctx context.Context) *GetKubernetesSecretsCountParams

NewGetKubernetesSecretsCountParamsWithContext creates a new GetKubernetesSecretsCountParams object with the ability to set a context for a request.

func NewGetKubernetesSecretsCountParamsWithHTTPClient

func NewGetKubernetesSecretsCountParamsWithHTTPClient(client *http.Client) *GetKubernetesSecretsCountParams

NewGetKubernetesSecretsCountParamsWithHTTPClient creates a new GetKubernetesSecretsCountParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesSecretsCountParamsWithTimeout

func NewGetKubernetesSecretsCountParamsWithTimeout(timeout time.Duration) *GetKubernetesSecretsCountParams

NewGetKubernetesSecretsCountParamsWithTimeout creates a new GetKubernetesSecretsCountParams object with the ability to set a timeout on a request.

func (*GetKubernetesSecretsCountParams) SetContext

func (o *GetKubernetesSecretsCountParams) SetContext(ctx context.Context)

SetContext adds the context to the get kubernetes secrets count params

func (*GetKubernetesSecretsCountParams) SetDefaults

func (o *GetKubernetesSecretsCountParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes secrets count params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesSecretsCountParams) SetHTTPClient

func (o *GetKubernetesSecretsCountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes secrets count params

func (*GetKubernetesSecretsCountParams) SetID

SetID adds the id to the get kubernetes secrets count params

func (*GetKubernetesSecretsCountParams) SetTimeout

func (o *GetKubernetesSecretsCountParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes secrets count params

func (*GetKubernetesSecretsCountParams) WithContext

WithContext adds the context to the get kubernetes secrets count params

func (*GetKubernetesSecretsCountParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes secrets count params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesSecretsCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes secrets count params

func (*GetKubernetesSecretsCountParams) WithID

WithID adds the id to the get kubernetes secrets count params

func (*GetKubernetesSecretsCountParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes secrets count params

func (*GetKubernetesSecretsCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesSecretsCountReader

type GetKubernetesSecretsCountReader struct {
	// contains filtered or unexported fields
}

GetKubernetesSecretsCountReader is a Reader for the GetKubernetesSecretsCount structure.

func (*GetKubernetesSecretsCountReader) ReadResponse

func (o *GetKubernetesSecretsCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesSecretsCountUnauthorized

type GetKubernetesSecretsCountUnauthorized struct {
}

GetKubernetesSecretsCountUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesSecretsCountUnauthorized

func NewGetKubernetesSecretsCountUnauthorized() *GetKubernetesSecretsCountUnauthorized

NewGetKubernetesSecretsCountUnauthorized creates a GetKubernetesSecretsCountUnauthorized with default headers values

func (*GetKubernetesSecretsCountUnauthorized) Code

Code gets the status code for the get kubernetes secrets count unauthorized response

func (*GetKubernetesSecretsCountUnauthorized) Error

func (*GetKubernetesSecretsCountUnauthorized) IsClientError

func (o *GetKubernetesSecretsCountUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes secrets count unauthorized response has a 4xx status code

func (*GetKubernetesSecretsCountUnauthorized) IsCode

IsCode returns true when this get kubernetes secrets count unauthorized response a status code equal to that given

func (*GetKubernetesSecretsCountUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes secrets count unauthorized response has a 3xx status code

func (*GetKubernetesSecretsCountUnauthorized) IsServerError

func (o *GetKubernetesSecretsCountUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes secrets count unauthorized response has a 5xx status code

func (*GetKubernetesSecretsCountUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes secrets count unauthorized response has a 2xx status code

func (*GetKubernetesSecretsCountUnauthorized) String

type GetKubernetesSecretsForbidden

type GetKubernetesSecretsForbidden struct {
}

GetKubernetesSecretsForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesSecretsForbidden

func NewGetKubernetesSecretsForbidden() *GetKubernetesSecretsForbidden

NewGetKubernetesSecretsForbidden creates a GetKubernetesSecretsForbidden with default headers values

func (*GetKubernetesSecretsForbidden) Code

Code gets the status code for the get kubernetes secrets forbidden response

func (*GetKubernetesSecretsForbidden) Error

func (*GetKubernetesSecretsForbidden) IsClientError

func (o *GetKubernetesSecretsForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes secrets forbidden response has a 4xx status code

func (*GetKubernetesSecretsForbidden) IsCode

func (o *GetKubernetesSecretsForbidden) IsCode(code int) bool

IsCode returns true when this get kubernetes secrets forbidden response a status code equal to that given

func (*GetKubernetesSecretsForbidden) IsRedirect

func (o *GetKubernetesSecretsForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes secrets forbidden response has a 3xx status code

func (*GetKubernetesSecretsForbidden) IsServerError

func (o *GetKubernetesSecretsForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes secrets forbidden response has a 5xx status code

func (*GetKubernetesSecretsForbidden) IsSuccess

func (o *GetKubernetesSecretsForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes secrets forbidden response has a 2xx status code

func (*GetKubernetesSecretsForbidden) String

type GetKubernetesSecretsInternalServerError

type GetKubernetesSecretsInternalServerError struct {
}

GetKubernetesSecretsInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve all secrets from the cluster.

func NewGetKubernetesSecretsInternalServerError

func NewGetKubernetesSecretsInternalServerError() *GetKubernetesSecretsInternalServerError

NewGetKubernetesSecretsInternalServerError creates a GetKubernetesSecretsInternalServerError with default headers values

func (*GetKubernetesSecretsInternalServerError) Code

Code gets the status code for the get kubernetes secrets internal server error response

func (*GetKubernetesSecretsInternalServerError) Error

func (*GetKubernetesSecretsInternalServerError) IsClientError

func (o *GetKubernetesSecretsInternalServerError) IsClientError() bool

IsClientError returns true when this get kubernetes secrets internal server error response has a 4xx status code

func (*GetKubernetesSecretsInternalServerError) IsCode

IsCode returns true when this get kubernetes secrets internal server error response a status code equal to that given

func (*GetKubernetesSecretsInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes secrets internal server error response has a 3xx status code

func (*GetKubernetesSecretsInternalServerError) IsServerError

func (o *GetKubernetesSecretsInternalServerError) IsServerError() bool

IsServerError returns true when this get kubernetes secrets internal server error response has a 5xx status code

func (*GetKubernetesSecretsInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes secrets internal server error response has a 2xx status code

func (*GetKubernetesSecretsInternalServerError) String

type GetKubernetesSecretsNotFound

type GetKubernetesSecretsNotFound struct {
}

GetKubernetesSecretsNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewGetKubernetesSecretsNotFound

func NewGetKubernetesSecretsNotFound() *GetKubernetesSecretsNotFound

NewGetKubernetesSecretsNotFound creates a GetKubernetesSecretsNotFound with default headers values

func (*GetKubernetesSecretsNotFound) Code

Code gets the status code for the get kubernetes secrets not found response

func (*GetKubernetesSecretsNotFound) Error

func (*GetKubernetesSecretsNotFound) IsClientError

func (o *GetKubernetesSecretsNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes secrets not found response has a 4xx status code

func (*GetKubernetesSecretsNotFound) IsCode

func (o *GetKubernetesSecretsNotFound) IsCode(code int) bool

IsCode returns true when this get kubernetes secrets not found response a status code equal to that given

func (*GetKubernetesSecretsNotFound) IsRedirect

func (o *GetKubernetesSecretsNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes secrets not found response has a 3xx status code

func (*GetKubernetesSecretsNotFound) IsServerError

func (o *GetKubernetesSecretsNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes secrets not found response has a 5xx status code

func (*GetKubernetesSecretsNotFound) IsSuccess

func (o *GetKubernetesSecretsNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes secrets not found response has a 2xx status code

func (*GetKubernetesSecretsNotFound) String

type GetKubernetesSecretsOK

type GetKubernetesSecretsOK struct {
	Payload []*models.KubernetesK8sSecret
}

GetKubernetesSecretsOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesSecretsOK

func NewGetKubernetesSecretsOK() *GetKubernetesSecretsOK

NewGetKubernetesSecretsOK creates a GetKubernetesSecretsOK with default headers values

func (*GetKubernetesSecretsOK) Code

func (o *GetKubernetesSecretsOK) Code() int

Code gets the status code for the get kubernetes secrets o k response

func (*GetKubernetesSecretsOK) Error

func (o *GetKubernetesSecretsOK) Error() string

func (*GetKubernetesSecretsOK) GetPayload

func (*GetKubernetesSecretsOK) IsClientError

func (o *GetKubernetesSecretsOK) IsClientError() bool

IsClientError returns true when this get kubernetes secrets o k response has a 4xx status code

func (*GetKubernetesSecretsOK) IsCode

func (o *GetKubernetesSecretsOK) IsCode(code int) bool

IsCode returns true when this get kubernetes secrets o k response a status code equal to that given

func (*GetKubernetesSecretsOK) IsRedirect

func (o *GetKubernetesSecretsOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes secrets o k response has a 3xx status code

func (*GetKubernetesSecretsOK) IsServerError

func (o *GetKubernetesSecretsOK) IsServerError() bool

IsServerError returns true when this get kubernetes secrets o k response has a 5xx status code

func (*GetKubernetesSecretsOK) IsSuccess

func (o *GetKubernetesSecretsOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes secrets o k response has a 2xx status code

func (*GetKubernetesSecretsOK) String

func (o *GetKubernetesSecretsOK) String() string

type GetKubernetesSecretsParams

type GetKubernetesSecretsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* IsUsed.

	   When set to true, associate the Secrets with the applications that use them
	*/
	IsUsed bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesSecretsParams contains all the parameters to send to the API endpoint

for the get kubernetes secrets operation.

Typically these are written to a http.Request.

func NewGetKubernetesSecretsParams

func NewGetKubernetesSecretsParams() *GetKubernetesSecretsParams

NewGetKubernetesSecretsParams creates a new GetKubernetesSecretsParams 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 NewGetKubernetesSecretsParamsWithContext

func NewGetKubernetesSecretsParamsWithContext(ctx context.Context) *GetKubernetesSecretsParams

NewGetKubernetesSecretsParamsWithContext creates a new GetKubernetesSecretsParams object with the ability to set a context for a request.

func NewGetKubernetesSecretsParamsWithHTTPClient

func NewGetKubernetesSecretsParamsWithHTTPClient(client *http.Client) *GetKubernetesSecretsParams

NewGetKubernetesSecretsParamsWithHTTPClient creates a new GetKubernetesSecretsParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesSecretsParamsWithTimeout

func NewGetKubernetesSecretsParamsWithTimeout(timeout time.Duration) *GetKubernetesSecretsParams

NewGetKubernetesSecretsParamsWithTimeout creates a new GetKubernetesSecretsParams object with the ability to set a timeout on a request.

func (*GetKubernetesSecretsParams) SetContext

func (o *GetKubernetesSecretsParams) SetContext(ctx context.Context)

SetContext adds the context to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) SetDefaults

func (o *GetKubernetesSecretsParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes secrets params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesSecretsParams) SetHTTPClient

func (o *GetKubernetesSecretsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) SetID

func (o *GetKubernetesSecretsParams) SetID(id int64)

SetID adds the id to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) SetIsUsed

func (o *GetKubernetesSecretsParams) SetIsUsed(isUsed bool)

SetIsUsed adds the isUsed to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) SetTimeout

func (o *GetKubernetesSecretsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) WithContext

WithContext adds the context to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes secrets params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesSecretsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) WithID

WithID adds the id to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) WithIsUsed

WithIsUsed adds the isUsed to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes secrets params

func (*GetKubernetesSecretsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesSecretsReader

type GetKubernetesSecretsReader struct {
	// contains filtered or unexported fields
}

GetKubernetesSecretsReader is a Reader for the GetKubernetesSecrets structure.

func (*GetKubernetesSecretsReader) ReadResponse

func (o *GetKubernetesSecretsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesSecretsUnauthorized

type GetKubernetesSecretsUnauthorized struct {
}

GetKubernetesSecretsUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesSecretsUnauthorized

func NewGetKubernetesSecretsUnauthorized() *GetKubernetesSecretsUnauthorized

NewGetKubernetesSecretsUnauthorized creates a GetKubernetesSecretsUnauthorized with default headers values

func (*GetKubernetesSecretsUnauthorized) Code

Code gets the status code for the get kubernetes secrets unauthorized response

func (*GetKubernetesSecretsUnauthorized) Error

func (*GetKubernetesSecretsUnauthorized) IsClientError

func (o *GetKubernetesSecretsUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes secrets unauthorized response has a 4xx status code

func (*GetKubernetesSecretsUnauthorized) IsCode

func (o *GetKubernetesSecretsUnauthorized) IsCode(code int) bool

IsCode returns true when this get kubernetes secrets unauthorized response a status code equal to that given

func (*GetKubernetesSecretsUnauthorized) IsRedirect

func (o *GetKubernetesSecretsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes secrets unauthorized response has a 3xx status code

func (*GetKubernetesSecretsUnauthorized) IsServerError

func (o *GetKubernetesSecretsUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes secrets unauthorized response has a 5xx status code

func (*GetKubernetesSecretsUnauthorized) IsSuccess

func (o *GetKubernetesSecretsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get kubernetes secrets unauthorized response has a 2xx status code

func (*GetKubernetesSecretsUnauthorized) String

type GetKubernetesServiceAccountsBadRequest

type GetKubernetesServiceAccountsBadRequest struct {
}

GetKubernetesServiceAccountsBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesServiceAccountsBadRequest

func NewGetKubernetesServiceAccountsBadRequest() *GetKubernetesServiceAccountsBadRequest

NewGetKubernetesServiceAccountsBadRequest creates a GetKubernetesServiceAccountsBadRequest with default headers values

func (*GetKubernetesServiceAccountsBadRequest) Code

Code gets the status code for the get kubernetes service accounts bad request response

func (*GetKubernetesServiceAccountsBadRequest) Error

func (*GetKubernetesServiceAccountsBadRequest) IsClientError

func (o *GetKubernetesServiceAccountsBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes service accounts bad request response has a 4xx status code

func (*GetKubernetesServiceAccountsBadRequest) IsCode

IsCode returns true when this get kubernetes service accounts bad request response a status code equal to that given

func (*GetKubernetesServiceAccountsBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes service accounts bad request response has a 3xx status code

func (*GetKubernetesServiceAccountsBadRequest) IsServerError

func (o *GetKubernetesServiceAccountsBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes service accounts bad request response has a 5xx status code

func (*GetKubernetesServiceAccountsBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes service accounts bad request response has a 2xx status code

func (*GetKubernetesServiceAccountsBadRequest) String

type GetKubernetesServiceAccountsForbidden

type GetKubernetesServiceAccountsForbidden struct {
}

GetKubernetesServiceAccountsForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesServiceAccountsForbidden

func NewGetKubernetesServiceAccountsForbidden() *GetKubernetesServiceAccountsForbidden

NewGetKubernetesServiceAccountsForbidden creates a GetKubernetesServiceAccountsForbidden with default headers values

func (*GetKubernetesServiceAccountsForbidden) Code

Code gets the status code for the get kubernetes service accounts forbidden response

func (*GetKubernetesServiceAccountsForbidden) Error

func (*GetKubernetesServiceAccountsForbidden) IsClientError

func (o *GetKubernetesServiceAccountsForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes service accounts forbidden response has a 4xx status code

func (*GetKubernetesServiceAccountsForbidden) IsCode

IsCode returns true when this get kubernetes service accounts forbidden response a status code equal to that given

func (*GetKubernetesServiceAccountsForbidden) IsRedirect

IsRedirect returns true when this get kubernetes service accounts forbidden response has a 3xx status code

func (*GetKubernetesServiceAccountsForbidden) IsServerError

func (o *GetKubernetesServiceAccountsForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes service accounts forbidden response has a 5xx status code

func (*GetKubernetesServiceAccountsForbidden) IsSuccess

IsSuccess returns true when this get kubernetes service accounts forbidden response has a 2xx status code

func (*GetKubernetesServiceAccountsForbidden) String

type GetKubernetesServiceAccountsInternalServerError

type GetKubernetesServiceAccountsInternalServerError struct {
}

GetKubernetesServiceAccountsInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve the list of service accounts.

func NewGetKubernetesServiceAccountsInternalServerError

func NewGetKubernetesServiceAccountsInternalServerError() *GetKubernetesServiceAccountsInternalServerError

NewGetKubernetesServiceAccountsInternalServerError creates a GetKubernetesServiceAccountsInternalServerError with default headers values

func (*GetKubernetesServiceAccountsInternalServerError) Code

Code gets the status code for the get kubernetes service accounts internal server error response

func (*GetKubernetesServiceAccountsInternalServerError) Error

func (*GetKubernetesServiceAccountsInternalServerError) IsClientError

IsClientError returns true when this get kubernetes service accounts internal server error response has a 4xx status code

func (*GetKubernetesServiceAccountsInternalServerError) IsCode

IsCode returns true when this get kubernetes service accounts internal server error response a status code equal to that given

func (*GetKubernetesServiceAccountsInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes service accounts internal server error response has a 3xx status code

func (*GetKubernetesServiceAccountsInternalServerError) IsServerError

IsServerError returns true when this get kubernetes service accounts internal server error response has a 5xx status code

func (*GetKubernetesServiceAccountsInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes service accounts internal server error response has a 2xx status code

func (*GetKubernetesServiceAccountsInternalServerError) String

type GetKubernetesServiceAccountsNotFound

type GetKubernetesServiceAccountsNotFound struct {
}

GetKubernetesServiceAccountsNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewGetKubernetesServiceAccountsNotFound

func NewGetKubernetesServiceAccountsNotFound() *GetKubernetesServiceAccountsNotFound

NewGetKubernetesServiceAccountsNotFound creates a GetKubernetesServiceAccountsNotFound with default headers values

func (*GetKubernetesServiceAccountsNotFound) Code

Code gets the status code for the get kubernetes service accounts not found response

func (*GetKubernetesServiceAccountsNotFound) Error

func (*GetKubernetesServiceAccountsNotFound) IsClientError

func (o *GetKubernetesServiceAccountsNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes service accounts not found response has a 4xx status code

func (*GetKubernetesServiceAccountsNotFound) IsCode

IsCode returns true when this get kubernetes service accounts not found response a status code equal to that given

func (*GetKubernetesServiceAccountsNotFound) IsRedirect

IsRedirect returns true when this get kubernetes service accounts not found response has a 3xx status code

func (*GetKubernetesServiceAccountsNotFound) IsServerError

func (o *GetKubernetesServiceAccountsNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes service accounts not found response has a 5xx status code

func (*GetKubernetesServiceAccountsNotFound) IsSuccess

IsSuccess returns true when this get kubernetes service accounts not found response has a 2xx status code

func (*GetKubernetesServiceAccountsNotFound) String

type GetKubernetesServiceAccountsOK

type GetKubernetesServiceAccountsOK struct {
	Payload []*models.KubernetesK8sServiceAccount
}

GetKubernetesServiceAccountsOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesServiceAccountsOK

func NewGetKubernetesServiceAccountsOK() *GetKubernetesServiceAccountsOK

NewGetKubernetesServiceAccountsOK creates a GetKubernetesServiceAccountsOK with default headers values

func (*GetKubernetesServiceAccountsOK) Code

Code gets the status code for the get kubernetes service accounts o k response

func (*GetKubernetesServiceAccountsOK) Error

func (*GetKubernetesServiceAccountsOK) GetPayload

func (*GetKubernetesServiceAccountsOK) IsClientError

func (o *GetKubernetesServiceAccountsOK) IsClientError() bool

IsClientError returns true when this get kubernetes service accounts o k response has a 4xx status code

func (*GetKubernetesServiceAccountsOK) IsCode

func (o *GetKubernetesServiceAccountsOK) IsCode(code int) bool

IsCode returns true when this get kubernetes service accounts o k response a status code equal to that given

func (*GetKubernetesServiceAccountsOK) IsRedirect

func (o *GetKubernetesServiceAccountsOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes service accounts o k response has a 3xx status code

func (*GetKubernetesServiceAccountsOK) IsServerError

func (o *GetKubernetesServiceAccountsOK) IsServerError() bool

IsServerError returns true when this get kubernetes service accounts o k response has a 5xx status code

func (*GetKubernetesServiceAccountsOK) IsSuccess

func (o *GetKubernetesServiceAccountsOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes service accounts o k response has a 2xx status code

func (*GetKubernetesServiceAccountsOK) String

type GetKubernetesServiceAccountsParams

type GetKubernetesServiceAccountsParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesServiceAccountsParams contains all the parameters to send to the API endpoint

for the get kubernetes service accounts operation.

Typically these are written to a http.Request.

func NewGetKubernetesServiceAccountsParams

func NewGetKubernetesServiceAccountsParams() *GetKubernetesServiceAccountsParams

NewGetKubernetesServiceAccountsParams creates a new GetKubernetesServiceAccountsParams 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 NewGetKubernetesServiceAccountsParamsWithContext

func NewGetKubernetesServiceAccountsParamsWithContext(ctx context.Context) *GetKubernetesServiceAccountsParams

NewGetKubernetesServiceAccountsParamsWithContext creates a new GetKubernetesServiceAccountsParams object with the ability to set a context for a request.

func NewGetKubernetesServiceAccountsParamsWithHTTPClient

func NewGetKubernetesServiceAccountsParamsWithHTTPClient(client *http.Client) *GetKubernetesServiceAccountsParams

NewGetKubernetesServiceAccountsParamsWithHTTPClient creates a new GetKubernetesServiceAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesServiceAccountsParamsWithTimeout

func NewGetKubernetesServiceAccountsParamsWithTimeout(timeout time.Duration) *GetKubernetesServiceAccountsParams

NewGetKubernetesServiceAccountsParamsWithTimeout creates a new GetKubernetesServiceAccountsParams object with the ability to set a timeout on a request.

func (*GetKubernetesServiceAccountsParams) SetContext

SetContext adds the context to the get kubernetes service accounts params

func (*GetKubernetesServiceAccountsParams) SetDefaults

func (o *GetKubernetesServiceAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes service accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesServiceAccountsParams) SetHTTPClient

func (o *GetKubernetesServiceAccountsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes service accounts params

func (*GetKubernetesServiceAccountsParams) SetID

SetID adds the id to the get kubernetes service accounts params

func (*GetKubernetesServiceAccountsParams) SetTimeout

func (o *GetKubernetesServiceAccountsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes service accounts params

func (*GetKubernetesServiceAccountsParams) WithContext

WithContext adds the context to the get kubernetes service accounts params

func (*GetKubernetesServiceAccountsParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes service accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesServiceAccountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes service accounts params

func (*GetKubernetesServiceAccountsParams) WithID

WithID adds the id to the get kubernetes service accounts params

func (*GetKubernetesServiceAccountsParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes service accounts params

func (*GetKubernetesServiceAccountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesServiceAccountsReader

type GetKubernetesServiceAccountsReader struct {
	// contains filtered or unexported fields
}

GetKubernetesServiceAccountsReader is a Reader for the GetKubernetesServiceAccounts structure.

func (*GetKubernetesServiceAccountsReader) ReadResponse

func (o *GetKubernetesServiceAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesServiceAccountsUnauthorized

type GetKubernetesServiceAccountsUnauthorized struct {
}

GetKubernetesServiceAccountsUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesServiceAccountsUnauthorized

func NewGetKubernetesServiceAccountsUnauthorized() *GetKubernetesServiceAccountsUnauthorized

NewGetKubernetesServiceAccountsUnauthorized creates a GetKubernetesServiceAccountsUnauthorized with default headers values

func (*GetKubernetesServiceAccountsUnauthorized) Code

Code gets the status code for the get kubernetes service accounts unauthorized response

func (*GetKubernetesServiceAccountsUnauthorized) Error

func (*GetKubernetesServiceAccountsUnauthorized) IsClientError

IsClientError returns true when this get kubernetes service accounts unauthorized response has a 4xx status code

func (*GetKubernetesServiceAccountsUnauthorized) IsCode

IsCode returns true when this get kubernetes service accounts unauthorized response a status code equal to that given

func (*GetKubernetesServiceAccountsUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes service accounts unauthorized response has a 3xx status code

func (*GetKubernetesServiceAccountsUnauthorized) IsServerError

IsServerError returns true when this get kubernetes service accounts unauthorized response has a 5xx status code

func (*GetKubernetesServiceAccountsUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes service accounts unauthorized response has a 2xx status code

func (*GetKubernetesServiceAccountsUnauthorized) String

type GetKubernetesServicesBadRequest

type GetKubernetesServicesBadRequest struct {
}

GetKubernetesServicesBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesServicesBadRequest

func NewGetKubernetesServicesBadRequest() *GetKubernetesServicesBadRequest

NewGetKubernetesServicesBadRequest creates a GetKubernetesServicesBadRequest with default headers values

func (*GetKubernetesServicesBadRequest) Code

Code gets the status code for the get kubernetes services bad request response

func (*GetKubernetesServicesBadRequest) Error

func (*GetKubernetesServicesBadRequest) IsClientError

func (o *GetKubernetesServicesBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes services bad request response has a 4xx status code

func (*GetKubernetesServicesBadRequest) IsCode

func (o *GetKubernetesServicesBadRequest) IsCode(code int) bool

IsCode returns true when this get kubernetes services bad request response a status code equal to that given

func (*GetKubernetesServicesBadRequest) IsRedirect

func (o *GetKubernetesServicesBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes services bad request response has a 3xx status code

func (*GetKubernetesServicesBadRequest) IsServerError

func (o *GetKubernetesServicesBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes services bad request response has a 5xx status code

func (*GetKubernetesServicesBadRequest) IsSuccess

func (o *GetKubernetesServicesBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes services bad request response has a 2xx status code

func (*GetKubernetesServicesBadRequest) String

type GetKubernetesServicesByNamespaceBadRequest

type GetKubernetesServicesByNamespaceBadRequest struct {
}

GetKubernetesServicesByNamespaceBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesServicesByNamespaceBadRequest

func NewGetKubernetesServicesByNamespaceBadRequest() *GetKubernetesServicesByNamespaceBadRequest

NewGetKubernetesServicesByNamespaceBadRequest creates a GetKubernetesServicesByNamespaceBadRequest with default headers values

func (*GetKubernetesServicesByNamespaceBadRequest) Code

Code gets the status code for the get kubernetes services by namespace bad request response

func (*GetKubernetesServicesByNamespaceBadRequest) Error

func (*GetKubernetesServicesByNamespaceBadRequest) IsClientError

IsClientError returns true when this get kubernetes services by namespace bad request response has a 4xx status code

func (*GetKubernetesServicesByNamespaceBadRequest) IsCode

IsCode returns true when this get kubernetes services by namespace bad request response a status code equal to that given

func (*GetKubernetesServicesByNamespaceBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes services by namespace bad request response has a 3xx status code

func (*GetKubernetesServicesByNamespaceBadRequest) IsServerError

IsServerError returns true when this get kubernetes services by namespace bad request response has a 5xx status code

func (*GetKubernetesServicesByNamespaceBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes services by namespace bad request response has a 2xx status code

func (*GetKubernetesServicesByNamespaceBadRequest) String

type GetKubernetesServicesByNamespaceForbidden

type GetKubernetesServicesByNamespaceForbidden struct {
}

GetKubernetesServicesByNamespaceForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesServicesByNamespaceForbidden

func NewGetKubernetesServicesByNamespaceForbidden() *GetKubernetesServicesByNamespaceForbidden

NewGetKubernetesServicesByNamespaceForbidden creates a GetKubernetesServicesByNamespaceForbidden with default headers values

func (*GetKubernetesServicesByNamespaceForbidden) Code

Code gets the status code for the get kubernetes services by namespace forbidden response

func (*GetKubernetesServicesByNamespaceForbidden) Error

func (*GetKubernetesServicesByNamespaceForbidden) IsClientError

IsClientError returns true when this get kubernetes services by namespace forbidden response has a 4xx status code

func (*GetKubernetesServicesByNamespaceForbidden) IsCode

IsCode returns true when this get kubernetes services by namespace forbidden response a status code equal to that given

func (*GetKubernetesServicesByNamespaceForbidden) IsRedirect

IsRedirect returns true when this get kubernetes services by namespace forbidden response has a 3xx status code

func (*GetKubernetesServicesByNamespaceForbidden) IsServerError

IsServerError returns true when this get kubernetes services by namespace forbidden response has a 5xx status code

func (*GetKubernetesServicesByNamespaceForbidden) IsSuccess

IsSuccess returns true when this get kubernetes services by namespace forbidden response has a 2xx status code

func (*GetKubernetesServicesByNamespaceForbidden) String

type GetKubernetesServicesByNamespaceInternalServerError

type GetKubernetesServicesByNamespaceInternalServerError struct {
}

GetKubernetesServicesByNamespaceInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve all services for a namespace.

func NewGetKubernetesServicesByNamespaceInternalServerError

func NewGetKubernetesServicesByNamespaceInternalServerError() *GetKubernetesServicesByNamespaceInternalServerError

NewGetKubernetesServicesByNamespaceInternalServerError creates a GetKubernetesServicesByNamespaceInternalServerError with default headers values

func (*GetKubernetesServicesByNamespaceInternalServerError) Code

Code gets the status code for the get kubernetes services by namespace internal server error response

func (*GetKubernetesServicesByNamespaceInternalServerError) Error

func (*GetKubernetesServicesByNamespaceInternalServerError) IsClientError

IsClientError returns true when this get kubernetes services by namespace internal server error response has a 4xx status code

func (*GetKubernetesServicesByNamespaceInternalServerError) IsCode

IsCode returns true when this get kubernetes services by namespace internal server error response a status code equal to that given

func (*GetKubernetesServicesByNamespaceInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes services by namespace internal server error response has a 3xx status code

func (*GetKubernetesServicesByNamespaceInternalServerError) IsServerError

IsServerError returns true when this get kubernetes services by namespace internal server error response has a 5xx status code

func (*GetKubernetesServicesByNamespaceInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes services by namespace internal server error response has a 2xx status code

func (*GetKubernetesServicesByNamespaceInternalServerError) String

type GetKubernetesServicesByNamespaceNotFound

type GetKubernetesServicesByNamespaceNotFound struct {
}

GetKubernetesServicesByNamespaceNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewGetKubernetesServicesByNamespaceNotFound

func NewGetKubernetesServicesByNamespaceNotFound() *GetKubernetesServicesByNamespaceNotFound

NewGetKubernetesServicesByNamespaceNotFound creates a GetKubernetesServicesByNamespaceNotFound with default headers values

func (*GetKubernetesServicesByNamespaceNotFound) Code

Code gets the status code for the get kubernetes services by namespace not found response

func (*GetKubernetesServicesByNamespaceNotFound) Error

func (*GetKubernetesServicesByNamespaceNotFound) IsClientError

IsClientError returns true when this get kubernetes services by namespace not found response has a 4xx status code

func (*GetKubernetesServicesByNamespaceNotFound) IsCode

IsCode returns true when this get kubernetes services by namespace not found response a status code equal to that given

func (*GetKubernetesServicesByNamespaceNotFound) IsRedirect

IsRedirect returns true when this get kubernetes services by namespace not found response has a 3xx status code

func (*GetKubernetesServicesByNamespaceNotFound) IsServerError

IsServerError returns true when this get kubernetes services by namespace not found response has a 5xx status code

func (*GetKubernetesServicesByNamespaceNotFound) IsSuccess

IsSuccess returns true when this get kubernetes services by namespace not found response has a 2xx status code

func (*GetKubernetesServicesByNamespaceNotFound) String

type GetKubernetesServicesByNamespaceOK

type GetKubernetesServicesByNamespaceOK struct {
	Payload []*models.KubernetesK8sServiceInfo
}

GetKubernetesServicesByNamespaceOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesServicesByNamespaceOK

func NewGetKubernetesServicesByNamespaceOK() *GetKubernetesServicesByNamespaceOK

NewGetKubernetesServicesByNamespaceOK creates a GetKubernetesServicesByNamespaceOK with default headers values

func (*GetKubernetesServicesByNamespaceOK) Code

Code gets the status code for the get kubernetes services by namespace o k response

func (*GetKubernetesServicesByNamespaceOK) Error

func (*GetKubernetesServicesByNamespaceOK) GetPayload

func (*GetKubernetesServicesByNamespaceOK) IsClientError

func (o *GetKubernetesServicesByNamespaceOK) IsClientError() bool

IsClientError returns true when this get kubernetes services by namespace o k response has a 4xx status code

func (*GetKubernetesServicesByNamespaceOK) IsCode

IsCode returns true when this get kubernetes services by namespace o k response a status code equal to that given

func (*GetKubernetesServicesByNamespaceOK) IsRedirect

func (o *GetKubernetesServicesByNamespaceOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes services by namespace o k response has a 3xx status code

func (*GetKubernetesServicesByNamespaceOK) IsServerError

func (o *GetKubernetesServicesByNamespaceOK) IsServerError() bool

IsServerError returns true when this get kubernetes services by namespace o k response has a 5xx status code

func (*GetKubernetesServicesByNamespaceOK) IsSuccess

IsSuccess returns true when this get kubernetes services by namespace o k response has a 2xx status code

func (*GetKubernetesServicesByNamespaceOK) String

type GetKubernetesServicesByNamespaceParams

type GetKubernetesServicesByNamespaceParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace name
	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesServicesByNamespaceParams contains all the parameters to send to the API endpoint

for the get kubernetes services by namespace operation.

Typically these are written to a http.Request.

func NewGetKubernetesServicesByNamespaceParams

func NewGetKubernetesServicesByNamespaceParams() *GetKubernetesServicesByNamespaceParams

NewGetKubernetesServicesByNamespaceParams creates a new GetKubernetesServicesByNamespaceParams 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 NewGetKubernetesServicesByNamespaceParamsWithContext

func NewGetKubernetesServicesByNamespaceParamsWithContext(ctx context.Context) *GetKubernetesServicesByNamespaceParams

NewGetKubernetesServicesByNamespaceParamsWithContext creates a new GetKubernetesServicesByNamespaceParams object with the ability to set a context for a request.

func NewGetKubernetesServicesByNamespaceParamsWithHTTPClient

func NewGetKubernetesServicesByNamespaceParamsWithHTTPClient(client *http.Client) *GetKubernetesServicesByNamespaceParams

NewGetKubernetesServicesByNamespaceParamsWithHTTPClient creates a new GetKubernetesServicesByNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesServicesByNamespaceParamsWithTimeout

func NewGetKubernetesServicesByNamespaceParamsWithTimeout(timeout time.Duration) *GetKubernetesServicesByNamespaceParams

NewGetKubernetesServicesByNamespaceParamsWithTimeout creates a new GetKubernetesServicesByNamespaceParams object with the ability to set a timeout on a request.

func (*GetKubernetesServicesByNamespaceParams) SetContext

SetContext adds the context to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) SetDefaults

func (o *GetKubernetesServicesByNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes services by namespace params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesServicesByNamespaceParams) SetHTTPClient

func (o *GetKubernetesServicesByNamespaceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) SetID

SetID adds the id to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) SetNamespace

func (o *GetKubernetesServicesByNamespaceParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) SetTimeout

func (o *GetKubernetesServicesByNamespaceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) WithContext

WithContext adds the context to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes services by namespace params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesServicesByNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) WithID

WithID adds the id to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) WithNamespace

WithNamespace adds the namespace to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes services by namespace params

func (*GetKubernetesServicesByNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesServicesByNamespaceReader

type GetKubernetesServicesByNamespaceReader struct {
	// contains filtered or unexported fields
}

GetKubernetesServicesByNamespaceReader is a Reader for the GetKubernetesServicesByNamespace structure.

func (*GetKubernetesServicesByNamespaceReader) ReadResponse

func (o *GetKubernetesServicesByNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesServicesByNamespaceUnauthorized

type GetKubernetesServicesByNamespaceUnauthorized struct {
}

GetKubernetesServicesByNamespaceUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesServicesByNamespaceUnauthorized

func NewGetKubernetesServicesByNamespaceUnauthorized() *GetKubernetesServicesByNamespaceUnauthorized

NewGetKubernetesServicesByNamespaceUnauthorized creates a GetKubernetesServicesByNamespaceUnauthorized with default headers values

func (*GetKubernetesServicesByNamespaceUnauthorized) Code

Code gets the status code for the get kubernetes services by namespace unauthorized response

func (*GetKubernetesServicesByNamespaceUnauthorized) Error

func (*GetKubernetesServicesByNamespaceUnauthorized) IsClientError

IsClientError returns true when this get kubernetes services by namespace unauthorized response has a 4xx status code

func (*GetKubernetesServicesByNamespaceUnauthorized) IsCode

IsCode returns true when this get kubernetes services by namespace unauthorized response a status code equal to that given

func (*GetKubernetesServicesByNamespaceUnauthorized) IsRedirect

IsRedirect returns true when this get kubernetes services by namespace unauthorized response has a 3xx status code

func (*GetKubernetesServicesByNamespaceUnauthorized) IsServerError

IsServerError returns true when this get kubernetes services by namespace unauthorized response has a 5xx status code

func (*GetKubernetesServicesByNamespaceUnauthorized) IsSuccess

IsSuccess returns true when this get kubernetes services by namespace unauthorized response has a 2xx status code

func (*GetKubernetesServicesByNamespaceUnauthorized) String

type GetKubernetesServicesForbidden

type GetKubernetesServicesForbidden struct {
}

GetKubernetesServicesForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewGetKubernetesServicesForbidden

func NewGetKubernetesServicesForbidden() *GetKubernetesServicesForbidden

NewGetKubernetesServicesForbidden creates a GetKubernetesServicesForbidden with default headers values

func (*GetKubernetesServicesForbidden) Code

Code gets the status code for the get kubernetes services forbidden response

func (*GetKubernetesServicesForbidden) Error

func (*GetKubernetesServicesForbidden) IsClientError

func (o *GetKubernetesServicesForbidden) IsClientError() bool

IsClientError returns true when this get kubernetes services forbidden response has a 4xx status code

func (*GetKubernetesServicesForbidden) IsCode

func (o *GetKubernetesServicesForbidden) IsCode(code int) bool

IsCode returns true when this get kubernetes services forbidden response a status code equal to that given

func (*GetKubernetesServicesForbidden) IsRedirect

func (o *GetKubernetesServicesForbidden) IsRedirect() bool

IsRedirect returns true when this get kubernetes services forbidden response has a 3xx status code

func (*GetKubernetesServicesForbidden) IsServerError

func (o *GetKubernetesServicesForbidden) IsServerError() bool

IsServerError returns true when this get kubernetes services forbidden response has a 5xx status code

func (*GetKubernetesServicesForbidden) IsSuccess

func (o *GetKubernetesServicesForbidden) IsSuccess() bool

IsSuccess returns true when this get kubernetes services forbidden response has a 2xx status code

func (*GetKubernetesServicesForbidden) String

type GetKubernetesServicesInternalServerError

type GetKubernetesServicesInternalServerError struct {
}

GetKubernetesServicesInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve all services.

func NewGetKubernetesServicesInternalServerError

func NewGetKubernetesServicesInternalServerError() *GetKubernetesServicesInternalServerError

NewGetKubernetesServicesInternalServerError creates a GetKubernetesServicesInternalServerError with default headers values

func (*GetKubernetesServicesInternalServerError) Code

Code gets the status code for the get kubernetes services internal server error response

func (*GetKubernetesServicesInternalServerError) Error

func (*GetKubernetesServicesInternalServerError) IsClientError

IsClientError returns true when this get kubernetes services internal server error response has a 4xx status code

func (*GetKubernetesServicesInternalServerError) IsCode

IsCode returns true when this get kubernetes services internal server error response a status code equal to that given

func (*GetKubernetesServicesInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes services internal server error response has a 3xx status code

func (*GetKubernetesServicesInternalServerError) IsServerError

IsServerError returns true when this get kubernetes services internal server error response has a 5xx status code

func (*GetKubernetesServicesInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes services internal server error response has a 2xx status code

func (*GetKubernetesServicesInternalServerError) String

type GetKubernetesServicesNotFound

type GetKubernetesServicesNotFound struct {
}

GetKubernetesServicesNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewGetKubernetesServicesNotFound

func NewGetKubernetesServicesNotFound() *GetKubernetesServicesNotFound

NewGetKubernetesServicesNotFound creates a GetKubernetesServicesNotFound with default headers values

func (*GetKubernetesServicesNotFound) Code

Code gets the status code for the get kubernetes services not found response

func (*GetKubernetesServicesNotFound) Error

func (*GetKubernetesServicesNotFound) IsClientError

func (o *GetKubernetesServicesNotFound) IsClientError() bool

IsClientError returns true when this get kubernetes services not found response has a 4xx status code

func (*GetKubernetesServicesNotFound) IsCode

func (o *GetKubernetesServicesNotFound) IsCode(code int) bool

IsCode returns true when this get kubernetes services not found response a status code equal to that given

func (*GetKubernetesServicesNotFound) IsRedirect

func (o *GetKubernetesServicesNotFound) IsRedirect() bool

IsRedirect returns true when this get kubernetes services not found response has a 3xx status code

func (*GetKubernetesServicesNotFound) IsServerError

func (o *GetKubernetesServicesNotFound) IsServerError() bool

IsServerError returns true when this get kubernetes services not found response has a 5xx status code

func (*GetKubernetesServicesNotFound) IsSuccess

func (o *GetKubernetesServicesNotFound) IsSuccess() bool

IsSuccess returns true when this get kubernetes services not found response has a 2xx status code

func (*GetKubernetesServicesNotFound) String

type GetKubernetesServicesOK

type GetKubernetesServicesOK struct {
	Payload []*models.KubernetesK8sServiceInfo
}

GetKubernetesServicesOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesServicesOK

func NewGetKubernetesServicesOK() *GetKubernetesServicesOK

NewGetKubernetesServicesOK creates a GetKubernetesServicesOK with default headers values

func (*GetKubernetesServicesOK) Code

func (o *GetKubernetesServicesOK) Code() int

Code gets the status code for the get kubernetes services o k response

func (*GetKubernetesServicesOK) Error

func (o *GetKubernetesServicesOK) Error() string

func (*GetKubernetesServicesOK) GetPayload

func (*GetKubernetesServicesOK) IsClientError

func (o *GetKubernetesServicesOK) IsClientError() bool

IsClientError returns true when this get kubernetes services o k response has a 4xx status code

func (*GetKubernetesServicesOK) IsCode

func (o *GetKubernetesServicesOK) IsCode(code int) bool

IsCode returns true when this get kubernetes services o k response a status code equal to that given

func (*GetKubernetesServicesOK) IsRedirect

func (o *GetKubernetesServicesOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes services o k response has a 3xx status code

func (*GetKubernetesServicesOK) IsServerError

func (o *GetKubernetesServicesOK) IsServerError() bool

IsServerError returns true when this get kubernetes services o k response has a 5xx status code

func (*GetKubernetesServicesOK) IsSuccess

func (o *GetKubernetesServicesOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes services o k response has a 2xx status code

func (*GetKubernetesServicesOK) String

func (o *GetKubernetesServicesOK) String() string

type GetKubernetesServicesParams

type GetKubernetesServicesParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* WithApplications.

	   Lookup applications associated with each service
	*/
	WithApplications *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesServicesParams contains all the parameters to send to the API endpoint

for the get kubernetes services operation.

Typically these are written to a http.Request.

func NewGetKubernetesServicesParams

func NewGetKubernetesServicesParams() *GetKubernetesServicesParams

NewGetKubernetesServicesParams creates a new GetKubernetesServicesParams 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 NewGetKubernetesServicesParamsWithContext

func NewGetKubernetesServicesParamsWithContext(ctx context.Context) *GetKubernetesServicesParams

NewGetKubernetesServicesParamsWithContext creates a new GetKubernetesServicesParams object with the ability to set a context for a request.

func NewGetKubernetesServicesParamsWithHTTPClient

func NewGetKubernetesServicesParamsWithHTTPClient(client *http.Client) *GetKubernetesServicesParams

NewGetKubernetesServicesParamsWithHTTPClient creates a new GetKubernetesServicesParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesServicesParamsWithTimeout

func NewGetKubernetesServicesParamsWithTimeout(timeout time.Duration) *GetKubernetesServicesParams

NewGetKubernetesServicesParamsWithTimeout creates a new GetKubernetesServicesParams object with the ability to set a timeout on a request.

func (*GetKubernetesServicesParams) SetContext

func (o *GetKubernetesServicesParams) SetContext(ctx context.Context)

SetContext adds the context to the get kubernetes services params

func (*GetKubernetesServicesParams) SetDefaults

func (o *GetKubernetesServicesParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes services params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesServicesParams) SetHTTPClient

func (o *GetKubernetesServicesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes services params

func (*GetKubernetesServicesParams) SetID

func (o *GetKubernetesServicesParams) SetID(id int64)

SetID adds the id to the get kubernetes services params

func (*GetKubernetesServicesParams) SetTimeout

func (o *GetKubernetesServicesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes services params

func (*GetKubernetesServicesParams) SetWithApplications

func (o *GetKubernetesServicesParams) SetWithApplications(withApplications *bool)

SetWithApplications adds the withApplications to the get kubernetes services params

func (*GetKubernetesServicesParams) WithContext

WithContext adds the context to the get kubernetes services params

func (*GetKubernetesServicesParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes services params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesServicesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes services params

func (*GetKubernetesServicesParams) WithID

WithID adds the id to the get kubernetes services params

func (*GetKubernetesServicesParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes services params

func (*GetKubernetesServicesParams) WithWithApplications

func (o *GetKubernetesServicesParams) WithWithApplications(withApplications *bool) *GetKubernetesServicesParams

WithWithApplications adds the withApplications to the get kubernetes services params

func (*GetKubernetesServicesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesServicesReader

type GetKubernetesServicesReader struct {
	// contains filtered or unexported fields
}

GetKubernetesServicesReader is a Reader for the GetKubernetesServices structure.

func (*GetKubernetesServicesReader) ReadResponse

func (o *GetKubernetesServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesServicesUnauthorized

type GetKubernetesServicesUnauthorized struct {
}

GetKubernetesServicesUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewGetKubernetesServicesUnauthorized

func NewGetKubernetesServicesUnauthorized() *GetKubernetesServicesUnauthorized

NewGetKubernetesServicesUnauthorized creates a GetKubernetesServicesUnauthorized with default headers values

func (*GetKubernetesServicesUnauthorized) Code

Code gets the status code for the get kubernetes services unauthorized response

func (*GetKubernetesServicesUnauthorized) Error

func (*GetKubernetesServicesUnauthorized) IsClientError

func (o *GetKubernetesServicesUnauthorized) IsClientError() bool

IsClientError returns true when this get kubernetes services unauthorized response has a 4xx status code

func (*GetKubernetesServicesUnauthorized) IsCode

func (o *GetKubernetesServicesUnauthorized) IsCode(code int) bool

IsCode returns true when this get kubernetes services unauthorized response a status code equal to that given

func (*GetKubernetesServicesUnauthorized) IsRedirect

func (o *GetKubernetesServicesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get kubernetes services unauthorized response has a 3xx status code

func (*GetKubernetesServicesUnauthorized) IsServerError

func (o *GetKubernetesServicesUnauthorized) IsServerError() bool

IsServerError returns true when this get kubernetes services unauthorized response has a 5xx status code

func (*GetKubernetesServicesUnauthorized) IsSuccess

func (o *GetKubernetesServicesUnauthorized) IsSuccess() bool

IsSuccess returns true when this get kubernetes services unauthorized response has a 2xx status code

func (*GetKubernetesServicesUnauthorized) String

type GetKubernetesVolumeBadRequest

type GetKubernetesVolumeBadRequest struct {
}

GetKubernetesVolumeBadRequest describes a response with status code 400, with default header values.

Invalid request

func NewGetKubernetesVolumeBadRequest

func NewGetKubernetesVolumeBadRequest() *GetKubernetesVolumeBadRequest

NewGetKubernetesVolumeBadRequest creates a GetKubernetesVolumeBadRequest with default headers values

func (*GetKubernetesVolumeBadRequest) Code

Code gets the status code for the get kubernetes volume bad request response

func (*GetKubernetesVolumeBadRequest) Error

func (*GetKubernetesVolumeBadRequest) IsClientError

func (o *GetKubernetesVolumeBadRequest) IsClientError() bool

IsClientError returns true when this get kubernetes volume bad request response has a 4xx status code

func (*GetKubernetesVolumeBadRequest) IsCode

func (o *GetKubernetesVolumeBadRequest) IsCode(code int) bool

IsCode returns true when this get kubernetes volume bad request response a status code equal to that given

func (*GetKubernetesVolumeBadRequest) IsRedirect

func (o *GetKubernetesVolumeBadRequest) IsRedirect() bool

IsRedirect returns true when this get kubernetes volume bad request response has a 3xx status code

func (*GetKubernetesVolumeBadRequest) IsServerError

func (o *GetKubernetesVolumeBadRequest) IsServerError() bool

IsServerError returns true when this get kubernetes volume bad request response has a 5xx status code

func (*GetKubernetesVolumeBadRequest) IsSuccess

func (o *GetKubernetesVolumeBadRequest) IsSuccess() bool

IsSuccess returns true when this get kubernetes volume bad request response has a 2xx status code

func (*GetKubernetesVolumeBadRequest) String

type GetKubernetesVolumeInternalServerError

type GetKubernetesVolumeInternalServerError struct {
}

GetKubernetesVolumeInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetKubernetesVolumeInternalServerError

func NewGetKubernetesVolumeInternalServerError() *GetKubernetesVolumeInternalServerError

NewGetKubernetesVolumeInternalServerError creates a GetKubernetesVolumeInternalServerError with default headers values

func (*GetKubernetesVolumeInternalServerError) Code

Code gets the status code for the get kubernetes volume internal server error response

func (*GetKubernetesVolumeInternalServerError) Error

func (*GetKubernetesVolumeInternalServerError) IsClientError

func (o *GetKubernetesVolumeInternalServerError) IsClientError() bool

IsClientError returns true when this get kubernetes volume internal server error response has a 4xx status code

func (*GetKubernetesVolumeInternalServerError) IsCode

IsCode returns true when this get kubernetes volume internal server error response a status code equal to that given

func (*GetKubernetesVolumeInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes volume internal server error response has a 3xx status code

func (*GetKubernetesVolumeInternalServerError) IsServerError

func (o *GetKubernetesVolumeInternalServerError) IsServerError() bool

IsServerError returns true when this get kubernetes volume internal server error response has a 5xx status code

func (*GetKubernetesVolumeInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes volume internal server error response has a 2xx status code

func (*GetKubernetesVolumeInternalServerError) String

type GetKubernetesVolumeOK

type GetKubernetesVolumeOK struct {
	Payload *models.KubernetesK8sVolumeInfo
}

GetKubernetesVolumeOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesVolumeOK

func NewGetKubernetesVolumeOK() *GetKubernetesVolumeOK

NewGetKubernetesVolumeOK creates a GetKubernetesVolumeOK with default headers values

func (*GetKubernetesVolumeOK) Code

func (o *GetKubernetesVolumeOK) Code() int

Code gets the status code for the get kubernetes volume o k response

func (*GetKubernetesVolumeOK) Error

func (o *GetKubernetesVolumeOK) Error() string

func (*GetKubernetesVolumeOK) GetPayload

func (*GetKubernetesVolumeOK) IsClientError

func (o *GetKubernetesVolumeOK) IsClientError() bool

IsClientError returns true when this get kubernetes volume o k response has a 4xx status code

func (*GetKubernetesVolumeOK) IsCode

func (o *GetKubernetesVolumeOK) IsCode(code int) bool

IsCode returns true when this get kubernetes volume o k response a status code equal to that given

func (*GetKubernetesVolumeOK) IsRedirect

func (o *GetKubernetesVolumeOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes volume o k response has a 3xx status code

func (*GetKubernetesVolumeOK) IsServerError

func (o *GetKubernetesVolumeOK) IsServerError() bool

IsServerError returns true when this get kubernetes volume o k response has a 5xx status code

func (*GetKubernetesVolumeOK) IsSuccess

func (o *GetKubernetesVolumeOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes volume o k response has a 2xx status code

func (*GetKubernetesVolumeOK) String

func (o *GetKubernetesVolumeOK) String() string

type GetKubernetesVolumeParams

type GetKubernetesVolumeParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace identifier
	*/
	Namespace string

	/* Volume.

	   Volume name
	*/
	Volume string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesVolumeParams contains all the parameters to send to the API endpoint

for the get kubernetes volume operation.

Typically these are written to a http.Request.

func NewGetKubernetesVolumeParams

func NewGetKubernetesVolumeParams() *GetKubernetesVolumeParams

NewGetKubernetesVolumeParams creates a new GetKubernetesVolumeParams 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 NewGetKubernetesVolumeParamsWithContext

func NewGetKubernetesVolumeParamsWithContext(ctx context.Context) *GetKubernetesVolumeParams

NewGetKubernetesVolumeParamsWithContext creates a new GetKubernetesVolumeParams object with the ability to set a context for a request.

func NewGetKubernetesVolumeParamsWithHTTPClient

func NewGetKubernetesVolumeParamsWithHTTPClient(client *http.Client) *GetKubernetesVolumeParams

NewGetKubernetesVolumeParamsWithHTTPClient creates a new GetKubernetesVolumeParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesVolumeParamsWithTimeout

func NewGetKubernetesVolumeParamsWithTimeout(timeout time.Duration) *GetKubernetesVolumeParams

NewGetKubernetesVolumeParamsWithTimeout creates a new GetKubernetesVolumeParams object with the ability to set a timeout on a request.

func (*GetKubernetesVolumeParams) SetContext

func (o *GetKubernetesVolumeParams) SetContext(ctx context.Context)

SetContext adds the context to the get kubernetes volume params

func (*GetKubernetesVolumeParams) SetDefaults

func (o *GetKubernetesVolumeParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes volume params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesVolumeParams) SetHTTPClient

func (o *GetKubernetesVolumeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes volume params

func (*GetKubernetesVolumeParams) SetID

func (o *GetKubernetesVolumeParams) SetID(id int64)

SetID adds the id to the get kubernetes volume params

func (*GetKubernetesVolumeParams) SetNamespace

func (o *GetKubernetesVolumeParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes volume params

func (*GetKubernetesVolumeParams) SetTimeout

func (o *GetKubernetesVolumeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes volume params

func (*GetKubernetesVolumeParams) SetVolume

func (o *GetKubernetesVolumeParams) SetVolume(volume string)

SetVolume adds the volume to the get kubernetes volume params

func (*GetKubernetesVolumeParams) WithContext

WithContext adds the context to the get kubernetes volume params

func (*GetKubernetesVolumeParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes volume params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesVolumeParams) WithHTTPClient

func (o *GetKubernetesVolumeParams) WithHTTPClient(client *http.Client) *GetKubernetesVolumeParams

WithHTTPClient adds the HTTPClient to the get kubernetes volume params

func (*GetKubernetesVolumeParams) WithID

WithID adds the id to the get kubernetes volume params

func (*GetKubernetesVolumeParams) WithNamespace

func (o *GetKubernetesVolumeParams) WithNamespace(namespace string) *GetKubernetesVolumeParams

WithNamespace adds the namespace to the get kubernetes volume params

func (*GetKubernetesVolumeParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes volume params

func (*GetKubernetesVolumeParams) WithVolume

WithVolume adds the volume to the get kubernetes volume params

func (*GetKubernetesVolumeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesVolumeReader

type GetKubernetesVolumeReader struct {
	// contains filtered or unexported fields
}

GetKubernetesVolumeReader is a Reader for the GetKubernetesVolume structure.

func (*GetKubernetesVolumeReader) ReadResponse

func (o *GetKubernetesVolumeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetKubernetesVolumesInNamespaceBadRequest

type GetKubernetesVolumesInNamespaceBadRequest struct {
}

GetKubernetesVolumesInNamespaceBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewGetKubernetesVolumesInNamespaceBadRequest

func NewGetKubernetesVolumesInNamespaceBadRequest() *GetKubernetesVolumesInNamespaceBadRequest

NewGetKubernetesVolumesInNamespaceBadRequest creates a GetKubernetesVolumesInNamespaceBadRequest with default headers values

func (*GetKubernetesVolumesInNamespaceBadRequest) Code

Code gets the status code for the get kubernetes volumes in namespace bad request response

func (*GetKubernetesVolumesInNamespaceBadRequest) Error

func (*GetKubernetesVolumesInNamespaceBadRequest) IsClientError

IsClientError returns true when this get kubernetes volumes in namespace bad request response has a 4xx status code

func (*GetKubernetesVolumesInNamespaceBadRequest) IsCode

IsCode returns true when this get kubernetes volumes in namespace bad request response a status code equal to that given

func (*GetKubernetesVolumesInNamespaceBadRequest) IsRedirect

IsRedirect returns true when this get kubernetes volumes in namespace bad request response has a 3xx status code

func (*GetKubernetesVolumesInNamespaceBadRequest) IsServerError

IsServerError returns true when this get kubernetes volumes in namespace bad request response has a 5xx status code

func (*GetKubernetesVolumesInNamespaceBadRequest) IsSuccess

IsSuccess returns true when this get kubernetes volumes in namespace bad request response has a 2xx status code

func (*GetKubernetesVolumesInNamespaceBadRequest) String

type GetKubernetesVolumesInNamespaceForbidden

type GetKubernetesVolumesInNamespaceForbidden struct {
}

GetKubernetesVolumesInNamespaceForbidden describes a response with status code 403, with default header values.

Unauthorized access or operation not allowed.

func NewGetKubernetesVolumesInNamespaceForbidden

func NewGetKubernetesVolumesInNamespaceForbidden() *GetKubernetesVolumesInNamespaceForbidden

NewGetKubernetesVolumesInNamespaceForbidden creates a GetKubernetesVolumesInNamespaceForbidden with default headers values

func (*GetKubernetesVolumesInNamespaceForbidden) Code

Code gets the status code for the get kubernetes volumes in namespace forbidden response

func (*GetKubernetesVolumesInNamespaceForbidden) Error

func (*GetKubernetesVolumesInNamespaceForbidden) IsClientError

IsClientError returns true when this get kubernetes volumes in namespace forbidden response has a 4xx status code

func (*GetKubernetesVolumesInNamespaceForbidden) IsCode

IsCode returns true when this get kubernetes volumes in namespace forbidden response a status code equal to that given

func (*GetKubernetesVolumesInNamespaceForbidden) IsRedirect

IsRedirect returns true when this get kubernetes volumes in namespace forbidden response has a 3xx status code

func (*GetKubernetesVolumesInNamespaceForbidden) IsServerError

IsServerError returns true when this get kubernetes volumes in namespace forbidden response has a 5xx status code

func (*GetKubernetesVolumesInNamespaceForbidden) IsSuccess

IsSuccess returns true when this get kubernetes volumes in namespace forbidden response has a 2xx status code

func (*GetKubernetesVolumesInNamespaceForbidden) String

type GetKubernetesVolumesInNamespaceInternalServerError

type GetKubernetesVolumesInNamespaceInternalServerError struct {
}

GetKubernetesVolumesInNamespaceInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to retrieve kubernetes volumes in the namespace.

func NewGetKubernetesVolumesInNamespaceInternalServerError

func NewGetKubernetesVolumesInNamespaceInternalServerError() *GetKubernetesVolumesInNamespaceInternalServerError

NewGetKubernetesVolumesInNamespaceInternalServerError creates a GetKubernetesVolumesInNamespaceInternalServerError with default headers values

func (*GetKubernetesVolumesInNamespaceInternalServerError) Code

Code gets the status code for the get kubernetes volumes in namespace internal server error response

func (*GetKubernetesVolumesInNamespaceInternalServerError) Error

func (*GetKubernetesVolumesInNamespaceInternalServerError) IsClientError

IsClientError returns true when this get kubernetes volumes in namespace internal server error response has a 4xx status code

func (*GetKubernetesVolumesInNamespaceInternalServerError) IsCode

IsCode returns true when this get kubernetes volumes in namespace internal server error response a status code equal to that given

func (*GetKubernetesVolumesInNamespaceInternalServerError) IsRedirect

IsRedirect returns true when this get kubernetes volumes in namespace internal server error response has a 3xx status code

func (*GetKubernetesVolumesInNamespaceInternalServerError) IsServerError

IsServerError returns true when this get kubernetes volumes in namespace internal server error response has a 5xx status code

func (*GetKubernetesVolumesInNamespaceInternalServerError) IsSuccess

IsSuccess returns true when this get kubernetes volumes in namespace internal server error response has a 2xx status code

func (*GetKubernetesVolumesInNamespaceInternalServerError) String

type GetKubernetesVolumesInNamespaceOK

type GetKubernetesVolumesInNamespaceOK struct {
	Payload map[string]models.KubernetesK8sVolumeInfo
}

GetKubernetesVolumesInNamespaceOK describes a response with status code 200, with default header values.

Success

func NewGetKubernetesVolumesInNamespaceOK

func NewGetKubernetesVolumesInNamespaceOK() *GetKubernetesVolumesInNamespaceOK

NewGetKubernetesVolumesInNamespaceOK creates a GetKubernetesVolumesInNamespaceOK with default headers values

func (*GetKubernetesVolumesInNamespaceOK) Code

Code gets the status code for the get kubernetes volumes in namespace o k response

func (*GetKubernetesVolumesInNamespaceOK) Error

func (*GetKubernetesVolumesInNamespaceOK) GetPayload

func (*GetKubernetesVolumesInNamespaceOK) IsClientError

func (o *GetKubernetesVolumesInNamespaceOK) IsClientError() bool

IsClientError returns true when this get kubernetes volumes in namespace o k response has a 4xx status code

func (*GetKubernetesVolumesInNamespaceOK) IsCode

func (o *GetKubernetesVolumesInNamespaceOK) IsCode(code int) bool

IsCode returns true when this get kubernetes volumes in namespace o k response a status code equal to that given

func (*GetKubernetesVolumesInNamespaceOK) IsRedirect

func (o *GetKubernetesVolumesInNamespaceOK) IsRedirect() bool

IsRedirect returns true when this get kubernetes volumes in namespace o k response has a 3xx status code

func (*GetKubernetesVolumesInNamespaceOK) IsServerError

func (o *GetKubernetesVolumesInNamespaceOK) IsServerError() bool

IsServerError returns true when this get kubernetes volumes in namespace o k response has a 5xx status code

func (*GetKubernetesVolumesInNamespaceOK) IsSuccess

func (o *GetKubernetesVolumesInNamespaceOK) IsSuccess() bool

IsSuccess returns true when this get kubernetes volumes in namespace o k response has a 2xx status code

func (*GetKubernetesVolumesInNamespaceOK) String

type GetKubernetesVolumesInNamespaceParams

type GetKubernetesVolumesInNamespaceParams struct {

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace identifier
	*/
	Namespace string

	/* WithApplications.

	   When set to True, include the applications that are using the volumes. It is set to false by default
	*/
	WithApplications *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetKubernetesVolumesInNamespaceParams contains all the parameters to send to the API endpoint

for the get kubernetes volumes in namespace operation.

Typically these are written to a http.Request.

func NewGetKubernetesVolumesInNamespaceParams

func NewGetKubernetesVolumesInNamespaceParams() *GetKubernetesVolumesInNamespaceParams

NewGetKubernetesVolumesInNamespaceParams creates a new GetKubernetesVolumesInNamespaceParams 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 NewGetKubernetesVolumesInNamespaceParamsWithContext

func NewGetKubernetesVolumesInNamespaceParamsWithContext(ctx context.Context) *GetKubernetesVolumesInNamespaceParams

NewGetKubernetesVolumesInNamespaceParamsWithContext creates a new GetKubernetesVolumesInNamespaceParams object with the ability to set a context for a request.

func NewGetKubernetesVolumesInNamespaceParamsWithHTTPClient

func NewGetKubernetesVolumesInNamespaceParamsWithHTTPClient(client *http.Client) *GetKubernetesVolumesInNamespaceParams

NewGetKubernetesVolumesInNamespaceParamsWithHTTPClient creates a new GetKubernetesVolumesInNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubernetesVolumesInNamespaceParamsWithTimeout

func NewGetKubernetesVolumesInNamespaceParamsWithTimeout(timeout time.Duration) *GetKubernetesVolumesInNamespaceParams

NewGetKubernetesVolumesInNamespaceParamsWithTimeout creates a new GetKubernetesVolumesInNamespaceParams object with the ability to set a timeout on a request.

func (*GetKubernetesVolumesInNamespaceParams) SetContext

SetContext adds the context to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) SetDefaults

func (o *GetKubernetesVolumesInNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the get kubernetes volumes in namespace params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesVolumesInNamespaceParams) SetHTTPClient

func (o *GetKubernetesVolumesInNamespaceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) SetID

SetID adds the id to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) SetNamespace

func (o *GetKubernetesVolumesInNamespaceParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) SetTimeout

func (o *GetKubernetesVolumesInNamespaceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) SetWithApplications

func (o *GetKubernetesVolumesInNamespaceParams) SetWithApplications(withApplications *bool)

SetWithApplications adds the withApplications to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) WithContext

WithContext adds the context to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) WithDefaults

WithDefaults hydrates default values in the get kubernetes volumes in namespace params (not the query body).

All values with no default are reset to their zero value.

func (*GetKubernetesVolumesInNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) WithID

WithID adds the id to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) WithNamespace

WithNamespace adds the namespace to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) WithTimeout

WithTimeout adds the timeout to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) WithWithApplications

func (o *GetKubernetesVolumesInNamespaceParams) WithWithApplications(withApplications *bool) *GetKubernetesVolumesInNamespaceParams

WithWithApplications adds the withApplications to the get kubernetes volumes in namespace params

func (*GetKubernetesVolumesInNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubernetesVolumesInNamespaceReader

type GetKubernetesVolumesInNamespaceReader struct {
	// contains filtered or unexported fields
}

GetKubernetesVolumesInNamespaceReader is a Reader for the GetKubernetesVolumesInNamespace structure.

func (*GetKubernetesVolumesInNamespaceReader) ReadResponse

func (o *GetKubernetesVolumesInNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type KubernetesNamespacesToggleSystemBadRequest

type KubernetesNamespacesToggleSystemBadRequest struct {
}

KubernetesNamespacesToggleSystemBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewKubernetesNamespacesToggleSystemBadRequest

func NewKubernetesNamespacesToggleSystemBadRequest() *KubernetesNamespacesToggleSystemBadRequest

NewKubernetesNamespacesToggleSystemBadRequest creates a KubernetesNamespacesToggleSystemBadRequest with default headers values

func (*KubernetesNamespacesToggleSystemBadRequest) Code

Code gets the status code for the kubernetes namespaces toggle system bad request response

func (*KubernetesNamespacesToggleSystemBadRequest) Error

func (*KubernetesNamespacesToggleSystemBadRequest) IsClientError

IsClientError returns true when this kubernetes namespaces toggle system bad request response has a 4xx status code

func (*KubernetesNamespacesToggleSystemBadRequest) IsCode

IsCode returns true when this kubernetes namespaces toggle system bad request response a status code equal to that given

func (*KubernetesNamespacesToggleSystemBadRequest) IsRedirect

IsRedirect returns true when this kubernetes namespaces toggle system bad request response has a 3xx status code

func (*KubernetesNamespacesToggleSystemBadRequest) IsServerError

IsServerError returns true when this kubernetes namespaces toggle system bad request response has a 5xx status code

func (*KubernetesNamespacesToggleSystemBadRequest) IsSuccess

IsSuccess returns true when this kubernetes namespaces toggle system bad request response has a 2xx status code

func (*KubernetesNamespacesToggleSystemBadRequest) String

type KubernetesNamespacesToggleSystemForbidden

type KubernetesNamespacesToggleSystemForbidden struct {
}

KubernetesNamespacesToggleSystemForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewKubernetesNamespacesToggleSystemForbidden

func NewKubernetesNamespacesToggleSystemForbidden() *KubernetesNamespacesToggleSystemForbidden

NewKubernetesNamespacesToggleSystemForbidden creates a KubernetesNamespacesToggleSystemForbidden with default headers values

func (*KubernetesNamespacesToggleSystemForbidden) Code

Code gets the status code for the kubernetes namespaces toggle system forbidden response

func (*KubernetesNamespacesToggleSystemForbidden) Error

func (*KubernetesNamespacesToggleSystemForbidden) IsClientError

IsClientError returns true when this kubernetes namespaces toggle system forbidden response has a 4xx status code

func (*KubernetesNamespacesToggleSystemForbidden) IsCode

IsCode returns true when this kubernetes namespaces toggle system forbidden response a status code equal to that given

func (*KubernetesNamespacesToggleSystemForbidden) IsRedirect

IsRedirect returns true when this kubernetes namespaces toggle system forbidden response has a 3xx status code

func (*KubernetesNamespacesToggleSystemForbidden) IsServerError

IsServerError returns true when this kubernetes namespaces toggle system forbidden response has a 5xx status code

func (*KubernetesNamespacesToggleSystemForbidden) IsSuccess

IsSuccess returns true when this kubernetes namespaces toggle system forbidden response has a 2xx status code

func (*KubernetesNamespacesToggleSystemForbidden) String

type KubernetesNamespacesToggleSystemInternalServerError

type KubernetesNamespacesToggleSystemInternalServerError struct {
}

KubernetesNamespacesToggleSystemInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to update the system state of the namespace.

func NewKubernetesNamespacesToggleSystemInternalServerError

func NewKubernetesNamespacesToggleSystemInternalServerError() *KubernetesNamespacesToggleSystemInternalServerError

NewKubernetesNamespacesToggleSystemInternalServerError creates a KubernetesNamespacesToggleSystemInternalServerError with default headers values

func (*KubernetesNamespacesToggleSystemInternalServerError) Code

Code gets the status code for the kubernetes namespaces toggle system internal server error response

func (*KubernetesNamespacesToggleSystemInternalServerError) Error

func (*KubernetesNamespacesToggleSystemInternalServerError) IsClientError

IsClientError returns true when this kubernetes namespaces toggle system internal server error response has a 4xx status code

func (*KubernetesNamespacesToggleSystemInternalServerError) IsCode

IsCode returns true when this kubernetes namespaces toggle system internal server error response a status code equal to that given

func (*KubernetesNamespacesToggleSystemInternalServerError) IsRedirect

IsRedirect returns true when this kubernetes namespaces toggle system internal server error response has a 3xx status code

func (*KubernetesNamespacesToggleSystemInternalServerError) IsServerError

IsServerError returns true when this kubernetes namespaces toggle system internal server error response has a 5xx status code

func (*KubernetesNamespacesToggleSystemInternalServerError) IsSuccess

IsSuccess returns true when this kubernetes namespaces toggle system internal server error response has a 2xx status code

func (*KubernetesNamespacesToggleSystemInternalServerError) String

type KubernetesNamespacesToggleSystemNoContent

type KubernetesNamespacesToggleSystemNoContent struct {
}

KubernetesNamespacesToggleSystemNoContent describes a response with status code 204, with default header values.

Success

func NewKubernetesNamespacesToggleSystemNoContent

func NewKubernetesNamespacesToggleSystemNoContent() *KubernetesNamespacesToggleSystemNoContent

NewKubernetesNamespacesToggleSystemNoContent creates a KubernetesNamespacesToggleSystemNoContent with default headers values

func (*KubernetesNamespacesToggleSystemNoContent) Code

Code gets the status code for the kubernetes namespaces toggle system no content response

func (*KubernetesNamespacesToggleSystemNoContent) Error

func (*KubernetesNamespacesToggleSystemNoContent) IsClientError

IsClientError returns true when this kubernetes namespaces toggle system no content response has a 4xx status code

func (*KubernetesNamespacesToggleSystemNoContent) IsCode

IsCode returns true when this kubernetes namespaces toggle system no content response a status code equal to that given

func (*KubernetesNamespacesToggleSystemNoContent) IsRedirect

IsRedirect returns true when this kubernetes namespaces toggle system no content response has a 3xx status code

func (*KubernetesNamespacesToggleSystemNoContent) IsServerError

IsServerError returns true when this kubernetes namespaces toggle system no content response has a 5xx status code

func (*KubernetesNamespacesToggleSystemNoContent) IsSuccess

IsSuccess returns true when this kubernetes namespaces toggle system no content response has a 2xx status code

func (*KubernetesNamespacesToggleSystemNoContent) String

type KubernetesNamespacesToggleSystemNotFound

type KubernetesNamespacesToggleSystemNotFound struct {
}

KubernetesNamespacesToggleSystemNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier or unable to find the namespace to update.

func NewKubernetesNamespacesToggleSystemNotFound

func NewKubernetesNamespacesToggleSystemNotFound() *KubernetesNamespacesToggleSystemNotFound

NewKubernetesNamespacesToggleSystemNotFound creates a KubernetesNamespacesToggleSystemNotFound with default headers values

func (*KubernetesNamespacesToggleSystemNotFound) Code

Code gets the status code for the kubernetes namespaces toggle system not found response

func (*KubernetesNamespacesToggleSystemNotFound) Error

func (*KubernetesNamespacesToggleSystemNotFound) IsClientError

IsClientError returns true when this kubernetes namespaces toggle system not found response has a 4xx status code

func (*KubernetesNamespacesToggleSystemNotFound) IsCode

IsCode returns true when this kubernetes namespaces toggle system not found response a status code equal to that given

func (*KubernetesNamespacesToggleSystemNotFound) IsRedirect

IsRedirect returns true when this kubernetes namespaces toggle system not found response has a 3xx status code

func (*KubernetesNamespacesToggleSystemNotFound) IsServerError

IsServerError returns true when this kubernetes namespaces toggle system not found response has a 5xx status code

func (*KubernetesNamespacesToggleSystemNotFound) IsSuccess

IsSuccess returns true when this kubernetes namespaces toggle system not found response has a 2xx status code

func (*KubernetesNamespacesToggleSystemNotFound) String

type KubernetesNamespacesToggleSystemParams

type KubernetesNamespacesToggleSystemParams struct {

	/* Body.

	   Update details
	*/
	Body *models.GithubComPortainerPortainerEeAPIHTTPHandlerKubernetesNamespacesToggleSystemPayload

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace name
	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

KubernetesNamespacesToggleSystemParams contains all the parameters to send to the API endpoint

for the kubernetes namespaces toggle system operation.

Typically these are written to a http.Request.

func NewKubernetesNamespacesToggleSystemParams

func NewKubernetesNamespacesToggleSystemParams() *KubernetesNamespacesToggleSystemParams

NewKubernetesNamespacesToggleSystemParams creates a new KubernetesNamespacesToggleSystemParams 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 NewKubernetesNamespacesToggleSystemParamsWithContext

func NewKubernetesNamespacesToggleSystemParamsWithContext(ctx context.Context) *KubernetesNamespacesToggleSystemParams

NewKubernetesNamespacesToggleSystemParamsWithContext creates a new KubernetesNamespacesToggleSystemParams object with the ability to set a context for a request.

func NewKubernetesNamespacesToggleSystemParamsWithHTTPClient

func NewKubernetesNamespacesToggleSystemParamsWithHTTPClient(client *http.Client) *KubernetesNamespacesToggleSystemParams

NewKubernetesNamespacesToggleSystemParamsWithHTTPClient creates a new KubernetesNamespacesToggleSystemParams object with the ability to set a custom HTTPClient for a request.

func NewKubernetesNamespacesToggleSystemParamsWithTimeout

func NewKubernetesNamespacesToggleSystemParamsWithTimeout(timeout time.Duration) *KubernetesNamespacesToggleSystemParams

NewKubernetesNamespacesToggleSystemParamsWithTimeout creates a new KubernetesNamespacesToggleSystemParams object with the ability to set a timeout on a request.

func (*KubernetesNamespacesToggleSystemParams) SetBody

SetBody adds the body to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) SetContext

SetContext adds the context to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) SetDefaults

func (o *KubernetesNamespacesToggleSystemParams) SetDefaults()

SetDefaults hydrates default values in the kubernetes namespaces toggle system params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesNamespacesToggleSystemParams) SetHTTPClient

func (o *KubernetesNamespacesToggleSystemParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) SetID

SetID adds the id to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) SetNamespace

func (o *KubernetesNamespacesToggleSystemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) SetTimeout

func (o *KubernetesNamespacesToggleSystemParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) WithBody

WithBody adds the body to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) WithContext

WithContext adds the context to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) WithDefaults

WithDefaults hydrates default values in the kubernetes namespaces toggle system params (not the query body).

All values with no default are reset to their zero value.

func (*KubernetesNamespacesToggleSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) WithID

WithID adds the id to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) WithNamespace

WithNamespace adds the namespace to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) WithTimeout

WithTimeout adds the timeout to the kubernetes namespaces toggle system params

func (*KubernetesNamespacesToggleSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type KubernetesNamespacesToggleSystemReader

type KubernetesNamespacesToggleSystemReader struct {
	// contains filtered or unexported fields
}

KubernetesNamespacesToggleSystemReader is a Reader for the KubernetesNamespacesToggleSystem structure.

func (*KubernetesNamespacesToggleSystemReader) ReadResponse

func (o *KubernetesNamespacesToggleSystemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type KubernetesNamespacesToggleSystemUnauthorized

type KubernetesNamespacesToggleSystemUnauthorized struct {
}

KubernetesNamespacesToggleSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewKubernetesNamespacesToggleSystemUnauthorized

func NewKubernetesNamespacesToggleSystemUnauthorized() *KubernetesNamespacesToggleSystemUnauthorized

NewKubernetesNamespacesToggleSystemUnauthorized creates a KubernetesNamespacesToggleSystemUnauthorized with default headers values

func (*KubernetesNamespacesToggleSystemUnauthorized) Code

Code gets the status code for the kubernetes namespaces toggle system unauthorized response

func (*KubernetesNamespacesToggleSystemUnauthorized) Error

func (*KubernetesNamespacesToggleSystemUnauthorized) IsClientError

IsClientError returns true when this kubernetes namespaces toggle system unauthorized response has a 4xx status code

func (*KubernetesNamespacesToggleSystemUnauthorized) IsCode

IsCode returns true when this kubernetes namespaces toggle system unauthorized response a status code equal to that given

func (*KubernetesNamespacesToggleSystemUnauthorized) IsRedirect

IsRedirect returns true when this kubernetes namespaces toggle system unauthorized response has a 3xx status code

func (*KubernetesNamespacesToggleSystemUnauthorized) IsServerError

IsServerError returns true when this kubernetes namespaces toggle system unauthorized response has a 5xx status code

func (*KubernetesNamespacesToggleSystemUnauthorized) IsSuccess

IsSuccess returns true when this kubernetes namespaces toggle system unauthorized response has a 2xx status code

func (*KubernetesNamespacesToggleSystemUnauthorized) String

type RestartKubernetesApplicationBadRequest

type RestartKubernetesApplicationBadRequest struct {
}

RestartKubernetesApplicationBadRequest describes a response with status code 400, with default header values.

Invalid request, such as missing required fields or fields not meeting validation criteria.

func NewRestartKubernetesApplicationBadRequest

func NewRestartKubernetesApplicationBadRequest() *RestartKubernetesApplicationBadRequest

NewRestartKubernetesApplicationBadRequest creates a RestartKubernetesApplicationBadRequest with default headers values

func (*RestartKubernetesApplicationBadRequest) Code

Code gets the status code for the restart kubernetes application bad request response

func (*RestartKubernetesApplicationBadRequest) Error

func (*RestartKubernetesApplicationBadRequest) IsClientError

func (o *RestartKubernetesApplicationBadRequest) IsClientError() bool

IsClientError returns true when this restart kubernetes application bad request response has a 4xx status code

func (*RestartKubernetesApplicationBadRequest) IsCode

IsCode returns true when this restart kubernetes application bad request response a status code equal to that given

func (*RestartKubernetesApplicationBadRequest) IsRedirect

IsRedirect returns true when this restart kubernetes application bad request response has a 3xx status code

func (*RestartKubernetesApplicationBadRequest) IsServerError

func (o *RestartKubernetesApplicationBadRequest) IsServerError() bool

IsServerError returns true when this restart kubernetes application bad request response has a 5xx status code

func (*RestartKubernetesApplicationBadRequest) IsSuccess

IsSuccess returns true when this restart kubernetes application bad request response has a 2xx status code

func (*RestartKubernetesApplicationBadRequest) String

type RestartKubernetesApplicationForbidden

type RestartKubernetesApplicationForbidden struct {
}

RestartKubernetesApplicationForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewRestartKubernetesApplicationForbidden

func NewRestartKubernetesApplicationForbidden() *RestartKubernetesApplicationForbidden

NewRestartKubernetesApplicationForbidden creates a RestartKubernetesApplicationForbidden with default headers values

func (*RestartKubernetesApplicationForbidden) Code

Code gets the status code for the restart kubernetes application forbidden response

func (*RestartKubernetesApplicationForbidden) Error

func (*RestartKubernetesApplicationForbidden) IsClientError

func (o *RestartKubernetesApplicationForbidden) IsClientError() bool

IsClientError returns true when this restart kubernetes application forbidden response has a 4xx status code

func (*RestartKubernetesApplicationForbidden) IsCode

IsCode returns true when this restart kubernetes application forbidden response a status code equal to that given

func (*RestartKubernetesApplicationForbidden) IsRedirect

IsRedirect returns true when this restart kubernetes application forbidden response has a 3xx status code

func (*RestartKubernetesApplicationForbidden) IsServerError

func (o *RestartKubernetesApplicationForbidden) IsServerError() bool

IsServerError returns true when this restart kubernetes application forbidden response has a 5xx status code

func (*RestartKubernetesApplicationForbidden) IsSuccess

IsSuccess returns true when this restart kubernetes application forbidden response has a 2xx status code

func (*RestartKubernetesApplicationForbidden) String

type RestartKubernetesApplicationInternalServerError

type RestartKubernetesApplicationInternalServerError struct {
}

RestartKubernetesApplicationInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to restart application.

func NewRestartKubernetesApplicationInternalServerError

func NewRestartKubernetesApplicationInternalServerError() *RestartKubernetesApplicationInternalServerError

NewRestartKubernetesApplicationInternalServerError creates a RestartKubernetesApplicationInternalServerError with default headers values

func (*RestartKubernetesApplicationInternalServerError) Code

Code gets the status code for the restart kubernetes application internal server error response

func (*RestartKubernetesApplicationInternalServerError) Error

func (*RestartKubernetesApplicationInternalServerError) IsClientError

IsClientError returns true when this restart kubernetes application internal server error response has a 4xx status code

func (*RestartKubernetesApplicationInternalServerError) IsCode

IsCode returns true when this restart kubernetes application internal server error response a status code equal to that given

func (*RestartKubernetesApplicationInternalServerError) IsRedirect

IsRedirect returns true when this restart kubernetes application internal server error response has a 3xx status code

func (*RestartKubernetesApplicationInternalServerError) IsServerError

IsServerError returns true when this restart kubernetes application internal server error response has a 5xx status code

func (*RestartKubernetesApplicationInternalServerError) IsSuccess

IsSuccess returns true when this restart kubernetes application internal server error response has a 2xx status code

func (*RestartKubernetesApplicationInternalServerError) String

type RestartKubernetesApplicationNoContent

type RestartKubernetesApplicationNoContent struct {
}

RestartKubernetesApplicationNoContent describes a response with status code 204, with default header values.

Success

func NewRestartKubernetesApplicationNoContent

func NewRestartKubernetesApplicationNoContent() *RestartKubernetesApplicationNoContent

NewRestartKubernetesApplicationNoContent creates a RestartKubernetesApplicationNoContent with default headers values

func (*RestartKubernetesApplicationNoContent) Code

Code gets the status code for the restart kubernetes application no content response

func (*RestartKubernetesApplicationNoContent) Error

func (*RestartKubernetesApplicationNoContent) IsClientError

func (o *RestartKubernetesApplicationNoContent) IsClientError() bool

IsClientError returns true when this restart kubernetes application no content response has a 4xx status code

func (*RestartKubernetesApplicationNoContent) IsCode

IsCode returns true when this restart kubernetes application no content response a status code equal to that given

func (*RestartKubernetesApplicationNoContent) IsRedirect

IsRedirect returns true when this restart kubernetes application no content response has a 3xx status code

func (*RestartKubernetesApplicationNoContent) IsServerError

func (o *RestartKubernetesApplicationNoContent) IsServerError() bool

IsServerError returns true when this restart kubernetes application no content response has a 5xx status code

func (*RestartKubernetesApplicationNoContent) IsSuccess

IsSuccess returns true when this restart kubernetes application no content response has a 2xx status code

func (*RestartKubernetesApplicationNoContent) String

type RestartKubernetesApplicationNotFound

type RestartKubernetesApplicationNotFound struct {
}

RestartKubernetesApplicationNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier or unable to find a specific application.

func NewRestartKubernetesApplicationNotFound

func NewRestartKubernetesApplicationNotFound() *RestartKubernetesApplicationNotFound

NewRestartKubernetesApplicationNotFound creates a RestartKubernetesApplicationNotFound with default headers values

func (*RestartKubernetesApplicationNotFound) Code

Code gets the status code for the restart kubernetes application not found response

func (*RestartKubernetesApplicationNotFound) Error

func (*RestartKubernetesApplicationNotFound) IsClientError

func (o *RestartKubernetesApplicationNotFound) IsClientError() bool

IsClientError returns true when this restart kubernetes application not found response has a 4xx status code

func (*RestartKubernetesApplicationNotFound) IsCode

IsCode returns true when this restart kubernetes application not found response a status code equal to that given

func (*RestartKubernetesApplicationNotFound) IsRedirect

IsRedirect returns true when this restart kubernetes application not found response has a 3xx status code

func (*RestartKubernetesApplicationNotFound) IsServerError

func (o *RestartKubernetesApplicationNotFound) IsServerError() bool

IsServerError returns true when this restart kubernetes application not found response has a 5xx status code

func (*RestartKubernetesApplicationNotFound) IsSuccess

IsSuccess returns true when this restart kubernetes application not found response has a 2xx status code

func (*RestartKubernetesApplicationNotFound) String

type RestartKubernetesApplicationParams

type RestartKubernetesApplicationParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

	/* Kind.

	   deployment, statefulset or daemonset
	*/
	Kind string

	/* Name.

	   name of the application
	*/
	Name string

	/* Namespace.

	   The namespace
	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestartKubernetesApplicationParams contains all the parameters to send to the API endpoint

for the restart kubernetes application operation.

Typically these are written to a http.Request.

func NewRestartKubernetesApplicationParams

func NewRestartKubernetesApplicationParams() *RestartKubernetesApplicationParams

NewRestartKubernetesApplicationParams creates a new RestartKubernetesApplicationParams 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 NewRestartKubernetesApplicationParamsWithContext

func NewRestartKubernetesApplicationParamsWithContext(ctx context.Context) *RestartKubernetesApplicationParams

NewRestartKubernetesApplicationParamsWithContext creates a new RestartKubernetesApplicationParams object with the ability to set a context for a request.

func NewRestartKubernetesApplicationParamsWithHTTPClient

func NewRestartKubernetesApplicationParamsWithHTTPClient(client *http.Client) *RestartKubernetesApplicationParams

NewRestartKubernetesApplicationParamsWithHTTPClient creates a new RestartKubernetesApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewRestartKubernetesApplicationParamsWithTimeout

func NewRestartKubernetesApplicationParamsWithTimeout(timeout time.Duration) *RestartKubernetesApplicationParams

NewRestartKubernetesApplicationParamsWithTimeout creates a new RestartKubernetesApplicationParams object with the ability to set a timeout on a request.

func (*RestartKubernetesApplicationParams) SetContext

SetContext adds the context to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) SetDefaults

func (o *RestartKubernetesApplicationParams) SetDefaults()

SetDefaults hydrates default values in the restart kubernetes application params (not the query body).

All values with no default are reset to their zero value.

func (*RestartKubernetesApplicationParams) SetHTTPClient

func (o *RestartKubernetesApplicationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) SetID

SetID adds the id to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) SetKind

func (o *RestartKubernetesApplicationParams) SetKind(kind string)

SetKind adds the kind to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) SetName

func (o *RestartKubernetesApplicationParams) SetName(name string)

SetName adds the name to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) SetNamespace

func (o *RestartKubernetesApplicationParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) SetTimeout

func (o *RestartKubernetesApplicationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) WithContext

WithContext adds the context to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) WithDefaults

WithDefaults hydrates default values in the restart kubernetes application params (not the query body).

All values with no default are reset to their zero value.

func (*RestartKubernetesApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) WithID

WithID adds the id to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) WithKind

WithKind adds the kind to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) WithName

WithName adds the name to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) WithNamespace

WithNamespace adds the namespace to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) WithTimeout

WithTimeout adds the timeout to the restart kubernetes application params

func (*RestartKubernetesApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestartKubernetesApplicationReader

type RestartKubernetesApplicationReader struct {
	// contains filtered or unexported fields
}

RestartKubernetesApplicationReader is a Reader for the RestartKubernetesApplication structure.

func (*RestartKubernetesApplicationReader) ReadResponse

func (o *RestartKubernetesApplicationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestartKubernetesApplicationUnauthorized

type RestartKubernetesApplicationUnauthorized struct {
}

RestartKubernetesApplicationUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewRestartKubernetesApplicationUnauthorized

func NewRestartKubernetesApplicationUnauthorized() *RestartKubernetesApplicationUnauthorized

NewRestartKubernetesApplicationUnauthorized creates a RestartKubernetesApplicationUnauthorized with default headers values

func (*RestartKubernetesApplicationUnauthorized) Code

Code gets the status code for the restart kubernetes application unauthorized response

func (*RestartKubernetesApplicationUnauthorized) Error

func (*RestartKubernetesApplicationUnauthorized) IsClientError

IsClientError returns true when this restart kubernetes application unauthorized response has a 4xx status code

func (*RestartKubernetesApplicationUnauthorized) IsCode

IsCode returns true when this restart kubernetes application unauthorized response a status code equal to that given

func (*RestartKubernetesApplicationUnauthorized) IsRedirect

IsRedirect returns true when this restart kubernetes application unauthorized response has a 3xx status code

func (*RestartKubernetesApplicationUnauthorized) IsServerError

IsServerError returns true when this restart kubernetes application unauthorized response has a 5xx status code

func (*RestartKubernetesApplicationUnauthorized) IsSuccess

IsSuccess returns true when this restart kubernetes application unauthorized response has a 2xx status code

func (*RestartKubernetesApplicationUnauthorized) String

type UpdateK8sPodSecurityRuleBadRequest

type UpdateK8sPodSecurityRuleBadRequest struct {
}

UpdateK8sPodSecurityRuleBadRequest describes a response with status code 400, with default header values.

Invalid request

func NewUpdateK8sPodSecurityRuleBadRequest

func NewUpdateK8sPodSecurityRuleBadRequest() *UpdateK8sPodSecurityRuleBadRequest

NewUpdateK8sPodSecurityRuleBadRequest creates a UpdateK8sPodSecurityRuleBadRequest with default headers values

func (*UpdateK8sPodSecurityRuleBadRequest) Code

Code gets the status code for the update k8s pod security rule bad request response

func (*UpdateK8sPodSecurityRuleBadRequest) Error

func (*UpdateK8sPodSecurityRuleBadRequest) IsClientError

func (o *UpdateK8sPodSecurityRuleBadRequest) IsClientError() bool

IsClientError returns true when this update k8s pod security rule bad request response has a 4xx status code

func (*UpdateK8sPodSecurityRuleBadRequest) IsCode

IsCode returns true when this update k8s pod security rule bad request response a status code equal to that given

func (*UpdateK8sPodSecurityRuleBadRequest) IsRedirect

func (o *UpdateK8sPodSecurityRuleBadRequest) IsRedirect() bool

IsRedirect returns true when this update k8s pod security rule bad request response has a 3xx status code

func (*UpdateK8sPodSecurityRuleBadRequest) IsServerError

func (o *UpdateK8sPodSecurityRuleBadRequest) IsServerError() bool

IsServerError returns true when this update k8s pod security rule bad request response has a 5xx status code

func (*UpdateK8sPodSecurityRuleBadRequest) IsSuccess

IsSuccess returns true when this update k8s pod security rule bad request response has a 2xx status code

func (*UpdateK8sPodSecurityRuleBadRequest) String

type UpdateK8sPodSecurityRuleInternalServerError

type UpdateK8sPodSecurityRuleInternalServerError struct {
}

UpdateK8sPodSecurityRuleInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUpdateK8sPodSecurityRuleInternalServerError

func NewUpdateK8sPodSecurityRuleInternalServerError() *UpdateK8sPodSecurityRuleInternalServerError

NewUpdateK8sPodSecurityRuleInternalServerError creates a UpdateK8sPodSecurityRuleInternalServerError with default headers values

func (*UpdateK8sPodSecurityRuleInternalServerError) Code

Code gets the status code for the update k8s pod security rule internal server error response

func (*UpdateK8sPodSecurityRuleInternalServerError) Error

func (*UpdateK8sPodSecurityRuleInternalServerError) IsClientError

IsClientError returns true when this update k8s pod security rule internal server error response has a 4xx status code

func (*UpdateK8sPodSecurityRuleInternalServerError) IsCode

IsCode returns true when this update k8s pod security rule internal server error response a status code equal to that given

func (*UpdateK8sPodSecurityRuleInternalServerError) IsRedirect

IsRedirect returns true when this update k8s pod security rule internal server error response has a 3xx status code

func (*UpdateK8sPodSecurityRuleInternalServerError) IsServerError

IsServerError returns true when this update k8s pod security rule internal server error response has a 5xx status code

func (*UpdateK8sPodSecurityRuleInternalServerError) IsSuccess

IsSuccess returns true when this update k8s pod security rule internal server error response has a 2xx status code

func (*UpdateK8sPodSecurityRuleInternalServerError) String

type UpdateK8sPodSecurityRuleNotFound

type UpdateK8sPodSecurityRuleNotFound struct {
}

UpdateK8sPodSecurityRuleNotFound describes a response with status code 404, with default header values.

Pod Security Rule not found

func NewUpdateK8sPodSecurityRuleNotFound

func NewUpdateK8sPodSecurityRuleNotFound() *UpdateK8sPodSecurityRuleNotFound

NewUpdateK8sPodSecurityRuleNotFound creates a UpdateK8sPodSecurityRuleNotFound with default headers values

func (*UpdateK8sPodSecurityRuleNotFound) Code

Code gets the status code for the update k8s pod security rule not found response

func (*UpdateK8sPodSecurityRuleNotFound) Error

func (*UpdateK8sPodSecurityRuleNotFound) IsClientError

func (o *UpdateK8sPodSecurityRuleNotFound) IsClientError() bool

IsClientError returns true when this update k8s pod security rule not found response has a 4xx status code

func (*UpdateK8sPodSecurityRuleNotFound) IsCode

func (o *UpdateK8sPodSecurityRuleNotFound) IsCode(code int) bool

IsCode returns true when this update k8s pod security rule not found response a status code equal to that given

func (*UpdateK8sPodSecurityRuleNotFound) IsRedirect

func (o *UpdateK8sPodSecurityRuleNotFound) IsRedirect() bool

IsRedirect returns true when this update k8s pod security rule not found response has a 3xx status code

func (*UpdateK8sPodSecurityRuleNotFound) IsServerError

func (o *UpdateK8sPodSecurityRuleNotFound) IsServerError() bool

IsServerError returns true when this update k8s pod security rule not found response has a 5xx status code

func (*UpdateK8sPodSecurityRuleNotFound) IsSuccess

func (o *UpdateK8sPodSecurityRuleNotFound) IsSuccess() bool

IsSuccess returns true when this update k8s pod security rule not found response has a 2xx status code

func (*UpdateK8sPodSecurityRuleNotFound) String

type UpdateK8sPodSecurityRuleOK

type UpdateK8sPodSecurityRuleOK struct {
}

UpdateK8sPodSecurityRuleOK describes a response with status code 200, with default header values.

Success

func NewUpdateK8sPodSecurityRuleOK

func NewUpdateK8sPodSecurityRuleOK() *UpdateK8sPodSecurityRuleOK

NewUpdateK8sPodSecurityRuleOK creates a UpdateK8sPodSecurityRuleOK with default headers values

func (*UpdateK8sPodSecurityRuleOK) Code

func (o *UpdateK8sPodSecurityRuleOK) Code() int

Code gets the status code for the update k8s pod security rule o k response

func (*UpdateK8sPodSecurityRuleOK) Error

func (*UpdateK8sPodSecurityRuleOK) IsClientError

func (o *UpdateK8sPodSecurityRuleOK) IsClientError() bool

IsClientError returns true when this update k8s pod security rule o k response has a 4xx status code

func (*UpdateK8sPodSecurityRuleOK) IsCode

func (o *UpdateK8sPodSecurityRuleOK) IsCode(code int) bool

IsCode returns true when this update k8s pod security rule o k response a status code equal to that given

func (*UpdateK8sPodSecurityRuleOK) IsRedirect

func (o *UpdateK8sPodSecurityRuleOK) IsRedirect() bool

IsRedirect returns true when this update k8s pod security rule o k response has a 3xx status code

func (*UpdateK8sPodSecurityRuleOK) IsServerError

func (o *UpdateK8sPodSecurityRuleOK) IsServerError() bool

IsServerError returns true when this update k8s pod security rule o k response has a 5xx status code

func (*UpdateK8sPodSecurityRuleOK) IsSuccess

func (o *UpdateK8sPodSecurityRuleOK) IsSuccess() bool

IsSuccess returns true when this update k8s pod security rule o k response has a 2xx status code

func (*UpdateK8sPodSecurityRuleOK) String

func (o *UpdateK8sPodSecurityRuleOK) String() string

type UpdateK8sPodSecurityRuleParams

type UpdateK8sPodSecurityRuleParams struct {

	/* EnvironmentID.

	   Environment(Endpoint) identifier
	*/
	EnvironmentID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateK8sPodSecurityRuleParams contains all the parameters to send to the API endpoint

for the update k8s pod security rule operation.

Typically these are written to a http.Request.

func NewUpdateK8sPodSecurityRuleParams

func NewUpdateK8sPodSecurityRuleParams() *UpdateK8sPodSecurityRuleParams

NewUpdateK8sPodSecurityRuleParams creates a new UpdateK8sPodSecurityRuleParams 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 NewUpdateK8sPodSecurityRuleParamsWithContext

func NewUpdateK8sPodSecurityRuleParamsWithContext(ctx context.Context) *UpdateK8sPodSecurityRuleParams

NewUpdateK8sPodSecurityRuleParamsWithContext creates a new UpdateK8sPodSecurityRuleParams object with the ability to set a context for a request.

func NewUpdateK8sPodSecurityRuleParamsWithHTTPClient

func NewUpdateK8sPodSecurityRuleParamsWithHTTPClient(client *http.Client) *UpdateK8sPodSecurityRuleParams

NewUpdateK8sPodSecurityRuleParamsWithHTTPClient creates a new UpdateK8sPodSecurityRuleParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateK8sPodSecurityRuleParamsWithTimeout

func NewUpdateK8sPodSecurityRuleParamsWithTimeout(timeout time.Duration) *UpdateK8sPodSecurityRuleParams

NewUpdateK8sPodSecurityRuleParamsWithTimeout creates a new UpdateK8sPodSecurityRuleParams object with the ability to set a timeout on a request.

func (*UpdateK8sPodSecurityRuleParams) SetContext

func (o *UpdateK8sPodSecurityRuleParams) SetContext(ctx context.Context)

SetContext adds the context to the update k8s pod security rule params

func (*UpdateK8sPodSecurityRuleParams) SetDefaults

func (o *UpdateK8sPodSecurityRuleParams) SetDefaults()

SetDefaults hydrates default values in the update k8s pod security rule params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateK8sPodSecurityRuleParams) SetEnvironmentID

func (o *UpdateK8sPodSecurityRuleParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the update k8s pod security rule params

func (*UpdateK8sPodSecurityRuleParams) SetHTTPClient

func (o *UpdateK8sPodSecurityRuleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update k8s pod security rule params

func (*UpdateK8sPodSecurityRuleParams) SetTimeout

func (o *UpdateK8sPodSecurityRuleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update k8s pod security rule params

func (*UpdateK8sPodSecurityRuleParams) WithContext

WithContext adds the context to the update k8s pod security rule params

func (*UpdateK8sPodSecurityRuleParams) WithDefaults

WithDefaults hydrates default values in the update k8s pod security rule params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateK8sPodSecurityRuleParams) WithEnvironmentID

func (o *UpdateK8sPodSecurityRuleParams) WithEnvironmentID(environmentID int64) *UpdateK8sPodSecurityRuleParams

WithEnvironmentID adds the environmentID to the update k8s pod security rule params

func (*UpdateK8sPodSecurityRuleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update k8s pod security rule params

func (*UpdateK8sPodSecurityRuleParams) WithTimeout

WithTimeout adds the timeout to the update k8s pod security rule params

func (*UpdateK8sPodSecurityRuleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateK8sPodSecurityRuleReader

type UpdateK8sPodSecurityRuleReader struct {
	// contains filtered or unexported fields
}

UpdateK8sPodSecurityRuleReader is a Reader for the UpdateK8sPodSecurityRule structure.

func (*UpdateK8sPodSecurityRuleReader) ReadResponse

func (o *UpdateK8sPodSecurityRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateKubernetesIngressBadRequest

type UpdateKubernetesIngressBadRequest struct {
}

UpdateKubernetesIngressBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewUpdateKubernetesIngressBadRequest

func NewUpdateKubernetesIngressBadRequest() *UpdateKubernetesIngressBadRequest

NewUpdateKubernetesIngressBadRequest creates a UpdateKubernetesIngressBadRequest with default headers values

func (*UpdateKubernetesIngressBadRequest) Code

Code gets the status code for the update kubernetes ingress bad request response

func (*UpdateKubernetesIngressBadRequest) Error

func (*UpdateKubernetesIngressBadRequest) IsClientError

func (o *UpdateKubernetesIngressBadRequest) IsClientError() bool

IsClientError returns true when this update kubernetes ingress bad request response has a 4xx status code

func (*UpdateKubernetesIngressBadRequest) IsCode

func (o *UpdateKubernetesIngressBadRequest) IsCode(code int) bool

IsCode returns true when this update kubernetes ingress bad request response a status code equal to that given

func (*UpdateKubernetesIngressBadRequest) IsRedirect

func (o *UpdateKubernetesIngressBadRequest) IsRedirect() bool

IsRedirect returns true when this update kubernetes ingress bad request response has a 3xx status code

func (*UpdateKubernetesIngressBadRequest) IsServerError

func (o *UpdateKubernetesIngressBadRequest) IsServerError() bool

IsServerError returns true when this update kubernetes ingress bad request response has a 5xx status code

func (*UpdateKubernetesIngressBadRequest) IsSuccess

func (o *UpdateKubernetesIngressBadRequest) IsSuccess() bool

IsSuccess returns true when this update kubernetes ingress bad request response has a 2xx status code

func (*UpdateKubernetesIngressBadRequest) String

type UpdateKubernetesIngressControllersBadRequest

type UpdateKubernetesIngressControllersBadRequest struct {
}

UpdateKubernetesIngressControllersBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewUpdateKubernetesIngressControllersBadRequest

func NewUpdateKubernetesIngressControllersBadRequest() *UpdateKubernetesIngressControllersBadRequest

NewUpdateKubernetesIngressControllersBadRequest creates a UpdateKubernetesIngressControllersBadRequest with default headers values

func (*UpdateKubernetesIngressControllersBadRequest) Code

Code gets the status code for the update kubernetes ingress controllers bad request response

func (*UpdateKubernetesIngressControllersBadRequest) Error

func (*UpdateKubernetesIngressControllersBadRequest) IsClientError

IsClientError returns true when this update kubernetes ingress controllers bad request response has a 4xx status code

func (*UpdateKubernetesIngressControllersBadRequest) IsCode

IsCode returns true when this update kubernetes ingress controllers bad request response a status code equal to that given

func (*UpdateKubernetesIngressControllersBadRequest) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers bad request response has a 3xx status code

func (*UpdateKubernetesIngressControllersBadRequest) IsServerError

IsServerError returns true when this update kubernetes ingress controllers bad request response has a 5xx status code

func (*UpdateKubernetesIngressControllersBadRequest) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers bad request response has a 2xx status code

func (*UpdateKubernetesIngressControllersBadRequest) String

type UpdateKubernetesIngressControllersByNamespaceBadRequest

type UpdateKubernetesIngressControllersByNamespaceBadRequest struct {
}

UpdateKubernetesIngressControllersByNamespaceBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewUpdateKubernetesIngressControllersByNamespaceBadRequest

func NewUpdateKubernetesIngressControllersByNamespaceBadRequest() *UpdateKubernetesIngressControllersByNamespaceBadRequest

NewUpdateKubernetesIngressControllersByNamespaceBadRequest creates a UpdateKubernetesIngressControllersByNamespaceBadRequest with default headers values

func (*UpdateKubernetesIngressControllersByNamespaceBadRequest) Code

Code gets the status code for the update kubernetes ingress controllers by namespace bad request response

func (*UpdateKubernetesIngressControllersByNamespaceBadRequest) Error

func (*UpdateKubernetesIngressControllersByNamespaceBadRequest) IsClientError

IsClientError returns true when this update kubernetes ingress controllers by namespace bad request response has a 4xx status code

func (*UpdateKubernetesIngressControllersByNamespaceBadRequest) IsCode

IsCode returns true when this update kubernetes ingress controllers by namespace bad request response a status code equal to that given

func (*UpdateKubernetesIngressControllersByNamespaceBadRequest) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers by namespace bad request response has a 3xx status code

func (*UpdateKubernetesIngressControllersByNamespaceBadRequest) IsServerError

IsServerError returns true when this update kubernetes ingress controllers by namespace bad request response has a 5xx status code

func (*UpdateKubernetesIngressControllersByNamespaceBadRequest) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers by namespace bad request response has a 2xx status code

func (*UpdateKubernetesIngressControllersByNamespaceBadRequest) String

type UpdateKubernetesIngressControllersByNamespaceForbidden

type UpdateKubernetesIngressControllersByNamespaceForbidden struct {
}

UpdateKubernetesIngressControllersByNamespaceForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewUpdateKubernetesIngressControllersByNamespaceForbidden

func NewUpdateKubernetesIngressControllersByNamespaceForbidden() *UpdateKubernetesIngressControllersByNamespaceForbidden

NewUpdateKubernetesIngressControllersByNamespaceForbidden creates a UpdateKubernetesIngressControllersByNamespaceForbidden with default headers values

func (*UpdateKubernetesIngressControllersByNamespaceForbidden) Code

Code gets the status code for the update kubernetes ingress controllers by namespace forbidden response

func (*UpdateKubernetesIngressControllersByNamespaceForbidden) Error

func (*UpdateKubernetesIngressControllersByNamespaceForbidden) IsClientError

IsClientError returns true when this update kubernetes ingress controllers by namespace forbidden response has a 4xx status code

func (*UpdateKubernetesIngressControllersByNamespaceForbidden) IsCode

IsCode returns true when this update kubernetes ingress controllers by namespace forbidden response a status code equal to that given

func (*UpdateKubernetesIngressControllersByNamespaceForbidden) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers by namespace forbidden response has a 3xx status code

func (*UpdateKubernetesIngressControllersByNamespaceForbidden) IsServerError

IsServerError returns true when this update kubernetes ingress controllers by namespace forbidden response has a 5xx status code

func (*UpdateKubernetesIngressControllersByNamespaceForbidden) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers by namespace forbidden response has a 2xx status code

func (*UpdateKubernetesIngressControllersByNamespaceForbidden) String

type UpdateKubernetesIngressControllersByNamespaceInternalServerError

type UpdateKubernetesIngressControllersByNamespaceInternalServerError struct {
}

UpdateKubernetesIngressControllersByNamespaceInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to update ingress controllers by namespace.

func NewUpdateKubernetesIngressControllersByNamespaceInternalServerError

func NewUpdateKubernetesIngressControllersByNamespaceInternalServerError() *UpdateKubernetesIngressControllersByNamespaceInternalServerError

NewUpdateKubernetesIngressControllersByNamespaceInternalServerError creates a UpdateKubernetesIngressControllersByNamespaceInternalServerError with default headers values

func (*UpdateKubernetesIngressControllersByNamespaceInternalServerError) Code

Code gets the status code for the update kubernetes ingress controllers by namespace internal server error response

func (*UpdateKubernetesIngressControllersByNamespaceInternalServerError) Error

func (*UpdateKubernetesIngressControllersByNamespaceInternalServerError) IsClientError

IsClientError returns true when this update kubernetes ingress controllers by namespace internal server error response has a 4xx status code

func (*UpdateKubernetesIngressControllersByNamespaceInternalServerError) IsCode

IsCode returns true when this update kubernetes ingress controllers by namespace internal server error response a status code equal to that given

func (*UpdateKubernetesIngressControllersByNamespaceInternalServerError) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers by namespace internal server error response has a 3xx status code

func (*UpdateKubernetesIngressControllersByNamespaceInternalServerError) IsServerError

IsServerError returns true when this update kubernetes ingress controllers by namespace internal server error response has a 5xx status code

func (*UpdateKubernetesIngressControllersByNamespaceInternalServerError) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers by namespace internal server error response has a 2xx status code

func (*UpdateKubernetesIngressControllersByNamespaceInternalServerError) String

type UpdateKubernetesIngressControllersByNamespaceNoContent

type UpdateKubernetesIngressControllersByNamespaceNoContent struct {
}

UpdateKubernetesIngressControllersByNamespaceNoContent describes a response with status code 204, with default header values.

Success

func NewUpdateKubernetesIngressControllersByNamespaceNoContent

func NewUpdateKubernetesIngressControllersByNamespaceNoContent() *UpdateKubernetesIngressControllersByNamespaceNoContent

NewUpdateKubernetesIngressControllersByNamespaceNoContent creates a UpdateKubernetesIngressControllersByNamespaceNoContent with default headers values

func (*UpdateKubernetesIngressControllersByNamespaceNoContent) Code

Code gets the status code for the update kubernetes ingress controllers by namespace no content response

func (*UpdateKubernetesIngressControllersByNamespaceNoContent) Error

func (*UpdateKubernetesIngressControllersByNamespaceNoContent) IsClientError

IsClientError returns true when this update kubernetes ingress controllers by namespace no content response has a 4xx status code

func (*UpdateKubernetesIngressControllersByNamespaceNoContent) IsCode

IsCode returns true when this update kubernetes ingress controllers by namespace no content response a status code equal to that given

func (*UpdateKubernetesIngressControllersByNamespaceNoContent) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers by namespace no content response has a 3xx status code

func (*UpdateKubernetesIngressControllersByNamespaceNoContent) IsServerError

IsServerError returns true when this update kubernetes ingress controllers by namespace no content response has a 5xx status code

func (*UpdateKubernetesIngressControllersByNamespaceNoContent) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers by namespace no content response has a 2xx status code

func (*UpdateKubernetesIngressControllersByNamespaceNoContent) String

type UpdateKubernetesIngressControllersByNamespaceNotFound

type UpdateKubernetesIngressControllersByNamespaceNotFound struct {
}

UpdateKubernetesIngressControllersByNamespaceNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier.

func NewUpdateKubernetesIngressControllersByNamespaceNotFound

func NewUpdateKubernetesIngressControllersByNamespaceNotFound() *UpdateKubernetesIngressControllersByNamespaceNotFound

NewUpdateKubernetesIngressControllersByNamespaceNotFound creates a UpdateKubernetesIngressControllersByNamespaceNotFound with default headers values

func (*UpdateKubernetesIngressControllersByNamespaceNotFound) Code

Code gets the status code for the update kubernetes ingress controllers by namespace not found response

func (*UpdateKubernetesIngressControllersByNamespaceNotFound) Error

func (*UpdateKubernetesIngressControllersByNamespaceNotFound) IsClientError

IsClientError returns true when this update kubernetes ingress controllers by namespace not found response has a 4xx status code

func (*UpdateKubernetesIngressControllersByNamespaceNotFound) IsCode

IsCode returns true when this update kubernetes ingress controllers by namespace not found response a status code equal to that given

func (*UpdateKubernetesIngressControllersByNamespaceNotFound) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers by namespace not found response has a 3xx status code

func (*UpdateKubernetesIngressControllersByNamespaceNotFound) IsServerError

IsServerError returns true when this update kubernetes ingress controllers by namespace not found response has a 5xx status code

func (*UpdateKubernetesIngressControllersByNamespaceNotFound) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers by namespace not found response has a 2xx status code

func (*UpdateKubernetesIngressControllersByNamespaceNotFound) String

type UpdateKubernetesIngressControllersByNamespaceParams

type UpdateKubernetesIngressControllersByNamespaceParams struct {

	/* Body.

	   Ingress controllers
	*/
	Body []*models.KubernetesK8sIngressController

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace name
	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateKubernetesIngressControllersByNamespaceParams contains all the parameters to send to the API endpoint

for the update kubernetes ingress controllers by namespace operation.

Typically these are written to a http.Request.

func NewUpdateKubernetesIngressControllersByNamespaceParams

func NewUpdateKubernetesIngressControllersByNamespaceParams() *UpdateKubernetesIngressControllersByNamespaceParams

NewUpdateKubernetesIngressControllersByNamespaceParams creates a new UpdateKubernetesIngressControllersByNamespaceParams 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 NewUpdateKubernetesIngressControllersByNamespaceParamsWithContext

func NewUpdateKubernetesIngressControllersByNamespaceParamsWithContext(ctx context.Context) *UpdateKubernetesIngressControllersByNamespaceParams

NewUpdateKubernetesIngressControllersByNamespaceParamsWithContext creates a new UpdateKubernetesIngressControllersByNamespaceParams object with the ability to set a context for a request.

func NewUpdateKubernetesIngressControllersByNamespaceParamsWithHTTPClient

func NewUpdateKubernetesIngressControllersByNamespaceParamsWithHTTPClient(client *http.Client) *UpdateKubernetesIngressControllersByNamespaceParams

NewUpdateKubernetesIngressControllersByNamespaceParamsWithHTTPClient creates a new UpdateKubernetesIngressControllersByNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateKubernetesIngressControllersByNamespaceParamsWithTimeout

func NewUpdateKubernetesIngressControllersByNamespaceParamsWithTimeout(timeout time.Duration) *UpdateKubernetesIngressControllersByNamespaceParams

NewUpdateKubernetesIngressControllersByNamespaceParamsWithTimeout creates a new UpdateKubernetesIngressControllersByNamespaceParams object with the ability to set a timeout on a request.

func (*UpdateKubernetesIngressControllersByNamespaceParams) SetBody

SetBody adds the body to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) SetContext

SetContext adds the context to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) SetDefaults

SetDefaults hydrates default values in the update kubernetes ingress controllers by namespace params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesIngressControllersByNamespaceParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) SetID

SetID adds the id to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) SetNamespace

SetNamespace adds the namespace to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) SetTimeout

SetTimeout adds the timeout to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) WithBody

WithBody adds the body to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) WithContext

WithContext adds the context to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) WithDefaults

WithDefaults hydrates default values in the update kubernetes ingress controllers by namespace params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesIngressControllersByNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) WithID

WithID adds the id to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) WithNamespace

WithNamespace adds the namespace to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) WithTimeout

WithTimeout adds the timeout to the update kubernetes ingress controllers by namespace params

func (*UpdateKubernetesIngressControllersByNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateKubernetesIngressControllersByNamespaceReader

type UpdateKubernetesIngressControllersByNamespaceReader struct {
	// contains filtered or unexported fields
}

UpdateKubernetesIngressControllersByNamespaceReader is a Reader for the UpdateKubernetesIngressControllersByNamespace structure.

func (*UpdateKubernetesIngressControllersByNamespaceReader) ReadResponse

func (o *UpdateKubernetesIngressControllersByNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateKubernetesIngressControllersByNamespaceUnauthorized

type UpdateKubernetesIngressControllersByNamespaceUnauthorized struct {
}

UpdateKubernetesIngressControllersByNamespaceUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewUpdateKubernetesIngressControllersByNamespaceUnauthorized

func NewUpdateKubernetesIngressControllersByNamespaceUnauthorized() *UpdateKubernetesIngressControllersByNamespaceUnauthorized

NewUpdateKubernetesIngressControllersByNamespaceUnauthorized creates a UpdateKubernetesIngressControllersByNamespaceUnauthorized with default headers values

func (*UpdateKubernetesIngressControllersByNamespaceUnauthorized) Code

Code gets the status code for the update kubernetes ingress controllers by namespace unauthorized response

func (*UpdateKubernetesIngressControllersByNamespaceUnauthorized) Error

func (*UpdateKubernetesIngressControllersByNamespaceUnauthorized) IsClientError

IsClientError returns true when this update kubernetes ingress controllers by namespace unauthorized response has a 4xx status code

func (*UpdateKubernetesIngressControllersByNamespaceUnauthorized) IsCode

IsCode returns true when this update kubernetes ingress controllers by namespace unauthorized response a status code equal to that given

func (*UpdateKubernetesIngressControllersByNamespaceUnauthorized) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers by namespace unauthorized response has a 3xx status code

func (*UpdateKubernetesIngressControllersByNamespaceUnauthorized) IsServerError

IsServerError returns true when this update kubernetes ingress controllers by namespace unauthorized response has a 5xx status code

func (*UpdateKubernetesIngressControllersByNamespaceUnauthorized) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers by namespace unauthorized response has a 2xx status code

func (*UpdateKubernetesIngressControllersByNamespaceUnauthorized) String

type UpdateKubernetesIngressControllersForbidden

type UpdateKubernetesIngressControllersForbidden struct {
}

UpdateKubernetesIngressControllersForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewUpdateKubernetesIngressControllersForbidden

func NewUpdateKubernetesIngressControllersForbidden() *UpdateKubernetesIngressControllersForbidden

NewUpdateKubernetesIngressControllersForbidden creates a UpdateKubernetesIngressControllersForbidden with default headers values

func (*UpdateKubernetesIngressControllersForbidden) Code

Code gets the status code for the update kubernetes ingress controllers forbidden response

func (*UpdateKubernetesIngressControllersForbidden) Error

func (*UpdateKubernetesIngressControllersForbidden) IsClientError

IsClientError returns true when this update kubernetes ingress controllers forbidden response has a 4xx status code

func (*UpdateKubernetesIngressControllersForbidden) IsCode

IsCode returns true when this update kubernetes ingress controllers forbidden response a status code equal to that given

func (*UpdateKubernetesIngressControllersForbidden) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers forbidden response has a 3xx status code

func (*UpdateKubernetesIngressControllersForbidden) IsServerError

IsServerError returns true when this update kubernetes ingress controllers forbidden response has a 5xx status code

func (*UpdateKubernetesIngressControllersForbidden) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers forbidden response has a 2xx status code

func (*UpdateKubernetesIngressControllersForbidden) String

type UpdateKubernetesIngressControllersInternalServerError

type UpdateKubernetesIngressControllersInternalServerError struct {
}

UpdateKubernetesIngressControllersInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to update ingress controllers.

func NewUpdateKubernetesIngressControllersInternalServerError

func NewUpdateKubernetesIngressControllersInternalServerError() *UpdateKubernetesIngressControllersInternalServerError

NewUpdateKubernetesIngressControllersInternalServerError creates a UpdateKubernetesIngressControllersInternalServerError with default headers values

func (*UpdateKubernetesIngressControllersInternalServerError) Code

Code gets the status code for the update kubernetes ingress controllers internal server error response

func (*UpdateKubernetesIngressControllersInternalServerError) Error

func (*UpdateKubernetesIngressControllersInternalServerError) IsClientError

IsClientError returns true when this update kubernetes ingress controllers internal server error response has a 4xx status code

func (*UpdateKubernetesIngressControllersInternalServerError) IsCode

IsCode returns true when this update kubernetes ingress controllers internal server error response a status code equal to that given

func (*UpdateKubernetesIngressControllersInternalServerError) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers internal server error response has a 3xx status code

func (*UpdateKubernetesIngressControllersInternalServerError) IsServerError

IsServerError returns true when this update kubernetes ingress controllers internal server error response has a 5xx status code

func (*UpdateKubernetesIngressControllersInternalServerError) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers internal server error response has a 2xx status code

func (*UpdateKubernetesIngressControllersInternalServerError) String

type UpdateKubernetesIngressControllersNoContent

type UpdateKubernetesIngressControllersNoContent struct {
}

UpdateKubernetesIngressControllersNoContent describes a response with status code 204, with default header values.

Success

func NewUpdateKubernetesIngressControllersNoContent

func NewUpdateKubernetesIngressControllersNoContent() *UpdateKubernetesIngressControllersNoContent

NewUpdateKubernetesIngressControllersNoContent creates a UpdateKubernetesIngressControllersNoContent with default headers values

func (*UpdateKubernetesIngressControllersNoContent) Code

Code gets the status code for the update kubernetes ingress controllers no content response

func (*UpdateKubernetesIngressControllersNoContent) Error

func (*UpdateKubernetesIngressControllersNoContent) IsClientError

IsClientError returns true when this update kubernetes ingress controllers no content response has a 4xx status code

func (*UpdateKubernetesIngressControllersNoContent) IsCode

IsCode returns true when this update kubernetes ingress controllers no content response a status code equal to that given

func (*UpdateKubernetesIngressControllersNoContent) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers no content response has a 3xx status code

func (*UpdateKubernetesIngressControllersNoContent) IsServerError

IsServerError returns true when this update kubernetes ingress controllers no content response has a 5xx status code

func (*UpdateKubernetesIngressControllersNoContent) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers no content response has a 2xx status code

func (*UpdateKubernetesIngressControllersNoContent) String

type UpdateKubernetesIngressControllersNotFound

type UpdateKubernetesIngressControllersNotFound struct {
}

UpdateKubernetesIngressControllersNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier or unable to find the ingress controllers to update.

func NewUpdateKubernetesIngressControllersNotFound

func NewUpdateKubernetesIngressControllersNotFound() *UpdateKubernetesIngressControllersNotFound

NewUpdateKubernetesIngressControllersNotFound creates a UpdateKubernetesIngressControllersNotFound with default headers values

func (*UpdateKubernetesIngressControllersNotFound) Code

Code gets the status code for the update kubernetes ingress controllers not found response

func (*UpdateKubernetesIngressControllersNotFound) Error

func (*UpdateKubernetesIngressControllersNotFound) IsClientError

IsClientError returns true when this update kubernetes ingress controllers not found response has a 4xx status code

func (*UpdateKubernetesIngressControllersNotFound) IsCode

IsCode returns true when this update kubernetes ingress controllers not found response a status code equal to that given

func (*UpdateKubernetesIngressControllersNotFound) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers not found response has a 3xx status code

func (*UpdateKubernetesIngressControllersNotFound) IsServerError

IsServerError returns true when this update kubernetes ingress controllers not found response has a 5xx status code

func (*UpdateKubernetesIngressControllersNotFound) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers not found response has a 2xx status code

func (*UpdateKubernetesIngressControllersNotFound) String

type UpdateKubernetesIngressControllersParams

type UpdateKubernetesIngressControllersParams struct {

	/* Body.

	   Ingress controllers
	*/
	Body []*models.KubernetesK8sIngressController

	/* ID.

	   Environment identifier
	*/
	ID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateKubernetesIngressControllersParams contains all the parameters to send to the API endpoint

for the update kubernetes ingress controllers operation.

Typically these are written to a http.Request.

func NewUpdateKubernetesIngressControllersParams

func NewUpdateKubernetesIngressControllersParams() *UpdateKubernetesIngressControllersParams

NewUpdateKubernetesIngressControllersParams creates a new UpdateKubernetesIngressControllersParams 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 NewUpdateKubernetesIngressControllersParamsWithContext

func NewUpdateKubernetesIngressControllersParamsWithContext(ctx context.Context) *UpdateKubernetesIngressControllersParams

NewUpdateKubernetesIngressControllersParamsWithContext creates a new UpdateKubernetesIngressControllersParams object with the ability to set a context for a request.

func NewUpdateKubernetesIngressControllersParamsWithHTTPClient

func NewUpdateKubernetesIngressControllersParamsWithHTTPClient(client *http.Client) *UpdateKubernetesIngressControllersParams

NewUpdateKubernetesIngressControllersParamsWithHTTPClient creates a new UpdateKubernetesIngressControllersParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateKubernetesIngressControllersParamsWithTimeout

func NewUpdateKubernetesIngressControllersParamsWithTimeout(timeout time.Duration) *UpdateKubernetesIngressControllersParams

NewUpdateKubernetesIngressControllersParamsWithTimeout creates a new UpdateKubernetesIngressControllersParams object with the ability to set a timeout on a request.

func (*UpdateKubernetesIngressControllersParams) SetBody

SetBody adds the body to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) SetContext

SetContext adds the context to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) SetDefaults

SetDefaults hydrates default values in the update kubernetes ingress controllers params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesIngressControllersParams) SetHTTPClient

func (o *UpdateKubernetesIngressControllersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) SetID

SetID adds the id to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) SetTimeout

SetTimeout adds the timeout to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) WithBody

WithBody adds the body to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) WithContext

WithContext adds the context to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) WithDefaults

WithDefaults hydrates default values in the update kubernetes ingress controllers params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesIngressControllersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) WithID

WithID adds the id to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) WithTimeout

WithTimeout adds the timeout to the update kubernetes ingress controllers params

func (*UpdateKubernetesIngressControllersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateKubernetesIngressControllersReader

type UpdateKubernetesIngressControllersReader struct {
	// contains filtered or unexported fields
}

UpdateKubernetesIngressControllersReader is a Reader for the UpdateKubernetesIngressControllers structure.

func (*UpdateKubernetesIngressControllersReader) ReadResponse

func (o *UpdateKubernetesIngressControllersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateKubernetesIngressControllersUnauthorized

type UpdateKubernetesIngressControllersUnauthorized struct {
}

UpdateKubernetesIngressControllersUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewUpdateKubernetesIngressControllersUnauthorized

func NewUpdateKubernetesIngressControllersUnauthorized() *UpdateKubernetesIngressControllersUnauthorized

NewUpdateKubernetesIngressControllersUnauthorized creates a UpdateKubernetesIngressControllersUnauthorized with default headers values

func (*UpdateKubernetesIngressControllersUnauthorized) Code

Code gets the status code for the update kubernetes ingress controllers unauthorized response

func (*UpdateKubernetesIngressControllersUnauthorized) Error

func (*UpdateKubernetesIngressControllersUnauthorized) IsClientError

IsClientError returns true when this update kubernetes ingress controllers unauthorized response has a 4xx status code

func (*UpdateKubernetesIngressControllersUnauthorized) IsCode

IsCode returns true when this update kubernetes ingress controllers unauthorized response a status code equal to that given

func (*UpdateKubernetesIngressControllersUnauthorized) IsRedirect

IsRedirect returns true when this update kubernetes ingress controllers unauthorized response has a 3xx status code

func (*UpdateKubernetesIngressControllersUnauthorized) IsServerError

IsServerError returns true when this update kubernetes ingress controllers unauthorized response has a 5xx status code

func (*UpdateKubernetesIngressControllersUnauthorized) IsSuccess

IsSuccess returns true when this update kubernetes ingress controllers unauthorized response has a 2xx status code

func (*UpdateKubernetesIngressControllersUnauthorized) String

type UpdateKubernetesIngressForbidden

type UpdateKubernetesIngressForbidden struct {
}

UpdateKubernetesIngressForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewUpdateKubernetesIngressForbidden

func NewUpdateKubernetesIngressForbidden() *UpdateKubernetesIngressForbidden

NewUpdateKubernetesIngressForbidden creates a UpdateKubernetesIngressForbidden with default headers values

func (*UpdateKubernetesIngressForbidden) Code

Code gets the status code for the update kubernetes ingress forbidden response

func (*UpdateKubernetesIngressForbidden) Error

func (*UpdateKubernetesIngressForbidden) IsClientError

func (o *UpdateKubernetesIngressForbidden) IsClientError() bool

IsClientError returns true when this update kubernetes ingress forbidden response has a 4xx status code

func (*UpdateKubernetesIngressForbidden) IsCode

func (o *UpdateKubernetesIngressForbidden) IsCode(code int) bool

IsCode returns true when this update kubernetes ingress forbidden response a status code equal to that given

func (*UpdateKubernetesIngressForbidden) IsRedirect

func (o *UpdateKubernetesIngressForbidden) IsRedirect() bool

IsRedirect returns true when this update kubernetes ingress forbidden response has a 3xx status code

func (*UpdateKubernetesIngressForbidden) IsServerError

func (o *UpdateKubernetesIngressForbidden) IsServerError() bool

IsServerError returns true when this update kubernetes ingress forbidden response has a 5xx status code

func (*UpdateKubernetesIngressForbidden) IsSuccess

func (o *UpdateKubernetesIngressForbidden) IsSuccess() bool

IsSuccess returns true when this update kubernetes ingress forbidden response has a 2xx status code

func (*UpdateKubernetesIngressForbidden) String

type UpdateKubernetesIngressInternalServerError

type UpdateKubernetesIngressInternalServerError struct {
}

UpdateKubernetesIngressInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to update the specified ingress.

func NewUpdateKubernetesIngressInternalServerError

func NewUpdateKubernetesIngressInternalServerError() *UpdateKubernetesIngressInternalServerError

NewUpdateKubernetesIngressInternalServerError creates a UpdateKubernetesIngressInternalServerError with default headers values

func (*UpdateKubernetesIngressInternalServerError) Code

Code gets the status code for the update kubernetes ingress internal server error response

func (*UpdateKubernetesIngressInternalServerError) Error

func (*UpdateKubernetesIngressInternalServerError) IsClientError

IsClientError returns true when this update kubernetes ingress internal server error response has a 4xx status code

func (*UpdateKubernetesIngressInternalServerError) IsCode

IsCode returns true when this update kubernetes ingress internal server error response a status code equal to that given

func (*UpdateKubernetesIngressInternalServerError) IsRedirect

IsRedirect returns true when this update kubernetes ingress internal server error response has a 3xx status code

func (*UpdateKubernetesIngressInternalServerError) IsServerError

IsServerError returns true when this update kubernetes ingress internal server error response has a 5xx status code

func (*UpdateKubernetesIngressInternalServerError) IsSuccess

IsSuccess returns true when this update kubernetes ingress internal server error response has a 2xx status code

func (*UpdateKubernetesIngressInternalServerError) String

type UpdateKubernetesIngressNoContent

type UpdateKubernetesIngressNoContent struct {
}

UpdateKubernetesIngressNoContent describes a response with status code 204, with default header values.

Success

func NewUpdateKubernetesIngressNoContent

func NewUpdateKubernetesIngressNoContent() *UpdateKubernetesIngressNoContent

NewUpdateKubernetesIngressNoContent creates a UpdateKubernetesIngressNoContent with default headers values

func (*UpdateKubernetesIngressNoContent) Code

Code gets the status code for the update kubernetes ingress no content response

func (*UpdateKubernetesIngressNoContent) Error

func (*UpdateKubernetesIngressNoContent) IsClientError

func (o *UpdateKubernetesIngressNoContent) IsClientError() bool

IsClientError returns true when this update kubernetes ingress no content response has a 4xx status code

func (*UpdateKubernetesIngressNoContent) IsCode

func (o *UpdateKubernetesIngressNoContent) IsCode(code int) bool

IsCode returns true when this update kubernetes ingress no content response a status code equal to that given

func (*UpdateKubernetesIngressNoContent) IsRedirect

func (o *UpdateKubernetesIngressNoContent) IsRedirect() bool

IsRedirect returns true when this update kubernetes ingress no content response has a 3xx status code

func (*UpdateKubernetesIngressNoContent) IsServerError

func (o *UpdateKubernetesIngressNoContent) IsServerError() bool

IsServerError returns true when this update kubernetes ingress no content response has a 5xx status code

func (*UpdateKubernetesIngressNoContent) IsSuccess

func (o *UpdateKubernetesIngressNoContent) IsSuccess() bool

IsSuccess returns true when this update kubernetes ingress no content response has a 2xx status code

func (*UpdateKubernetesIngressNoContent) String

type UpdateKubernetesIngressNotFound

type UpdateKubernetesIngressNotFound struct {
}

UpdateKubernetesIngressNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier or unable to find the specified ingress.

func NewUpdateKubernetesIngressNotFound

func NewUpdateKubernetesIngressNotFound() *UpdateKubernetesIngressNotFound

NewUpdateKubernetesIngressNotFound creates a UpdateKubernetesIngressNotFound with default headers values

func (*UpdateKubernetesIngressNotFound) Code

Code gets the status code for the update kubernetes ingress not found response

func (*UpdateKubernetesIngressNotFound) Error

func (*UpdateKubernetesIngressNotFound) IsClientError

func (o *UpdateKubernetesIngressNotFound) IsClientError() bool

IsClientError returns true when this update kubernetes ingress not found response has a 4xx status code

func (*UpdateKubernetesIngressNotFound) IsCode

func (o *UpdateKubernetesIngressNotFound) IsCode(code int) bool

IsCode returns true when this update kubernetes ingress not found response a status code equal to that given

func (*UpdateKubernetesIngressNotFound) IsRedirect

func (o *UpdateKubernetesIngressNotFound) IsRedirect() bool

IsRedirect returns true when this update kubernetes ingress not found response has a 3xx status code

func (*UpdateKubernetesIngressNotFound) IsServerError

func (o *UpdateKubernetesIngressNotFound) IsServerError() bool

IsServerError returns true when this update kubernetes ingress not found response has a 5xx status code

func (*UpdateKubernetesIngressNotFound) IsSuccess

func (o *UpdateKubernetesIngressNotFound) IsSuccess() bool

IsSuccess returns true when this update kubernetes ingress not found response has a 2xx status code

func (*UpdateKubernetesIngressNotFound) String

type UpdateKubernetesIngressParams

type UpdateKubernetesIngressParams struct {

	/* Body.

	   Ingress details
	*/
	Body *models.KubernetesK8sIngressInfo

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace name
	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateKubernetesIngressParams contains all the parameters to send to the API endpoint

for the update kubernetes ingress operation.

Typically these are written to a http.Request.

func NewUpdateKubernetesIngressParams

func NewUpdateKubernetesIngressParams() *UpdateKubernetesIngressParams

NewUpdateKubernetesIngressParams creates a new UpdateKubernetesIngressParams 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 NewUpdateKubernetesIngressParamsWithContext

func NewUpdateKubernetesIngressParamsWithContext(ctx context.Context) *UpdateKubernetesIngressParams

NewUpdateKubernetesIngressParamsWithContext creates a new UpdateKubernetesIngressParams object with the ability to set a context for a request.

func NewUpdateKubernetesIngressParamsWithHTTPClient

func NewUpdateKubernetesIngressParamsWithHTTPClient(client *http.Client) *UpdateKubernetesIngressParams

NewUpdateKubernetesIngressParamsWithHTTPClient creates a new UpdateKubernetesIngressParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateKubernetesIngressParamsWithTimeout

func NewUpdateKubernetesIngressParamsWithTimeout(timeout time.Duration) *UpdateKubernetesIngressParams

NewUpdateKubernetesIngressParamsWithTimeout creates a new UpdateKubernetesIngressParams object with the ability to set a timeout on a request.

func (*UpdateKubernetesIngressParams) SetBody

SetBody adds the body to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) SetContext

func (o *UpdateKubernetesIngressParams) SetContext(ctx context.Context)

SetContext adds the context to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) SetDefaults

func (o *UpdateKubernetesIngressParams) SetDefaults()

SetDefaults hydrates default values in the update kubernetes ingress params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesIngressParams) SetHTTPClient

func (o *UpdateKubernetesIngressParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) SetID

func (o *UpdateKubernetesIngressParams) SetID(id int64)

SetID adds the id to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) SetNamespace

func (o *UpdateKubernetesIngressParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) SetTimeout

func (o *UpdateKubernetesIngressParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) WithBody

WithBody adds the body to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) WithContext

WithContext adds the context to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) WithDefaults

WithDefaults hydrates default values in the update kubernetes ingress params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesIngressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) WithID

WithID adds the id to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) WithNamespace

WithNamespace adds the namespace to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) WithTimeout

WithTimeout adds the timeout to the update kubernetes ingress params

func (*UpdateKubernetesIngressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateKubernetesIngressReader

type UpdateKubernetesIngressReader struct {
	// contains filtered or unexported fields
}

UpdateKubernetesIngressReader is a Reader for the UpdateKubernetesIngress structure.

func (*UpdateKubernetesIngressReader) ReadResponse

func (o *UpdateKubernetesIngressReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateKubernetesIngressUnauthorized

type UpdateKubernetesIngressUnauthorized struct {
}

UpdateKubernetesIngressUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewUpdateKubernetesIngressUnauthorized

func NewUpdateKubernetesIngressUnauthorized() *UpdateKubernetesIngressUnauthorized

NewUpdateKubernetesIngressUnauthorized creates a UpdateKubernetesIngressUnauthorized with default headers values

func (*UpdateKubernetesIngressUnauthorized) Code

Code gets the status code for the update kubernetes ingress unauthorized response

func (*UpdateKubernetesIngressUnauthorized) Error

func (*UpdateKubernetesIngressUnauthorized) IsClientError

func (o *UpdateKubernetesIngressUnauthorized) IsClientError() bool

IsClientError returns true when this update kubernetes ingress unauthorized response has a 4xx status code

func (*UpdateKubernetesIngressUnauthorized) IsCode

IsCode returns true when this update kubernetes ingress unauthorized response a status code equal to that given

func (*UpdateKubernetesIngressUnauthorized) IsRedirect

func (o *UpdateKubernetesIngressUnauthorized) IsRedirect() bool

IsRedirect returns true when this update kubernetes ingress unauthorized response has a 3xx status code

func (*UpdateKubernetesIngressUnauthorized) IsServerError

func (o *UpdateKubernetesIngressUnauthorized) IsServerError() bool

IsServerError returns true when this update kubernetes ingress unauthorized response has a 5xx status code

func (*UpdateKubernetesIngressUnauthorized) IsSuccess

IsSuccess returns true when this update kubernetes ingress unauthorized response has a 2xx status code

func (*UpdateKubernetesIngressUnauthorized) String

type UpdateKubernetesNamespaceBadRequest

type UpdateKubernetesNamespaceBadRequest struct {
}

UpdateKubernetesNamespaceBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewUpdateKubernetesNamespaceBadRequest

func NewUpdateKubernetesNamespaceBadRequest() *UpdateKubernetesNamespaceBadRequest

NewUpdateKubernetesNamespaceBadRequest creates a UpdateKubernetesNamespaceBadRequest with default headers values

func (*UpdateKubernetesNamespaceBadRequest) Code

Code gets the status code for the update kubernetes namespace bad request response

func (*UpdateKubernetesNamespaceBadRequest) Error

func (*UpdateKubernetesNamespaceBadRequest) IsClientError

func (o *UpdateKubernetesNamespaceBadRequest) IsClientError() bool

IsClientError returns true when this update kubernetes namespace bad request response has a 4xx status code

func (*UpdateKubernetesNamespaceBadRequest) IsCode

IsCode returns true when this update kubernetes namespace bad request response a status code equal to that given

func (*UpdateKubernetesNamespaceBadRequest) IsRedirect

func (o *UpdateKubernetesNamespaceBadRequest) IsRedirect() bool

IsRedirect returns true when this update kubernetes namespace bad request response has a 3xx status code

func (*UpdateKubernetesNamespaceBadRequest) IsServerError

func (o *UpdateKubernetesNamespaceBadRequest) IsServerError() bool

IsServerError returns true when this update kubernetes namespace bad request response has a 5xx status code

func (*UpdateKubernetesNamespaceBadRequest) IsSuccess

IsSuccess returns true when this update kubernetes namespace bad request response has a 2xx status code

func (*UpdateKubernetesNamespaceBadRequest) String

type UpdateKubernetesNamespaceDeprecatedBadRequest

type UpdateKubernetesNamespaceDeprecatedBadRequest struct {
}

UpdateKubernetesNamespaceDeprecatedBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewUpdateKubernetesNamespaceDeprecatedBadRequest

func NewUpdateKubernetesNamespaceDeprecatedBadRequest() *UpdateKubernetesNamespaceDeprecatedBadRequest

NewUpdateKubernetesNamespaceDeprecatedBadRequest creates a UpdateKubernetesNamespaceDeprecatedBadRequest with default headers values

func (*UpdateKubernetesNamespaceDeprecatedBadRequest) Code

Code gets the status code for the update kubernetes namespace deprecated bad request response

func (*UpdateKubernetesNamespaceDeprecatedBadRequest) Error

func (*UpdateKubernetesNamespaceDeprecatedBadRequest) IsClientError

IsClientError returns true when this update kubernetes namespace deprecated bad request response has a 4xx status code

func (*UpdateKubernetesNamespaceDeprecatedBadRequest) IsCode

IsCode returns true when this update kubernetes namespace deprecated bad request response a status code equal to that given

func (*UpdateKubernetesNamespaceDeprecatedBadRequest) IsRedirect

IsRedirect returns true when this update kubernetes namespace deprecated bad request response has a 3xx status code

func (*UpdateKubernetesNamespaceDeprecatedBadRequest) IsServerError

IsServerError returns true when this update kubernetes namespace deprecated bad request response has a 5xx status code

func (*UpdateKubernetesNamespaceDeprecatedBadRequest) IsSuccess

IsSuccess returns true when this update kubernetes namespace deprecated bad request response has a 2xx status code

func (*UpdateKubernetesNamespaceDeprecatedBadRequest) String

type UpdateKubernetesNamespaceDeprecatedForbidden

type UpdateKubernetesNamespaceDeprecatedForbidden struct {
}

UpdateKubernetesNamespaceDeprecatedForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewUpdateKubernetesNamespaceDeprecatedForbidden

func NewUpdateKubernetesNamespaceDeprecatedForbidden() *UpdateKubernetesNamespaceDeprecatedForbidden

NewUpdateKubernetesNamespaceDeprecatedForbidden creates a UpdateKubernetesNamespaceDeprecatedForbidden with default headers values

func (*UpdateKubernetesNamespaceDeprecatedForbidden) Code

Code gets the status code for the update kubernetes namespace deprecated forbidden response

func (*UpdateKubernetesNamespaceDeprecatedForbidden) Error

func (*UpdateKubernetesNamespaceDeprecatedForbidden) IsClientError

IsClientError returns true when this update kubernetes namespace deprecated forbidden response has a 4xx status code

func (*UpdateKubernetesNamespaceDeprecatedForbidden) IsCode

IsCode returns true when this update kubernetes namespace deprecated forbidden response a status code equal to that given

func (*UpdateKubernetesNamespaceDeprecatedForbidden) IsRedirect

IsRedirect returns true when this update kubernetes namespace deprecated forbidden response has a 3xx status code

func (*UpdateKubernetesNamespaceDeprecatedForbidden) IsServerError

IsServerError returns true when this update kubernetes namespace deprecated forbidden response has a 5xx status code

func (*UpdateKubernetesNamespaceDeprecatedForbidden) IsSuccess

IsSuccess returns true when this update kubernetes namespace deprecated forbidden response has a 2xx status code

func (*UpdateKubernetesNamespaceDeprecatedForbidden) String

type UpdateKubernetesNamespaceDeprecatedInternalServerError

type UpdateKubernetesNamespaceDeprecatedInternalServerError struct {
}

UpdateKubernetesNamespaceDeprecatedInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to update the namespace.

func NewUpdateKubernetesNamespaceDeprecatedInternalServerError

func NewUpdateKubernetesNamespaceDeprecatedInternalServerError() *UpdateKubernetesNamespaceDeprecatedInternalServerError

NewUpdateKubernetesNamespaceDeprecatedInternalServerError creates a UpdateKubernetesNamespaceDeprecatedInternalServerError with default headers values

func (*UpdateKubernetesNamespaceDeprecatedInternalServerError) Code

Code gets the status code for the update kubernetes namespace deprecated internal server error response

func (*UpdateKubernetesNamespaceDeprecatedInternalServerError) Error

func (*UpdateKubernetesNamespaceDeprecatedInternalServerError) IsClientError

IsClientError returns true when this update kubernetes namespace deprecated internal server error response has a 4xx status code

func (*UpdateKubernetesNamespaceDeprecatedInternalServerError) IsCode

IsCode returns true when this update kubernetes namespace deprecated internal server error response a status code equal to that given

func (*UpdateKubernetesNamespaceDeprecatedInternalServerError) IsRedirect

IsRedirect returns true when this update kubernetes namespace deprecated internal server error response has a 3xx status code

func (*UpdateKubernetesNamespaceDeprecatedInternalServerError) IsServerError

IsServerError returns true when this update kubernetes namespace deprecated internal server error response has a 5xx status code

func (*UpdateKubernetesNamespaceDeprecatedInternalServerError) IsSuccess

IsSuccess returns true when this update kubernetes namespace deprecated internal server error response has a 2xx status code

func (*UpdateKubernetesNamespaceDeprecatedInternalServerError) String

type UpdateKubernetesNamespaceDeprecatedNotFound

type UpdateKubernetesNamespaceDeprecatedNotFound struct {
}

UpdateKubernetesNamespaceDeprecatedNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier or unable to find a specific namespace.

func NewUpdateKubernetesNamespaceDeprecatedNotFound

func NewUpdateKubernetesNamespaceDeprecatedNotFound() *UpdateKubernetesNamespaceDeprecatedNotFound

NewUpdateKubernetesNamespaceDeprecatedNotFound creates a UpdateKubernetesNamespaceDeprecatedNotFound with default headers values

func (*UpdateKubernetesNamespaceDeprecatedNotFound) Code

Code gets the status code for the update kubernetes namespace deprecated not found response

func (*UpdateKubernetesNamespaceDeprecatedNotFound) Error

func (*UpdateKubernetesNamespaceDeprecatedNotFound) IsClientError

IsClientError returns true when this update kubernetes namespace deprecated not found response has a 4xx status code

func (*UpdateKubernetesNamespaceDeprecatedNotFound) IsCode

IsCode returns true when this update kubernetes namespace deprecated not found response a status code equal to that given

func (*UpdateKubernetesNamespaceDeprecatedNotFound) IsRedirect

IsRedirect returns true when this update kubernetes namespace deprecated not found response has a 3xx status code

func (*UpdateKubernetesNamespaceDeprecatedNotFound) IsServerError

IsServerError returns true when this update kubernetes namespace deprecated not found response has a 5xx status code

func (*UpdateKubernetesNamespaceDeprecatedNotFound) IsSuccess

IsSuccess returns true when this update kubernetes namespace deprecated not found response has a 2xx status code

func (*UpdateKubernetesNamespaceDeprecatedNotFound) String

type UpdateKubernetesNamespaceDeprecatedOK

type UpdateKubernetesNamespaceDeprecatedOK struct {
	Payload *models.PortainerK8sNamespaceInfo
}

UpdateKubernetesNamespaceDeprecatedOK describes a response with status code 200, with default header values.

Success

func NewUpdateKubernetesNamespaceDeprecatedOK

func NewUpdateKubernetesNamespaceDeprecatedOK() *UpdateKubernetesNamespaceDeprecatedOK

NewUpdateKubernetesNamespaceDeprecatedOK creates a UpdateKubernetesNamespaceDeprecatedOK with default headers values

func (*UpdateKubernetesNamespaceDeprecatedOK) Code

Code gets the status code for the update kubernetes namespace deprecated o k response

func (*UpdateKubernetesNamespaceDeprecatedOK) Error

func (*UpdateKubernetesNamespaceDeprecatedOK) GetPayload

func (*UpdateKubernetesNamespaceDeprecatedOK) IsClientError

func (o *UpdateKubernetesNamespaceDeprecatedOK) IsClientError() bool

IsClientError returns true when this update kubernetes namespace deprecated o k response has a 4xx status code

func (*UpdateKubernetesNamespaceDeprecatedOK) IsCode

IsCode returns true when this update kubernetes namespace deprecated o k response a status code equal to that given

func (*UpdateKubernetesNamespaceDeprecatedOK) IsRedirect

IsRedirect returns true when this update kubernetes namespace deprecated o k response has a 3xx status code

func (*UpdateKubernetesNamespaceDeprecatedOK) IsServerError

func (o *UpdateKubernetesNamespaceDeprecatedOK) IsServerError() bool

IsServerError returns true when this update kubernetes namespace deprecated o k response has a 5xx status code

func (*UpdateKubernetesNamespaceDeprecatedOK) IsSuccess

IsSuccess returns true when this update kubernetes namespace deprecated o k response has a 2xx status code

func (*UpdateKubernetesNamespaceDeprecatedOK) String

type UpdateKubernetesNamespaceDeprecatedParams

type UpdateKubernetesNamespaceDeprecatedParams struct {

	/* Body.

	   Namespace details
	*/
	Body *models.ModelsK8sNamespaceDetails

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace
	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateKubernetesNamespaceDeprecatedParams contains all the parameters to send to the API endpoint

for the update kubernetes namespace deprecated operation.

Typically these are written to a http.Request.

func NewUpdateKubernetesNamespaceDeprecatedParams

func NewUpdateKubernetesNamespaceDeprecatedParams() *UpdateKubernetesNamespaceDeprecatedParams

NewUpdateKubernetesNamespaceDeprecatedParams creates a new UpdateKubernetesNamespaceDeprecatedParams 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 NewUpdateKubernetesNamespaceDeprecatedParamsWithContext

func NewUpdateKubernetesNamespaceDeprecatedParamsWithContext(ctx context.Context) *UpdateKubernetesNamespaceDeprecatedParams

NewUpdateKubernetesNamespaceDeprecatedParamsWithContext creates a new UpdateKubernetesNamespaceDeprecatedParams object with the ability to set a context for a request.

func NewUpdateKubernetesNamespaceDeprecatedParamsWithHTTPClient

func NewUpdateKubernetesNamespaceDeprecatedParamsWithHTTPClient(client *http.Client) *UpdateKubernetesNamespaceDeprecatedParams

NewUpdateKubernetesNamespaceDeprecatedParamsWithHTTPClient creates a new UpdateKubernetesNamespaceDeprecatedParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateKubernetesNamespaceDeprecatedParamsWithTimeout

func NewUpdateKubernetesNamespaceDeprecatedParamsWithTimeout(timeout time.Duration) *UpdateKubernetesNamespaceDeprecatedParams

NewUpdateKubernetesNamespaceDeprecatedParamsWithTimeout creates a new UpdateKubernetesNamespaceDeprecatedParams object with the ability to set a timeout on a request.

func (*UpdateKubernetesNamespaceDeprecatedParams) SetBody

SetBody adds the body to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) SetContext

SetContext adds the context to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) SetDefaults

SetDefaults hydrates default values in the update kubernetes namespace deprecated params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesNamespaceDeprecatedParams) SetHTTPClient

func (o *UpdateKubernetesNamespaceDeprecatedParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) SetID

SetID adds the id to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) SetNamespace

func (o *UpdateKubernetesNamespaceDeprecatedParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) SetTimeout

SetTimeout adds the timeout to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) WithBody

WithBody adds the body to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) WithContext

WithContext adds the context to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) WithDefaults

WithDefaults hydrates default values in the update kubernetes namespace deprecated params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesNamespaceDeprecatedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) WithID

WithID adds the id to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) WithNamespace

WithNamespace adds the namespace to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) WithTimeout

WithTimeout adds the timeout to the update kubernetes namespace deprecated params

func (*UpdateKubernetesNamespaceDeprecatedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateKubernetesNamespaceDeprecatedReader

type UpdateKubernetesNamespaceDeprecatedReader struct {
	// contains filtered or unexported fields
}

UpdateKubernetesNamespaceDeprecatedReader is a Reader for the UpdateKubernetesNamespaceDeprecated structure.

func (*UpdateKubernetesNamespaceDeprecatedReader) ReadResponse

func (o *UpdateKubernetesNamespaceDeprecatedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateKubernetesNamespaceDeprecatedUnauthorized

type UpdateKubernetesNamespaceDeprecatedUnauthorized struct {
}

UpdateKubernetesNamespaceDeprecatedUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewUpdateKubernetesNamespaceDeprecatedUnauthorized

func NewUpdateKubernetesNamespaceDeprecatedUnauthorized() *UpdateKubernetesNamespaceDeprecatedUnauthorized

NewUpdateKubernetesNamespaceDeprecatedUnauthorized creates a UpdateKubernetesNamespaceDeprecatedUnauthorized with default headers values

func (*UpdateKubernetesNamespaceDeprecatedUnauthorized) Code

Code gets the status code for the update kubernetes namespace deprecated unauthorized response

func (*UpdateKubernetesNamespaceDeprecatedUnauthorized) Error

func (*UpdateKubernetesNamespaceDeprecatedUnauthorized) IsClientError

IsClientError returns true when this update kubernetes namespace deprecated unauthorized response has a 4xx status code

func (*UpdateKubernetesNamespaceDeprecatedUnauthorized) IsCode

IsCode returns true when this update kubernetes namespace deprecated unauthorized response a status code equal to that given

func (*UpdateKubernetesNamespaceDeprecatedUnauthorized) IsRedirect

IsRedirect returns true when this update kubernetes namespace deprecated unauthorized response has a 3xx status code

func (*UpdateKubernetesNamespaceDeprecatedUnauthorized) IsServerError

IsServerError returns true when this update kubernetes namespace deprecated unauthorized response has a 5xx status code

func (*UpdateKubernetesNamespaceDeprecatedUnauthorized) IsSuccess

IsSuccess returns true when this update kubernetes namespace deprecated unauthorized response has a 2xx status code

func (*UpdateKubernetesNamespaceDeprecatedUnauthorized) String

type UpdateKubernetesNamespaceForbidden

type UpdateKubernetesNamespaceForbidden struct {
}

UpdateKubernetesNamespaceForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewUpdateKubernetesNamespaceForbidden

func NewUpdateKubernetesNamespaceForbidden() *UpdateKubernetesNamespaceForbidden

NewUpdateKubernetesNamespaceForbidden creates a UpdateKubernetesNamespaceForbidden with default headers values

func (*UpdateKubernetesNamespaceForbidden) Code

Code gets the status code for the update kubernetes namespace forbidden response

func (*UpdateKubernetesNamespaceForbidden) Error

func (*UpdateKubernetesNamespaceForbidden) IsClientError

func (o *UpdateKubernetesNamespaceForbidden) IsClientError() bool

IsClientError returns true when this update kubernetes namespace forbidden response has a 4xx status code

func (*UpdateKubernetesNamespaceForbidden) IsCode

IsCode returns true when this update kubernetes namespace forbidden response a status code equal to that given

func (*UpdateKubernetesNamespaceForbidden) IsRedirect

func (o *UpdateKubernetesNamespaceForbidden) IsRedirect() bool

IsRedirect returns true when this update kubernetes namespace forbidden response has a 3xx status code

func (*UpdateKubernetesNamespaceForbidden) IsServerError

func (o *UpdateKubernetesNamespaceForbidden) IsServerError() bool

IsServerError returns true when this update kubernetes namespace forbidden response has a 5xx status code

func (*UpdateKubernetesNamespaceForbidden) IsSuccess

IsSuccess returns true when this update kubernetes namespace forbidden response has a 2xx status code

func (*UpdateKubernetesNamespaceForbidden) String

type UpdateKubernetesNamespaceInternalServerError

type UpdateKubernetesNamespaceInternalServerError struct {
}

UpdateKubernetesNamespaceInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to update the namespace.

func NewUpdateKubernetesNamespaceInternalServerError

func NewUpdateKubernetesNamespaceInternalServerError() *UpdateKubernetesNamespaceInternalServerError

NewUpdateKubernetesNamespaceInternalServerError creates a UpdateKubernetesNamespaceInternalServerError with default headers values

func (*UpdateKubernetesNamespaceInternalServerError) Code

Code gets the status code for the update kubernetes namespace internal server error response

func (*UpdateKubernetesNamespaceInternalServerError) Error

func (*UpdateKubernetesNamespaceInternalServerError) IsClientError

IsClientError returns true when this update kubernetes namespace internal server error response has a 4xx status code

func (*UpdateKubernetesNamespaceInternalServerError) IsCode

IsCode returns true when this update kubernetes namespace internal server error response a status code equal to that given

func (*UpdateKubernetesNamespaceInternalServerError) IsRedirect

IsRedirect returns true when this update kubernetes namespace internal server error response has a 3xx status code

func (*UpdateKubernetesNamespaceInternalServerError) IsServerError

IsServerError returns true when this update kubernetes namespace internal server error response has a 5xx status code

func (*UpdateKubernetesNamespaceInternalServerError) IsSuccess

IsSuccess returns true when this update kubernetes namespace internal server error response has a 2xx status code

func (*UpdateKubernetesNamespaceInternalServerError) String

type UpdateKubernetesNamespaceNotFound

type UpdateKubernetesNamespaceNotFound struct {
}

UpdateKubernetesNamespaceNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier or unable to find a specific namespace.

func NewUpdateKubernetesNamespaceNotFound

func NewUpdateKubernetesNamespaceNotFound() *UpdateKubernetesNamespaceNotFound

NewUpdateKubernetesNamespaceNotFound creates a UpdateKubernetesNamespaceNotFound with default headers values

func (*UpdateKubernetesNamespaceNotFound) Code

Code gets the status code for the update kubernetes namespace not found response

func (*UpdateKubernetesNamespaceNotFound) Error

func (*UpdateKubernetesNamespaceNotFound) IsClientError

func (o *UpdateKubernetesNamespaceNotFound) IsClientError() bool

IsClientError returns true when this update kubernetes namespace not found response has a 4xx status code

func (*UpdateKubernetesNamespaceNotFound) IsCode

func (o *UpdateKubernetesNamespaceNotFound) IsCode(code int) bool

IsCode returns true when this update kubernetes namespace not found response a status code equal to that given

func (*UpdateKubernetesNamespaceNotFound) IsRedirect

func (o *UpdateKubernetesNamespaceNotFound) IsRedirect() bool

IsRedirect returns true when this update kubernetes namespace not found response has a 3xx status code

func (*UpdateKubernetesNamespaceNotFound) IsServerError

func (o *UpdateKubernetesNamespaceNotFound) IsServerError() bool

IsServerError returns true when this update kubernetes namespace not found response has a 5xx status code

func (*UpdateKubernetesNamespaceNotFound) IsSuccess

func (o *UpdateKubernetesNamespaceNotFound) IsSuccess() bool

IsSuccess returns true when this update kubernetes namespace not found response has a 2xx status code

func (*UpdateKubernetesNamespaceNotFound) String

type UpdateKubernetesNamespaceOK

type UpdateKubernetesNamespaceOK struct {
	Payload *models.PortainerK8sNamespaceInfo
}

UpdateKubernetesNamespaceOK describes a response with status code 200, with default header values.

Success

func NewUpdateKubernetesNamespaceOK

func NewUpdateKubernetesNamespaceOK() *UpdateKubernetesNamespaceOK

NewUpdateKubernetesNamespaceOK creates a UpdateKubernetesNamespaceOK with default headers values

func (*UpdateKubernetesNamespaceOK) Code

func (o *UpdateKubernetesNamespaceOK) Code() int

Code gets the status code for the update kubernetes namespace o k response

func (*UpdateKubernetesNamespaceOK) Error

func (*UpdateKubernetesNamespaceOK) GetPayload

func (*UpdateKubernetesNamespaceOK) IsClientError

func (o *UpdateKubernetesNamespaceOK) IsClientError() bool

IsClientError returns true when this update kubernetes namespace o k response has a 4xx status code

func (*UpdateKubernetesNamespaceOK) IsCode

func (o *UpdateKubernetesNamespaceOK) IsCode(code int) bool

IsCode returns true when this update kubernetes namespace o k response a status code equal to that given

func (*UpdateKubernetesNamespaceOK) IsRedirect

func (o *UpdateKubernetesNamespaceOK) IsRedirect() bool

IsRedirect returns true when this update kubernetes namespace o k response has a 3xx status code

func (*UpdateKubernetesNamespaceOK) IsServerError

func (o *UpdateKubernetesNamespaceOK) IsServerError() bool

IsServerError returns true when this update kubernetes namespace o k response has a 5xx status code

func (*UpdateKubernetesNamespaceOK) IsSuccess

func (o *UpdateKubernetesNamespaceOK) IsSuccess() bool

IsSuccess returns true when this update kubernetes namespace o k response has a 2xx status code

func (*UpdateKubernetesNamespaceOK) String

func (o *UpdateKubernetesNamespaceOK) String() string

type UpdateKubernetesNamespaceParams

type UpdateKubernetesNamespaceParams struct {

	/* Body.

	   Namespace details
	*/
	Body *models.ModelsK8sNamespaceDetails

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace
	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateKubernetesNamespaceParams contains all the parameters to send to the API endpoint

for the update kubernetes namespace operation.

Typically these are written to a http.Request.

func NewUpdateKubernetesNamespaceParams

func NewUpdateKubernetesNamespaceParams() *UpdateKubernetesNamespaceParams

NewUpdateKubernetesNamespaceParams creates a new UpdateKubernetesNamespaceParams 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 NewUpdateKubernetesNamespaceParamsWithContext

func NewUpdateKubernetesNamespaceParamsWithContext(ctx context.Context) *UpdateKubernetesNamespaceParams

NewUpdateKubernetesNamespaceParamsWithContext creates a new UpdateKubernetesNamespaceParams object with the ability to set a context for a request.

func NewUpdateKubernetesNamespaceParamsWithHTTPClient

func NewUpdateKubernetesNamespaceParamsWithHTTPClient(client *http.Client) *UpdateKubernetesNamespaceParams

NewUpdateKubernetesNamespaceParamsWithHTTPClient creates a new UpdateKubernetesNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateKubernetesNamespaceParamsWithTimeout

func NewUpdateKubernetesNamespaceParamsWithTimeout(timeout time.Duration) *UpdateKubernetesNamespaceParams

NewUpdateKubernetesNamespaceParamsWithTimeout creates a new UpdateKubernetesNamespaceParams object with the ability to set a timeout on a request.

func (*UpdateKubernetesNamespaceParams) SetBody

SetBody adds the body to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) SetContext

func (o *UpdateKubernetesNamespaceParams) SetContext(ctx context.Context)

SetContext adds the context to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) SetDefaults

func (o *UpdateKubernetesNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the update kubernetes namespace params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesNamespaceParams) SetHTTPClient

func (o *UpdateKubernetesNamespaceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) SetID

SetID adds the id to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) SetNamespace

func (o *UpdateKubernetesNamespaceParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) SetTimeout

func (o *UpdateKubernetesNamespaceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) WithBody

WithBody adds the body to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) WithContext

WithContext adds the context to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) WithDefaults

WithDefaults hydrates default values in the update kubernetes namespace params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) WithID

WithID adds the id to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) WithNamespace

WithNamespace adds the namespace to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) WithTimeout

WithTimeout adds the timeout to the update kubernetes namespace params

func (*UpdateKubernetesNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateKubernetesNamespaceReader

type UpdateKubernetesNamespaceReader struct {
	// contains filtered or unexported fields
}

UpdateKubernetesNamespaceReader is a Reader for the UpdateKubernetesNamespace structure.

func (*UpdateKubernetesNamespaceReader) ReadResponse

func (o *UpdateKubernetesNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateKubernetesNamespaceUnauthorized

type UpdateKubernetesNamespaceUnauthorized struct {
}

UpdateKubernetesNamespaceUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewUpdateKubernetesNamespaceUnauthorized

func NewUpdateKubernetesNamespaceUnauthorized() *UpdateKubernetesNamespaceUnauthorized

NewUpdateKubernetesNamespaceUnauthorized creates a UpdateKubernetesNamespaceUnauthorized with default headers values

func (*UpdateKubernetesNamespaceUnauthorized) Code

Code gets the status code for the update kubernetes namespace unauthorized response

func (*UpdateKubernetesNamespaceUnauthorized) Error

func (*UpdateKubernetesNamespaceUnauthorized) IsClientError

func (o *UpdateKubernetesNamespaceUnauthorized) IsClientError() bool

IsClientError returns true when this update kubernetes namespace unauthorized response has a 4xx status code

func (*UpdateKubernetesNamespaceUnauthorized) IsCode

IsCode returns true when this update kubernetes namespace unauthorized response a status code equal to that given

func (*UpdateKubernetesNamespaceUnauthorized) IsRedirect

IsRedirect returns true when this update kubernetes namespace unauthorized response has a 3xx status code

func (*UpdateKubernetesNamespaceUnauthorized) IsServerError

func (o *UpdateKubernetesNamespaceUnauthorized) IsServerError() bool

IsServerError returns true when this update kubernetes namespace unauthorized response has a 5xx status code

func (*UpdateKubernetesNamespaceUnauthorized) IsSuccess

IsSuccess returns true when this update kubernetes namespace unauthorized response has a 2xx status code

func (*UpdateKubernetesNamespaceUnauthorized) String

type UpdateKubernetesServiceBadRequest

type UpdateKubernetesServiceBadRequest struct {
}

UpdateKubernetesServiceBadRequest describes a response with status code 400, with default header values.

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewUpdateKubernetesServiceBadRequest

func NewUpdateKubernetesServiceBadRequest() *UpdateKubernetesServiceBadRequest

NewUpdateKubernetesServiceBadRequest creates a UpdateKubernetesServiceBadRequest with default headers values

func (*UpdateKubernetesServiceBadRequest) Code

Code gets the status code for the update kubernetes service bad request response

func (*UpdateKubernetesServiceBadRequest) Error

func (*UpdateKubernetesServiceBadRequest) IsClientError

func (o *UpdateKubernetesServiceBadRequest) IsClientError() bool

IsClientError returns true when this update kubernetes service bad request response has a 4xx status code

func (*UpdateKubernetesServiceBadRequest) IsCode

func (o *UpdateKubernetesServiceBadRequest) IsCode(code int) bool

IsCode returns true when this update kubernetes service bad request response a status code equal to that given

func (*UpdateKubernetesServiceBadRequest) IsRedirect

func (o *UpdateKubernetesServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this update kubernetes service bad request response has a 3xx status code

func (*UpdateKubernetesServiceBadRequest) IsServerError

func (o *UpdateKubernetesServiceBadRequest) IsServerError() bool

IsServerError returns true when this update kubernetes service bad request response has a 5xx status code

func (*UpdateKubernetesServiceBadRequest) IsSuccess

func (o *UpdateKubernetesServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this update kubernetes service bad request response has a 2xx status code

func (*UpdateKubernetesServiceBadRequest) String

type UpdateKubernetesServiceForbidden

type UpdateKubernetesServiceForbidden struct {
}

UpdateKubernetesServiceForbidden describes a response with status code 403, with default header values.

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewUpdateKubernetesServiceForbidden

func NewUpdateKubernetesServiceForbidden() *UpdateKubernetesServiceForbidden

NewUpdateKubernetesServiceForbidden creates a UpdateKubernetesServiceForbidden with default headers values

func (*UpdateKubernetesServiceForbidden) Code

Code gets the status code for the update kubernetes service forbidden response

func (*UpdateKubernetesServiceForbidden) Error

func (*UpdateKubernetesServiceForbidden) IsClientError

func (o *UpdateKubernetesServiceForbidden) IsClientError() bool

IsClientError returns true when this update kubernetes service forbidden response has a 4xx status code

func (*UpdateKubernetesServiceForbidden) IsCode

func (o *UpdateKubernetesServiceForbidden) IsCode(code int) bool

IsCode returns true when this update kubernetes service forbidden response a status code equal to that given

func (*UpdateKubernetesServiceForbidden) IsRedirect

func (o *UpdateKubernetesServiceForbidden) IsRedirect() bool

IsRedirect returns true when this update kubernetes service forbidden response has a 3xx status code

func (*UpdateKubernetesServiceForbidden) IsServerError

func (o *UpdateKubernetesServiceForbidden) IsServerError() bool

IsServerError returns true when this update kubernetes service forbidden response has a 5xx status code

func (*UpdateKubernetesServiceForbidden) IsSuccess

func (o *UpdateKubernetesServiceForbidden) IsSuccess() bool

IsSuccess returns true when this update kubernetes service forbidden response has a 2xx status code

func (*UpdateKubernetesServiceForbidden) String

type UpdateKubernetesServiceInternalServerError

type UpdateKubernetesServiceInternalServerError struct {
}

UpdateKubernetesServiceInternalServerError describes a response with status code 500, with default header values.

Server error occurred while attempting to update a service.

func NewUpdateKubernetesServiceInternalServerError

func NewUpdateKubernetesServiceInternalServerError() *UpdateKubernetesServiceInternalServerError

NewUpdateKubernetesServiceInternalServerError creates a UpdateKubernetesServiceInternalServerError with default headers values

func (*UpdateKubernetesServiceInternalServerError) Code

Code gets the status code for the update kubernetes service internal server error response

func (*UpdateKubernetesServiceInternalServerError) Error

func (*UpdateKubernetesServiceInternalServerError) IsClientError

IsClientError returns true when this update kubernetes service internal server error response has a 4xx status code

func (*UpdateKubernetesServiceInternalServerError) IsCode

IsCode returns true when this update kubernetes service internal server error response a status code equal to that given

func (*UpdateKubernetesServiceInternalServerError) IsRedirect

IsRedirect returns true when this update kubernetes service internal server error response has a 3xx status code

func (*UpdateKubernetesServiceInternalServerError) IsServerError

IsServerError returns true when this update kubernetes service internal server error response has a 5xx status code

func (*UpdateKubernetesServiceInternalServerError) IsSuccess

IsSuccess returns true when this update kubernetes service internal server error response has a 2xx status code

func (*UpdateKubernetesServiceInternalServerError) String

type UpdateKubernetesServiceNoContent

type UpdateKubernetesServiceNoContent struct {
}

UpdateKubernetesServiceNoContent describes a response with status code 204, with default header values.

Success

func NewUpdateKubernetesServiceNoContent

func NewUpdateKubernetesServiceNoContent() *UpdateKubernetesServiceNoContent

NewUpdateKubernetesServiceNoContent creates a UpdateKubernetesServiceNoContent with default headers values

func (*UpdateKubernetesServiceNoContent) Code

Code gets the status code for the update kubernetes service no content response

func (*UpdateKubernetesServiceNoContent) Error

func (*UpdateKubernetesServiceNoContent) IsClientError

func (o *UpdateKubernetesServiceNoContent) IsClientError() bool

IsClientError returns true when this update kubernetes service no content response has a 4xx status code

func (*UpdateKubernetesServiceNoContent) IsCode

func (o *UpdateKubernetesServiceNoContent) IsCode(code int) bool

IsCode returns true when this update kubernetes service no content response a status code equal to that given

func (*UpdateKubernetesServiceNoContent) IsRedirect

func (o *UpdateKubernetesServiceNoContent) IsRedirect() bool

IsRedirect returns true when this update kubernetes service no content response has a 3xx status code

func (*UpdateKubernetesServiceNoContent) IsServerError

func (o *UpdateKubernetesServiceNoContent) IsServerError() bool

IsServerError returns true when this update kubernetes service no content response has a 5xx status code

func (*UpdateKubernetesServiceNoContent) IsSuccess

func (o *UpdateKubernetesServiceNoContent) IsSuccess() bool

IsSuccess returns true when this update kubernetes service no content response has a 2xx status code

func (*UpdateKubernetesServiceNoContent) String

type UpdateKubernetesServiceNotFound

type UpdateKubernetesServiceNotFound struct {
}

UpdateKubernetesServiceNotFound describes a response with status code 404, with default header values.

Unable to find an environment with the specified identifier or unable to find the service to update.

func NewUpdateKubernetesServiceNotFound

func NewUpdateKubernetesServiceNotFound() *UpdateKubernetesServiceNotFound

NewUpdateKubernetesServiceNotFound creates a UpdateKubernetesServiceNotFound with default headers values

func (*UpdateKubernetesServiceNotFound) Code

Code gets the status code for the update kubernetes service not found response

func (*UpdateKubernetesServiceNotFound) Error

func (*UpdateKubernetesServiceNotFound) IsClientError

func (o *UpdateKubernetesServiceNotFound) IsClientError() bool

IsClientError returns true when this update kubernetes service not found response has a 4xx status code

func (*UpdateKubernetesServiceNotFound) IsCode

func (o *UpdateKubernetesServiceNotFound) IsCode(code int) bool

IsCode returns true when this update kubernetes service not found response a status code equal to that given

func (*UpdateKubernetesServiceNotFound) IsRedirect

func (o *UpdateKubernetesServiceNotFound) IsRedirect() bool

IsRedirect returns true when this update kubernetes service not found response has a 3xx status code

func (*UpdateKubernetesServiceNotFound) IsServerError

func (o *UpdateKubernetesServiceNotFound) IsServerError() bool

IsServerError returns true when this update kubernetes service not found response has a 5xx status code

func (*UpdateKubernetesServiceNotFound) IsSuccess

func (o *UpdateKubernetesServiceNotFound) IsSuccess() bool

IsSuccess returns true when this update kubernetes service not found response has a 2xx status code

func (*UpdateKubernetesServiceNotFound) String

type UpdateKubernetesServiceParams

type UpdateKubernetesServiceParams struct {

	/* Body.

	   Service definition
	*/
	Body *models.KubernetesK8sServiceInfo

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Namespace.

	   Namespace name
	*/
	Namespace string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateKubernetesServiceParams contains all the parameters to send to the API endpoint

for the update kubernetes service operation.

Typically these are written to a http.Request.

func NewUpdateKubernetesServiceParams

func NewUpdateKubernetesServiceParams() *UpdateKubernetesServiceParams

NewUpdateKubernetesServiceParams creates a new UpdateKubernetesServiceParams 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 NewUpdateKubernetesServiceParamsWithContext

func NewUpdateKubernetesServiceParamsWithContext(ctx context.Context) *UpdateKubernetesServiceParams

NewUpdateKubernetesServiceParamsWithContext creates a new UpdateKubernetesServiceParams object with the ability to set a context for a request.

func NewUpdateKubernetesServiceParamsWithHTTPClient

func NewUpdateKubernetesServiceParamsWithHTTPClient(client *http.Client) *UpdateKubernetesServiceParams

NewUpdateKubernetesServiceParamsWithHTTPClient creates a new UpdateKubernetesServiceParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateKubernetesServiceParamsWithTimeout

func NewUpdateKubernetesServiceParamsWithTimeout(timeout time.Duration) *UpdateKubernetesServiceParams

NewUpdateKubernetesServiceParamsWithTimeout creates a new UpdateKubernetesServiceParams object with the ability to set a timeout on a request.

func (*UpdateKubernetesServiceParams) SetBody

SetBody adds the body to the update kubernetes service params

func (*UpdateKubernetesServiceParams) SetContext

func (o *UpdateKubernetesServiceParams) SetContext(ctx context.Context)

SetContext adds the context to the update kubernetes service params

func (*UpdateKubernetesServiceParams) SetDefaults

func (o *UpdateKubernetesServiceParams) SetDefaults()

SetDefaults hydrates default values in the update kubernetes service params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesServiceParams) SetHTTPClient

func (o *UpdateKubernetesServiceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update kubernetes service params

func (*UpdateKubernetesServiceParams) SetID

func (o *UpdateKubernetesServiceParams) SetID(id int64)

SetID adds the id to the update kubernetes service params

func (*UpdateKubernetesServiceParams) SetNamespace

func (o *UpdateKubernetesServiceParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update kubernetes service params

func (*UpdateKubernetesServiceParams) SetTimeout

func (o *UpdateKubernetesServiceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update kubernetes service params

func (*UpdateKubernetesServiceParams) WithBody

WithBody adds the body to the update kubernetes service params

func (*UpdateKubernetesServiceParams) WithContext

WithContext adds the context to the update kubernetes service params

func (*UpdateKubernetesServiceParams) WithDefaults

WithDefaults hydrates default values in the update kubernetes service params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateKubernetesServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update kubernetes service params

func (*UpdateKubernetesServiceParams) WithID

WithID adds the id to the update kubernetes service params

func (*UpdateKubernetesServiceParams) WithNamespace

WithNamespace adds the namespace to the update kubernetes service params

func (*UpdateKubernetesServiceParams) WithTimeout

WithTimeout adds the timeout to the update kubernetes service params

func (*UpdateKubernetesServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateKubernetesServiceReader

type UpdateKubernetesServiceReader struct {
	// contains filtered or unexported fields
}

UpdateKubernetesServiceReader is a Reader for the UpdateKubernetesService structure.

func (*UpdateKubernetesServiceReader) ReadResponse

func (o *UpdateKubernetesServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateKubernetesServiceUnauthorized

type UpdateKubernetesServiceUnauthorized struct {
}

UpdateKubernetesServiceUnauthorized describes a response with status code 401, with default header values.

Unauthorized access - the user is not authenticated or does not have the necessary permissions. Ensure that you have provided a valid API key or JWT token, and that you have the required permissions.

func NewUpdateKubernetesServiceUnauthorized

func NewUpdateKubernetesServiceUnauthorized() *UpdateKubernetesServiceUnauthorized

NewUpdateKubernetesServiceUnauthorized creates a UpdateKubernetesServiceUnauthorized with default headers values

func (*UpdateKubernetesServiceUnauthorized) Code

Code gets the status code for the update kubernetes service unauthorized response

func (*UpdateKubernetesServiceUnauthorized) Error

func (*UpdateKubernetesServiceUnauthorized) IsClientError

func (o *UpdateKubernetesServiceUnauthorized) IsClientError() bool

IsClientError returns true when this update kubernetes service unauthorized response has a 4xx status code

func (*UpdateKubernetesServiceUnauthorized) IsCode

IsCode returns true when this update kubernetes service unauthorized response a status code equal to that given

func (*UpdateKubernetesServiceUnauthorized) IsRedirect

func (o *UpdateKubernetesServiceUnauthorized) IsRedirect() bool

IsRedirect returns true when this update kubernetes service unauthorized response has a 3xx status code

func (*UpdateKubernetesServiceUnauthorized) IsServerError

func (o *UpdateKubernetesServiceUnauthorized) IsServerError() bool

IsServerError returns true when this update kubernetes service unauthorized response has a 5xx status code

func (*UpdateKubernetesServiceUnauthorized) IsSuccess

IsSuccess returns true when this update kubernetes service unauthorized response has a 2xx status code

func (*UpdateKubernetesServiceUnauthorized) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL