credentials

package
v1.8.8 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for credentials API

func (*Client) CreateProjectGenericCredentials

CreateProjectGenericCredentials creates project level generic credentials

Create project-level generic credentials. Returns a heavily

redacted Kubernetes Secret resource.

func (*Client) CreateProjectRepoCredentials

CreateProjectRepoCredentials creates project level repository credentials

Create project-level repository credentials. Returns a heavily

redacted Kubernetes Secret resource.

func (*Client) CreateSharedGenericCredentials

CreateSharedGenericCredentials creates shared generic credentials

Create shared generic credentials referenceable by all

projects. Returns a heavily redacted Kubernetes Secret resource.

func (*Client) CreateSharedRepoCredentials

func (a *Client) CreateSharedRepoCredentials(params *CreateSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSharedRepoCredentialsCreated, error)
CreateSharedRepoCredentials creates shared repository credentials

Create shared repository credentials. Returns a heavily

redacted Kubernetes Secret resource.

func (*Client) CreateSystemGenericCredentials

CreateSystemGenericCredentials creates system level generic credentials

Create system-level generic credentials. Returns a heavily

redacted Kubernetes Secret resource.

func (*Client) DeleteProjectGenericCredentials

DeleteProjectGenericCredentials deletes project level generic credentials

Delete generic credentials from a project's namespace.

func (*Client) DeleteProjectRepoCredentials

DeleteProjectRepoCredentials deletes project level repository credentials

Delete repository credentials from a project's namespace.

func (*Client) DeleteSharedGenericCredentials

DeleteSharedGenericCredentials deletes shared generic credentials

Delete shared generic credentials.

func (*Client) DeleteSharedRepoCredentials

DeleteSharedRepoCredentials deletes shared repository credentials

Delete shared repository credentials.

func (*Client) DeleteSystemGenericCredentials

DeleteSystemGenericCredentials deletes system level generic credentials

Delete system-level generic credentials.

func (*Client) GetProjectGenericCredentials

func (a *Client) GetProjectGenericCredentials(params *GetProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectGenericCredentialsOK, error)
GetProjectGenericCredentials retrieves project level generic credentials

Retrieve project-level generic credentials by name. Returns a

heavily redacted Kubernetes Secret resource.

func (*Client) GetProjectRepoCredentials

func (a *Client) GetProjectRepoCredentials(params *GetProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectRepoCredentialsOK, error)
GetProjectRepoCredentials retrieves project level repository credentials

Retrieve project-level repository credentials by name. Returns a

heavily redacted Kubernetes Secret resource.

func (*Client) GetSharedGenericCredentials

func (a *Client) GetSharedGenericCredentials(params *GetSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSharedGenericCredentialsOK, error)
GetSharedGenericCredentials retrieves shared generic credentials

Retrieve shared generic credentials by name. Returns a

heavily redacted Kubernetes Secret resource.

func (*Client) GetSharedRepoCredentials

func (a *Client) GetSharedRepoCredentials(params *GetSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSharedRepoCredentialsOK, error)
GetSharedRepoCredentials retrieves shared repository credentials

Retrieve shared repository credentials by name. Returns a

heavily redacted Kubernetes Secret resource.

func (*Client) GetSystemGenericCredentials

func (a *Client) GetSystemGenericCredentials(params *GetSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSystemGenericCredentialsOK, error)
GetSystemGenericCredentials retrieves system level generic credentials

Retrieve system-level generic credentials by name. Returns a

heavily redacted Kubernetes Secret resource.

func (*Client) ListProjectGenericCredentials

func (a *Client) ListProjectGenericCredentials(params *ListProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectGenericCredentialsOK, error)
ListProjectGenericCredentials lists project level generic credentials

List project-level generic credentials. Returns a Kubernetes

SecretList resource containing heavily redacted Secrets.

func (*Client) ListProjectRepoCredentials

func (a *Client) ListProjectRepoCredentials(params *ListProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectRepoCredentialsOK, error)
ListProjectRepoCredentials lists project level repository credentials

List project-level repository credentials. Returns a SecretList

resource containing heavily redacted Secrets.

func (*Client) ListSharedGenericCredentials

func (a *Client) ListSharedGenericCredentials(params *ListSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSharedGenericCredentialsOK, error)
ListSharedGenericCredentials lists shared generic credentials

List shared generic credentials. Returns a Kubernetes SecretList

resource containing heavily redacted Secrets.

func (*Client) ListSharedRepoCredentials

func (a *Client) ListSharedRepoCredentials(params *ListSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSharedRepoCredentialsOK, error)
ListSharedRepoCredentials lists shared repository credentials

List shared repository credentials. Returns a SecretList

resource containing heavily redacted Secrets.

func (*Client) ListSystemGenericCredentials

func (a *Client) ListSystemGenericCredentials(params *ListSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemGenericCredentialsOK, error)
ListSystemGenericCredentials lists system level generic credentials

List system-level generic credentials. Returns a Kubernetes

SecretList resource containing heavily redacted Secrets.

func (*Client) PatchProjectGenericCredentials

func (a *Client) PatchProjectGenericCredentials(params *PatchProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectGenericCredentialsOK, error)
PatchProjectGenericCredentials patches project level generic credentials

Patch project-level generic credentials. Merges provided data

with existing data. Use removeKeys to delete specific keys. Returns a heavily redacted Kubernetes Secret resource.

func (*Client) PatchProjectRepoCredentials

func (a *Client) PatchProjectRepoCredentials(params *PatchProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectRepoCredentialsOK, error)
PatchProjectRepoCredentials patches project level repository credentials

Patch project-level repository credentials. Only provided fields

are updated. Returns a heavily redacted Kubernetes Secret resource.

func (*Client) PatchSharedGenericCredentials

func (a *Client) PatchSharedGenericCredentials(params *PatchSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSharedGenericCredentialsOK, error)
PatchSharedGenericCredentials patches shared generic credentials

Patch shared generic credentials. Merges provided data

with existing data. Use removeKeys to delete specific keys. Returns a heavily redacted Kubernetes Secret resource.

func (*Client) PatchSharedRepoCredentials

func (a *Client) PatchSharedRepoCredentials(params *PatchSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSharedRepoCredentialsOK, error)
PatchSharedRepoCredentials patches shared repository credentials

Patch shared repository credentials. Only provided fields

are updated. Returns a heavily redacted Kubernetes Secret resource.

func (*Client) PatchSystemGenericCredentials

func (a *Client) PatchSystemGenericCredentials(params *PatchSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSystemGenericCredentialsOK, error)
PatchSystemGenericCredentials patches system level generic credentials

Patch system-level generic credentials. Merges provided data

with existing data. Use removeKeys to delete specific keys. Returns a heavily redacted Kubernetes Secret resource.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateProjectGenericCredentials

func (a *Client) UpdateProjectGenericCredentials(params *UpdateProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectGenericCredentialsOK, error)
UpdateProjectGenericCredentials replaces project level generic credentials

Replace project-level generic credentials. All existing data is

replaced. Returns a heavily redacted Kubernetes Secret resource.

func (*Client) UpdateProjectRepoCredentials

func (a *Client) UpdateProjectRepoCredentials(params *UpdateProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectRepoCredentialsOK, error)
UpdateProjectRepoCredentials replaces project level repository credentials

Replace project-level repository credentials. All fields are replaced.

Returns a heavily redacted Kubernetes Secret resource.

func (*Client) UpdateSharedGenericCredentials

func (a *Client) UpdateSharedGenericCredentials(params *UpdateSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSharedGenericCredentialsOK, error)
UpdateSharedGenericCredentials replaces shared generic credentials

Replace shared generic credentials. All existing data is replaced.

Returns a heavily redacted Kubernetes Secret resource.

func (*Client) UpdateSharedRepoCredentials

func (a *Client) UpdateSharedRepoCredentials(params *UpdateSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSharedRepoCredentialsOK, error)
UpdateSharedRepoCredentials replaces shared repository credentials

Replace shared repository credentials. All fields are replaced.

Returns a heavily redacted Kubernetes Secret resource.

func (*Client) UpdateSystemGenericCredentials

func (a *Client) UpdateSystemGenericCredentials(params *UpdateSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSystemGenericCredentialsOK, error)
UpdateSystemGenericCredentials replaces system level generic credentials

Replace system-level generic credentials. All existing data is

replaced. Returns a heavily redacted Kubernetes Secret resource.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

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

type ClientService

type ClientService interface {
	CreateProjectGenericCredentials(params *CreateProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectGenericCredentialsCreated, error)

	CreateProjectRepoCredentials(params *CreateProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectRepoCredentialsCreated, error)

	CreateSharedGenericCredentials(params *CreateSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSharedGenericCredentialsCreated, error)

	CreateSharedRepoCredentials(params *CreateSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSharedRepoCredentialsCreated, error)

	CreateSystemGenericCredentials(params *CreateSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSystemGenericCredentialsCreated, error)

	DeleteProjectGenericCredentials(params *DeleteProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectGenericCredentialsNoContent, error)

	DeleteProjectRepoCredentials(params *DeleteProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectRepoCredentialsNoContent, error)

	DeleteSharedGenericCredentials(params *DeleteSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSharedGenericCredentialsNoContent, error)

	DeleteSharedRepoCredentials(params *DeleteSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSharedRepoCredentialsNoContent, error)

	DeleteSystemGenericCredentials(params *DeleteSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSystemGenericCredentialsNoContent, error)

	GetProjectGenericCredentials(params *GetProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectGenericCredentialsOK, error)

	GetProjectRepoCredentials(params *GetProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectRepoCredentialsOK, error)

	GetSharedGenericCredentials(params *GetSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSharedGenericCredentialsOK, error)

	GetSharedRepoCredentials(params *GetSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSharedRepoCredentialsOK, error)

	GetSystemGenericCredentials(params *GetSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSystemGenericCredentialsOK, error)

	ListProjectGenericCredentials(params *ListProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectGenericCredentialsOK, error)

	ListProjectRepoCredentials(params *ListProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectRepoCredentialsOK, error)

	ListSharedGenericCredentials(params *ListSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSharedGenericCredentialsOK, error)

	ListSharedRepoCredentials(params *ListSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSharedRepoCredentialsOK, error)

	ListSystemGenericCredentials(params *ListSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemGenericCredentialsOK, error)

	PatchProjectGenericCredentials(params *PatchProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectGenericCredentialsOK, error)

	PatchProjectRepoCredentials(params *PatchProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectRepoCredentialsOK, error)

	PatchSharedGenericCredentials(params *PatchSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSharedGenericCredentialsOK, error)

	PatchSharedRepoCredentials(params *PatchSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSharedRepoCredentialsOK, error)

	PatchSystemGenericCredentials(params *PatchSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSystemGenericCredentialsOK, error)

	UpdateProjectGenericCredentials(params *UpdateProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectGenericCredentialsOK, error)

	UpdateProjectRepoCredentials(params *UpdateProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectRepoCredentialsOK, error)

	UpdateSharedGenericCredentials(params *UpdateSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSharedGenericCredentialsOK, error)

	UpdateSharedRepoCredentials(params *UpdateSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSharedRepoCredentialsOK, error)

	UpdateSystemGenericCredentials(params *UpdateSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSystemGenericCredentialsOK, 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 credentials API client.

func NewClientWithBasicAuth

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

New creates a new credentials 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 credentials 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 CreateProjectGenericCredentialsCreated

type CreateProjectGenericCredentialsCreated struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewCreateProjectGenericCredentialsCreated

func NewCreateProjectGenericCredentialsCreated() *CreateProjectGenericCredentialsCreated

NewCreateProjectGenericCredentialsCreated creates a CreateProjectGenericCredentialsCreated with default headers values

func (*CreateProjectGenericCredentialsCreated) Code

Code gets the status code for the create project generic credentials created response

func (*CreateProjectGenericCredentialsCreated) Error

func (*CreateProjectGenericCredentialsCreated) GetPayload

func (*CreateProjectGenericCredentialsCreated) IsClientError

func (o *CreateProjectGenericCredentialsCreated) IsClientError() bool

IsClientError returns true when this create project generic credentials created response has a 4xx status code

func (*CreateProjectGenericCredentialsCreated) IsCode

IsCode returns true when this create project generic credentials created response a status code equal to that given

func (*CreateProjectGenericCredentialsCreated) IsRedirect

IsRedirect returns true when this create project generic credentials created response has a 3xx status code

func (*CreateProjectGenericCredentialsCreated) IsServerError

func (o *CreateProjectGenericCredentialsCreated) IsServerError() bool

IsServerError returns true when this create project generic credentials created response has a 5xx status code

func (*CreateProjectGenericCredentialsCreated) IsSuccess

IsSuccess returns true when this create project generic credentials created response has a 2xx status code

func (*CreateProjectGenericCredentialsCreated) String

type CreateProjectGenericCredentialsParams

type CreateProjectGenericCredentialsParams struct {

	/* Body.

	   Generic credentials
	*/
	Body *models.CreateGenericCredentialsRequest

	/* Project.

	   Project name
	*/
	Project string

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

CreateProjectGenericCredentialsParams contains all the parameters to send to the API endpoint

for the create project generic credentials operation.

Typically these are written to a http.Request.

func NewCreateProjectGenericCredentialsParams

func NewCreateProjectGenericCredentialsParams() *CreateProjectGenericCredentialsParams

NewCreateProjectGenericCredentialsParams creates a new CreateProjectGenericCredentialsParams 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 NewCreateProjectGenericCredentialsParamsWithContext

func NewCreateProjectGenericCredentialsParamsWithContext(ctx context.Context) *CreateProjectGenericCredentialsParams

NewCreateProjectGenericCredentialsParamsWithContext creates a new CreateProjectGenericCredentialsParams object with the ability to set a context for a request.

func NewCreateProjectGenericCredentialsParamsWithHTTPClient

func NewCreateProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *CreateProjectGenericCredentialsParams

NewCreateProjectGenericCredentialsParamsWithHTTPClient creates a new CreateProjectGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateProjectGenericCredentialsParamsWithTimeout

func NewCreateProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *CreateProjectGenericCredentialsParams

NewCreateProjectGenericCredentialsParamsWithTimeout creates a new CreateProjectGenericCredentialsParams object with the ability to set a timeout on a request.

func (*CreateProjectGenericCredentialsParams) SetBody

SetBody adds the body to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) SetContext

SetContext adds the context to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) SetDefaults

func (o *CreateProjectGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the create project generic credentials params (not the query body).

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

func (*CreateProjectGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) SetProject

func (o *CreateProjectGenericCredentialsParams) SetProject(project string)

SetProject adds the project to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) WithBody

WithBody adds the body to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) WithContext

WithContext adds the context to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the create project generic credentials params (not the query body).

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

func (*CreateProjectGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) WithProject

WithProject adds the project to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the create project generic credentials params

func (*CreateProjectGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProjectGenericCredentialsReader

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

CreateProjectGenericCredentialsReader is a Reader for the CreateProjectGenericCredentials structure.

func (*CreateProjectGenericCredentialsReader) ReadResponse

func (o *CreateProjectGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateProjectRepoCredentialsCreated

type CreateProjectRepoCredentialsCreated struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewCreateProjectRepoCredentialsCreated

func NewCreateProjectRepoCredentialsCreated() *CreateProjectRepoCredentialsCreated

NewCreateProjectRepoCredentialsCreated creates a CreateProjectRepoCredentialsCreated with default headers values

func (*CreateProjectRepoCredentialsCreated) Code

Code gets the status code for the create project repo credentials created response

func (*CreateProjectRepoCredentialsCreated) Error

func (*CreateProjectRepoCredentialsCreated) GetPayload

func (o *CreateProjectRepoCredentialsCreated) GetPayload() any

func (*CreateProjectRepoCredentialsCreated) IsClientError

func (o *CreateProjectRepoCredentialsCreated) IsClientError() bool

IsClientError returns true when this create project repo credentials created response has a 4xx status code

func (*CreateProjectRepoCredentialsCreated) IsCode

IsCode returns true when this create project repo credentials created response a status code equal to that given

func (*CreateProjectRepoCredentialsCreated) IsRedirect

func (o *CreateProjectRepoCredentialsCreated) IsRedirect() bool

IsRedirect returns true when this create project repo credentials created response has a 3xx status code

func (*CreateProjectRepoCredentialsCreated) IsServerError

func (o *CreateProjectRepoCredentialsCreated) IsServerError() bool

IsServerError returns true when this create project repo credentials created response has a 5xx status code

func (*CreateProjectRepoCredentialsCreated) IsSuccess

IsSuccess returns true when this create project repo credentials created response has a 2xx status code

func (*CreateProjectRepoCredentialsCreated) String

type CreateProjectRepoCredentialsParams

type CreateProjectRepoCredentialsParams struct {

	/* Body.

	   Credentials
	*/
	Body *models.CreateRepoCredentialsRequest

	/* Project.

	   Project name
	*/
	Project string

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

CreateProjectRepoCredentialsParams contains all the parameters to send to the API endpoint

for the create project repo credentials operation.

Typically these are written to a http.Request.

func NewCreateProjectRepoCredentialsParams

func NewCreateProjectRepoCredentialsParams() *CreateProjectRepoCredentialsParams

NewCreateProjectRepoCredentialsParams creates a new CreateProjectRepoCredentialsParams 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 NewCreateProjectRepoCredentialsParamsWithContext

func NewCreateProjectRepoCredentialsParamsWithContext(ctx context.Context) *CreateProjectRepoCredentialsParams

NewCreateProjectRepoCredentialsParamsWithContext creates a new CreateProjectRepoCredentialsParams object with the ability to set a context for a request.

func NewCreateProjectRepoCredentialsParamsWithHTTPClient

func NewCreateProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *CreateProjectRepoCredentialsParams

NewCreateProjectRepoCredentialsParamsWithHTTPClient creates a new CreateProjectRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateProjectRepoCredentialsParamsWithTimeout

func NewCreateProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *CreateProjectRepoCredentialsParams

NewCreateProjectRepoCredentialsParamsWithTimeout creates a new CreateProjectRepoCredentialsParams object with the ability to set a timeout on a request.

func (*CreateProjectRepoCredentialsParams) SetBody

SetBody adds the body to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) SetContext

SetContext adds the context to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) SetDefaults

func (o *CreateProjectRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the create project repo credentials params (not the query body).

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

func (*CreateProjectRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) SetProject

func (o *CreateProjectRepoCredentialsParams) SetProject(project string)

SetProject adds the project to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) WithBody

WithBody adds the body to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) WithContext

WithContext adds the context to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the create project repo credentials params (not the query body).

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

func (*CreateProjectRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) WithProject

WithProject adds the project to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the create project repo credentials params

func (*CreateProjectRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProjectRepoCredentialsReader

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

CreateProjectRepoCredentialsReader is a Reader for the CreateProjectRepoCredentials structure.

func (*CreateProjectRepoCredentialsReader) ReadResponse

func (o *CreateProjectRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateSharedGenericCredentialsCreated

type CreateSharedGenericCredentialsCreated struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewCreateSharedGenericCredentialsCreated

func NewCreateSharedGenericCredentialsCreated() *CreateSharedGenericCredentialsCreated

NewCreateSharedGenericCredentialsCreated creates a CreateSharedGenericCredentialsCreated with default headers values

func (*CreateSharedGenericCredentialsCreated) Code

Code gets the status code for the create shared generic credentials created response

func (*CreateSharedGenericCredentialsCreated) Error

func (*CreateSharedGenericCredentialsCreated) GetPayload

func (*CreateSharedGenericCredentialsCreated) IsClientError

func (o *CreateSharedGenericCredentialsCreated) IsClientError() bool

IsClientError returns true when this create shared generic credentials created response has a 4xx status code

func (*CreateSharedGenericCredentialsCreated) IsCode

IsCode returns true when this create shared generic credentials created response a status code equal to that given

func (*CreateSharedGenericCredentialsCreated) IsRedirect

IsRedirect returns true when this create shared generic credentials created response has a 3xx status code

func (*CreateSharedGenericCredentialsCreated) IsServerError

func (o *CreateSharedGenericCredentialsCreated) IsServerError() bool

IsServerError returns true when this create shared generic credentials created response has a 5xx status code

func (*CreateSharedGenericCredentialsCreated) IsSuccess

IsSuccess returns true when this create shared generic credentials created response has a 2xx status code

func (*CreateSharedGenericCredentialsCreated) String

type CreateSharedGenericCredentialsParams

type CreateSharedGenericCredentialsParams struct {

	/* Body.

	   Generic credentials
	*/
	Body *models.CreateGenericCredentialsRequest

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

CreateSharedGenericCredentialsParams contains all the parameters to send to the API endpoint

for the create shared generic credentials operation.

Typically these are written to a http.Request.

func NewCreateSharedGenericCredentialsParams

func NewCreateSharedGenericCredentialsParams() *CreateSharedGenericCredentialsParams

NewCreateSharedGenericCredentialsParams creates a new CreateSharedGenericCredentialsParams 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 NewCreateSharedGenericCredentialsParamsWithContext

func NewCreateSharedGenericCredentialsParamsWithContext(ctx context.Context) *CreateSharedGenericCredentialsParams

NewCreateSharedGenericCredentialsParamsWithContext creates a new CreateSharedGenericCredentialsParams object with the ability to set a context for a request.

func NewCreateSharedGenericCredentialsParamsWithHTTPClient

func NewCreateSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *CreateSharedGenericCredentialsParams

NewCreateSharedGenericCredentialsParamsWithHTTPClient creates a new CreateSharedGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSharedGenericCredentialsParamsWithTimeout

func NewCreateSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *CreateSharedGenericCredentialsParams

NewCreateSharedGenericCredentialsParamsWithTimeout creates a new CreateSharedGenericCredentialsParams object with the ability to set a timeout on a request.

func (*CreateSharedGenericCredentialsParams) SetBody

SetBody adds the body to the create shared generic credentials params

func (*CreateSharedGenericCredentialsParams) SetContext

SetContext adds the context to the create shared generic credentials params

func (*CreateSharedGenericCredentialsParams) SetDefaults

func (o *CreateSharedGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the create shared generic credentials params (not the query body).

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

func (*CreateSharedGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create shared generic credentials params

func (*CreateSharedGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the create shared generic credentials params

func (*CreateSharedGenericCredentialsParams) WithBody

WithBody adds the body to the create shared generic credentials params

func (*CreateSharedGenericCredentialsParams) WithContext

WithContext adds the context to the create shared generic credentials params

func (*CreateSharedGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the create shared generic credentials params (not the query body).

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

func (*CreateSharedGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create shared generic credentials params

func (*CreateSharedGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the create shared generic credentials params

func (*CreateSharedGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSharedGenericCredentialsReader

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

CreateSharedGenericCredentialsReader is a Reader for the CreateSharedGenericCredentials structure.

func (*CreateSharedGenericCredentialsReader) ReadResponse

func (o *CreateSharedGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateSharedRepoCredentialsCreated

type CreateSharedRepoCredentialsCreated struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewCreateSharedRepoCredentialsCreated

func NewCreateSharedRepoCredentialsCreated() *CreateSharedRepoCredentialsCreated

NewCreateSharedRepoCredentialsCreated creates a CreateSharedRepoCredentialsCreated with default headers values

func (*CreateSharedRepoCredentialsCreated) Code

Code gets the status code for the create shared repo credentials created response

func (*CreateSharedRepoCredentialsCreated) Error

func (*CreateSharedRepoCredentialsCreated) GetPayload

func (o *CreateSharedRepoCredentialsCreated) GetPayload() any

func (*CreateSharedRepoCredentialsCreated) IsClientError

func (o *CreateSharedRepoCredentialsCreated) IsClientError() bool

IsClientError returns true when this create shared repo credentials created response has a 4xx status code

func (*CreateSharedRepoCredentialsCreated) IsCode

IsCode returns true when this create shared repo credentials created response a status code equal to that given

func (*CreateSharedRepoCredentialsCreated) IsRedirect

func (o *CreateSharedRepoCredentialsCreated) IsRedirect() bool

IsRedirect returns true when this create shared repo credentials created response has a 3xx status code

func (*CreateSharedRepoCredentialsCreated) IsServerError

func (o *CreateSharedRepoCredentialsCreated) IsServerError() bool

IsServerError returns true when this create shared repo credentials created response has a 5xx status code

func (*CreateSharedRepoCredentialsCreated) IsSuccess

IsSuccess returns true when this create shared repo credentials created response has a 2xx status code

func (*CreateSharedRepoCredentialsCreated) String

type CreateSharedRepoCredentialsParams

type CreateSharedRepoCredentialsParams struct {

	/* Body.

	   Credentials
	*/
	Body *models.CreateRepoCredentialsRequest

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

CreateSharedRepoCredentialsParams contains all the parameters to send to the API endpoint

for the create shared repo credentials operation.

Typically these are written to a http.Request.

func NewCreateSharedRepoCredentialsParams

func NewCreateSharedRepoCredentialsParams() *CreateSharedRepoCredentialsParams

NewCreateSharedRepoCredentialsParams creates a new CreateSharedRepoCredentialsParams 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 NewCreateSharedRepoCredentialsParamsWithContext

func NewCreateSharedRepoCredentialsParamsWithContext(ctx context.Context) *CreateSharedRepoCredentialsParams

NewCreateSharedRepoCredentialsParamsWithContext creates a new CreateSharedRepoCredentialsParams object with the ability to set a context for a request.

func NewCreateSharedRepoCredentialsParamsWithHTTPClient

func NewCreateSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *CreateSharedRepoCredentialsParams

NewCreateSharedRepoCredentialsParamsWithHTTPClient creates a new CreateSharedRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSharedRepoCredentialsParamsWithTimeout

func NewCreateSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *CreateSharedRepoCredentialsParams

NewCreateSharedRepoCredentialsParamsWithTimeout creates a new CreateSharedRepoCredentialsParams object with the ability to set a timeout on a request.

func (*CreateSharedRepoCredentialsParams) SetBody

SetBody adds the body to the create shared repo credentials params

func (*CreateSharedRepoCredentialsParams) SetContext

SetContext adds the context to the create shared repo credentials params

func (*CreateSharedRepoCredentialsParams) SetDefaults

func (o *CreateSharedRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the create shared repo credentials params (not the query body).

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

func (*CreateSharedRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create shared repo credentials params

func (*CreateSharedRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the create shared repo credentials params

func (*CreateSharedRepoCredentialsParams) WithBody

WithBody adds the body to the create shared repo credentials params

func (*CreateSharedRepoCredentialsParams) WithContext

WithContext adds the context to the create shared repo credentials params

func (*CreateSharedRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the create shared repo credentials params (not the query body).

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

func (*CreateSharedRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create shared repo credentials params

func (*CreateSharedRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the create shared repo credentials params

func (*CreateSharedRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSharedRepoCredentialsReader

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

CreateSharedRepoCredentialsReader is a Reader for the CreateSharedRepoCredentials structure.

func (*CreateSharedRepoCredentialsReader) ReadResponse

func (o *CreateSharedRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateSystemGenericCredentialsCreated

type CreateSystemGenericCredentialsCreated struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewCreateSystemGenericCredentialsCreated

func NewCreateSystemGenericCredentialsCreated() *CreateSystemGenericCredentialsCreated

NewCreateSystemGenericCredentialsCreated creates a CreateSystemGenericCredentialsCreated with default headers values

func (*CreateSystemGenericCredentialsCreated) Code

Code gets the status code for the create system generic credentials created response

func (*CreateSystemGenericCredentialsCreated) Error

func (*CreateSystemGenericCredentialsCreated) GetPayload

func (*CreateSystemGenericCredentialsCreated) IsClientError

func (o *CreateSystemGenericCredentialsCreated) IsClientError() bool

IsClientError returns true when this create system generic credentials created response has a 4xx status code

func (*CreateSystemGenericCredentialsCreated) IsCode

IsCode returns true when this create system generic credentials created response a status code equal to that given

func (*CreateSystemGenericCredentialsCreated) IsRedirect

IsRedirect returns true when this create system generic credentials created response has a 3xx status code

func (*CreateSystemGenericCredentialsCreated) IsServerError

func (o *CreateSystemGenericCredentialsCreated) IsServerError() bool

IsServerError returns true when this create system generic credentials created response has a 5xx status code

func (*CreateSystemGenericCredentialsCreated) IsSuccess

IsSuccess returns true when this create system generic credentials created response has a 2xx status code

func (*CreateSystemGenericCredentialsCreated) String

type CreateSystemGenericCredentialsParams

type CreateSystemGenericCredentialsParams struct {

	/* Body.

	   Generic credentials
	*/
	Body *models.CreateGenericCredentialsRequest

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

CreateSystemGenericCredentialsParams contains all the parameters to send to the API endpoint

for the create system generic credentials operation.

Typically these are written to a http.Request.

func NewCreateSystemGenericCredentialsParams

func NewCreateSystemGenericCredentialsParams() *CreateSystemGenericCredentialsParams

NewCreateSystemGenericCredentialsParams creates a new CreateSystemGenericCredentialsParams 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 NewCreateSystemGenericCredentialsParamsWithContext

func NewCreateSystemGenericCredentialsParamsWithContext(ctx context.Context) *CreateSystemGenericCredentialsParams

NewCreateSystemGenericCredentialsParamsWithContext creates a new CreateSystemGenericCredentialsParams object with the ability to set a context for a request.

func NewCreateSystemGenericCredentialsParamsWithHTTPClient

func NewCreateSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *CreateSystemGenericCredentialsParams

NewCreateSystemGenericCredentialsParamsWithHTTPClient creates a new CreateSystemGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSystemGenericCredentialsParamsWithTimeout

func NewCreateSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *CreateSystemGenericCredentialsParams

NewCreateSystemGenericCredentialsParamsWithTimeout creates a new CreateSystemGenericCredentialsParams object with the ability to set a timeout on a request.

func (*CreateSystemGenericCredentialsParams) SetBody

SetBody adds the body to the create system generic credentials params

func (*CreateSystemGenericCredentialsParams) SetContext

SetContext adds the context to the create system generic credentials params

func (*CreateSystemGenericCredentialsParams) SetDefaults

func (o *CreateSystemGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the create system generic credentials params (not the query body).

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

func (*CreateSystemGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create system generic credentials params

func (*CreateSystemGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the create system generic credentials params

func (*CreateSystemGenericCredentialsParams) WithBody

WithBody adds the body to the create system generic credentials params

func (*CreateSystemGenericCredentialsParams) WithContext

WithContext adds the context to the create system generic credentials params

func (*CreateSystemGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the create system generic credentials params (not the query body).

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

func (*CreateSystemGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create system generic credentials params

func (*CreateSystemGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the create system generic credentials params

func (*CreateSystemGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSystemGenericCredentialsReader

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

CreateSystemGenericCredentialsReader is a Reader for the CreateSystemGenericCredentials structure.

func (*CreateSystemGenericCredentialsReader) ReadResponse

func (o *CreateSystemGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteProjectGenericCredentialsNoContent

type DeleteProjectGenericCredentialsNoContent struct {
}

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

Deleted successfully

func NewDeleteProjectGenericCredentialsNoContent

func NewDeleteProjectGenericCredentialsNoContent() *DeleteProjectGenericCredentialsNoContent

NewDeleteProjectGenericCredentialsNoContent creates a DeleteProjectGenericCredentialsNoContent with default headers values

func (*DeleteProjectGenericCredentialsNoContent) Code

Code gets the status code for the delete project generic credentials no content response

func (*DeleteProjectGenericCredentialsNoContent) Error

func (*DeleteProjectGenericCredentialsNoContent) IsClientError

IsClientError returns true when this delete project generic credentials no content response has a 4xx status code

func (*DeleteProjectGenericCredentialsNoContent) IsCode

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

func (*DeleteProjectGenericCredentialsNoContent) IsRedirect

IsRedirect returns true when this delete project generic credentials no content response has a 3xx status code

func (*DeleteProjectGenericCredentialsNoContent) IsServerError

IsServerError returns true when this delete project generic credentials no content response has a 5xx status code

func (*DeleteProjectGenericCredentialsNoContent) IsSuccess

IsSuccess returns true when this delete project generic credentials no content response has a 2xx status code

func (*DeleteProjectGenericCredentialsNoContent) String

type DeleteProjectGenericCredentialsParams

type DeleteProjectGenericCredentialsParams struct {

	/* GenericCredentials.

	   Generic credentials name
	*/
	GenericCredentials string

	/* Project.

	   Project name
	*/
	Project string

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

DeleteProjectGenericCredentialsParams contains all the parameters to send to the API endpoint

for the delete project generic credentials operation.

Typically these are written to a http.Request.

func NewDeleteProjectGenericCredentialsParams

func NewDeleteProjectGenericCredentialsParams() *DeleteProjectGenericCredentialsParams

NewDeleteProjectGenericCredentialsParams creates a new DeleteProjectGenericCredentialsParams 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 NewDeleteProjectGenericCredentialsParamsWithContext

func NewDeleteProjectGenericCredentialsParamsWithContext(ctx context.Context) *DeleteProjectGenericCredentialsParams

NewDeleteProjectGenericCredentialsParamsWithContext creates a new DeleteProjectGenericCredentialsParams object with the ability to set a context for a request.

func NewDeleteProjectGenericCredentialsParamsWithHTTPClient

func NewDeleteProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *DeleteProjectGenericCredentialsParams

NewDeleteProjectGenericCredentialsParamsWithHTTPClient creates a new DeleteProjectGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteProjectGenericCredentialsParamsWithTimeout

func NewDeleteProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *DeleteProjectGenericCredentialsParams

NewDeleteProjectGenericCredentialsParamsWithTimeout creates a new DeleteProjectGenericCredentialsParams object with the ability to set a timeout on a request.

func (*DeleteProjectGenericCredentialsParams) SetContext

SetContext adds the context to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) SetDefaults

func (o *DeleteProjectGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the delete project generic credentials params (not the query body).

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

func (*DeleteProjectGenericCredentialsParams) SetGenericCredentials

func (o *DeleteProjectGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) SetProject

func (o *DeleteProjectGenericCredentialsParams) SetProject(project string)

SetProject adds the project to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) WithContext

WithContext adds the context to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the delete project generic credentials params (not the query body).

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

func (*DeleteProjectGenericCredentialsParams) WithGenericCredentials

func (o *DeleteProjectGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *DeleteProjectGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) WithProject

WithProject adds the project to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the delete project generic credentials params

func (*DeleteProjectGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProjectGenericCredentialsReader

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

DeleteProjectGenericCredentialsReader is a Reader for the DeleteProjectGenericCredentials structure.

func (*DeleteProjectGenericCredentialsReader) ReadResponse

func (o *DeleteProjectGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteProjectRepoCredentialsNoContent

type DeleteProjectRepoCredentialsNoContent struct {
}

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

Deleted successfully

func NewDeleteProjectRepoCredentialsNoContent

func NewDeleteProjectRepoCredentialsNoContent() *DeleteProjectRepoCredentialsNoContent

NewDeleteProjectRepoCredentialsNoContent creates a DeleteProjectRepoCredentialsNoContent with default headers values

func (*DeleteProjectRepoCredentialsNoContent) Code

Code gets the status code for the delete project repo credentials no content response

func (*DeleteProjectRepoCredentialsNoContent) Error

func (*DeleteProjectRepoCredentialsNoContent) IsClientError

func (o *DeleteProjectRepoCredentialsNoContent) IsClientError() bool

IsClientError returns true when this delete project repo credentials no content response has a 4xx status code

func (*DeleteProjectRepoCredentialsNoContent) IsCode

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

func (*DeleteProjectRepoCredentialsNoContent) IsRedirect

IsRedirect returns true when this delete project repo credentials no content response has a 3xx status code

func (*DeleteProjectRepoCredentialsNoContent) IsServerError

func (o *DeleteProjectRepoCredentialsNoContent) IsServerError() bool

IsServerError returns true when this delete project repo credentials no content response has a 5xx status code

func (*DeleteProjectRepoCredentialsNoContent) IsSuccess

IsSuccess returns true when this delete project repo credentials no content response has a 2xx status code

func (*DeleteProjectRepoCredentialsNoContent) String

type DeleteProjectRepoCredentialsParams

type DeleteProjectRepoCredentialsParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* RepoCredentials.

	   Credentials name
	*/
	RepoCredentials string

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

DeleteProjectRepoCredentialsParams contains all the parameters to send to the API endpoint

for the delete project repo credentials operation.

Typically these are written to a http.Request.

func NewDeleteProjectRepoCredentialsParams

func NewDeleteProjectRepoCredentialsParams() *DeleteProjectRepoCredentialsParams

NewDeleteProjectRepoCredentialsParams creates a new DeleteProjectRepoCredentialsParams 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 NewDeleteProjectRepoCredentialsParamsWithContext

func NewDeleteProjectRepoCredentialsParamsWithContext(ctx context.Context) *DeleteProjectRepoCredentialsParams

NewDeleteProjectRepoCredentialsParamsWithContext creates a new DeleteProjectRepoCredentialsParams object with the ability to set a context for a request.

func NewDeleteProjectRepoCredentialsParamsWithHTTPClient

func NewDeleteProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *DeleteProjectRepoCredentialsParams

NewDeleteProjectRepoCredentialsParamsWithHTTPClient creates a new DeleteProjectRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteProjectRepoCredentialsParamsWithTimeout

func NewDeleteProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *DeleteProjectRepoCredentialsParams

NewDeleteProjectRepoCredentialsParamsWithTimeout creates a new DeleteProjectRepoCredentialsParams object with the ability to set a timeout on a request.

func (*DeleteProjectRepoCredentialsParams) SetContext

SetContext adds the context to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) SetDefaults

func (o *DeleteProjectRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the delete project repo credentials params (not the query body).

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

func (*DeleteProjectRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) SetProject

func (o *DeleteProjectRepoCredentialsParams) SetProject(project string)

SetProject adds the project to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) SetRepoCredentials

func (o *DeleteProjectRepoCredentialsParams) SetRepoCredentials(repoCredentials string)

SetRepoCredentials adds the repoCredentials to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) WithContext

WithContext adds the context to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the delete project repo credentials params (not the query body).

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

func (*DeleteProjectRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) WithProject

WithProject adds the project to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) WithRepoCredentials

func (o *DeleteProjectRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *DeleteProjectRepoCredentialsParams

WithRepoCredentials adds the repoCredentials to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the delete project repo credentials params

func (*DeleteProjectRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProjectRepoCredentialsReader

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

DeleteProjectRepoCredentialsReader is a Reader for the DeleteProjectRepoCredentials structure.

func (*DeleteProjectRepoCredentialsReader) ReadResponse

func (o *DeleteProjectRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteSharedGenericCredentialsNoContent

type DeleteSharedGenericCredentialsNoContent struct {
}

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

Deleted successfully

func NewDeleteSharedGenericCredentialsNoContent

func NewDeleteSharedGenericCredentialsNoContent() *DeleteSharedGenericCredentialsNoContent

NewDeleteSharedGenericCredentialsNoContent creates a DeleteSharedGenericCredentialsNoContent with default headers values

func (*DeleteSharedGenericCredentialsNoContent) Code

Code gets the status code for the delete shared generic credentials no content response

func (*DeleteSharedGenericCredentialsNoContent) Error

func (*DeleteSharedGenericCredentialsNoContent) IsClientError

func (o *DeleteSharedGenericCredentialsNoContent) IsClientError() bool

IsClientError returns true when this delete shared generic credentials no content response has a 4xx status code

func (*DeleteSharedGenericCredentialsNoContent) IsCode

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

func (*DeleteSharedGenericCredentialsNoContent) IsRedirect

IsRedirect returns true when this delete shared generic credentials no content response has a 3xx status code

func (*DeleteSharedGenericCredentialsNoContent) IsServerError

func (o *DeleteSharedGenericCredentialsNoContent) IsServerError() bool

IsServerError returns true when this delete shared generic credentials no content response has a 5xx status code

func (*DeleteSharedGenericCredentialsNoContent) IsSuccess

IsSuccess returns true when this delete shared generic credentials no content response has a 2xx status code

func (*DeleteSharedGenericCredentialsNoContent) String

type DeleteSharedGenericCredentialsParams

type DeleteSharedGenericCredentialsParams struct {

	/* GenericCredentials.

	   Generic credentials name
	*/
	GenericCredentials string

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

DeleteSharedGenericCredentialsParams contains all the parameters to send to the API endpoint

for the delete shared generic credentials operation.

Typically these are written to a http.Request.

func NewDeleteSharedGenericCredentialsParams

func NewDeleteSharedGenericCredentialsParams() *DeleteSharedGenericCredentialsParams

NewDeleteSharedGenericCredentialsParams creates a new DeleteSharedGenericCredentialsParams 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 NewDeleteSharedGenericCredentialsParamsWithContext

func NewDeleteSharedGenericCredentialsParamsWithContext(ctx context.Context) *DeleteSharedGenericCredentialsParams

NewDeleteSharedGenericCredentialsParamsWithContext creates a new DeleteSharedGenericCredentialsParams object with the ability to set a context for a request.

func NewDeleteSharedGenericCredentialsParamsWithHTTPClient

func NewDeleteSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *DeleteSharedGenericCredentialsParams

NewDeleteSharedGenericCredentialsParamsWithHTTPClient creates a new DeleteSharedGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSharedGenericCredentialsParamsWithTimeout

func NewDeleteSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *DeleteSharedGenericCredentialsParams

NewDeleteSharedGenericCredentialsParamsWithTimeout creates a new DeleteSharedGenericCredentialsParams object with the ability to set a timeout on a request.

func (*DeleteSharedGenericCredentialsParams) SetContext

SetContext adds the context to the delete shared generic credentials params

func (*DeleteSharedGenericCredentialsParams) SetDefaults

func (o *DeleteSharedGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the delete shared generic credentials params (not the query body).

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

func (*DeleteSharedGenericCredentialsParams) SetGenericCredentials

func (o *DeleteSharedGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the delete shared generic credentials params

func (*DeleteSharedGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete shared generic credentials params

func (*DeleteSharedGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the delete shared generic credentials params

func (*DeleteSharedGenericCredentialsParams) WithContext

WithContext adds the context to the delete shared generic credentials params

func (*DeleteSharedGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the delete shared generic credentials params (not the query body).

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

func (*DeleteSharedGenericCredentialsParams) WithGenericCredentials

func (o *DeleteSharedGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *DeleteSharedGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the delete shared generic credentials params

func (*DeleteSharedGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete shared generic credentials params

func (*DeleteSharedGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the delete shared generic credentials params

func (*DeleteSharedGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSharedGenericCredentialsReader

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

DeleteSharedGenericCredentialsReader is a Reader for the DeleteSharedGenericCredentials structure.

func (*DeleteSharedGenericCredentialsReader) ReadResponse

func (o *DeleteSharedGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteSharedRepoCredentialsNoContent

type DeleteSharedRepoCredentialsNoContent struct {
}

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

Deleted successfully

func NewDeleteSharedRepoCredentialsNoContent

func NewDeleteSharedRepoCredentialsNoContent() *DeleteSharedRepoCredentialsNoContent

NewDeleteSharedRepoCredentialsNoContent creates a DeleteSharedRepoCredentialsNoContent with default headers values

func (*DeleteSharedRepoCredentialsNoContent) Code

Code gets the status code for the delete shared repo credentials no content response

func (*DeleteSharedRepoCredentialsNoContent) Error

func (*DeleteSharedRepoCredentialsNoContent) IsClientError

func (o *DeleteSharedRepoCredentialsNoContent) IsClientError() bool

IsClientError returns true when this delete shared repo credentials no content response has a 4xx status code

func (*DeleteSharedRepoCredentialsNoContent) IsCode

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

func (*DeleteSharedRepoCredentialsNoContent) IsRedirect

IsRedirect returns true when this delete shared repo credentials no content response has a 3xx status code

func (*DeleteSharedRepoCredentialsNoContent) IsServerError

func (o *DeleteSharedRepoCredentialsNoContent) IsServerError() bool

IsServerError returns true when this delete shared repo credentials no content response has a 5xx status code

func (*DeleteSharedRepoCredentialsNoContent) IsSuccess

IsSuccess returns true when this delete shared repo credentials no content response has a 2xx status code

func (*DeleteSharedRepoCredentialsNoContent) String

type DeleteSharedRepoCredentialsParams

type DeleteSharedRepoCredentialsParams struct {

	/* RepoCredentials.

	   Credentials name
	*/
	RepoCredentials string

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

DeleteSharedRepoCredentialsParams contains all the parameters to send to the API endpoint

for the delete shared repo credentials operation.

Typically these are written to a http.Request.

func NewDeleteSharedRepoCredentialsParams

func NewDeleteSharedRepoCredentialsParams() *DeleteSharedRepoCredentialsParams

NewDeleteSharedRepoCredentialsParams creates a new DeleteSharedRepoCredentialsParams 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 NewDeleteSharedRepoCredentialsParamsWithContext

func NewDeleteSharedRepoCredentialsParamsWithContext(ctx context.Context) *DeleteSharedRepoCredentialsParams

NewDeleteSharedRepoCredentialsParamsWithContext creates a new DeleteSharedRepoCredentialsParams object with the ability to set a context for a request.

func NewDeleteSharedRepoCredentialsParamsWithHTTPClient

func NewDeleteSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *DeleteSharedRepoCredentialsParams

NewDeleteSharedRepoCredentialsParamsWithHTTPClient creates a new DeleteSharedRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSharedRepoCredentialsParamsWithTimeout

func NewDeleteSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *DeleteSharedRepoCredentialsParams

NewDeleteSharedRepoCredentialsParamsWithTimeout creates a new DeleteSharedRepoCredentialsParams object with the ability to set a timeout on a request.

func (*DeleteSharedRepoCredentialsParams) SetContext

SetContext adds the context to the delete shared repo credentials params

func (*DeleteSharedRepoCredentialsParams) SetDefaults

func (o *DeleteSharedRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the delete shared repo credentials params (not the query body).

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

func (*DeleteSharedRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete shared repo credentials params

func (*DeleteSharedRepoCredentialsParams) SetRepoCredentials

func (o *DeleteSharedRepoCredentialsParams) SetRepoCredentials(repoCredentials string)

SetRepoCredentials adds the repoCredentials to the delete shared repo credentials params

func (*DeleteSharedRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the delete shared repo credentials params

func (*DeleteSharedRepoCredentialsParams) WithContext

WithContext adds the context to the delete shared repo credentials params

func (*DeleteSharedRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the delete shared repo credentials params (not the query body).

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

func (*DeleteSharedRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete shared repo credentials params

func (*DeleteSharedRepoCredentialsParams) WithRepoCredentials

func (o *DeleteSharedRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *DeleteSharedRepoCredentialsParams

WithRepoCredentials adds the repoCredentials to the delete shared repo credentials params

func (*DeleteSharedRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the delete shared repo credentials params

func (*DeleteSharedRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSharedRepoCredentialsReader

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

DeleteSharedRepoCredentialsReader is a Reader for the DeleteSharedRepoCredentials structure.

func (*DeleteSharedRepoCredentialsReader) ReadResponse

func (o *DeleteSharedRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteSystemGenericCredentialsNoContent

type DeleteSystemGenericCredentialsNoContent struct {
}

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

Deleted successfully

func NewDeleteSystemGenericCredentialsNoContent

func NewDeleteSystemGenericCredentialsNoContent() *DeleteSystemGenericCredentialsNoContent

NewDeleteSystemGenericCredentialsNoContent creates a DeleteSystemGenericCredentialsNoContent with default headers values

func (*DeleteSystemGenericCredentialsNoContent) Code

Code gets the status code for the delete system generic credentials no content response

func (*DeleteSystemGenericCredentialsNoContent) Error

func (*DeleteSystemGenericCredentialsNoContent) IsClientError

func (o *DeleteSystemGenericCredentialsNoContent) IsClientError() bool

IsClientError returns true when this delete system generic credentials no content response has a 4xx status code

func (*DeleteSystemGenericCredentialsNoContent) IsCode

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

func (*DeleteSystemGenericCredentialsNoContent) IsRedirect

IsRedirect returns true when this delete system generic credentials no content response has a 3xx status code

func (*DeleteSystemGenericCredentialsNoContent) IsServerError

func (o *DeleteSystemGenericCredentialsNoContent) IsServerError() bool

IsServerError returns true when this delete system generic credentials no content response has a 5xx status code

func (*DeleteSystemGenericCredentialsNoContent) IsSuccess

IsSuccess returns true when this delete system generic credentials no content response has a 2xx status code

func (*DeleteSystemGenericCredentialsNoContent) String

type DeleteSystemGenericCredentialsParams

type DeleteSystemGenericCredentialsParams struct {

	/* GenericCredentials.

	   Generic credentials name
	*/
	GenericCredentials string

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

DeleteSystemGenericCredentialsParams contains all the parameters to send to the API endpoint

for the delete system generic credentials operation.

Typically these are written to a http.Request.

func NewDeleteSystemGenericCredentialsParams

func NewDeleteSystemGenericCredentialsParams() *DeleteSystemGenericCredentialsParams

NewDeleteSystemGenericCredentialsParams creates a new DeleteSystemGenericCredentialsParams 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 NewDeleteSystemGenericCredentialsParamsWithContext

func NewDeleteSystemGenericCredentialsParamsWithContext(ctx context.Context) *DeleteSystemGenericCredentialsParams

NewDeleteSystemGenericCredentialsParamsWithContext creates a new DeleteSystemGenericCredentialsParams object with the ability to set a context for a request.

func NewDeleteSystemGenericCredentialsParamsWithHTTPClient

func NewDeleteSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *DeleteSystemGenericCredentialsParams

NewDeleteSystemGenericCredentialsParamsWithHTTPClient creates a new DeleteSystemGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSystemGenericCredentialsParamsWithTimeout

func NewDeleteSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *DeleteSystemGenericCredentialsParams

NewDeleteSystemGenericCredentialsParamsWithTimeout creates a new DeleteSystemGenericCredentialsParams object with the ability to set a timeout on a request.

func (*DeleteSystemGenericCredentialsParams) SetContext

SetContext adds the context to the delete system generic credentials params

func (*DeleteSystemGenericCredentialsParams) SetDefaults

func (o *DeleteSystemGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the delete system generic credentials params (not the query body).

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

func (*DeleteSystemGenericCredentialsParams) SetGenericCredentials

func (o *DeleteSystemGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the delete system generic credentials params

func (*DeleteSystemGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete system generic credentials params

func (*DeleteSystemGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the delete system generic credentials params

func (*DeleteSystemGenericCredentialsParams) WithContext

WithContext adds the context to the delete system generic credentials params

func (*DeleteSystemGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the delete system generic credentials params (not the query body).

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

func (*DeleteSystemGenericCredentialsParams) WithGenericCredentials

func (o *DeleteSystemGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *DeleteSystemGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the delete system generic credentials params

func (*DeleteSystemGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete system generic credentials params

func (*DeleteSystemGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the delete system generic credentials params

func (*DeleteSystemGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSystemGenericCredentialsReader

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

DeleteSystemGenericCredentialsReader is a Reader for the DeleteSystemGenericCredentials structure.

func (*DeleteSystemGenericCredentialsReader) ReadResponse

func (o *DeleteSystemGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetProjectGenericCredentialsOK

type GetProjectGenericCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewGetProjectGenericCredentialsOK

func NewGetProjectGenericCredentialsOK() *GetProjectGenericCredentialsOK

NewGetProjectGenericCredentialsOK creates a GetProjectGenericCredentialsOK with default headers values

func (*GetProjectGenericCredentialsOK) Code

Code gets the status code for the get project generic credentials o k response

func (*GetProjectGenericCredentialsOK) Error

func (*GetProjectGenericCredentialsOK) GetPayload

func (o *GetProjectGenericCredentialsOK) GetPayload() any

func (*GetProjectGenericCredentialsOK) IsClientError

func (o *GetProjectGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this get project generic credentials o k response has a 4xx status code

func (*GetProjectGenericCredentialsOK) IsCode

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

IsCode returns true when this get project generic credentials o k response a status code equal to that given

func (*GetProjectGenericCredentialsOK) IsRedirect

func (o *GetProjectGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this get project generic credentials o k response has a 3xx status code

func (*GetProjectGenericCredentialsOK) IsServerError

func (o *GetProjectGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this get project generic credentials o k response has a 5xx status code

func (*GetProjectGenericCredentialsOK) IsSuccess

func (o *GetProjectGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this get project generic credentials o k response has a 2xx status code

func (*GetProjectGenericCredentialsOK) String

type GetProjectGenericCredentialsParams

type GetProjectGenericCredentialsParams struct {

	/* GenericCredentials.

	   Credentials name
	*/
	GenericCredentials string

	/* Project.

	   Project name
	*/
	Project string

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

GetProjectGenericCredentialsParams contains all the parameters to send to the API endpoint

for the get project generic credentials operation.

Typically these are written to a http.Request.

func NewGetProjectGenericCredentialsParams

func NewGetProjectGenericCredentialsParams() *GetProjectGenericCredentialsParams

NewGetProjectGenericCredentialsParams creates a new GetProjectGenericCredentialsParams 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 NewGetProjectGenericCredentialsParamsWithContext

func NewGetProjectGenericCredentialsParamsWithContext(ctx context.Context) *GetProjectGenericCredentialsParams

NewGetProjectGenericCredentialsParamsWithContext creates a new GetProjectGenericCredentialsParams object with the ability to set a context for a request.

func NewGetProjectGenericCredentialsParamsWithHTTPClient

func NewGetProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *GetProjectGenericCredentialsParams

NewGetProjectGenericCredentialsParamsWithHTTPClient creates a new GetProjectGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectGenericCredentialsParamsWithTimeout

func NewGetProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *GetProjectGenericCredentialsParams

NewGetProjectGenericCredentialsParamsWithTimeout creates a new GetProjectGenericCredentialsParams object with the ability to set a timeout on a request.

func (*GetProjectGenericCredentialsParams) SetContext

SetContext adds the context to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) SetDefaults

func (o *GetProjectGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the get project generic credentials params (not the query body).

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

func (*GetProjectGenericCredentialsParams) SetGenericCredentials

func (o *GetProjectGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) SetProject

func (o *GetProjectGenericCredentialsParams) SetProject(project string)

SetProject adds the project to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) WithContext

WithContext adds the context to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the get project generic credentials params (not the query body).

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

func (*GetProjectGenericCredentialsParams) WithGenericCredentials

func (o *GetProjectGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *GetProjectGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) WithProject

WithProject adds the project to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the get project generic credentials params

func (*GetProjectGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectGenericCredentialsReader

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

GetProjectGenericCredentialsReader is a Reader for the GetProjectGenericCredentials structure.

func (*GetProjectGenericCredentialsReader) ReadResponse

func (o *GetProjectGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetProjectRepoCredentialsOK

type GetProjectRepoCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewGetProjectRepoCredentialsOK

func NewGetProjectRepoCredentialsOK() *GetProjectRepoCredentialsOK

NewGetProjectRepoCredentialsOK creates a GetProjectRepoCredentialsOK with default headers values

func (*GetProjectRepoCredentialsOK) Code

func (o *GetProjectRepoCredentialsOK) Code() int

Code gets the status code for the get project repo credentials o k response

func (*GetProjectRepoCredentialsOK) Error

func (*GetProjectRepoCredentialsOK) GetPayload

func (o *GetProjectRepoCredentialsOK) GetPayload() any

func (*GetProjectRepoCredentialsOK) IsClientError

func (o *GetProjectRepoCredentialsOK) IsClientError() bool

IsClientError returns true when this get project repo credentials o k response has a 4xx status code

func (*GetProjectRepoCredentialsOK) IsCode

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

IsCode returns true when this get project repo credentials o k response a status code equal to that given

func (*GetProjectRepoCredentialsOK) IsRedirect

func (o *GetProjectRepoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this get project repo credentials o k response has a 3xx status code

func (*GetProjectRepoCredentialsOK) IsServerError

func (o *GetProjectRepoCredentialsOK) IsServerError() bool

IsServerError returns true when this get project repo credentials o k response has a 5xx status code

func (*GetProjectRepoCredentialsOK) IsSuccess

func (o *GetProjectRepoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this get project repo credentials o k response has a 2xx status code

func (*GetProjectRepoCredentialsOK) String

func (o *GetProjectRepoCredentialsOK) String() string

type GetProjectRepoCredentialsParams

type GetProjectRepoCredentialsParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* RepoCredentials.

	   Credentials name
	*/
	RepoCredentials string

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

GetProjectRepoCredentialsParams contains all the parameters to send to the API endpoint

for the get project repo credentials operation.

Typically these are written to a http.Request.

func NewGetProjectRepoCredentialsParams

func NewGetProjectRepoCredentialsParams() *GetProjectRepoCredentialsParams

NewGetProjectRepoCredentialsParams creates a new GetProjectRepoCredentialsParams 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 NewGetProjectRepoCredentialsParamsWithContext

func NewGetProjectRepoCredentialsParamsWithContext(ctx context.Context) *GetProjectRepoCredentialsParams

NewGetProjectRepoCredentialsParamsWithContext creates a new GetProjectRepoCredentialsParams object with the ability to set a context for a request.

func NewGetProjectRepoCredentialsParamsWithHTTPClient

func NewGetProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *GetProjectRepoCredentialsParams

NewGetProjectRepoCredentialsParamsWithHTTPClient creates a new GetProjectRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectRepoCredentialsParamsWithTimeout

func NewGetProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *GetProjectRepoCredentialsParams

NewGetProjectRepoCredentialsParamsWithTimeout creates a new GetProjectRepoCredentialsParams object with the ability to set a timeout on a request.

func (*GetProjectRepoCredentialsParams) SetContext

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

SetContext adds the context to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) SetDefaults

func (o *GetProjectRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the get project repo credentials params (not the query body).

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

func (*GetProjectRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) SetProject

func (o *GetProjectRepoCredentialsParams) SetProject(project string)

SetProject adds the project to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) SetRepoCredentials

func (o *GetProjectRepoCredentialsParams) SetRepoCredentials(repoCredentials string)

SetRepoCredentials adds the repoCredentials to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) WithContext

WithContext adds the context to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the get project repo credentials params (not the query body).

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

func (*GetProjectRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) WithProject

WithProject adds the project to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) WithRepoCredentials

func (o *GetProjectRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *GetProjectRepoCredentialsParams

WithRepoCredentials adds the repoCredentials to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the get project repo credentials params

func (*GetProjectRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectRepoCredentialsReader

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

GetProjectRepoCredentialsReader is a Reader for the GetProjectRepoCredentials structure.

func (*GetProjectRepoCredentialsReader) ReadResponse

func (o *GetProjectRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetSharedGenericCredentialsOK

type GetSharedGenericCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewGetSharedGenericCredentialsOK

func NewGetSharedGenericCredentialsOK() *GetSharedGenericCredentialsOK

NewGetSharedGenericCredentialsOK creates a GetSharedGenericCredentialsOK with default headers values

func (*GetSharedGenericCredentialsOK) Code

Code gets the status code for the get shared generic credentials o k response

func (*GetSharedGenericCredentialsOK) Error

func (*GetSharedGenericCredentialsOK) GetPayload

func (o *GetSharedGenericCredentialsOK) GetPayload() any

func (*GetSharedGenericCredentialsOK) IsClientError

func (o *GetSharedGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this get shared generic credentials o k response has a 4xx status code

func (*GetSharedGenericCredentialsOK) IsCode

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

IsCode returns true when this get shared generic credentials o k response a status code equal to that given

func (*GetSharedGenericCredentialsOK) IsRedirect

func (o *GetSharedGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this get shared generic credentials o k response has a 3xx status code

func (*GetSharedGenericCredentialsOK) IsServerError

func (o *GetSharedGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this get shared generic credentials o k response has a 5xx status code

func (*GetSharedGenericCredentialsOK) IsSuccess

func (o *GetSharedGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this get shared generic credentials o k response has a 2xx status code

func (*GetSharedGenericCredentialsOK) String

type GetSharedGenericCredentialsParams

type GetSharedGenericCredentialsParams struct {

	/* GenericCredentials.

	   Credentials name
	*/
	GenericCredentials string

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

GetSharedGenericCredentialsParams contains all the parameters to send to the API endpoint

for the get shared generic credentials operation.

Typically these are written to a http.Request.

func NewGetSharedGenericCredentialsParams

func NewGetSharedGenericCredentialsParams() *GetSharedGenericCredentialsParams

NewGetSharedGenericCredentialsParams creates a new GetSharedGenericCredentialsParams 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 NewGetSharedGenericCredentialsParamsWithContext

func NewGetSharedGenericCredentialsParamsWithContext(ctx context.Context) *GetSharedGenericCredentialsParams

NewGetSharedGenericCredentialsParamsWithContext creates a new GetSharedGenericCredentialsParams object with the ability to set a context for a request.

func NewGetSharedGenericCredentialsParamsWithHTTPClient

func NewGetSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *GetSharedGenericCredentialsParams

NewGetSharedGenericCredentialsParamsWithHTTPClient creates a new GetSharedGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSharedGenericCredentialsParamsWithTimeout

func NewGetSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *GetSharedGenericCredentialsParams

NewGetSharedGenericCredentialsParamsWithTimeout creates a new GetSharedGenericCredentialsParams object with the ability to set a timeout on a request.

func (*GetSharedGenericCredentialsParams) SetContext

SetContext adds the context to the get shared generic credentials params

func (*GetSharedGenericCredentialsParams) SetDefaults

func (o *GetSharedGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the get shared generic credentials params (not the query body).

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

func (*GetSharedGenericCredentialsParams) SetGenericCredentials

func (o *GetSharedGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the get shared generic credentials params

func (*GetSharedGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get shared generic credentials params

func (*GetSharedGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the get shared generic credentials params

func (*GetSharedGenericCredentialsParams) WithContext

WithContext adds the context to the get shared generic credentials params

func (*GetSharedGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the get shared generic credentials params (not the query body).

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

func (*GetSharedGenericCredentialsParams) WithGenericCredentials

func (o *GetSharedGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *GetSharedGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the get shared generic credentials params

func (*GetSharedGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get shared generic credentials params

func (*GetSharedGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the get shared generic credentials params

func (*GetSharedGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSharedGenericCredentialsReader

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

GetSharedGenericCredentialsReader is a Reader for the GetSharedGenericCredentials structure.

func (*GetSharedGenericCredentialsReader) ReadResponse

func (o *GetSharedGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetSharedRepoCredentialsOK

type GetSharedRepoCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewGetSharedRepoCredentialsOK

func NewGetSharedRepoCredentialsOK() *GetSharedRepoCredentialsOK

NewGetSharedRepoCredentialsOK creates a GetSharedRepoCredentialsOK with default headers values

func (*GetSharedRepoCredentialsOK) Code

func (o *GetSharedRepoCredentialsOK) Code() int

Code gets the status code for the get shared repo credentials o k response

func (*GetSharedRepoCredentialsOK) Error

func (*GetSharedRepoCredentialsOK) GetPayload

func (o *GetSharedRepoCredentialsOK) GetPayload() any

func (*GetSharedRepoCredentialsOK) IsClientError

func (o *GetSharedRepoCredentialsOK) IsClientError() bool

IsClientError returns true when this get shared repo credentials o k response has a 4xx status code

func (*GetSharedRepoCredentialsOK) IsCode

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

IsCode returns true when this get shared repo credentials o k response a status code equal to that given

func (*GetSharedRepoCredentialsOK) IsRedirect

func (o *GetSharedRepoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this get shared repo credentials o k response has a 3xx status code

func (*GetSharedRepoCredentialsOK) IsServerError

func (o *GetSharedRepoCredentialsOK) IsServerError() bool

IsServerError returns true when this get shared repo credentials o k response has a 5xx status code

func (*GetSharedRepoCredentialsOK) IsSuccess

func (o *GetSharedRepoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this get shared repo credentials o k response has a 2xx status code

func (*GetSharedRepoCredentialsOK) String

func (o *GetSharedRepoCredentialsOK) String() string

type GetSharedRepoCredentialsParams

type GetSharedRepoCredentialsParams struct {

	/* RepoCredentials.

	   Credentials name
	*/
	RepoCredentials string

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

GetSharedRepoCredentialsParams contains all the parameters to send to the API endpoint

for the get shared repo credentials operation.

Typically these are written to a http.Request.

func NewGetSharedRepoCredentialsParams

func NewGetSharedRepoCredentialsParams() *GetSharedRepoCredentialsParams

NewGetSharedRepoCredentialsParams creates a new GetSharedRepoCredentialsParams 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 NewGetSharedRepoCredentialsParamsWithContext

func NewGetSharedRepoCredentialsParamsWithContext(ctx context.Context) *GetSharedRepoCredentialsParams

NewGetSharedRepoCredentialsParamsWithContext creates a new GetSharedRepoCredentialsParams object with the ability to set a context for a request.

func NewGetSharedRepoCredentialsParamsWithHTTPClient

func NewGetSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *GetSharedRepoCredentialsParams

NewGetSharedRepoCredentialsParamsWithHTTPClient creates a new GetSharedRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSharedRepoCredentialsParamsWithTimeout

func NewGetSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *GetSharedRepoCredentialsParams

NewGetSharedRepoCredentialsParamsWithTimeout creates a new GetSharedRepoCredentialsParams object with the ability to set a timeout on a request.

func (*GetSharedRepoCredentialsParams) SetContext

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

SetContext adds the context to the get shared repo credentials params

func (*GetSharedRepoCredentialsParams) SetDefaults

func (o *GetSharedRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the get shared repo credentials params (not the query body).

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

func (*GetSharedRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get shared repo credentials params

func (*GetSharedRepoCredentialsParams) SetRepoCredentials

func (o *GetSharedRepoCredentialsParams) SetRepoCredentials(repoCredentials string)

SetRepoCredentials adds the repoCredentials to the get shared repo credentials params

func (*GetSharedRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the get shared repo credentials params

func (*GetSharedRepoCredentialsParams) WithContext

WithContext adds the context to the get shared repo credentials params

func (*GetSharedRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the get shared repo credentials params (not the query body).

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

func (*GetSharedRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get shared repo credentials params

func (*GetSharedRepoCredentialsParams) WithRepoCredentials

func (o *GetSharedRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *GetSharedRepoCredentialsParams

WithRepoCredentials adds the repoCredentials to the get shared repo credentials params

func (*GetSharedRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the get shared repo credentials params

func (*GetSharedRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSharedRepoCredentialsReader

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

GetSharedRepoCredentialsReader is a Reader for the GetSharedRepoCredentials structure.

func (*GetSharedRepoCredentialsReader) ReadResponse

func (o *GetSharedRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetSystemGenericCredentialsOK

type GetSystemGenericCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewGetSystemGenericCredentialsOK

func NewGetSystemGenericCredentialsOK() *GetSystemGenericCredentialsOK

NewGetSystemGenericCredentialsOK creates a GetSystemGenericCredentialsOK with default headers values

func (*GetSystemGenericCredentialsOK) Code

Code gets the status code for the get system generic credentials o k response

func (*GetSystemGenericCredentialsOK) Error

func (*GetSystemGenericCredentialsOK) GetPayload

func (o *GetSystemGenericCredentialsOK) GetPayload() any

func (*GetSystemGenericCredentialsOK) IsClientError

func (o *GetSystemGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this get system generic credentials o k response has a 4xx status code

func (*GetSystemGenericCredentialsOK) IsCode

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

IsCode returns true when this get system generic credentials o k response a status code equal to that given

func (*GetSystemGenericCredentialsOK) IsRedirect

func (o *GetSystemGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this get system generic credentials o k response has a 3xx status code

func (*GetSystemGenericCredentialsOK) IsServerError

func (o *GetSystemGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this get system generic credentials o k response has a 5xx status code

func (*GetSystemGenericCredentialsOK) IsSuccess

func (o *GetSystemGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this get system generic credentials o k response has a 2xx status code

func (*GetSystemGenericCredentialsOK) String

type GetSystemGenericCredentialsParams

type GetSystemGenericCredentialsParams struct {

	/* GenericCredentials.

	   Credentials name
	*/
	GenericCredentials string

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

GetSystemGenericCredentialsParams contains all the parameters to send to the API endpoint

for the get system generic credentials operation.

Typically these are written to a http.Request.

func NewGetSystemGenericCredentialsParams

func NewGetSystemGenericCredentialsParams() *GetSystemGenericCredentialsParams

NewGetSystemGenericCredentialsParams creates a new GetSystemGenericCredentialsParams 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 NewGetSystemGenericCredentialsParamsWithContext

func NewGetSystemGenericCredentialsParamsWithContext(ctx context.Context) *GetSystemGenericCredentialsParams

NewGetSystemGenericCredentialsParamsWithContext creates a new GetSystemGenericCredentialsParams object with the ability to set a context for a request.

func NewGetSystemGenericCredentialsParamsWithHTTPClient

func NewGetSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *GetSystemGenericCredentialsParams

NewGetSystemGenericCredentialsParamsWithHTTPClient creates a new GetSystemGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSystemGenericCredentialsParamsWithTimeout

func NewGetSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *GetSystemGenericCredentialsParams

NewGetSystemGenericCredentialsParamsWithTimeout creates a new GetSystemGenericCredentialsParams object with the ability to set a timeout on a request.

func (*GetSystemGenericCredentialsParams) SetContext

SetContext adds the context to the get system generic credentials params

func (*GetSystemGenericCredentialsParams) SetDefaults

func (o *GetSystemGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the get system generic credentials params (not the query body).

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

func (*GetSystemGenericCredentialsParams) SetGenericCredentials

func (o *GetSystemGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the get system generic credentials params

func (*GetSystemGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get system generic credentials params

func (*GetSystemGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the get system generic credentials params

func (*GetSystemGenericCredentialsParams) WithContext

WithContext adds the context to the get system generic credentials params

func (*GetSystemGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the get system generic credentials params (not the query body).

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

func (*GetSystemGenericCredentialsParams) WithGenericCredentials

func (o *GetSystemGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *GetSystemGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the get system generic credentials params

func (*GetSystemGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get system generic credentials params

func (*GetSystemGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the get system generic credentials params

func (*GetSystemGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSystemGenericCredentialsReader

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

GetSystemGenericCredentialsReader is a Reader for the GetSystemGenericCredentials structure.

func (*GetSystemGenericCredentialsReader) ReadResponse

func (o *GetSystemGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListProjectGenericCredentialsOK

type ListProjectGenericCredentialsOK struct {
	Payload any
}

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

SecretList resource (k8s.io/api/core/v1.SecretList)

func NewListProjectGenericCredentialsOK

func NewListProjectGenericCredentialsOK() *ListProjectGenericCredentialsOK

NewListProjectGenericCredentialsOK creates a ListProjectGenericCredentialsOK with default headers values

func (*ListProjectGenericCredentialsOK) Code

Code gets the status code for the list project generic credentials o k response

func (*ListProjectGenericCredentialsOK) Error

func (*ListProjectGenericCredentialsOK) GetPayload

func (o *ListProjectGenericCredentialsOK) GetPayload() any

func (*ListProjectGenericCredentialsOK) IsClientError

func (o *ListProjectGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this list project generic credentials o k response has a 4xx status code

func (*ListProjectGenericCredentialsOK) IsCode

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

IsCode returns true when this list project generic credentials o k response a status code equal to that given

func (*ListProjectGenericCredentialsOK) IsRedirect

func (o *ListProjectGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list project generic credentials o k response has a 3xx status code

func (*ListProjectGenericCredentialsOK) IsServerError

func (o *ListProjectGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this list project generic credentials o k response has a 5xx status code

func (*ListProjectGenericCredentialsOK) IsSuccess

func (o *ListProjectGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this list project generic credentials o k response has a 2xx status code

func (*ListProjectGenericCredentialsOK) String

type ListProjectGenericCredentialsParams

type ListProjectGenericCredentialsParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

ListProjectGenericCredentialsParams contains all the parameters to send to the API endpoint

for the list project generic credentials operation.

Typically these are written to a http.Request.

func NewListProjectGenericCredentialsParams

func NewListProjectGenericCredentialsParams() *ListProjectGenericCredentialsParams

NewListProjectGenericCredentialsParams creates a new ListProjectGenericCredentialsParams 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 NewListProjectGenericCredentialsParamsWithContext

func NewListProjectGenericCredentialsParamsWithContext(ctx context.Context) *ListProjectGenericCredentialsParams

NewListProjectGenericCredentialsParamsWithContext creates a new ListProjectGenericCredentialsParams object with the ability to set a context for a request.

func NewListProjectGenericCredentialsParamsWithHTTPClient

func NewListProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *ListProjectGenericCredentialsParams

NewListProjectGenericCredentialsParamsWithHTTPClient creates a new ListProjectGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListProjectGenericCredentialsParamsWithTimeout

func NewListProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *ListProjectGenericCredentialsParams

NewListProjectGenericCredentialsParamsWithTimeout creates a new ListProjectGenericCredentialsParams object with the ability to set a timeout on a request.

func (*ListProjectGenericCredentialsParams) SetContext

SetContext adds the context to the list project generic credentials params

func (*ListProjectGenericCredentialsParams) SetDefaults

func (o *ListProjectGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list project generic credentials params (not the query body).

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

func (*ListProjectGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list project generic credentials params

func (*ListProjectGenericCredentialsParams) SetProject

func (o *ListProjectGenericCredentialsParams) SetProject(project string)

SetProject adds the project to the list project generic credentials params

func (*ListProjectGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list project generic credentials params

func (*ListProjectGenericCredentialsParams) WithContext

WithContext adds the context to the list project generic credentials params

func (*ListProjectGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list project generic credentials params (not the query body).

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

func (*ListProjectGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list project generic credentials params

func (*ListProjectGenericCredentialsParams) WithProject

WithProject adds the project to the list project generic credentials params

func (*ListProjectGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list project generic credentials params

func (*ListProjectGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectGenericCredentialsReader

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

ListProjectGenericCredentialsReader is a Reader for the ListProjectGenericCredentials structure.

func (*ListProjectGenericCredentialsReader) ReadResponse

func (o *ListProjectGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListProjectRepoCredentialsOK

type ListProjectRepoCredentialsOK struct {
	Payload any
}

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

SecretList resource (k8s.io/api/core/v1.SecretList)

func NewListProjectRepoCredentialsOK

func NewListProjectRepoCredentialsOK() *ListProjectRepoCredentialsOK

NewListProjectRepoCredentialsOK creates a ListProjectRepoCredentialsOK with default headers values

func (*ListProjectRepoCredentialsOK) Code

Code gets the status code for the list project repo credentials o k response

func (*ListProjectRepoCredentialsOK) Error

func (*ListProjectRepoCredentialsOK) GetPayload

func (o *ListProjectRepoCredentialsOK) GetPayload() any

func (*ListProjectRepoCredentialsOK) IsClientError

func (o *ListProjectRepoCredentialsOK) IsClientError() bool

IsClientError returns true when this list project repo credentials o k response has a 4xx status code

func (*ListProjectRepoCredentialsOK) IsCode

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

IsCode returns true when this list project repo credentials o k response a status code equal to that given

func (*ListProjectRepoCredentialsOK) IsRedirect

func (o *ListProjectRepoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list project repo credentials o k response has a 3xx status code

func (*ListProjectRepoCredentialsOK) IsServerError

func (o *ListProjectRepoCredentialsOK) IsServerError() bool

IsServerError returns true when this list project repo credentials o k response has a 5xx status code

func (*ListProjectRepoCredentialsOK) IsSuccess

func (o *ListProjectRepoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this list project repo credentials o k response has a 2xx status code

func (*ListProjectRepoCredentialsOK) String

type ListProjectRepoCredentialsParams

type ListProjectRepoCredentialsParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

ListProjectRepoCredentialsParams contains all the parameters to send to the API endpoint

for the list project repo credentials operation.

Typically these are written to a http.Request.

func NewListProjectRepoCredentialsParams

func NewListProjectRepoCredentialsParams() *ListProjectRepoCredentialsParams

NewListProjectRepoCredentialsParams creates a new ListProjectRepoCredentialsParams 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 NewListProjectRepoCredentialsParamsWithContext

func NewListProjectRepoCredentialsParamsWithContext(ctx context.Context) *ListProjectRepoCredentialsParams

NewListProjectRepoCredentialsParamsWithContext creates a new ListProjectRepoCredentialsParams object with the ability to set a context for a request.

func NewListProjectRepoCredentialsParamsWithHTTPClient

func NewListProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *ListProjectRepoCredentialsParams

NewListProjectRepoCredentialsParamsWithHTTPClient creates a new ListProjectRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListProjectRepoCredentialsParamsWithTimeout

func NewListProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *ListProjectRepoCredentialsParams

NewListProjectRepoCredentialsParamsWithTimeout creates a new ListProjectRepoCredentialsParams object with the ability to set a timeout on a request.

func (*ListProjectRepoCredentialsParams) SetContext

SetContext adds the context to the list project repo credentials params

func (*ListProjectRepoCredentialsParams) SetDefaults

func (o *ListProjectRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list project repo credentials params (not the query body).

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

func (*ListProjectRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list project repo credentials params

func (*ListProjectRepoCredentialsParams) SetProject

func (o *ListProjectRepoCredentialsParams) SetProject(project string)

SetProject adds the project to the list project repo credentials params

func (*ListProjectRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list project repo credentials params

func (*ListProjectRepoCredentialsParams) WithContext

WithContext adds the context to the list project repo credentials params

func (*ListProjectRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list project repo credentials params (not the query body).

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

func (*ListProjectRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list project repo credentials params

func (*ListProjectRepoCredentialsParams) WithProject

WithProject adds the project to the list project repo credentials params

func (*ListProjectRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list project repo credentials params

func (*ListProjectRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectRepoCredentialsReader

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

ListProjectRepoCredentialsReader is a Reader for the ListProjectRepoCredentials structure.

func (*ListProjectRepoCredentialsReader) ReadResponse

func (o *ListProjectRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListSharedGenericCredentialsOK

type ListSharedGenericCredentialsOK struct {
	Payload any
}

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

SecretList resource (k8s.io/api/core/v1.SecretList)

func NewListSharedGenericCredentialsOK

func NewListSharedGenericCredentialsOK() *ListSharedGenericCredentialsOK

NewListSharedGenericCredentialsOK creates a ListSharedGenericCredentialsOK with default headers values

func (*ListSharedGenericCredentialsOK) Code

Code gets the status code for the list shared generic credentials o k response

func (*ListSharedGenericCredentialsOK) Error

func (*ListSharedGenericCredentialsOK) GetPayload

func (o *ListSharedGenericCredentialsOK) GetPayload() any

func (*ListSharedGenericCredentialsOK) IsClientError

func (o *ListSharedGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this list shared generic credentials o k response has a 4xx status code

func (*ListSharedGenericCredentialsOK) IsCode

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

IsCode returns true when this list shared generic credentials o k response a status code equal to that given

func (*ListSharedGenericCredentialsOK) IsRedirect

func (o *ListSharedGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list shared generic credentials o k response has a 3xx status code

func (*ListSharedGenericCredentialsOK) IsServerError

func (o *ListSharedGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this list shared generic credentials o k response has a 5xx status code

func (*ListSharedGenericCredentialsOK) IsSuccess

func (o *ListSharedGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this list shared generic credentials o k response has a 2xx status code

func (*ListSharedGenericCredentialsOK) String

type ListSharedGenericCredentialsParams

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

ListSharedGenericCredentialsParams contains all the parameters to send to the API endpoint

for the list shared generic credentials operation.

Typically these are written to a http.Request.

func NewListSharedGenericCredentialsParams

func NewListSharedGenericCredentialsParams() *ListSharedGenericCredentialsParams

NewListSharedGenericCredentialsParams creates a new ListSharedGenericCredentialsParams 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 NewListSharedGenericCredentialsParamsWithContext

func NewListSharedGenericCredentialsParamsWithContext(ctx context.Context) *ListSharedGenericCredentialsParams

NewListSharedGenericCredentialsParamsWithContext creates a new ListSharedGenericCredentialsParams object with the ability to set a context for a request.

func NewListSharedGenericCredentialsParamsWithHTTPClient

func NewListSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *ListSharedGenericCredentialsParams

NewListSharedGenericCredentialsParamsWithHTTPClient creates a new ListSharedGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListSharedGenericCredentialsParamsWithTimeout

func NewListSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *ListSharedGenericCredentialsParams

NewListSharedGenericCredentialsParamsWithTimeout creates a new ListSharedGenericCredentialsParams object with the ability to set a timeout on a request.

func (*ListSharedGenericCredentialsParams) SetContext

SetContext adds the context to the list shared generic credentials params

func (*ListSharedGenericCredentialsParams) SetDefaults

func (o *ListSharedGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list shared generic credentials params (not the query body).

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

func (*ListSharedGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list shared generic credentials params

func (*ListSharedGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list shared generic credentials params

func (*ListSharedGenericCredentialsParams) WithContext

WithContext adds the context to the list shared generic credentials params

func (*ListSharedGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list shared generic credentials params (not the query body).

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

func (*ListSharedGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list shared generic credentials params

func (*ListSharedGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list shared generic credentials params

func (*ListSharedGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSharedGenericCredentialsReader

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

ListSharedGenericCredentialsReader is a Reader for the ListSharedGenericCredentials structure.

func (*ListSharedGenericCredentialsReader) ReadResponse

func (o *ListSharedGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListSharedRepoCredentialsOK

type ListSharedRepoCredentialsOK struct {
	Payload any
}

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

SecretList resource (k8s.io/api/core/v1.SecretList)

func NewListSharedRepoCredentialsOK

func NewListSharedRepoCredentialsOK() *ListSharedRepoCredentialsOK

NewListSharedRepoCredentialsOK creates a ListSharedRepoCredentialsOK with default headers values

func (*ListSharedRepoCredentialsOK) Code

func (o *ListSharedRepoCredentialsOK) Code() int

Code gets the status code for the list shared repo credentials o k response

func (*ListSharedRepoCredentialsOK) Error

func (*ListSharedRepoCredentialsOK) GetPayload

func (o *ListSharedRepoCredentialsOK) GetPayload() any

func (*ListSharedRepoCredentialsOK) IsClientError

func (o *ListSharedRepoCredentialsOK) IsClientError() bool

IsClientError returns true when this list shared repo credentials o k response has a 4xx status code

func (*ListSharedRepoCredentialsOK) IsCode

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

IsCode returns true when this list shared repo credentials o k response a status code equal to that given

func (*ListSharedRepoCredentialsOK) IsRedirect

func (o *ListSharedRepoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list shared repo credentials o k response has a 3xx status code

func (*ListSharedRepoCredentialsOK) IsServerError

func (o *ListSharedRepoCredentialsOK) IsServerError() bool

IsServerError returns true when this list shared repo credentials o k response has a 5xx status code

func (*ListSharedRepoCredentialsOK) IsSuccess

func (o *ListSharedRepoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this list shared repo credentials o k response has a 2xx status code

func (*ListSharedRepoCredentialsOK) String

func (o *ListSharedRepoCredentialsOK) String() string

type ListSharedRepoCredentialsParams

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

ListSharedRepoCredentialsParams contains all the parameters to send to the API endpoint

for the list shared repo credentials operation.

Typically these are written to a http.Request.

func NewListSharedRepoCredentialsParams

func NewListSharedRepoCredentialsParams() *ListSharedRepoCredentialsParams

NewListSharedRepoCredentialsParams creates a new ListSharedRepoCredentialsParams 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 NewListSharedRepoCredentialsParamsWithContext

func NewListSharedRepoCredentialsParamsWithContext(ctx context.Context) *ListSharedRepoCredentialsParams

NewListSharedRepoCredentialsParamsWithContext creates a new ListSharedRepoCredentialsParams object with the ability to set a context for a request.

func NewListSharedRepoCredentialsParamsWithHTTPClient

func NewListSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *ListSharedRepoCredentialsParams

NewListSharedRepoCredentialsParamsWithHTTPClient creates a new ListSharedRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListSharedRepoCredentialsParamsWithTimeout

func NewListSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *ListSharedRepoCredentialsParams

NewListSharedRepoCredentialsParamsWithTimeout creates a new ListSharedRepoCredentialsParams object with the ability to set a timeout on a request.

func (*ListSharedRepoCredentialsParams) SetContext

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

SetContext adds the context to the list shared repo credentials params

func (*ListSharedRepoCredentialsParams) SetDefaults

func (o *ListSharedRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list shared repo credentials params (not the query body).

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

func (*ListSharedRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list shared repo credentials params

func (*ListSharedRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list shared repo credentials params

func (*ListSharedRepoCredentialsParams) WithContext

WithContext adds the context to the list shared repo credentials params

func (*ListSharedRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list shared repo credentials params (not the query body).

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

func (*ListSharedRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list shared repo credentials params

func (*ListSharedRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list shared repo credentials params

func (*ListSharedRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSharedRepoCredentialsReader

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

ListSharedRepoCredentialsReader is a Reader for the ListSharedRepoCredentials structure.

func (*ListSharedRepoCredentialsReader) ReadResponse

func (o *ListSharedRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListSystemGenericCredentialsOK

type ListSystemGenericCredentialsOK struct {
	Payload any
}

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

SecretList resource (k8s.io/api/core/v1.SecretList)

func NewListSystemGenericCredentialsOK

func NewListSystemGenericCredentialsOK() *ListSystemGenericCredentialsOK

NewListSystemGenericCredentialsOK creates a ListSystemGenericCredentialsOK with default headers values

func (*ListSystemGenericCredentialsOK) Code

Code gets the status code for the list system generic credentials o k response

func (*ListSystemGenericCredentialsOK) Error

func (*ListSystemGenericCredentialsOK) GetPayload

func (o *ListSystemGenericCredentialsOK) GetPayload() any

func (*ListSystemGenericCredentialsOK) IsClientError

func (o *ListSystemGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this list system generic credentials o k response has a 4xx status code

func (*ListSystemGenericCredentialsOK) IsCode

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

IsCode returns true when this list system generic credentials o k response a status code equal to that given

func (*ListSystemGenericCredentialsOK) IsRedirect

func (o *ListSystemGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list system generic credentials o k response has a 3xx status code

func (*ListSystemGenericCredentialsOK) IsServerError

func (o *ListSystemGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this list system generic credentials o k response has a 5xx status code

func (*ListSystemGenericCredentialsOK) IsSuccess

func (o *ListSystemGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this list system generic credentials o k response has a 2xx status code

func (*ListSystemGenericCredentialsOK) String

type ListSystemGenericCredentialsParams

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

ListSystemGenericCredentialsParams contains all the parameters to send to the API endpoint

for the list system generic credentials operation.

Typically these are written to a http.Request.

func NewListSystemGenericCredentialsParams

func NewListSystemGenericCredentialsParams() *ListSystemGenericCredentialsParams

NewListSystemGenericCredentialsParams creates a new ListSystemGenericCredentialsParams 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 NewListSystemGenericCredentialsParamsWithContext

func NewListSystemGenericCredentialsParamsWithContext(ctx context.Context) *ListSystemGenericCredentialsParams

NewListSystemGenericCredentialsParamsWithContext creates a new ListSystemGenericCredentialsParams object with the ability to set a context for a request.

func NewListSystemGenericCredentialsParamsWithHTTPClient

func NewListSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *ListSystemGenericCredentialsParams

NewListSystemGenericCredentialsParamsWithHTTPClient creates a new ListSystemGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListSystemGenericCredentialsParamsWithTimeout

func NewListSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *ListSystemGenericCredentialsParams

NewListSystemGenericCredentialsParamsWithTimeout creates a new ListSystemGenericCredentialsParams object with the ability to set a timeout on a request.

func (*ListSystemGenericCredentialsParams) SetContext

SetContext adds the context to the list system generic credentials params

func (*ListSystemGenericCredentialsParams) SetDefaults

func (o *ListSystemGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list system generic credentials params (not the query body).

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

func (*ListSystemGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list system generic credentials params

func (*ListSystemGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list system generic credentials params

func (*ListSystemGenericCredentialsParams) WithContext

WithContext adds the context to the list system generic credentials params

func (*ListSystemGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list system generic credentials params (not the query body).

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

func (*ListSystemGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list system generic credentials params

func (*ListSystemGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list system generic credentials params

func (*ListSystemGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSystemGenericCredentialsReader

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

ListSystemGenericCredentialsReader is a Reader for the ListSystemGenericCredentials structure.

func (*ListSystemGenericCredentialsReader) ReadResponse

func (o *ListSystemGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchProjectGenericCredentialsOK

type PatchProjectGenericCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewPatchProjectGenericCredentialsOK

func NewPatchProjectGenericCredentialsOK() *PatchProjectGenericCredentialsOK

NewPatchProjectGenericCredentialsOK creates a PatchProjectGenericCredentialsOK with default headers values

func (*PatchProjectGenericCredentialsOK) Code

Code gets the status code for the patch project generic credentials o k response

func (*PatchProjectGenericCredentialsOK) Error

func (*PatchProjectGenericCredentialsOK) GetPayload

func (o *PatchProjectGenericCredentialsOK) GetPayload() any

func (*PatchProjectGenericCredentialsOK) IsClientError

func (o *PatchProjectGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this patch project generic credentials o k response has a 4xx status code

func (*PatchProjectGenericCredentialsOK) IsCode

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

IsCode returns true when this patch project generic credentials o k response a status code equal to that given

func (*PatchProjectGenericCredentialsOK) IsRedirect

func (o *PatchProjectGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this patch project generic credentials o k response has a 3xx status code

func (*PatchProjectGenericCredentialsOK) IsServerError

func (o *PatchProjectGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this patch project generic credentials o k response has a 5xx status code

func (*PatchProjectGenericCredentialsOK) IsSuccess

func (o *PatchProjectGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this patch project generic credentials o k response has a 2xx status code

func (*PatchProjectGenericCredentialsOK) String

type PatchProjectGenericCredentialsParams

type PatchProjectGenericCredentialsParams struct {

	/* Body.

	   GenericCredentials patch
	*/
	Body *models.PatchGenericCredentialsRequest

	/* GenericCredentials.

	   Generic credentials name
	*/
	GenericCredentials string

	/* Project.

	   Project name
	*/
	Project string

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

PatchProjectGenericCredentialsParams contains all the parameters to send to the API endpoint

for the patch project generic credentials operation.

Typically these are written to a http.Request.

func NewPatchProjectGenericCredentialsParams

func NewPatchProjectGenericCredentialsParams() *PatchProjectGenericCredentialsParams

NewPatchProjectGenericCredentialsParams creates a new PatchProjectGenericCredentialsParams 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 NewPatchProjectGenericCredentialsParamsWithContext

func NewPatchProjectGenericCredentialsParamsWithContext(ctx context.Context) *PatchProjectGenericCredentialsParams

NewPatchProjectGenericCredentialsParamsWithContext creates a new PatchProjectGenericCredentialsParams object with the ability to set a context for a request.

func NewPatchProjectGenericCredentialsParamsWithHTTPClient

func NewPatchProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *PatchProjectGenericCredentialsParams

NewPatchProjectGenericCredentialsParamsWithHTTPClient creates a new PatchProjectGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchProjectGenericCredentialsParamsWithTimeout

func NewPatchProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *PatchProjectGenericCredentialsParams

NewPatchProjectGenericCredentialsParamsWithTimeout creates a new PatchProjectGenericCredentialsParams object with the ability to set a timeout on a request.

func (*PatchProjectGenericCredentialsParams) SetBody

SetBody adds the body to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) SetContext

SetContext adds the context to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) SetDefaults

func (o *PatchProjectGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the patch project generic credentials params (not the query body).

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

func (*PatchProjectGenericCredentialsParams) SetGenericCredentials

func (o *PatchProjectGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) SetProject

func (o *PatchProjectGenericCredentialsParams) SetProject(project string)

SetProject adds the project to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) WithBody

WithBody adds the body to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) WithContext

WithContext adds the context to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the patch project generic credentials params (not the query body).

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

func (*PatchProjectGenericCredentialsParams) WithGenericCredentials

func (o *PatchProjectGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *PatchProjectGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) WithProject

WithProject adds the project to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the patch project generic credentials params

func (*PatchProjectGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchProjectGenericCredentialsReader

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

PatchProjectGenericCredentialsReader is a Reader for the PatchProjectGenericCredentials structure.

func (*PatchProjectGenericCredentialsReader) ReadResponse

func (o *PatchProjectGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchProjectRepoCredentialsOK

type PatchProjectRepoCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewPatchProjectRepoCredentialsOK

func NewPatchProjectRepoCredentialsOK() *PatchProjectRepoCredentialsOK

NewPatchProjectRepoCredentialsOK creates a PatchProjectRepoCredentialsOK with default headers values

func (*PatchProjectRepoCredentialsOK) Code

Code gets the status code for the patch project repo credentials o k response

func (*PatchProjectRepoCredentialsOK) Error

func (*PatchProjectRepoCredentialsOK) GetPayload

func (o *PatchProjectRepoCredentialsOK) GetPayload() any

func (*PatchProjectRepoCredentialsOK) IsClientError

func (o *PatchProjectRepoCredentialsOK) IsClientError() bool

IsClientError returns true when this patch project repo credentials o k response has a 4xx status code

func (*PatchProjectRepoCredentialsOK) IsCode

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

IsCode returns true when this patch project repo credentials o k response a status code equal to that given

func (*PatchProjectRepoCredentialsOK) IsRedirect

func (o *PatchProjectRepoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this patch project repo credentials o k response has a 3xx status code

func (*PatchProjectRepoCredentialsOK) IsServerError

func (o *PatchProjectRepoCredentialsOK) IsServerError() bool

IsServerError returns true when this patch project repo credentials o k response has a 5xx status code

func (*PatchProjectRepoCredentialsOK) IsSuccess

func (o *PatchProjectRepoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this patch project repo credentials o k response has a 2xx status code

func (*PatchProjectRepoCredentialsOK) String

type PatchProjectRepoCredentialsParams

type PatchProjectRepoCredentialsParams struct {

	/* Body.

	   Credentials
	*/
	Body *models.PatchRepoCredentialsRequest

	/* Project.

	   Project name
	*/
	Project string

	/* RepoCredentials.

	   Repo credentials name
	*/
	RepoCredentials string

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

PatchProjectRepoCredentialsParams contains all the parameters to send to the API endpoint

for the patch project repo credentials operation.

Typically these are written to a http.Request.

func NewPatchProjectRepoCredentialsParams

func NewPatchProjectRepoCredentialsParams() *PatchProjectRepoCredentialsParams

NewPatchProjectRepoCredentialsParams creates a new PatchProjectRepoCredentialsParams 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 NewPatchProjectRepoCredentialsParamsWithContext

func NewPatchProjectRepoCredentialsParamsWithContext(ctx context.Context) *PatchProjectRepoCredentialsParams

NewPatchProjectRepoCredentialsParamsWithContext creates a new PatchProjectRepoCredentialsParams object with the ability to set a context for a request.

func NewPatchProjectRepoCredentialsParamsWithHTTPClient

func NewPatchProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *PatchProjectRepoCredentialsParams

NewPatchProjectRepoCredentialsParamsWithHTTPClient creates a new PatchProjectRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchProjectRepoCredentialsParamsWithTimeout

func NewPatchProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *PatchProjectRepoCredentialsParams

NewPatchProjectRepoCredentialsParamsWithTimeout creates a new PatchProjectRepoCredentialsParams object with the ability to set a timeout on a request.

func (*PatchProjectRepoCredentialsParams) SetBody

SetBody adds the body to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) SetContext

SetContext adds the context to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) SetDefaults

func (o *PatchProjectRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the patch project repo credentials params (not the query body).

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

func (*PatchProjectRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) SetProject

func (o *PatchProjectRepoCredentialsParams) SetProject(project string)

SetProject adds the project to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) SetRepoCredentials

func (o *PatchProjectRepoCredentialsParams) SetRepoCredentials(repoCredentials string)

SetRepoCredentials adds the repoCredentials to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) WithBody

WithBody adds the body to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) WithContext

WithContext adds the context to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the patch project repo credentials params (not the query body).

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

func (*PatchProjectRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) WithProject

WithProject adds the project to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) WithRepoCredentials

func (o *PatchProjectRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *PatchProjectRepoCredentialsParams

WithRepoCredentials adds the repoCredentials to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the patch project repo credentials params

func (*PatchProjectRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchProjectRepoCredentialsReader

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

PatchProjectRepoCredentialsReader is a Reader for the PatchProjectRepoCredentials structure.

func (*PatchProjectRepoCredentialsReader) ReadResponse

func (o *PatchProjectRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchSharedGenericCredentialsOK

type PatchSharedGenericCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewPatchSharedGenericCredentialsOK

func NewPatchSharedGenericCredentialsOK() *PatchSharedGenericCredentialsOK

NewPatchSharedGenericCredentialsOK creates a PatchSharedGenericCredentialsOK with default headers values

func (*PatchSharedGenericCredentialsOK) Code

Code gets the status code for the patch shared generic credentials o k response

func (*PatchSharedGenericCredentialsOK) Error

func (*PatchSharedGenericCredentialsOK) GetPayload

func (o *PatchSharedGenericCredentialsOK) GetPayload() any

func (*PatchSharedGenericCredentialsOK) IsClientError

func (o *PatchSharedGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this patch shared generic credentials o k response has a 4xx status code

func (*PatchSharedGenericCredentialsOK) IsCode

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

IsCode returns true when this patch shared generic credentials o k response a status code equal to that given

func (*PatchSharedGenericCredentialsOK) IsRedirect

func (o *PatchSharedGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this patch shared generic credentials o k response has a 3xx status code

func (*PatchSharedGenericCredentialsOK) IsServerError

func (o *PatchSharedGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this patch shared generic credentials o k response has a 5xx status code

func (*PatchSharedGenericCredentialsOK) IsSuccess

func (o *PatchSharedGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this patch shared generic credentials o k response has a 2xx status code

func (*PatchSharedGenericCredentialsOK) String

type PatchSharedGenericCredentialsParams

type PatchSharedGenericCredentialsParams struct {

	/* Body.

	   GenericCredentials patch
	*/
	Body *models.PatchGenericCredentialsRequest

	/* GenericCredentials.

	   Generic credentials name
	*/
	GenericCredentials string

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

PatchSharedGenericCredentialsParams contains all the parameters to send to the API endpoint

for the patch shared generic credentials operation.

Typically these are written to a http.Request.

func NewPatchSharedGenericCredentialsParams

func NewPatchSharedGenericCredentialsParams() *PatchSharedGenericCredentialsParams

NewPatchSharedGenericCredentialsParams creates a new PatchSharedGenericCredentialsParams 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 NewPatchSharedGenericCredentialsParamsWithContext

func NewPatchSharedGenericCredentialsParamsWithContext(ctx context.Context) *PatchSharedGenericCredentialsParams

NewPatchSharedGenericCredentialsParamsWithContext creates a new PatchSharedGenericCredentialsParams object with the ability to set a context for a request.

func NewPatchSharedGenericCredentialsParamsWithHTTPClient

func NewPatchSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *PatchSharedGenericCredentialsParams

NewPatchSharedGenericCredentialsParamsWithHTTPClient creates a new PatchSharedGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchSharedGenericCredentialsParamsWithTimeout

func NewPatchSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *PatchSharedGenericCredentialsParams

NewPatchSharedGenericCredentialsParamsWithTimeout creates a new PatchSharedGenericCredentialsParams object with the ability to set a timeout on a request.

func (*PatchSharedGenericCredentialsParams) SetBody

SetBody adds the body to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) SetContext

SetContext adds the context to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) SetDefaults

func (o *PatchSharedGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the patch shared generic credentials params (not the query body).

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

func (*PatchSharedGenericCredentialsParams) SetGenericCredentials

func (o *PatchSharedGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) WithBody

WithBody adds the body to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) WithContext

WithContext adds the context to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the patch shared generic credentials params (not the query body).

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

func (*PatchSharedGenericCredentialsParams) WithGenericCredentials

func (o *PatchSharedGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *PatchSharedGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the patch shared generic credentials params

func (*PatchSharedGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchSharedGenericCredentialsReader

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

PatchSharedGenericCredentialsReader is a Reader for the PatchSharedGenericCredentials structure.

func (*PatchSharedGenericCredentialsReader) ReadResponse

func (o *PatchSharedGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchSharedRepoCredentialsOK

type PatchSharedRepoCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewPatchSharedRepoCredentialsOK

func NewPatchSharedRepoCredentialsOK() *PatchSharedRepoCredentialsOK

NewPatchSharedRepoCredentialsOK creates a PatchSharedRepoCredentialsOK with default headers values

func (*PatchSharedRepoCredentialsOK) Code

Code gets the status code for the patch shared repo credentials o k response

func (*PatchSharedRepoCredentialsOK) Error

func (*PatchSharedRepoCredentialsOK) GetPayload

func (o *PatchSharedRepoCredentialsOK) GetPayload() any

func (*PatchSharedRepoCredentialsOK) IsClientError

func (o *PatchSharedRepoCredentialsOK) IsClientError() bool

IsClientError returns true when this patch shared repo credentials o k response has a 4xx status code

func (*PatchSharedRepoCredentialsOK) IsCode

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

IsCode returns true when this patch shared repo credentials o k response a status code equal to that given

func (*PatchSharedRepoCredentialsOK) IsRedirect

func (o *PatchSharedRepoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this patch shared repo credentials o k response has a 3xx status code

func (*PatchSharedRepoCredentialsOK) IsServerError

func (o *PatchSharedRepoCredentialsOK) IsServerError() bool

IsServerError returns true when this patch shared repo credentials o k response has a 5xx status code

func (*PatchSharedRepoCredentialsOK) IsSuccess

func (o *PatchSharedRepoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this patch shared repo credentials o k response has a 2xx status code

func (*PatchSharedRepoCredentialsOK) String

type PatchSharedRepoCredentialsParams

type PatchSharedRepoCredentialsParams struct {

	/* Body.

	   Credentials
	*/
	Body *models.PatchRepoCredentialsRequest

	/* RepoCredentials.

	   Repo credentials name
	*/
	RepoCredentials string

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

PatchSharedRepoCredentialsParams contains all the parameters to send to the API endpoint

for the patch shared repo credentials operation.

Typically these are written to a http.Request.

func NewPatchSharedRepoCredentialsParams

func NewPatchSharedRepoCredentialsParams() *PatchSharedRepoCredentialsParams

NewPatchSharedRepoCredentialsParams creates a new PatchSharedRepoCredentialsParams 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 NewPatchSharedRepoCredentialsParamsWithContext

func NewPatchSharedRepoCredentialsParamsWithContext(ctx context.Context) *PatchSharedRepoCredentialsParams

NewPatchSharedRepoCredentialsParamsWithContext creates a new PatchSharedRepoCredentialsParams object with the ability to set a context for a request.

func NewPatchSharedRepoCredentialsParamsWithHTTPClient

func NewPatchSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *PatchSharedRepoCredentialsParams

NewPatchSharedRepoCredentialsParamsWithHTTPClient creates a new PatchSharedRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchSharedRepoCredentialsParamsWithTimeout

func NewPatchSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *PatchSharedRepoCredentialsParams

NewPatchSharedRepoCredentialsParamsWithTimeout creates a new PatchSharedRepoCredentialsParams object with the ability to set a timeout on a request.

func (*PatchSharedRepoCredentialsParams) SetBody

SetBody adds the body to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) SetContext

SetContext adds the context to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) SetDefaults

func (o *PatchSharedRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the patch shared repo credentials params (not the query body).

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

func (*PatchSharedRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) SetRepoCredentials

func (o *PatchSharedRepoCredentialsParams) SetRepoCredentials(repoCredentials string)

SetRepoCredentials adds the repoCredentials to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) WithBody

WithBody adds the body to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) WithContext

WithContext adds the context to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the patch shared repo credentials params (not the query body).

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

func (*PatchSharedRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) WithRepoCredentials

func (o *PatchSharedRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *PatchSharedRepoCredentialsParams

WithRepoCredentials adds the repoCredentials to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the patch shared repo credentials params

func (*PatchSharedRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchSharedRepoCredentialsReader

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

PatchSharedRepoCredentialsReader is a Reader for the PatchSharedRepoCredentials structure.

func (*PatchSharedRepoCredentialsReader) ReadResponse

func (o *PatchSharedRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchSystemGenericCredentialsOK

type PatchSystemGenericCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewPatchSystemGenericCredentialsOK

func NewPatchSystemGenericCredentialsOK() *PatchSystemGenericCredentialsOK

NewPatchSystemGenericCredentialsOK creates a PatchSystemGenericCredentialsOK with default headers values

func (*PatchSystemGenericCredentialsOK) Code

Code gets the status code for the patch system generic credentials o k response

func (*PatchSystemGenericCredentialsOK) Error

func (*PatchSystemGenericCredentialsOK) GetPayload

func (o *PatchSystemGenericCredentialsOK) GetPayload() any

func (*PatchSystemGenericCredentialsOK) IsClientError

func (o *PatchSystemGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this patch system generic credentials o k response has a 4xx status code

func (*PatchSystemGenericCredentialsOK) IsCode

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

IsCode returns true when this patch system generic credentials o k response a status code equal to that given

func (*PatchSystemGenericCredentialsOK) IsRedirect

func (o *PatchSystemGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this patch system generic credentials o k response has a 3xx status code

func (*PatchSystemGenericCredentialsOK) IsServerError

func (o *PatchSystemGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this patch system generic credentials o k response has a 5xx status code

func (*PatchSystemGenericCredentialsOK) IsSuccess

func (o *PatchSystemGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this patch system generic credentials o k response has a 2xx status code

func (*PatchSystemGenericCredentialsOK) String

type PatchSystemGenericCredentialsParams

type PatchSystemGenericCredentialsParams struct {

	/* Body.

	   GenericCredentials patch
	*/
	Body *models.PatchGenericCredentialsRequest

	/* GenericCredentials.

	   Generic credentials name
	*/
	GenericCredentials string

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

PatchSystemGenericCredentialsParams contains all the parameters to send to the API endpoint

for the patch system generic credentials operation.

Typically these are written to a http.Request.

func NewPatchSystemGenericCredentialsParams

func NewPatchSystemGenericCredentialsParams() *PatchSystemGenericCredentialsParams

NewPatchSystemGenericCredentialsParams creates a new PatchSystemGenericCredentialsParams 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 NewPatchSystemGenericCredentialsParamsWithContext

func NewPatchSystemGenericCredentialsParamsWithContext(ctx context.Context) *PatchSystemGenericCredentialsParams

NewPatchSystemGenericCredentialsParamsWithContext creates a new PatchSystemGenericCredentialsParams object with the ability to set a context for a request.

func NewPatchSystemGenericCredentialsParamsWithHTTPClient

func NewPatchSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *PatchSystemGenericCredentialsParams

NewPatchSystemGenericCredentialsParamsWithHTTPClient creates a new PatchSystemGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchSystemGenericCredentialsParamsWithTimeout

func NewPatchSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *PatchSystemGenericCredentialsParams

NewPatchSystemGenericCredentialsParamsWithTimeout creates a new PatchSystemGenericCredentialsParams object with the ability to set a timeout on a request.

func (*PatchSystemGenericCredentialsParams) SetBody

SetBody adds the body to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) SetContext

SetContext adds the context to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) SetDefaults

func (o *PatchSystemGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the patch system generic credentials params (not the query body).

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

func (*PatchSystemGenericCredentialsParams) SetGenericCredentials

func (o *PatchSystemGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) WithBody

WithBody adds the body to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) WithContext

WithContext adds the context to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the patch system generic credentials params (not the query body).

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

func (*PatchSystemGenericCredentialsParams) WithGenericCredentials

func (o *PatchSystemGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *PatchSystemGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the patch system generic credentials params

func (*PatchSystemGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchSystemGenericCredentialsReader

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

PatchSystemGenericCredentialsReader is a Reader for the PatchSystemGenericCredentials structure.

func (*PatchSystemGenericCredentialsReader) ReadResponse

func (o *PatchSystemGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateProjectGenericCredentialsOK

type UpdateProjectGenericCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewUpdateProjectGenericCredentialsOK

func NewUpdateProjectGenericCredentialsOK() *UpdateProjectGenericCredentialsOK

NewUpdateProjectGenericCredentialsOK creates a UpdateProjectGenericCredentialsOK with default headers values

func (*UpdateProjectGenericCredentialsOK) Code

Code gets the status code for the update project generic credentials o k response

func (*UpdateProjectGenericCredentialsOK) Error

func (*UpdateProjectGenericCredentialsOK) GetPayload

func (o *UpdateProjectGenericCredentialsOK) GetPayload() any

func (*UpdateProjectGenericCredentialsOK) IsClientError

func (o *UpdateProjectGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this update project generic credentials o k response has a 4xx status code

func (*UpdateProjectGenericCredentialsOK) IsCode

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

IsCode returns true when this update project generic credentials o k response a status code equal to that given

func (*UpdateProjectGenericCredentialsOK) IsRedirect

func (o *UpdateProjectGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this update project generic credentials o k response has a 3xx status code

func (*UpdateProjectGenericCredentialsOK) IsServerError

func (o *UpdateProjectGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this update project generic credentials o k response has a 5xx status code

func (*UpdateProjectGenericCredentialsOK) IsSuccess

func (o *UpdateProjectGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this update project generic credentials o k response has a 2xx status code

func (*UpdateProjectGenericCredentialsOK) String

type UpdateProjectGenericCredentialsParams

type UpdateProjectGenericCredentialsParams struct {

	/* Body.

	   GenericCredentials
	*/
	Body *models.UpdateGenericCredentialsRequest

	/* GenericCredentials.

	   Generic credentials name
	*/
	GenericCredentials string

	/* Project.

	   Project name
	*/
	Project string

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

UpdateProjectGenericCredentialsParams contains all the parameters to send to the API endpoint

for the update project generic credentials operation.

Typically these are written to a http.Request.

func NewUpdateProjectGenericCredentialsParams

func NewUpdateProjectGenericCredentialsParams() *UpdateProjectGenericCredentialsParams

NewUpdateProjectGenericCredentialsParams creates a new UpdateProjectGenericCredentialsParams 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 NewUpdateProjectGenericCredentialsParamsWithContext

func NewUpdateProjectGenericCredentialsParamsWithContext(ctx context.Context) *UpdateProjectGenericCredentialsParams

NewUpdateProjectGenericCredentialsParamsWithContext creates a new UpdateProjectGenericCredentialsParams object with the ability to set a context for a request.

func NewUpdateProjectGenericCredentialsParamsWithHTTPClient

func NewUpdateProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *UpdateProjectGenericCredentialsParams

NewUpdateProjectGenericCredentialsParamsWithHTTPClient creates a new UpdateProjectGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateProjectGenericCredentialsParamsWithTimeout

func NewUpdateProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *UpdateProjectGenericCredentialsParams

NewUpdateProjectGenericCredentialsParamsWithTimeout creates a new UpdateProjectGenericCredentialsParams object with the ability to set a timeout on a request.

func (*UpdateProjectGenericCredentialsParams) SetBody

SetBody adds the body to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) SetContext

SetContext adds the context to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) SetDefaults

func (o *UpdateProjectGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the update project generic credentials params (not the query body).

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

func (*UpdateProjectGenericCredentialsParams) SetGenericCredentials

func (o *UpdateProjectGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) SetProject

func (o *UpdateProjectGenericCredentialsParams) SetProject(project string)

SetProject adds the project to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) WithBody

WithBody adds the body to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) WithContext

WithContext adds the context to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the update project generic credentials params (not the query body).

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

func (*UpdateProjectGenericCredentialsParams) WithGenericCredentials

func (o *UpdateProjectGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *UpdateProjectGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) WithProject

WithProject adds the project to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the update project generic credentials params

func (*UpdateProjectGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProjectGenericCredentialsReader

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

UpdateProjectGenericCredentialsReader is a Reader for the UpdateProjectGenericCredentials structure.

func (*UpdateProjectGenericCredentialsReader) ReadResponse

func (o *UpdateProjectGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateProjectRepoCredentialsOK

type UpdateProjectRepoCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewUpdateProjectRepoCredentialsOK

func NewUpdateProjectRepoCredentialsOK() *UpdateProjectRepoCredentialsOK

NewUpdateProjectRepoCredentialsOK creates a UpdateProjectRepoCredentialsOK with default headers values

func (*UpdateProjectRepoCredentialsOK) Code

Code gets the status code for the update project repo credentials o k response

func (*UpdateProjectRepoCredentialsOK) Error

func (*UpdateProjectRepoCredentialsOK) GetPayload

func (o *UpdateProjectRepoCredentialsOK) GetPayload() any

func (*UpdateProjectRepoCredentialsOK) IsClientError

func (o *UpdateProjectRepoCredentialsOK) IsClientError() bool

IsClientError returns true when this update project repo credentials o k response has a 4xx status code

func (*UpdateProjectRepoCredentialsOK) IsCode

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

IsCode returns true when this update project repo credentials o k response a status code equal to that given

func (*UpdateProjectRepoCredentialsOK) IsRedirect

func (o *UpdateProjectRepoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this update project repo credentials o k response has a 3xx status code

func (*UpdateProjectRepoCredentialsOK) IsServerError

func (o *UpdateProjectRepoCredentialsOK) IsServerError() bool

IsServerError returns true when this update project repo credentials o k response has a 5xx status code

func (*UpdateProjectRepoCredentialsOK) IsSuccess

func (o *UpdateProjectRepoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this update project repo credentials o k response has a 2xx status code

func (*UpdateProjectRepoCredentialsOK) String

type UpdateProjectRepoCredentialsParams

type UpdateProjectRepoCredentialsParams struct {

	/* Body.

	   Credentials
	*/
	Body *models.UpdateRepoCredentialsRequest

	/* Project.

	   Project name
	*/
	Project string

	/* RepoCredentials.

	   Repo credentials name
	*/
	RepoCredentials string

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

UpdateProjectRepoCredentialsParams contains all the parameters to send to the API endpoint

for the update project repo credentials operation.

Typically these are written to a http.Request.

func NewUpdateProjectRepoCredentialsParams

func NewUpdateProjectRepoCredentialsParams() *UpdateProjectRepoCredentialsParams

NewUpdateProjectRepoCredentialsParams creates a new UpdateProjectRepoCredentialsParams 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 NewUpdateProjectRepoCredentialsParamsWithContext

func NewUpdateProjectRepoCredentialsParamsWithContext(ctx context.Context) *UpdateProjectRepoCredentialsParams

NewUpdateProjectRepoCredentialsParamsWithContext creates a new UpdateProjectRepoCredentialsParams object with the ability to set a context for a request.

func NewUpdateProjectRepoCredentialsParamsWithHTTPClient

func NewUpdateProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *UpdateProjectRepoCredentialsParams

NewUpdateProjectRepoCredentialsParamsWithHTTPClient creates a new UpdateProjectRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateProjectRepoCredentialsParamsWithTimeout

func NewUpdateProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *UpdateProjectRepoCredentialsParams

NewUpdateProjectRepoCredentialsParamsWithTimeout creates a new UpdateProjectRepoCredentialsParams object with the ability to set a timeout on a request.

func (*UpdateProjectRepoCredentialsParams) SetBody

SetBody adds the body to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) SetContext

SetContext adds the context to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) SetDefaults

func (o *UpdateProjectRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the update project repo credentials params (not the query body).

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

func (*UpdateProjectRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) SetProject

func (o *UpdateProjectRepoCredentialsParams) SetProject(project string)

SetProject adds the project to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) SetRepoCredentials

func (o *UpdateProjectRepoCredentialsParams) SetRepoCredentials(repoCredentials string)

SetRepoCredentials adds the repoCredentials to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) WithBody

WithBody adds the body to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) WithContext

WithContext adds the context to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the update project repo credentials params (not the query body).

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

func (*UpdateProjectRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) WithProject

WithProject adds the project to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) WithRepoCredentials

func (o *UpdateProjectRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *UpdateProjectRepoCredentialsParams

WithRepoCredentials adds the repoCredentials to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the update project repo credentials params

func (*UpdateProjectRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProjectRepoCredentialsReader

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

UpdateProjectRepoCredentialsReader is a Reader for the UpdateProjectRepoCredentials structure.

func (*UpdateProjectRepoCredentialsReader) ReadResponse

func (o *UpdateProjectRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateSharedGenericCredentialsOK

type UpdateSharedGenericCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewUpdateSharedGenericCredentialsOK

func NewUpdateSharedGenericCredentialsOK() *UpdateSharedGenericCredentialsOK

NewUpdateSharedGenericCredentialsOK creates a UpdateSharedGenericCredentialsOK with default headers values

func (*UpdateSharedGenericCredentialsOK) Code

Code gets the status code for the update shared generic credentials o k response

func (*UpdateSharedGenericCredentialsOK) Error

func (*UpdateSharedGenericCredentialsOK) GetPayload

func (o *UpdateSharedGenericCredentialsOK) GetPayload() any

func (*UpdateSharedGenericCredentialsOK) IsClientError

func (o *UpdateSharedGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this update shared generic credentials o k response has a 4xx status code

func (*UpdateSharedGenericCredentialsOK) IsCode

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

IsCode returns true when this update shared generic credentials o k response a status code equal to that given

func (*UpdateSharedGenericCredentialsOK) IsRedirect

func (o *UpdateSharedGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this update shared generic credentials o k response has a 3xx status code

func (*UpdateSharedGenericCredentialsOK) IsServerError

func (o *UpdateSharedGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this update shared generic credentials o k response has a 5xx status code

func (*UpdateSharedGenericCredentialsOK) IsSuccess

func (o *UpdateSharedGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this update shared generic credentials o k response has a 2xx status code

func (*UpdateSharedGenericCredentialsOK) String

type UpdateSharedGenericCredentialsParams

type UpdateSharedGenericCredentialsParams struct {

	/* Body.

	   GenericCredentials
	*/
	Body *models.UpdateGenericCredentialsRequest

	/* GenericCredentials.

	   Generic credentials name
	*/
	GenericCredentials string

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

UpdateSharedGenericCredentialsParams contains all the parameters to send to the API endpoint

for the update shared generic credentials operation.

Typically these are written to a http.Request.

func NewUpdateSharedGenericCredentialsParams

func NewUpdateSharedGenericCredentialsParams() *UpdateSharedGenericCredentialsParams

NewUpdateSharedGenericCredentialsParams creates a new UpdateSharedGenericCredentialsParams 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 NewUpdateSharedGenericCredentialsParamsWithContext

func NewUpdateSharedGenericCredentialsParamsWithContext(ctx context.Context) *UpdateSharedGenericCredentialsParams

NewUpdateSharedGenericCredentialsParamsWithContext creates a new UpdateSharedGenericCredentialsParams object with the ability to set a context for a request.

func NewUpdateSharedGenericCredentialsParamsWithHTTPClient

func NewUpdateSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *UpdateSharedGenericCredentialsParams

NewUpdateSharedGenericCredentialsParamsWithHTTPClient creates a new UpdateSharedGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSharedGenericCredentialsParamsWithTimeout

func NewUpdateSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *UpdateSharedGenericCredentialsParams

NewUpdateSharedGenericCredentialsParamsWithTimeout creates a new UpdateSharedGenericCredentialsParams object with the ability to set a timeout on a request.

func (*UpdateSharedGenericCredentialsParams) SetBody

SetBody adds the body to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) SetContext

SetContext adds the context to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) SetDefaults

func (o *UpdateSharedGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the update shared generic credentials params (not the query body).

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

func (*UpdateSharedGenericCredentialsParams) SetGenericCredentials

func (o *UpdateSharedGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) WithBody

WithBody adds the body to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) WithContext

WithContext adds the context to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the update shared generic credentials params (not the query body).

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

func (*UpdateSharedGenericCredentialsParams) WithGenericCredentials

func (o *UpdateSharedGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *UpdateSharedGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the update shared generic credentials params

func (*UpdateSharedGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSharedGenericCredentialsReader

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

UpdateSharedGenericCredentialsReader is a Reader for the UpdateSharedGenericCredentials structure.

func (*UpdateSharedGenericCredentialsReader) ReadResponse

func (o *UpdateSharedGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateSharedRepoCredentialsOK

type UpdateSharedRepoCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewUpdateSharedRepoCredentialsOK

func NewUpdateSharedRepoCredentialsOK() *UpdateSharedRepoCredentialsOK

NewUpdateSharedRepoCredentialsOK creates a UpdateSharedRepoCredentialsOK with default headers values

func (*UpdateSharedRepoCredentialsOK) Code

Code gets the status code for the update shared repo credentials o k response

func (*UpdateSharedRepoCredentialsOK) Error

func (*UpdateSharedRepoCredentialsOK) GetPayload

func (o *UpdateSharedRepoCredentialsOK) GetPayload() any

func (*UpdateSharedRepoCredentialsOK) IsClientError

func (o *UpdateSharedRepoCredentialsOK) IsClientError() bool

IsClientError returns true when this update shared repo credentials o k response has a 4xx status code

func (*UpdateSharedRepoCredentialsOK) IsCode

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

IsCode returns true when this update shared repo credentials o k response a status code equal to that given

func (*UpdateSharedRepoCredentialsOK) IsRedirect

func (o *UpdateSharedRepoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this update shared repo credentials o k response has a 3xx status code

func (*UpdateSharedRepoCredentialsOK) IsServerError

func (o *UpdateSharedRepoCredentialsOK) IsServerError() bool

IsServerError returns true when this update shared repo credentials o k response has a 5xx status code

func (*UpdateSharedRepoCredentialsOK) IsSuccess

func (o *UpdateSharedRepoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this update shared repo credentials o k response has a 2xx status code

func (*UpdateSharedRepoCredentialsOK) String

type UpdateSharedRepoCredentialsParams

type UpdateSharedRepoCredentialsParams struct {

	/* Body.

	   Credentials
	*/
	Body *models.UpdateRepoCredentialsRequest

	/* RepoCredentials.

	   Repo credentials name
	*/
	RepoCredentials string

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

UpdateSharedRepoCredentialsParams contains all the parameters to send to the API endpoint

for the update shared repo credentials operation.

Typically these are written to a http.Request.

func NewUpdateSharedRepoCredentialsParams

func NewUpdateSharedRepoCredentialsParams() *UpdateSharedRepoCredentialsParams

NewUpdateSharedRepoCredentialsParams creates a new UpdateSharedRepoCredentialsParams 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 NewUpdateSharedRepoCredentialsParamsWithContext

func NewUpdateSharedRepoCredentialsParamsWithContext(ctx context.Context) *UpdateSharedRepoCredentialsParams

NewUpdateSharedRepoCredentialsParamsWithContext creates a new UpdateSharedRepoCredentialsParams object with the ability to set a context for a request.

func NewUpdateSharedRepoCredentialsParamsWithHTTPClient

func NewUpdateSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *UpdateSharedRepoCredentialsParams

NewUpdateSharedRepoCredentialsParamsWithHTTPClient creates a new UpdateSharedRepoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSharedRepoCredentialsParamsWithTimeout

func NewUpdateSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *UpdateSharedRepoCredentialsParams

NewUpdateSharedRepoCredentialsParamsWithTimeout creates a new UpdateSharedRepoCredentialsParams object with the ability to set a timeout on a request.

func (*UpdateSharedRepoCredentialsParams) SetBody

SetBody adds the body to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) SetContext

SetContext adds the context to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) SetDefaults

func (o *UpdateSharedRepoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the update shared repo credentials params (not the query body).

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

func (*UpdateSharedRepoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) SetRepoCredentials

func (o *UpdateSharedRepoCredentialsParams) SetRepoCredentials(repoCredentials string)

SetRepoCredentials adds the repoCredentials to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) WithBody

WithBody adds the body to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) WithContext

WithContext adds the context to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the update shared repo credentials params (not the query body).

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

func (*UpdateSharedRepoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) WithRepoCredentials

func (o *UpdateSharedRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *UpdateSharedRepoCredentialsParams

WithRepoCredentials adds the repoCredentials to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the update shared repo credentials params

func (*UpdateSharedRepoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSharedRepoCredentialsReader

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

UpdateSharedRepoCredentialsReader is a Reader for the UpdateSharedRepoCredentials structure.

func (*UpdateSharedRepoCredentialsReader) ReadResponse

func (o *UpdateSharedRepoCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateSystemGenericCredentialsOK

type UpdateSystemGenericCredentialsOK struct {
	Payload any
}

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

Secret resource (k8s.io/api/core/v1.Secret)

func NewUpdateSystemGenericCredentialsOK

func NewUpdateSystemGenericCredentialsOK() *UpdateSystemGenericCredentialsOK

NewUpdateSystemGenericCredentialsOK creates a UpdateSystemGenericCredentialsOK with default headers values

func (*UpdateSystemGenericCredentialsOK) Code

Code gets the status code for the update system generic credentials o k response

func (*UpdateSystemGenericCredentialsOK) Error

func (*UpdateSystemGenericCredentialsOK) GetPayload

func (o *UpdateSystemGenericCredentialsOK) GetPayload() any

func (*UpdateSystemGenericCredentialsOK) IsClientError

func (o *UpdateSystemGenericCredentialsOK) IsClientError() bool

IsClientError returns true when this update system generic credentials o k response has a 4xx status code

func (*UpdateSystemGenericCredentialsOK) IsCode

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

IsCode returns true when this update system generic credentials o k response a status code equal to that given

func (*UpdateSystemGenericCredentialsOK) IsRedirect

func (o *UpdateSystemGenericCredentialsOK) IsRedirect() bool

IsRedirect returns true when this update system generic credentials o k response has a 3xx status code

func (*UpdateSystemGenericCredentialsOK) IsServerError

func (o *UpdateSystemGenericCredentialsOK) IsServerError() bool

IsServerError returns true when this update system generic credentials o k response has a 5xx status code

func (*UpdateSystemGenericCredentialsOK) IsSuccess

func (o *UpdateSystemGenericCredentialsOK) IsSuccess() bool

IsSuccess returns true when this update system generic credentials o k response has a 2xx status code

func (*UpdateSystemGenericCredentialsOK) String

type UpdateSystemGenericCredentialsParams

type UpdateSystemGenericCredentialsParams struct {

	/* Body.

	   GenericCredentials
	*/
	Body *models.UpdateGenericCredentialsRequest

	/* GenericCredentials.

	   Generic credentials name
	*/
	GenericCredentials string

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

UpdateSystemGenericCredentialsParams contains all the parameters to send to the API endpoint

for the update system generic credentials operation.

Typically these are written to a http.Request.

func NewUpdateSystemGenericCredentialsParams

func NewUpdateSystemGenericCredentialsParams() *UpdateSystemGenericCredentialsParams

NewUpdateSystemGenericCredentialsParams creates a new UpdateSystemGenericCredentialsParams 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 NewUpdateSystemGenericCredentialsParamsWithContext

func NewUpdateSystemGenericCredentialsParamsWithContext(ctx context.Context) *UpdateSystemGenericCredentialsParams

NewUpdateSystemGenericCredentialsParamsWithContext creates a new UpdateSystemGenericCredentialsParams object with the ability to set a context for a request.

func NewUpdateSystemGenericCredentialsParamsWithHTTPClient

func NewUpdateSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *UpdateSystemGenericCredentialsParams

NewUpdateSystemGenericCredentialsParamsWithHTTPClient creates a new UpdateSystemGenericCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSystemGenericCredentialsParamsWithTimeout

func NewUpdateSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *UpdateSystemGenericCredentialsParams

NewUpdateSystemGenericCredentialsParamsWithTimeout creates a new UpdateSystemGenericCredentialsParams object with the ability to set a timeout on a request.

func (*UpdateSystemGenericCredentialsParams) SetBody

SetBody adds the body to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) SetContext

SetContext adds the context to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) SetDefaults

func (o *UpdateSystemGenericCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the update system generic credentials params (not the query body).

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

func (*UpdateSystemGenericCredentialsParams) SetGenericCredentials

func (o *UpdateSystemGenericCredentialsParams) SetGenericCredentials(genericCredentials string)

SetGenericCredentials adds the genericCredentials to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) WithBody

WithBody adds the body to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) WithContext

WithContext adds the context to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) WithDefaults

WithDefaults hydrates default values in the update system generic credentials params (not the query body).

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

func (*UpdateSystemGenericCredentialsParams) WithGenericCredentials

func (o *UpdateSystemGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *UpdateSystemGenericCredentialsParams

WithGenericCredentials adds the genericCredentials to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) WithTimeout

WithTimeout adds the timeout to the update system generic credentials params

func (*UpdateSystemGenericCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSystemGenericCredentialsReader

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

UpdateSystemGenericCredentialsReader is a Reader for the UpdateSystemGenericCredentials structure.

func (*UpdateSystemGenericCredentialsReader) ReadResponse

func (o *UpdateSystemGenericCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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