Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateProjectGenericCredentials(params *CreateProjectGenericCredentialsParams, ...) (*CreateProjectGenericCredentialsCreated, error)
- func (a *Client) CreateProjectRepoCredentials(params *CreateProjectRepoCredentialsParams, ...) (*CreateProjectRepoCredentialsCreated, error)
- func (a *Client) CreateSharedGenericCredentials(params *CreateSharedGenericCredentialsParams, ...) (*CreateSharedGenericCredentialsCreated, error)
- func (a *Client) CreateSharedRepoCredentials(params *CreateSharedRepoCredentialsParams, ...) (*CreateSharedRepoCredentialsCreated, error)
- func (a *Client) CreateSystemGenericCredentials(params *CreateSystemGenericCredentialsParams, ...) (*CreateSystemGenericCredentialsCreated, error)
- func (a *Client) DeleteProjectGenericCredentials(params *DeleteProjectGenericCredentialsParams, ...) (*DeleteProjectGenericCredentialsNoContent, error)
- func (a *Client) DeleteProjectRepoCredentials(params *DeleteProjectRepoCredentialsParams, ...) (*DeleteProjectRepoCredentialsNoContent, error)
- func (a *Client) DeleteSharedGenericCredentials(params *DeleteSharedGenericCredentialsParams, ...) (*DeleteSharedGenericCredentialsNoContent, error)
- func (a *Client) DeleteSharedRepoCredentials(params *DeleteSharedRepoCredentialsParams, ...) (*DeleteSharedRepoCredentialsNoContent, error)
- func (a *Client) DeleteSystemGenericCredentials(params *DeleteSystemGenericCredentialsParams, ...) (*DeleteSystemGenericCredentialsNoContent, error)
- func (a *Client) GetProjectGenericCredentials(params *GetProjectGenericCredentialsParams, ...) (*GetProjectGenericCredentialsOK, error)
- func (a *Client) GetProjectRepoCredentials(params *GetProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetProjectRepoCredentialsOK, error)
- func (a *Client) GetSharedGenericCredentials(params *GetSharedGenericCredentialsParams, ...) (*GetSharedGenericCredentialsOK, error)
- func (a *Client) GetSharedRepoCredentials(params *GetSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSharedRepoCredentialsOK, error)
- func (a *Client) GetSystemGenericCredentials(params *GetSystemGenericCredentialsParams, ...) (*GetSystemGenericCredentialsOK, error)
- func (a *Client) ListProjectGenericCredentials(params *ListProjectGenericCredentialsParams, ...) (*ListProjectGenericCredentialsOK, error)
- func (a *Client) ListProjectRepoCredentials(params *ListProjectRepoCredentialsParams, ...) (*ListProjectRepoCredentialsOK, error)
- func (a *Client) ListSharedGenericCredentials(params *ListSharedGenericCredentialsParams, ...) (*ListSharedGenericCredentialsOK, error)
- func (a *Client) ListSharedRepoCredentials(params *ListSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListSharedRepoCredentialsOK, error)
- func (a *Client) ListSystemGenericCredentials(params *ListSystemGenericCredentialsParams, ...) (*ListSystemGenericCredentialsOK, error)
- func (a *Client) PatchProjectGenericCredentials(params *PatchProjectGenericCredentialsParams, ...) (*PatchProjectGenericCredentialsOK, error)
- func (a *Client) PatchProjectRepoCredentials(params *PatchProjectRepoCredentialsParams, ...) (*PatchProjectRepoCredentialsOK, error)
- func (a *Client) PatchSharedGenericCredentials(params *PatchSharedGenericCredentialsParams, ...) (*PatchSharedGenericCredentialsOK, error)
- func (a *Client) PatchSharedRepoCredentials(params *PatchSharedRepoCredentialsParams, ...) (*PatchSharedRepoCredentialsOK, error)
- func (a *Client) PatchSystemGenericCredentials(params *PatchSystemGenericCredentialsParams, ...) (*PatchSystemGenericCredentialsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateProjectGenericCredentials(params *UpdateProjectGenericCredentialsParams, ...) (*UpdateProjectGenericCredentialsOK, error)
- func (a *Client) UpdateProjectRepoCredentials(params *UpdateProjectRepoCredentialsParams, ...) (*UpdateProjectRepoCredentialsOK, error)
- func (a *Client) UpdateSharedGenericCredentials(params *UpdateSharedGenericCredentialsParams, ...) (*UpdateSharedGenericCredentialsOK, error)
- func (a *Client) UpdateSharedRepoCredentials(params *UpdateSharedRepoCredentialsParams, ...) (*UpdateSharedRepoCredentialsOK, error)
- func (a *Client) UpdateSystemGenericCredentials(params *UpdateSystemGenericCredentialsParams, ...) (*UpdateSystemGenericCredentialsOK, error)
- type ClientOption
- type ClientService
- type CreateProjectGenericCredentialsCreated
- func (o *CreateProjectGenericCredentialsCreated) Code() int
- func (o *CreateProjectGenericCredentialsCreated) Error() string
- func (o *CreateProjectGenericCredentialsCreated) GetPayload() any
- func (o *CreateProjectGenericCredentialsCreated) IsClientError() bool
- func (o *CreateProjectGenericCredentialsCreated) IsCode(code int) bool
- func (o *CreateProjectGenericCredentialsCreated) IsRedirect() bool
- func (o *CreateProjectGenericCredentialsCreated) IsServerError() bool
- func (o *CreateProjectGenericCredentialsCreated) IsSuccess() bool
- func (o *CreateProjectGenericCredentialsCreated) String() string
- type CreateProjectGenericCredentialsParams
- func NewCreateProjectGenericCredentialsParams() *CreateProjectGenericCredentialsParams
- func NewCreateProjectGenericCredentialsParamsWithContext(ctx context.Context) *CreateProjectGenericCredentialsParams
- func NewCreateProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *CreateProjectGenericCredentialsParams
- func NewCreateProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *CreateProjectGenericCredentialsParams
- func (o *CreateProjectGenericCredentialsParams) SetBody(body *models.CreateGenericCredentialsRequest)
- func (o *CreateProjectGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *CreateProjectGenericCredentialsParams) SetDefaults()
- func (o *CreateProjectGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *CreateProjectGenericCredentialsParams) SetProject(project string)
- func (o *CreateProjectGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *CreateProjectGenericCredentialsParams) WithBody(body *models.CreateGenericCredentialsRequest) *CreateProjectGenericCredentialsParams
- func (o *CreateProjectGenericCredentialsParams) WithContext(ctx context.Context) *CreateProjectGenericCredentialsParams
- func (o *CreateProjectGenericCredentialsParams) WithDefaults() *CreateProjectGenericCredentialsParams
- func (o *CreateProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *CreateProjectGenericCredentialsParams
- func (o *CreateProjectGenericCredentialsParams) WithProject(project string) *CreateProjectGenericCredentialsParams
- func (o *CreateProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *CreateProjectGenericCredentialsParams
- func (o *CreateProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateProjectGenericCredentialsReader
- type CreateProjectRepoCredentialsCreated
- func (o *CreateProjectRepoCredentialsCreated) Code() int
- func (o *CreateProjectRepoCredentialsCreated) Error() string
- func (o *CreateProjectRepoCredentialsCreated) GetPayload() any
- func (o *CreateProjectRepoCredentialsCreated) IsClientError() bool
- func (o *CreateProjectRepoCredentialsCreated) IsCode(code int) bool
- func (o *CreateProjectRepoCredentialsCreated) IsRedirect() bool
- func (o *CreateProjectRepoCredentialsCreated) IsServerError() bool
- func (o *CreateProjectRepoCredentialsCreated) IsSuccess() bool
- func (o *CreateProjectRepoCredentialsCreated) String() string
- type CreateProjectRepoCredentialsParams
- func NewCreateProjectRepoCredentialsParams() *CreateProjectRepoCredentialsParams
- func NewCreateProjectRepoCredentialsParamsWithContext(ctx context.Context) *CreateProjectRepoCredentialsParams
- func NewCreateProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *CreateProjectRepoCredentialsParams
- func NewCreateProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *CreateProjectRepoCredentialsParams
- func (o *CreateProjectRepoCredentialsParams) SetBody(body *models.CreateRepoCredentialsRequest)
- func (o *CreateProjectRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *CreateProjectRepoCredentialsParams) SetDefaults()
- func (o *CreateProjectRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *CreateProjectRepoCredentialsParams) SetProject(project string)
- func (o *CreateProjectRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *CreateProjectRepoCredentialsParams) WithBody(body *models.CreateRepoCredentialsRequest) *CreateProjectRepoCredentialsParams
- func (o *CreateProjectRepoCredentialsParams) WithContext(ctx context.Context) *CreateProjectRepoCredentialsParams
- func (o *CreateProjectRepoCredentialsParams) WithDefaults() *CreateProjectRepoCredentialsParams
- func (o *CreateProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *CreateProjectRepoCredentialsParams
- func (o *CreateProjectRepoCredentialsParams) WithProject(project string) *CreateProjectRepoCredentialsParams
- func (o *CreateProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *CreateProjectRepoCredentialsParams
- func (o *CreateProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateProjectRepoCredentialsReader
- type CreateSharedGenericCredentialsCreated
- func (o *CreateSharedGenericCredentialsCreated) Code() int
- func (o *CreateSharedGenericCredentialsCreated) Error() string
- func (o *CreateSharedGenericCredentialsCreated) GetPayload() any
- func (o *CreateSharedGenericCredentialsCreated) IsClientError() bool
- func (o *CreateSharedGenericCredentialsCreated) IsCode(code int) bool
- func (o *CreateSharedGenericCredentialsCreated) IsRedirect() bool
- func (o *CreateSharedGenericCredentialsCreated) IsServerError() bool
- func (o *CreateSharedGenericCredentialsCreated) IsSuccess() bool
- func (o *CreateSharedGenericCredentialsCreated) String() string
- type CreateSharedGenericCredentialsParams
- func NewCreateSharedGenericCredentialsParams() *CreateSharedGenericCredentialsParams
- func NewCreateSharedGenericCredentialsParamsWithContext(ctx context.Context) *CreateSharedGenericCredentialsParams
- func NewCreateSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *CreateSharedGenericCredentialsParams
- func NewCreateSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *CreateSharedGenericCredentialsParams
- func (o *CreateSharedGenericCredentialsParams) SetBody(body *models.CreateGenericCredentialsRequest)
- func (o *CreateSharedGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *CreateSharedGenericCredentialsParams) SetDefaults()
- func (o *CreateSharedGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *CreateSharedGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *CreateSharedGenericCredentialsParams) WithBody(body *models.CreateGenericCredentialsRequest) *CreateSharedGenericCredentialsParams
- func (o *CreateSharedGenericCredentialsParams) WithContext(ctx context.Context) *CreateSharedGenericCredentialsParams
- func (o *CreateSharedGenericCredentialsParams) WithDefaults() *CreateSharedGenericCredentialsParams
- func (o *CreateSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *CreateSharedGenericCredentialsParams
- func (o *CreateSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *CreateSharedGenericCredentialsParams
- func (o *CreateSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSharedGenericCredentialsReader
- type CreateSharedRepoCredentialsCreated
- func (o *CreateSharedRepoCredentialsCreated) Code() int
- func (o *CreateSharedRepoCredentialsCreated) Error() string
- func (o *CreateSharedRepoCredentialsCreated) GetPayload() any
- func (o *CreateSharedRepoCredentialsCreated) IsClientError() bool
- func (o *CreateSharedRepoCredentialsCreated) IsCode(code int) bool
- func (o *CreateSharedRepoCredentialsCreated) IsRedirect() bool
- func (o *CreateSharedRepoCredentialsCreated) IsServerError() bool
- func (o *CreateSharedRepoCredentialsCreated) IsSuccess() bool
- func (o *CreateSharedRepoCredentialsCreated) String() string
- type CreateSharedRepoCredentialsParams
- func NewCreateSharedRepoCredentialsParams() *CreateSharedRepoCredentialsParams
- func NewCreateSharedRepoCredentialsParamsWithContext(ctx context.Context) *CreateSharedRepoCredentialsParams
- func NewCreateSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *CreateSharedRepoCredentialsParams
- func NewCreateSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *CreateSharedRepoCredentialsParams
- func (o *CreateSharedRepoCredentialsParams) SetBody(body *models.CreateRepoCredentialsRequest)
- func (o *CreateSharedRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *CreateSharedRepoCredentialsParams) SetDefaults()
- func (o *CreateSharedRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *CreateSharedRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *CreateSharedRepoCredentialsParams) WithBody(body *models.CreateRepoCredentialsRequest) *CreateSharedRepoCredentialsParams
- func (o *CreateSharedRepoCredentialsParams) WithContext(ctx context.Context) *CreateSharedRepoCredentialsParams
- func (o *CreateSharedRepoCredentialsParams) WithDefaults() *CreateSharedRepoCredentialsParams
- func (o *CreateSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *CreateSharedRepoCredentialsParams
- func (o *CreateSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *CreateSharedRepoCredentialsParams
- func (o *CreateSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSharedRepoCredentialsReader
- type CreateSystemGenericCredentialsCreated
- func (o *CreateSystemGenericCredentialsCreated) Code() int
- func (o *CreateSystemGenericCredentialsCreated) Error() string
- func (o *CreateSystemGenericCredentialsCreated) GetPayload() any
- func (o *CreateSystemGenericCredentialsCreated) IsClientError() bool
- func (o *CreateSystemGenericCredentialsCreated) IsCode(code int) bool
- func (o *CreateSystemGenericCredentialsCreated) IsRedirect() bool
- func (o *CreateSystemGenericCredentialsCreated) IsServerError() bool
- func (o *CreateSystemGenericCredentialsCreated) IsSuccess() bool
- func (o *CreateSystemGenericCredentialsCreated) String() string
- type CreateSystemGenericCredentialsParams
- func NewCreateSystemGenericCredentialsParams() *CreateSystemGenericCredentialsParams
- func NewCreateSystemGenericCredentialsParamsWithContext(ctx context.Context) *CreateSystemGenericCredentialsParams
- func NewCreateSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *CreateSystemGenericCredentialsParams
- func NewCreateSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *CreateSystemGenericCredentialsParams
- func (o *CreateSystemGenericCredentialsParams) SetBody(body *models.CreateGenericCredentialsRequest)
- func (o *CreateSystemGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *CreateSystemGenericCredentialsParams) SetDefaults()
- func (o *CreateSystemGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *CreateSystemGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *CreateSystemGenericCredentialsParams) WithBody(body *models.CreateGenericCredentialsRequest) *CreateSystemGenericCredentialsParams
- func (o *CreateSystemGenericCredentialsParams) WithContext(ctx context.Context) *CreateSystemGenericCredentialsParams
- func (o *CreateSystemGenericCredentialsParams) WithDefaults() *CreateSystemGenericCredentialsParams
- func (o *CreateSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *CreateSystemGenericCredentialsParams
- func (o *CreateSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *CreateSystemGenericCredentialsParams
- func (o *CreateSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSystemGenericCredentialsReader
- type DeleteProjectGenericCredentialsNoContent
- func (o *DeleteProjectGenericCredentialsNoContent) Code() int
- func (o *DeleteProjectGenericCredentialsNoContent) Error() string
- func (o *DeleteProjectGenericCredentialsNoContent) IsClientError() bool
- func (o *DeleteProjectGenericCredentialsNoContent) IsCode(code int) bool
- func (o *DeleteProjectGenericCredentialsNoContent) IsRedirect() bool
- func (o *DeleteProjectGenericCredentialsNoContent) IsServerError() bool
- func (o *DeleteProjectGenericCredentialsNoContent) IsSuccess() bool
- func (o *DeleteProjectGenericCredentialsNoContent) String() string
- type DeleteProjectGenericCredentialsParams
- func NewDeleteProjectGenericCredentialsParams() *DeleteProjectGenericCredentialsParams
- func NewDeleteProjectGenericCredentialsParamsWithContext(ctx context.Context) *DeleteProjectGenericCredentialsParams
- func NewDeleteProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *DeleteProjectGenericCredentialsParams
- func NewDeleteProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *DeleteProjectGenericCredentialsParams
- func (o *DeleteProjectGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *DeleteProjectGenericCredentialsParams) SetDefaults()
- func (o *DeleteProjectGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *DeleteProjectGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteProjectGenericCredentialsParams) SetProject(project string)
- func (o *DeleteProjectGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteProjectGenericCredentialsParams) WithContext(ctx context.Context) *DeleteProjectGenericCredentialsParams
- func (o *DeleteProjectGenericCredentialsParams) WithDefaults() *DeleteProjectGenericCredentialsParams
- func (o *DeleteProjectGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *DeleteProjectGenericCredentialsParams
- func (o *DeleteProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *DeleteProjectGenericCredentialsParams
- func (o *DeleteProjectGenericCredentialsParams) WithProject(project string) *DeleteProjectGenericCredentialsParams
- func (o *DeleteProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *DeleteProjectGenericCredentialsParams
- func (o *DeleteProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteProjectGenericCredentialsReader
- type DeleteProjectRepoCredentialsNoContent
- func (o *DeleteProjectRepoCredentialsNoContent) Code() int
- func (o *DeleteProjectRepoCredentialsNoContent) Error() string
- func (o *DeleteProjectRepoCredentialsNoContent) IsClientError() bool
- func (o *DeleteProjectRepoCredentialsNoContent) IsCode(code int) bool
- func (o *DeleteProjectRepoCredentialsNoContent) IsRedirect() bool
- func (o *DeleteProjectRepoCredentialsNoContent) IsServerError() bool
- func (o *DeleteProjectRepoCredentialsNoContent) IsSuccess() bool
- func (o *DeleteProjectRepoCredentialsNoContent) String() string
- type DeleteProjectRepoCredentialsParams
- func NewDeleteProjectRepoCredentialsParams() *DeleteProjectRepoCredentialsParams
- func NewDeleteProjectRepoCredentialsParamsWithContext(ctx context.Context) *DeleteProjectRepoCredentialsParams
- func NewDeleteProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *DeleteProjectRepoCredentialsParams
- func NewDeleteProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *DeleteProjectRepoCredentialsParams
- func (o *DeleteProjectRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *DeleteProjectRepoCredentialsParams) SetDefaults()
- func (o *DeleteProjectRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteProjectRepoCredentialsParams) SetProject(project string)
- func (o *DeleteProjectRepoCredentialsParams) SetRepoCredentials(repoCredentials string)
- func (o *DeleteProjectRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteProjectRepoCredentialsParams) WithContext(ctx context.Context) *DeleteProjectRepoCredentialsParams
- func (o *DeleteProjectRepoCredentialsParams) WithDefaults() *DeleteProjectRepoCredentialsParams
- func (o *DeleteProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *DeleteProjectRepoCredentialsParams
- func (o *DeleteProjectRepoCredentialsParams) WithProject(project string) *DeleteProjectRepoCredentialsParams
- func (o *DeleteProjectRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *DeleteProjectRepoCredentialsParams
- func (o *DeleteProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *DeleteProjectRepoCredentialsParams
- func (o *DeleteProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteProjectRepoCredentialsReader
- type DeleteSharedGenericCredentialsNoContent
- func (o *DeleteSharedGenericCredentialsNoContent) Code() int
- func (o *DeleteSharedGenericCredentialsNoContent) Error() string
- func (o *DeleteSharedGenericCredentialsNoContent) IsClientError() bool
- func (o *DeleteSharedGenericCredentialsNoContent) IsCode(code int) bool
- func (o *DeleteSharedGenericCredentialsNoContent) IsRedirect() bool
- func (o *DeleteSharedGenericCredentialsNoContent) IsServerError() bool
- func (o *DeleteSharedGenericCredentialsNoContent) IsSuccess() bool
- func (o *DeleteSharedGenericCredentialsNoContent) String() string
- type DeleteSharedGenericCredentialsParams
- func NewDeleteSharedGenericCredentialsParams() *DeleteSharedGenericCredentialsParams
- func NewDeleteSharedGenericCredentialsParamsWithContext(ctx context.Context) *DeleteSharedGenericCredentialsParams
- func NewDeleteSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *DeleteSharedGenericCredentialsParams
- func NewDeleteSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *DeleteSharedGenericCredentialsParams
- func (o *DeleteSharedGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *DeleteSharedGenericCredentialsParams) SetDefaults()
- func (o *DeleteSharedGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *DeleteSharedGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSharedGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSharedGenericCredentialsParams) WithContext(ctx context.Context) *DeleteSharedGenericCredentialsParams
- func (o *DeleteSharedGenericCredentialsParams) WithDefaults() *DeleteSharedGenericCredentialsParams
- func (o *DeleteSharedGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *DeleteSharedGenericCredentialsParams
- func (o *DeleteSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *DeleteSharedGenericCredentialsParams
- func (o *DeleteSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *DeleteSharedGenericCredentialsParams
- func (o *DeleteSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSharedGenericCredentialsReader
- type DeleteSharedRepoCredentialsNoContent
- func (o *DeleteSharedRepoCredentialsNoContent) Code() int
- func (o *DeleteSharedRepoCredentialsNoContent) Error() string
- func (o *DeleteSharedRepoCredentialsNoContent) IsClientError() bool
- func (o *DeleteSharedRepoCredentialsNoContent) IsCode(code int) bool
- func (o *DeleteSharedRepoCredentialsNoContent) IsRedirect() bool
- func (o *DeleteSharedRepoCredentialsNoContent) IsServerError() bool
- func (o *DeleteSharedRepoCredentialsNoContent) IsSuccess() bool
- func (o *DeleteSharedRepoCredentialsNoContent) String() string
- type DeleteSharedRepoCredentialsParams
- func NewDeleteSharedRepoCredentialsParams() *DeleteSharedRepoCredentialsParams
- func NewDeleteSharedRepoCredentialsParamsWithContext(ctx context.Context) *DeleteSharedRepoCredentialsParams
- func NewDeleteSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *DeleteSharedRepoCredentialsParams
- func NewDeleteSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *DeleteSharedRepoCredentialsParams
- func (o *DeleteSharedRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *DeleteSharedRepoCredentialsParams) SetDefaults()
- func (o *DeleteSharedRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSharedRepoCredentialsParams) SetRepoCredentials(repoCredentials string)
- func (o *DeleteSharedRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSharedRepoCredentialsParams) WithContext(ctx context.Context) *DeleteSharedRepoCredentialsParams
- func (o *DeleteSharedRepoCredentialsParams) WithDefaults() *DeleteSharedRepoCredentialsParams
- func (o *DeleteSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *DeleteSharedRepoCredentialsParams
- func (o *DeleteSharedRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *DeleteSharedRepoCredentialsParams
- func (o *DeleteSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *DeleteSharedRepoCredentialsParams
- func (o *DeleteSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSharedRepoCredentialsReader
- type DeleteSystemGenericCredentialsNoContent
- func (o *DeleteSystemGenericCredentialsNoContent) Code() int
- func (o *DeleteSystemGenericCredentialsNoContent) Error() string
- func (o *DeleteSystemGenericCredentialsNoContent) IsClientError() bool
- func (o *DeleteSystemGenericCredentialsNoContent) IsCode(code int) bool
- func (o *DeleteSystemGenericCredentialsNoContent) IsRedirect() bool
- func (o *DeleteSystemGenericCredentialsNoContent) IsServerError() bool
- func (o *DeleteSystemGenericCredentialsNoContent) IsSuccess() bool
- func (o *DeleteSystemGenericCredentialsNoContent) String() string
- type DeleteSystemGenericCredentialsParams
- func NewDeleteSystemGenericCredentialsParams() *DeleteSystemGenericCredentialsParams
- func NewDeleteSystemGenericCredentialsParamsWithContext(ctx context.Context) *DeleteSystemGenericCredentialsParams
- func NewDeleteSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *DeleteSystemGenericCredentialsParams
- func NewDeleteSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *DeleteSystemGenericCredentialsParams
- func (o *DeleteSystemGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *DeleteSystemGenericCredentialsParams) SetDefaults()
- func (o *DeleteSystemGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *DeleteSystemGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSystemGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSystemGenericCredentialsParams) WithContext(ctx context.Context) *DeleteSystemGenericCredentialsParams
- func (o *DeleteSystemGenericCredentialsParams) WithDefaults() *DeleteSystemGenericCredentialsParams
- func (o *DeleteSystemGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *DeleteSystemGenericCredentialsParams
- func (o *DeleteSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *DeleteSystemGenericCredentialsParams
- func (o *DeleteSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *DeleteSystemGenericCredentialsParams
- func (o *DeleteSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSystemGenericCredentialsReader
- type GetProjectGenericCredentialsOK
- func (o *GetProjectGenericCredentialsOK) Code() int
- func (o *GetProjectGenericCredentialsOK) Error() string
- func (o *GetProjectGenericCredentialsOK) GetPayload() any
- func (o *GetProjectGenericCredentialsOK) IsClientError() bool
- func (o *GetProjectGenericCredentialsOK) IsCode(code int) bool
- func (o *GetProjectGenericCredentialsOK) IsRedirect() bool
- func (o *GetProjectGenericCredentialsOK) IsServerError() bool
- func (o *GetProjectGenericCredentialsOK) IsSuccess() bool
- func (o *GetProjectGenericCredentialsOK) String() string
- type GetProjectGenericCredentialsParams
- func NewGetProjectGenericCredentialsParams() *GetProjectGenericCredentialsParams
- func NewGetProjectGenericCredentialsParamsWithContext(ctx context.Context) *GetProjectGenericCredentialsParams
- func NewGetProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *GetProjectGenericCredentialsParams
- func NewGetProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *GetProjectGenericCredentialsParams
- func (o *GetProjectGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *GetProjectGenericCredentialsParams) SetDefaults()
- func (o *GetProjectGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *GetProjectGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *GetProjectGenericCredentialsParams) SetProject(project string)
- func (o *GetProjectGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *GetProjectGenericCredentialsParams) WithContext(ctx context.Context) *GetProjectGenericCredentialsParams
- func (o *GetProjectGenericCredentialsParams) WithDefaults() *GetProjectGenericCredentialsParams
- func (o *GetProjectGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *GetProjectGenericCredentialsParams
- func (o *GetProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *GetProjectGenericCredentialsParams
- func (o *GetProjectGenericCredentialsParams) WithProject(project string) *GetProjectGenericCredentialsParams
- func (o *GetProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *GetProjectGenericCredentialsParams
- func (o *GetProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetProjectGenericCredentialsReader
- type GetProjectRepoCredentialsOK
- func (o *GetProjectRepoCredentialsOK) Code() int
- func (o *GetProjectRepoCredentialsOK) Error() string
- func (o *GetProjectRepoCredentialsOK) GetPayload() any
- func (o *GetProjectRepoCredentialsOK) IsClientError() bool
- func (o *GetProjectRepoCredentialsOK) IsCode(code int) bool
- func (o *GetProjectRepoCredentialsOK) IsRedirect() bool
- func (o *GetProjectRepoCredentialsOK) IsServerError() bool
- func (o *GetProjectRepoCredentialsOK) IsSuccess() bool
- func (o *GetProjectRepoCredentialsOK) String() string
- type GetProjectRepoCredentialsParams
- func NewGetProjectRepoCredentialsParams() *GetProjectRepoCredentialsParams
- func NewGetProjectRepoCredentialsParamsWithContext(ctx context.Context) *GetProjectRepoCredentialsParams
- func NewGetProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *GetProjectRepoCredentialsParams
- func NewGetProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *GetProjectRepoCredentialsParams
- func (o *GetProjectRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *GetProjectRepoCredentialsParams) SetDefaults()
- func (o *GetProjectRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *GetProjectRepoCredentialsParams) SetProject(project string)
- func (o *GetProjectRepoCredentialsParams) SetRepoCredentials(repoCredentials string)
- func (o *GetProjectRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *GetProjectRepoCredentialsParams) WithContext(ctx context.Context) *GetProjectRepoCredentialsParams
- func (o *GetProjectRepoCredentialsParams) WithDefaults() *GetProjectRepoCredentialsParams
- func (o *GetProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *GetProjectRepoCredentialsParams
- func (o *GetProjectRepoCredentialsParams) WithProject(project string) *GetProjectRepoCredentialsParams
- func (o *GetProjectRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *GetProjectRepoCredentialsParams
- func (o *GetProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *GetProjectRepoCredentialsParams
- func (o *GetProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetProjectRepoCredentialsReader
- type GetSharedGenericCredentialsOK
- func (o *GetSharedGenericCredentialsOK) Code() int
- func (o *GetSharedGenericCredentialsOK) Error() string
- func (o *GetSharedGenericCredentialsOK) GetPayload() any
- func (o *GetSharedGenericCredentialsOK) IsClientError() bool
- func (o *GetSharedGenericCredentialsOK) IsCode(code int) bool
- func (o *GetSharedGenericCredentialsOK) IsRedirect() bool
- func (o *GetSharedGenericCredentialsOK) IsServerError() bool
- func (o *GetSharedGenericCredentialsOK) IsSuccess() bool
- func (o *GetSharedGenericCredentialsOK) String() string
- type GetSharedGenericCredentialsParams
- func NewGetSharedGenericCredentialsParams() *GetSharedGenericCredentialsParams
- func NewGetSharedGenericCredentialsParamsWithContext(ctx context.Context) *GetSharedGenericCredentialsParams
- func NewGetSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *GetSharedGenericCredentialsParams
- func NewGetSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *GetSharedGenericCredentialsParams
- func (o *GetSharedGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *GetSharedGenericCredentialsParams) SetDefaults()
- func (o *GetSharedGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *GetSharedGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *GetSharedGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *GetSharedGenericCredentialsParams) WithContext(ctx context.Context) *GetSharedGenericCredentialsParams
- func (o *GetSharedGenericCredentialsParams) WithDefaults() *GetSharedGenericCredentialsParams
- func (o *GetSharedGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *GetSharedGenericCredentialsParams
- func (o *GetSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *GetSharedGenericCredentialsParams
- func (o *GetSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *GetSharedGenericCredentialsParams
- func (o *GetSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSharedGenericCredentialsReader
- type GetSharedRepoCredentialsOK
- func (o *GetSharedRepoCredentialsOK) Code() int
- func (o *GetSharedRepoCredentialsOK) Error() string
- func (o *GetSharedRepoCredentialsOK) GetPayload() any
- func (o *GetSharedRepoCredentialsOK) IsClientError() bool
- func (o *GetSharedRepoCredentialsOK) IsCode(code int) bool
- func (o *GetSharedRepoCredentialsOK) IsRedirect() bool
- func (o *GetSharedRepoCredentialsOK) IsServerError() bool
- func (o *GetSharedRepoCredentialsOK) IsSuccess() bool
- func (o *GetSharedRepoCredentialsOK) String() string
- type GetSharedRepoCredentialsParams
- func NewGetSharedRepoCredentialsParams() *GetSharedRepoCredentialsParams
- func NewGetSharedRepoCredentialsParamsWithContext(ctx context.Context) *GetSharedRepoCredentialsParams
- func NewGetSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *GetSharedRepoCredentialsParams
- func NewGetSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *GetSharedRepoCredentialsParams
- func (o *GetSharedRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *GetSharedRepoCredentialsParams) SetDefaults()
- func (o *GetSharedRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *GetSharedRepoCredentialsParams) SetRepoCredentials(repoCredentials string)
- func (o *GetSharedRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *GetSharedRepoCredentialsParams) WithContext(ctx context.Context) *GetSharedRepoCredentialsParams
- func (o *GetSharedRepoCredentialsParams) WithDefaults() *GetSharedRepoCredentialsParams
- func (o *GetSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *GetSharedRepoCredentialsParams
- func (o *GetSharedRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *GetSharedRepoCredentialsParams
- func (o *GetSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *GetSharedRepoCredentialsParams
- func (o *GetSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSharedRepoCredentialsReader
- type GetSystemGenericCredentialsOK
- func (o *GetSystemGenericCredentialsOK) Code() int
- func (o *GetSystemGenericCredentialsOK) Error() string
- func (o *GetSystemGenericCredentialsOK) GetPayload() any
- func (o *GetSystemGenericCredentialsOK) IsClientError() bool
- func (o *GetSystemGenericCredentialsOK) IsCode(code int) bool
- func (o *GetSystemGenericCredentialsOK) IsRedirect() bool
- func (o *GetSystemGenericCredentialsOK) IsServerError() bool
- func (o *GetSystemGenericCredentialsOK) IsSuccess() bool
- func (o *GetSystemGenericCredentialsOK) String() string
- type GetSystemGenericCredentialsParams
- func NewGetSystemGenericCredentialsParams() *GetSystemGenericCredentialsParams
- func NewGetSystemGenericCredentialsParamsWithContext(ctx context.Context) *GetSystemGenericCredentialsParams
- func NewGetSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *GetSystemGenericCredentialsParams
- func NewGetSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *GetSystemGenericCredentialsParams
- func (o *GetSystemGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *GetSystemGenericCredentialsParams) SetDefaults()
- func (o *GetSystemGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *GetSystemGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *GetSystemGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *GetSystemGenericCredentialsParams) WithContext(ctx context.Context) *GetSystemGenericCredentialsParams
- func (o *GetSystemGenericCredentialsParams) WithDefaults() *GetSystemGenericCredentialsParams
- func (o *GetSystemGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *GetSystemGenericCredentialsParams
- func (o *GetSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *GetSystemGenericCredentialsParams
- func (o *GetSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *GetSystemGenericCredentialsParams
- func (o *GetSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSystemGenericCredentialsReader
- type ListProjectGenericCredentialsOK
- func (o *ListProjectGenericCredentialsOK) Code() int
- func (o *ListProjectGenericCredentialsOK) Error() string
- func (o *ListProjectGenericCredentialsOK) GetPayload() any
- func (o *ListProjectGenericCredentialsOK) IsClientError() bool
- func (o *ListProjectGenericCredentialsOK) IsCode(code int) bool
- func (o *ListProjectGenericCredentialsOK) IsRedirect() bool
- func (o *ListProjectGenericCredentialsOK) IsServerError() bool
- func (o *ListProjectGenericCredentialsOK) IsSuccess() bool
- func (o *ListProjectGenericCredentialsOK) String() string
- type ListProjectGenericCredentialsParams
- func NewListProjectGenericCredentialsParams() *ListProjectGenericCredentialsParams
- func NewListProjectGenericCredentialsParamsWithContext(ctx context.Context) *ListProjectGenericCredentialsParams
- func NewListProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *ListProjectGenericCredentialsParams
- func NewListProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *ListProjectGenericCredentialsParams
- func (o *ListProjectGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *ListProjectGenericCredentialsParams) SetDefaults()
- func (o *ListProjectGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectGenericCredentialsParams) SetProject(project string)
- func (o *ListProjectGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectGenericCredentialsParams) WithContext(ctx context.Context) *ListProjectGenericCredentialsParams
- func (o *ListProjectGenericCredentialsParams) WithDefaults() *ListProjectGenericCredentialsParams
- func (o *ListProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *ListProjectGenericCredentialsParams
- func (o *ListProjectGenericCredentialsParams) WithProject(project string) *ListProjectGenericCredentialsParams
- func (o *ListProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *ListProjectGenericCredentialsParams
- func (o *ListProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectGenericCredentialsReader
- type ListProjectRepoCredentialsOK
- func (o *ListProjectRepoCredentialsOK) Code() int
- func (o *ListProjectRepoCredentialsOK) Error() string
- func (o *ListProjectRepoCredentialsOK) GetPayload() any
- func (o *ListProjectRepoCredentialsOK) IsClientError() bool
- func (o *ListProjectRepoCredentialsOK) IsCode(code int) bool
- func (o *ListProjectRepoCredentialsOK) IsRedirect() bool
- func (o *ListProjectRepoCredentialsOK) IsServerError() bool
- func (o *ListProjectRepoCredentialsOK) IsSuccess() bool
- func (o *ListProjectRepoCredentialsOK) String() string
- type ListProjectRepoCredentialsParams
- func NewListProjectRepoCredentialsParams() *ListProjectRepoCredentialsParams
- func NewListProjectRepoCredentialsParamsWithContext(ctx context.Context) *ListProjectRepoCredentialsParams
- func NewListProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *ListProjectRepoCredentialsParams
- func NewListProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *ListProjectRepoCredentialsParams
- func (o *ListProjectRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *ListProjectRepoCredentialsParams) SetDefaults()
- func (o *ListProjectRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectRepoCredentialsParams) SetProject(project string)
- func (o *ListProjectRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectRepoCredentialsParams) WithContext(ctx context.Context) *ListProjectRepoCredentialsParams
- func (o *ListProjectRepoCredentialsParams) WithDefaults() *ListProjectRepoCredentialsParams
- func (o *ListProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *ListProjectRepoCredentialsParams
- func (o *ListProjectRepoCredentialsParams) WithProject(project string) *ListProjectRepoCredentialsParams
- func (o *ListProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *ListProjectRepoCredentialsParams
- func (o *ListProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectRepoCredentialsReader
- type ListSharedGenericCredentialsOK
- func (o *ListSharedGenericCredentialsOK) Code() int
- func (o *ListSharedGenericCredentialsOK) Error() string
- func (o *ListSharedGenericCredentialsOK) GetPayload() any
- func (o *ListSharedGenericCredentialsOK) IsClientError() bool
- func (o *ListSharedGenericCredentialsOK) IsCode(code int) bool
- func (o *ListSharedGenericCredentialsOK) IsRedirect() bool
- func (o *ListSharedGenericCredentialsOK) IsServerError() bool
- func (o *ListSharedGenericCredentialsOK) IsSuccess() bool
- func (o *ListSharedGenericCredentialsOK) String() string
- type ListSharedGenericCredentialsParams
- func NewListSharedGenericCredentialsParams() *ListSharedGenericCredentialsParams
- func NewListSharedGenericCredentialsParamsWithContext(ctx context.Context) *ListSharedGenericCredentialsParams
- func NewListSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *ListSharedGenericCredentialsParams
- func NewListSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *ListSharedGenericCredentialsParams
- func (o *ListSharedGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *ListSharedGenericCredentialsParams) SetDefaults()
- func (o *ListSharedGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *ListSharedGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *ListSharedGenericCredentialsParams) WithContext(ctx context.Context) *ListSharedGenericCredentialsParams
- func (o *ListSharedGenericCredentialsParams) WithDefaults() *ListSharedGenericCredentialsParams
- func (o *ListSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *ListSharedGenericCredentialsParams
- func (o *ListSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *ListSharedGenericCredentialsParams
- func (o *ListSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSharedGenericCredentialsReader
- type ListSharedRepoCredentialsOK
- func (o *ListSharedRepoCredentialsOK) Code() int
- func (o *ListSharedRepoCredentialsOK) Error() string
- func (o *ListSharedRepoCredentialsOK) GetPayload() any
- func (o *ListSharedRepoCredentialsOK) IsClientError() bool
- func (o *ListSharedRepoCredentialsOK) IsCode(code int) bool
- func (o *ListSharedRepoCredentialsOK) IsRedirect() bool
- func (o *ListSharedRepoCredentialsOK) IsServerError() bool
- func (o *ListSharedRepoCredentialsOK) IsSuccess() bool
- func (o *ListSharedRepoCredentialsOK) String() string
- type ListSharedRepoCredentialsParams
- func NewListSharedRepoCredentialsParams() *ListSharedRepoCredentialsParams
- func NewListSharedRepoCredentialsParamsWithContext(ctx context.Context) *ListSharedRepoCredentialsParams
- func NewListSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *ListSharedRepoCredentialsParams
- func NewListSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *ListSharedRepoCredentialsParams
- func (o *ListSharedRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *ListSharedRepoCredentialsParams) SetDefaults()
- func (o *ListSharedRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *ListSharedRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *ListSharedRepoCredentialsParams) WithContext(ctx context.Context) *ListSharedRepoCredentialsParams
- func (o *ListSharedRepoCredentialsParams) WithDefaults() *ListSharedRepoCredentialsParams
- func (o *ListSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *ListSharedRepoCredentialsParams
- func (o *ListSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *ListSharedRepoCredentialsParams
- func (o *ListSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSharedRepoCredentialsReader
- type ListSystemGenericCredentialsOK
- func (o *ListSystemGenericCredentialsOK) Code() int
- func (o *ListSystemGenericCredentialsOK) Error() string
- func (o *ListSystemGenericCredentialsOK) GetPayload() any
- func (o *ListSystemGenericCredentialsOK) IsClientError() bool
- func (o *ListSystemGenericCredentialsOK) IsCode(code int) bool
- func (o *ListSystemGenericCredentialsOK) IsRedirect() bool
- func (o *ListSystemGenericCredentialsOK) IsServerError() bool
- func (o *ListSystemGenericCredentialsOK) IsSuccess() bool
- func (o *ListSystemGenericCredentialsOK) String() string
- type ListSystemGenericCredentialsParams
- func NewListSystemGenericCredentialsParams() *ListSystemGenericCredentialsParams
- func NewListSystemGenericCredentialsParamsWithContext(ctx context.Context) *ListSystemGenericCredentialsParams
- func NewListSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *ListSystemGenericCredentialsParams
- func NewListSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *ListSystemGenericCredentialsParams
- func (o *ListSystemGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *ListSystemGenericCredentialsParams) SetDefaults()
- func (o *ListSystemGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *ListSystemGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *ListSystemGenericCredentialsParams) WithContext(ctx context.Context) *ListSystemGenericCredentialsParams
- func (o *ListSystemGenericCredentialsParams) WithDefaults() *ListSystemGenericCredentialsParams
- func (o *ListSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *ListSystemGenericCredentialsParams
- func (o *ListSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *ListSystemGenericCredentialsParams
- func (o *ListSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSystemGenericCredentialsReader
- type PatchProjectGenericCredentialsOK
- func (o *PatchProjectGenericCredentialsOK) Code() int
- func (o *PatchProjectGenericCredentialsOK) Error() string
- func (o *PatchProjectGenericCredentialsOK) GetPayload() any
- func (o *PatchProjectGenericCredentialsOK) IsClientError() bool
- func (o *PatchProjectGenericCredentialsOK) IsCode(code int) bool
- func (o *PatchProjectGenericCredentialsOK) IsRedirect() bool
- func (o *PatchProjectGenericCredentialsOK) IsServerError() bool
- func (o *PatchProjectGenericCredentialsOK) IsSuccess() bool
- func (o *PatchProjectGenericCredentialsOK) String() string
- type PatchProjectGenericCredentialsParams
- func NewPatchProjectGenericCredentialsParams() *PatchProjectGenericCredentialsParams
- func NewPatchProjectGenericCredentialsParamsWithContext(ctx context.Context) *PatchProjectGenericCredentialsParams
- func NewPatchProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *PatchProjectGenericCredentialsParams
- func NewPatchProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *PatchProjectGenericCredentialsParams
- func (o *PatchProjectGenericCredentialsParams) SetBody(body *models.PatchGenericCredentialsRequest)
- func (o *PatchProjectGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *PatchProjectGenericCredentialsParams) SetDefaults()
- func (o *PatchProjectGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *PatchProjectGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *PatchProjectGenericCredentialsParams) SetProject(project string)
- func (o *PatchProjectGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *PatchProjectGenericCredentialsParams) WithBody(body *models.PatchGenericCredentialsRequest) *PatchProjectGenericCredentialsParams
- func (o *PatchProjectGenericCredentialsParams) WithContext(ctx context.Context) *PatchProjectGenericCredentialsParams
- func (o *PatchProjectGenericCredentialsParams) WithDefaults() *PatchProjectGenericCredentialsParams
- func (o *PatchProjectGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *PatchProjectGenericCredentialsParams
- func (o *PatchProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *PatchProjectGenericCredentialsParams
- func (o *PatchProjectGenericCredentialsParams) WithProject(project string) *PatchProjectGenericCredentialsParams
- func (o *PatchProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *PatchProjectGenericCredentialsParams
- func (o *PatchProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchProjectGenericCredentialsReader
- type PatchProjectRepoCredentialsOK
- func (o *PatchProjectRepoCredentialsOK) Code() int
- func (o *PatchProjectRepoCredentialsOK) Error() string
- func (o *PatchProjectRepoCredentialsOK) GetPayload() any
- func (o *PatchProjectRepoCredentialsOK) IsClientError() bool
- func (o *PatchProjectRepoCredentialsOK) IsCode(code int) bool
- func (o *PatchProjectRepoCredentialsOK) IsRedirect() bool
- func (o *PatchProjectRepoCredentialsOK) IsServerError() bool
- func (o *PatchProjectRepoCredentialsOK) IsSuccess() bool
- func (o *PatchProjectRepoCredentialsOK) String() string
- type PatchProjectRepoCredentialsParams
- func NewPatchProjectRepoCredentialsParams() *PatchProjectRepoCredentialsParams
- func NewPatchProjectRepoCredentialsParamsWithContext(ctx context.Context) *PatchProjectRepoCredentialsParams
- func NewPatchProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *PatchProjectRepoCredentialsParams
- func NewPatchProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *PatchProjectRepoCredentialsParams
- func (o *PatchProjectRepoCredentialsParams) SetBody(body *models.PatchRepoCredentialsRequest)
- func (o *PatchProjectRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *PatchProjectRepoCredentialsParams) SetDefaults()
- func (o *PatchProjectRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *PatchProjectRepoCredentialsParams) SetProject(project string)
- func (o *PatchProjectRepoCredentialsParams) SetRepoCredentials(repoCredentials string)
- func (o *PatchProjectRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *PatchProjectRepoCredentialsParams) WithBody(body *models.PatchRepoCredentialsRequest) *PatchProjectRepoCredentialsParams
- func (o *PatchProjectRepoCredentialsParams) WithContext(ctx context.Context) *PatchProjectRepoCredentialsParams
- func (o *PatchProjectRepoCredentialsParams) WithDefaults() *PatchProjectRepoCredentialsParams
- func (o *PatchProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *PatchProjectRepoCredentialsParams
- func (o *PatchProjectRepoCredentialsParams) WithProject(project string) *PatchProjectRepoCredentialsParams
- func (o *PatchProjectRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *PatchProjectRepoCredentialsParams
- func (o *PatchProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *PatchProjectRepoCredentialsParams
- func (o *PatchProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchProjectRepoCredentialsReader
- type PatchSharedGenericCredentialsOK
- func (o *PatchSharedGenericCredentialsOK) Code() int
- func (o *PatchSharedGenericCredentialsOK) Error() string
- func (o *PatchSharedGenericCredentialsOK) GetPayload() any
- func (o *PatchSharedGenericCredentialsOK) IsClientError() bool
- func (o *PatchSharedGenericCredentialsOK) IsCode(code int) bool
- func (o *PatchSharedGenericCredentialsOK) IsRedirect() bool
- func (o *PatchSharedGenericCredentialsOK) IsServerError() bool
- func (o *PatchSharedGenericCredentialsOK) IsSuccess() bool
- func (o *PatchSharedGenericCredentialsOK) String() string
- type PatchSharedGenericCredentialsParams
- func NewPatchSharedGenericCredentialsParams() *PatchSharedGenericCredentialsParams
- func NewPatchSharedGenericCredentialsParamsWithContext(ctx context.Context) *PatchSharedGenericCredentialsParams
- func NewPatchSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *PatchSharedGenericCredentialsParams
- func NewPatchSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *PatchSharedGenericCredentialsParams
- func (o *PatchSharedGenericCredentialsParams) SetBody(body *models.PatchGenericCredentialsRequest)
- func (o *PatchSharedGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *PatchSharedGenericCredentialsParams) SetDefaults()
- func (o *PatchSharedGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *PatchSharedGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *PatchSharedGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *PatchSharedGenericCredentialsParams) WithBody(body *models.PatchGenericCredentialsRequest) *PatchSharedGenericCredentialsParams
- func (o *PatchSharedGenericCredentialsParams) WithContext(ctx context.Context) *PatchSharedGenericCredentialsParams
- func (o *PatchSharedGenericCredentialsParams) WithDefaults() *PatchSharedGenericCredentialsParams
- func (o *PatchSharedGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *PatchSharedGenericCredentialsParams
- func (o *PatchSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *PatchSharedGenericCredentialsParams
- func (o *PatchSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *PatchSharedGenericCredentialsParams
- func (o *PatchSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchSharedGenericCredentialsReader
- type PatchSharedRepoCredentialsOK
- func (o *PatchSharedRepoCredentialsOK) Code() int
- func (o *PatchSharedRepoCredentialsOK) Error() string
- func (o *PatchSharedRepoCredentialsOK) GetPayload() any
- func (o *PatchSharedRepoCredentialsOK) IsClientError() bool
- func (o *PatchSharedRepoCredentialsOK) IsCode(code int) bool
- func (o *PatchSharedRepoCredentialsOK) IsRedirect() bool
- func (o *PatchSharedRepoCredentialsOK) IsServerError() bool
- func (o *PatchSharedRepoCredentialsOK) IsSuccess() bool
- func (o *PatchSharedRepoCredentialsOK) String() string
- type PatchSharedRepoCredentialsParams
- func NewPatchSharedRepoCredentialsParams() *PatchSharedRepoCredentialsParams
- func NewPatchSharedRepoCredentialsParamsWithContext(ctx context.Context) *PatchSharedRepoCredentialsParams
- func NewPatchSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *PatchSharedRepoCredentialsParams
- func NewPatchSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *PatchSharedRepoCredentialsParams
- func (o *PatchSharedRepoCredentialsParams) SetBody(body *models.PatchRepoCredentialsRequest)
- func (o *PatchSharedRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *PatchSharedRepoCredentialsParams) SetDefaults()
- func (o *PatchSharedRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *PatchSharedRepoCredentialsParams) SetRepoCredentials(repoCredentials string)
- func (o *PatchSharedRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *PatchSharedRepoCredentialsParams) WithBody(body *models.PatchRepoCredentialsRequest) *PatchSharedRepoCredentialsParams
- func (o *PatchSharedRepoCredentialsParams) WithContext(ctx context.Context) *PatchSharedRepoCredentialsParams
- func (o *PatchSharedRepoCredentialsParams) WithDefaults() *PatchSharedRepoCredentialsParams
- func (o *PatchSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *PatchSharedRepoCredentialsParams
- func (o *PatchSharedRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *PatchSharedRepoCredentialsParams
- func (o *PatchSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *PatchSharedRepoCredentialsParams
- func (o *PatchSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchSharedRepoCredentialsReader
- type PatchSystemGenericCredentialsOK
- func (o *PatchSystemGenericCredentialsOK) Code() int
- func (o *PatchSystemGenericCredentialsOK) Error() string
- func (o *PatchSystemGenericCredentialsOK) GetPayload() any
- func (o *PatchSystemGenericCredentialsOK) IsClientError() bool
- func (o *PatchSystemGenericCredentialsOK) IsCode(code int) bool
- func (o *PatchSystemGenericCredentialsOK) IsRedirect() bool
- func (o *PatchSystemGenericCredentialsOK) IsServerError() bool
- func (o *PatchSystemGenericCredentialsOK) IsSuccess() bool
- func (o *PatchSystemGenericCredentialsOK) String() string
- type PatchSystemGenericCredentialsParams
- func NewPatchSystemGenericCredentialsParams() *PatchSystemGenericCredentialsParams
- func NewPatchSystemGenericCredentialsParamsWithContext(ctx context.Context) *PatchSystemGenericCredentialsParams
- func NewPatchSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *PatchSystemGenericCredentialsParams
- func NewPatchSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *PatchSystemGenericCredentialsParams
- func (o *PatchSystemGenericCredentialsParams) SetBody(body *models.PatchGenericCredentialsRequest)
- func (o *PatchSystemGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *PatchSystemGenericCredentialsParams) SetDefaults()
- func (o *PatchSystemGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *PatchSystemGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *PatchSystemGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *PatchSystemGenericCredentialsParams) WithBody(body *models.PatchGenericCredentialsRequest) *PatchSystemGenericCredentialsParams
- func (o *PatchSystemGenericCredentialsParams) WithContext(ctx context.Context) *PatchSystemGenericCredentialsParams
- func (o *PatchSystemGenericCredentialsParams) WithDefaults() *PatchSystemGenericCredentialsParams
- func (o *PatchSystemGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *PatchSystemGenericCredentialsParams
- func (o *PatchSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *PatchSystemGenericCredentialsParams
- func (o *PatchSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *PatchSystemGenericCredentialsParams
- func (o *PatchSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchSystemGenericCredentialsReader
- type UpdateProjectGenericCredentialsOK
- func (o *UpdateProjectGenericCredentialsOK) Code() int
- func (o *UpdateProjectGenericCredentialsOK) Error() string
- func (o *UpdateProjectGenericCredentialsOK) GetPayload() any
- func (o *UpdateProjectGenericCredentialsOK) IsClientError() bool
- func (o *UpdateProjectGenericCredentialsOK) IsCode(code int) bool
- func (o *UpdateProjectGenericCredentialsOK) IsRedirect() bool
- func (o *UpdateProjectGenericCredentialsOK) IsServerError() bool
- func (o *UpdateProjectGenericCredentialsOK) IsSuccess() bool
- func (o *UpdateProjectGenericCredentialsOK) String() string
- type UpdateProjectGenericCredentialsParams
- func NewUpdateProjectGenericCredentialsParams() *UpdateProjectGenericCredentialsParams
- func NewUpdateProjectGenericCredentialsParamsWithContext(ctx context.Context) *UpdateProjectGenericCredentialsParams
- func NewUpdateProjectGenericCredentialsParamsWithHTTPClient(client *http.Client) *UpdateProjectGenericCredentialsParams
- func NewUpdateProjectGenericCredentialsParamsWithTimeout(timeout time.Duration) *UpdateProjectGenericCredentialsParams
- func (o *UpdateProjectGenericCredentialsParams) SetBody(body *models.UpdateGenericCredentialsRequest)
- func (o *UpdateProjectGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *UpdateProjectGenericCredentialsParams) SetDefaults()
- func (o *UpdateProjectGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *UpdateProjectGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateProjectGenericCredentialsParams) SetProject(project string)
- func (o *UpdateProjectGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateProjectGenericCredentialsParams) WithBody(body *models.UpdateGenericCredentialsRequest) *UpdateProjectGenericCredentialsParams
- func (o *UpdateProjectGenericCredentialsParams) WithContext(ctx context.Context) *UpdateProjectGenericCredentialsParams
- func (o *UpdateProjectGenericCredentialsParams) WithDefaults() *UpdateProjectGenericCredentialsParams
- func (o *UpdateProjectGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *UpdateProjectGenericCredentialsParams
- func (o *UpdateProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *UpdateProjectGenericCredentialsParams
- func (o *UpdateProjectGenericCredentialsParams) WithProject(project string) *UpdateProjectGenericCredentialsParams
- func (o *UpdateProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *UpdateProjectGenericCredentialsParams
- func (o *UpdateProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateProjectGenericCredentialsReader
- type UpdateProjectRepoCredentialsOK
- func (o *UpdateProjectRepoCredentialsOK) Code() int
- func (o *UpdateProjectRepoCredentialsOK) Error() string
- func (o *UpdateProjectRepoCredentialsOK) GetPayload() any
- func (o *UpdateProjectRepoCredentialsOK) IsClientError() bool
- func (o *UpdateProjectRepoCredentialsOK) IsCode(code int) bool
- func (o *UpdateProjectRepoCredentialsOK) IsRedirect() bool
- func (o *UpdateProjectRepoCredentialsOK) IsServerError() bool
- func (o *UpdateProjectRepoCredentialsOK) IsSuccess() bool
- func (o *UpdateProjectRepoCredentialsOK) String() string
- type UpdateProjectRepoCredentialsParams
- func NewUpdateProjectRepoCredentialsParams() *UpdateProjectRepoCredentialsParams
- func NewUpdateProjectRepoCredentialsParamsWithContext(ctx context.Context) *UpdateProjectRepoCredentialsParams
- func NewUpdateProjectRepoCredentialsParamsWithHTTPClient(client *http.Client) *UpdateProjectRepoCredentialsParams
- func NewUpdateProjectRepoCredentialsParamsWithTimeout(timeout time.Duration) *UpdateProjectRepoCredentialsParams
- func (o *UpdateProjectRepoCredentialsParams) SetBody(body *models.UpdateRepoCredentialsRequest)
- func (o *UpdateProjectRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *UpdateProjectRepoCredentialsParams) SetDefaults()
- func (o *UpdateProjectRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateProjectRepoCredentialsParams) SetProject(project string)
- func (o *UpdateProjectRepoCredentialsParams) SetRepoCredentials(repoCredentials string)
- func (o *UpdateProjectRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateProjectRepoCredentialsParams) WithBody(body *models.UpdateRepoCredentialsRequest) *UpdateProjectRepoCredentialsParams
- func (o *UpdateProjectRepoCredentialsParams) WithContext(ctx context.Context) *UpdateProjectRepoCredentialsParams
- func (o *UpdateProjectRepoCredentialsParams) WithDefaults() *UpdateProjectRepoCredentialsParams
- func (o *UpdateProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *UpdateProjectRepoCredentialsParams
- func (o *UpdateProjectRepoCredentialsParams) WithProject(project string) *UpdateProjectRepoCredentialsParams
- func (o *UpdateProjectRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *UpdateProjectRepoCredentialsParams
- func (o *UpdateProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *UpdateProjectRepoCredentialsParams
- func (o *UpdateProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateProjectRepoCredentialsReader
- type UpdateSharedGenericCredentialsOK
- func (o *UpdateSharedGenericCredentialsOK) Code() int
- func (o *UpdateSharedGenericCredentialsOK) Error() string
- func (o *UpdateSharedGenericCredentialsOK) GetPayload() any
- func (o *UpdateSharedGenericCredentialsOK) IsClientError() bool
- func (o *UpdateSharedGenericCredentialsOK) IsCode(code int) bool
- func (o *UpdateSharedGenericCredentialsOK) IsRedirect() bool
- func (o *UpdateSharedGenericCredentialsOK) IsServerError() bool
- func (o *UpdateSharedGenericCredentialsOK) IsSuccess() bool
- func (o *UpdateSharedGenericCredentialsOK) String() string
- type UpdateSharedGenericCredentialsParams
- func NewUpdateSharedGenericCredentialsParams() *UpdateSharedGenericCredentialsParams
- func NewUpdateSharedGenericCredentialsParamsWithContext(ctx context.Context) *UpdateSharedGenericCredentialsParams
- func NewUpdateSharedGenericCredentialsParamsWithHTTPClient(client *http.Client) *UpdateSharedGenericCredentialsParams
- func NewUpdateSharedGenericCredentialsParamsWithTimeout(timeout time.Duration) *UpdateSharedGenericCredentialsParams
- func (o *UpdateSharedGenericCredentialsParams) SetBody(body *models.UpdateGenericCredentialsRequest)
- func (o *UpdateSharedGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *UpdateSharedGenericCredentialsParams) SetDefaults()
- func (o *UpdateSharedGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *UpdateSharedGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSharedGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSharedGenericCredentialsParams) WithBody(body *models.UpdateGenericCredentialsRequest) *UpdateSharedGenericCredentialsParams
- func (o *UpdateSharedGenericCredentialsParams) WithContext(ctx context.Context) *UpdateSharedGenericCredentialsParams
- func (o *UpdateSharedGenericCredentialsParams) WithDefaults() *UpdateSharedGenericCredentialsParams
- func (o *UpdateSharedGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *UpdateSharedGenericCredentialsParams
- func (o *UpdateSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *UpdateSharedGenericCredentialsParams
- func (o *UpdateSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *UpdateSharedGenericCredentialsParams
- func (o *UpdateSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSharedGenericCredentialsReader
- type UpdateSharedRepoCredentialsOK
- func (o *UpdateSharedRepoCredentialsOK) Code() int
- func (o *UpdateSharedRepoCredentialsOK) Error() string
- func (o *UpdateSharedRepoCredentialsOK) GetPayload() any
- func (o *UpdateSharedRepoCredentialsOK) IsClientError() bool
- func (o *UpdateSharedRepoCredentialsOK) IsCode(code int) bool
- func (o *UpdateSharedRepoCredentialsOK) IsRedirect() bool
- func (o *UpdateSharedRepoCredentialsOK) IsServerError() bool
- func (o *UpdateSharedRepoCredentialsOK) IsSuccess() bool
- func (o *UpdateSharedRepoCredentialsOK) String() string
- type UpdateSharedRepoCredentialsParams
- func NewUpdateSharedRepoCredentialsParams() *UpdateSharedRepoCredentialsParams
- func NewUpdateSharedRepoCredentialsParamsWithContext(ctx context.Context) *UpdateSharedRepoCredentialsParams
- func NewUpdateSharedRepoCredentialsParamsWithHTTPClient(client *http.Client) *UpdateSharedRepoCredentialsParams
- func NewUpdateSharedRepoCredentialsParamsWithTimeout(timeout time.Duration) *UpdateSharedRepoCredentialsParams
- func (o *UpdateSharedRepoCredentialsParams) SetBody(body *models.UpdateRepoCredentialsRequest)
- func (o *UpdateSharedRepoCredentialsParams) SetContext(ctx context.Context)
- func (o *UpdateSharedRepoCredentialsParams) SetDefaults()
- func (o *UpdateSharedRepoCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSharedRepoCredentialsParams) SetRepoCredentials(repoCredentials string)
- func (o *UpdateSharedRepoCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSharedRepoCredentialsParams) WithBody(body *models.UpdateRepoCredentialsRequest) *UpdateSharedRepoCredentialsParams
- func (o *UpdateSharedRepoCredentialsParams) WithContext(ctx context.Context) *UpdateSharedRepoCredentialsParams
- func (o *UpdateSharedRepoCredentialsParams) WithDefaults() *UpdateSharedRepoCredentialsParams
- func (o *UpdateSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *UpdateSharedRepoCredentialsParams
- func (o *UpdateSharedRepoCredentialsParams) WithRepoCredentials(repoCredentials string) *UpdateSharedRepoCredentialsParams
- func (o *UpdateSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *UpdateSharedRepoCredentialsParams
- func (o *UpdateSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSharedRepoCredentialsReader
- type UpdateSystemGenericCredentialsOK
- func (o *UpdateSystemGenericCredentialsOK) Code() int
- func (o *UpdateSystemGenericCredentialsOK) Error() string
- func (o *UpdateSystemGenericCredentialsOK) GetPayload() any
- func (o *UpdateSystemGenericCredentialsOK) IsClientError() bool
- func (o *UpdateSystemGenericCredentialsOK) IsCode(code int) bool
- func (o *UpdateSystemGenericCredentialsOK) IsRedirect() bool
- func (o *UpdateSystemGenericCredentialsOK) IsServerError() bool
- func (o *UpdateSystemGenericCredentialsOK) IsSuccess() bool
- func (o *UpdateSystemGenericCredentialsOK) String() string
- type UpdateSystemGenericCredentialsParams
- func NewUpdateSystemGenericCredentialsParams() *UpdateSystemGenericCredentialsParams
- func NewUpdateSystemGenericCredentialsParamsWithContext(ctx context.Context) *UpdateSystemGenericCredentialsParams
- func NewUpdateSystemGenericCredentialsParamsWithHTTPClient(client *http.Client) *UpdateSystemGenericCredentialsParams
- func NewUpdateSystemGenericCredentialsParamsWithTimeout(timeout time.Duration) *UpdateSystemGenericCredentialsParams
- func (o *UpdateSystemGenericCredentialsParams) SetBody(body *models.UpdateGenericCredentialsRequest)
- func (o *UpdateSystemGenericCredentialsParams) SetContext(ctx context.Context)
- func (o *UpdateSystemGenericCredentialsParams) SetDefaults()
- func (o *UpdateSystemGenericCredentialsParams) SetGenericCredentials(genericCredentials string)
- func (o *UpdateSystemGenericCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSystemGenericCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSystemGenericCredentialsParams) WithBody(body *models.UpdateGenericCredentialsRequest) *UpdateSystemGenericCredentialsParams
- func (o *UpdateSystemGenericCredentialsParams) WithContext(ctx context.Context) *UpdateSystemGenericCredentialsParams
- func (o *UpdateSystemGenericCredentialsParams) WithDefaults() *UpdateSystemGenericCredentialsParams
- func (o *UpdateSystemGenericCredentialsParams) WithGenericCredentials(genericCredentials string) *UpdateSystemGenericCredentialsParams
- func (o *UpdateSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *UpdateSystemGenericCredentialsParams
- func (o *UpdateSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *UpdateSystemGenericCredentialsParams
- func (o *UpdateSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSystemGenericCredentialsReader
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 ¶
func (a *Client) CreateProjectGenericCredentials(params *CreateProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectGenericCredentialsCreated, error)
CreateProjectGenericCredentials creates project level generic credentials Create project-level generic credentials. Returns a heavily
redacted Kubernetes Secret resource.
func (*Client) CreateProjectRepoCredentials ¶
func (a *Client) CreateProjectRepoCredentials(params *CreateProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectRepoCredentialsCreated, error)
CreateProjectRepoCredentials creates project level repository credentials Create project-level repository credentials. Returns a heavily
redacted Kubernetes Secret resource.
func (*Client) CreateSharedGenericCredentials ¶
func (a *Client) CreateSharedGenericCredentials(params *CreateSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSharedGenericCredentialsCreated, error)
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 ¶
func (a *Client) CreateSystemGenericCredentials(params *CreateSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSystemGenericCredentialsCreated, error)
CreateSystemGenericCredentials creates system level generic credentials Create system-level generic credentials. Returns a heavily
redacted Kubernetes Secret resource.
func (*Client) DeleteProjectGenericCredentials ¶
func (a *Client) DeleteProjectGenericCredentials(params *DeleteProjectGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectGenericCredentialsNoContent, error)
DeleteProjectGenericCredentials deletes project level generic credentials
Delete generic credentials from a project's namespace.
func (*Client) DeleteProjectRepoCredentials ¶
func (a *Client) DeleteProjectRepoCredentials(params *DeleteProjectRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectRepoCredentialsNoContent, error)
DeleteProjectRepoCredentials deletes project level repository credentials
Delete repository credentials from a project's namespace.
func (*Client) DeleteSharedGenericCredentials ¶
func (a *Client) DeleteSharedGenericCredentials(params *DeleteSharedGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSharedGenericCredentialsNoContent, error)
DeleteSharedGenericCredentials deletes shared generic credentials
Delete shared generic credentials.
func (*Client) DeleteSharedRepoCredentials ¶
func (a *Client) DeleteSharedRepoCredentials(params *DeleteSharedRepoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSharedRepoCredentialsNoContent, error)
DeleteSharedRepoCredentials deletes shared repository credentials
Delete shared repository credentials.
func (*Client) DeleteSystemGenericCredentials ¶
func (a *Client) DeleteSystemGenericCredentials(params *DeleteSystemGenericCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSystemGenericCredentialsNoContent, error)
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)
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)
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)
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)
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)
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)
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 ¶
func (o *CreateProjectGenericCredentialsCreated) Code() int
Code gets the status code for the create project generic credentials created response
func (*CreateProjectGenericCredentialsCreated) Error ¶
func (o *CreateProjectGenericCredentialsCreated) Error() string
func (*CreateProjectGenericCredentialsCreated) GetPayload ¶
func (o *CreateProjectGenericCredentialsCreated) GetPayload() any
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 ¶
func (o *CreateProjectGenericCredentialsCreated) IsCode(code int) bool
IsCode returns true when this create project generic credentials created response a status code equal to that given
func (*CreateProjectGenericCredentialsCreated) IsRedirect ¶
func (o *CreateProjectGenericCredentialsCreated) IsRedirect() bool
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 ¶
func (o *CreateProjectGenericCredentialsCreated) IsSuccess() bool
IsSuccess returns true when this create project generic credentials created response has a 2xx status code
func (*CreateProjectGenericCredentialsCreated) String ¶
func (o *CreateProjectGenericCredentialsCreated) String() 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 ¶
func (o *CreateProjectGenericCredentialsParams) SetBody(body *models.CreateGenericCredentialsRequest)
SetBody adds the body to the create project generic credentials params
func (*CreateProjectGenericCredentialsParams) SetContext ¶
func (o *CreateProjectGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateProjectGenericCredentialsParams) WithBody(body *models.CreateGenericCredentialsRequest) *CreateProjectGenericCredentialsParams
WithBody adds the body to the create project generic credentials params
func (*CreateProjectGenericCredentialsParams) WithContext ¶
func (o *CreateProjectGenericCredentialsParams) WithContext(ctx context.Context) *CreateProjectGenericCredentialsParams
WithContext adds the context to the create project generic credentials params
func (*CreateProjectGenericCredentialsParams) WithDefaults ¶
func (o *CreateProjectGenericCredentialsParams) WithDefaults() *CreateProjectGenericCredentialsParams
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 ¶
func (o *CreateProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *CreateProjectGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the create project generic credentials params
func (*CreateProjectGenericCredentialsParams) WithProject ¶
func (o *CreateProjectGenericCredentialsParams) WithProject(project string) *CreateProjectGenericCredentialsParams
WithProject adds the project to the create project generic credentials params
func (*CreateProjectGenericCredentialsParams) WithTimeout ¶
func (o *CreateProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *CreateProjectGenericCredentialsParams
WithTimeout adds the timeout to the create project generic credentials params
func (*CreateProjectGenericCredentialsParams) WriteToRequest ¶
func (o *CreateProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateProjectRepoCredentialsCreated) Code() int
Code gets the status code for the create project repo credentials created response
func (*CreateProjectRepoCredentialsCreated) Error ¶
func (o *CreateProjectRepoCredentialsCreated) Error() string
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 ¶
func (o *CreateProjectRepoCredentialsCreated) IsCode(code int) bool
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 ¶
func (o *CreateProjectRepoCredentialsCreated) IsSuccess() bool
IsSuccess returns true when this create project repo credentials created response has a 2xx status code
func (*CreateProjectRepoCredentialsCreated) String ¶
func (o *CreateProjectRepoCredentialsCreated) String() 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 ¶
func (o *CreateProjectRepoCredentialsParams) SetBody(body *models.CreateRepoCredentialsRequest)
SetBody adds the body to the create project repo credentials params
func (*CreateProjectRepoCredentialsParams) SetContext ¶
func (o *CreateProjectRepoCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateProjectRepoCredentialsParams) WithBody(body *models.CreateRepoCredentialsRequest) *CreateProjectRepoCredentialsParams
WithBody adds the body to the create project repo credentials params
func (*CreateProjectRepoCredentialsParams) WithContext ¶
func (o *CreateProjectRepoCredentialsParams) WithContext(ctx context.Context) *CreateProjectRepoCredentialsParams
WithContext adds the context to the create project repo credentials params
func (*CreateProjectRepoCredentialsParams) WithDefaults ¶
func (o *CreateProjectRepoCredentialsParams) WithDefaults() *CreateProjectRepoCredentialsParams
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 ¶
func (o *CreateProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *CreateProjectRepoCredentialsParams
WithHTTPClient adds the HTTPClient to the create project repo credentials params
func (*CreateProjectRepoCredentialsParams) WithProject ¶
func (o *CreateProjectRepoCredentialsParams) WithProject(project string) *CreateProjectRepoCredentialsParams
WithProject adds the project to the create project repo credentials params
func (*CreateProjectRepoCredentialsParams) WithTimeout ¶
func (o *CreateProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *CreateProjectRepoCredentialsParams
WithTimeout adds the timeout to the create project repo credentials params
func (*CreateProjectRepoCredentialsParams) WriteToRequest ¶
func (o *CreateProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *CreateSharedGenericCredentialsCreated) Code() int
Code gets the status code for the create shared generic credentials created response
func (*CreateSharedGenericCredentialsCreated) Error ¶
func (o *CreateSharedGenericCredentialsCreated) Error() string
func (*CreateSharedGenericCredentialsCreated) GetPayload ¶
func (o *CreateSharedGenericCredentialsCreated) GetPayload() any
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 ¶
func (o *CreateSharedGenericCredentialsCreated) IsCode(code int) bool
IsCode returns true when this create shared generic credentials created response a status code equal to that given
func (*CreateSharedGenericCredentialsCreated) IsRedirect ¶
func (o *CreateSharedGenericCredentialsCreated) IsRedirect() bool
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 ¶
func (o *CreateSharedGenericCredentialsCreated) IsSuccess() bool
IsSuccess returns true when this create shared generic credentials created response has a 2xx status code
func (*CreateSharedGenericCredentialsCreated) String ¶
func (o *CreateSharedGenericCredentialsCreated) String() string
type CreateSharedGenericCredentialsParams ¶
type CreateSharedGenericCredentialsParams struct {
Body *models.CreateGenericCredentialsRequest
// 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 ¶
func (o *CreateSharedGenericCredentialsParams) SetBody(body *models.CreateGenericCredentialsRequest)
SetBody adds the body to the create shared generic credentials params
func (*CreateSharedGenericCredentialsParams) SetContext ¶
func (o *CreateSharedGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateSharedGenericCredentialsParams) WithBody(body *models.CreateGenericCredentialsRequest) *CreateSharedGenericCredentialsParams
WithBody adds the body to the create shared generic credentials params
func (*CreateSharedGenericCredentialsParams) WithContext ¶
func (o *CreateSharedGenericCredentialsParams) WithContext(ctx context.Context) *CreateSharedGenericCredentialsParams
WithContext adds the context to the create shared generic credentials params
func (*CreateSharedGenericCredentialsParams) WithDefaults ¶
func (o *CreateSharedGenericCredentialsParams) WithDefaults() *CreateSharedGenericCredentialsParams
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 ¶
func (o *CreateSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *CreateSharedGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the create shared generic credentials params
func (*CreateSharedGenericCredentialsParams) WithTimeout ¶
func (o *CreateSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *CreateSharedGenericCredentialsParams
WithTimeout adds the timeout to the create shared generic credentials params
func (*CreateSharedGenericCredentialsParams) WriteToRequest ¶
func (o *CreateSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *CreateSharedRepoCredentialsCreated) Code() int
Code gets the status code for the create shared repo credentials created response
func (*CreateSharedRepoCredentialsCreated) Error ¶
func (o *CreateSharedRepoCredentialsCreated) Error() string
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 ¶
func (o *CreateSharedRepoCredentialsCreated) IsCode(code int) bool
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 ¶
func (o *CreateSharedRepoCredentialsCreated) IsSuccess() bool
IsSuccess returns true when this create shared repo credentials created response has a 2xx status code
func (*CreateSharedRepoCredentialsCreated) String ¶
func (o *CreateSharedRepoCredentialsCreated) String() string
type CreateSharedRepoCredentialsParams ¶
type CreateSharedRepoCredentialsParams struct {
Body *models.CreateRepoCredentialsRequest
// 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 ¶
func (o *CreateSharedRepoCredentialsParams) SetBody(body *models.CreateRepoCredentialsRequest)
SetBody adds the body to the create shared repo credentials params
func (*CreateSharedRepoCredentialsParams) SetContext ¶
func (o *CreateSharedRepoCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateSharedRepoCredentialsParams) WithBody(body *models.CreateRepoCredentialsRequest) *CreateSharedRepoCredentialsParams
WithBody adds the body to the create shared repo credentials params
func (*CreateSharedRepoCredentialsParams) WithContext ¶
func (o *CreateSharedRepoCredentialsParams) WithContext(ctx context.Context) *CreateSharedRepoCredentialsParams
WithContext adds the context to the create shared repo credentials params
func (*CreateSharedRepoCredentialsParams) WithDefaults ¶
func (o *CreateSharedRepoCredentialsParams) WithDefaults() *CreateSharedRepoCredentialsParams
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 ¶
func (o *CreateSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *CreateSharedRepoCredentialsParams
WithHTTPClient adds the HTTPClient to the create shared repo credentials params
func (*CreateSharedRepoCredentialsParams) WithTimeout ¶
func (o *CreateSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *CreateSharedRepoCredentialsParams
WithTimeout adds the timeout to the create shared repo credentials params
func (*CreateSharedRepoCredentialsParams) WriteToRequest ¶
func (o *CreateSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateSystemGenericCredentialsCreated) Code() int
Code gets the status code for the create system generic credentials created response
func (*CreateSystemGenericCredentialsCreated) Error ¶
func (o *CreateSystemGenericCredentialsCreated) Error() string
func (*CreateSystemGenericCredentialsCreated) GetPayload ¶
func (o *CreateSystemGenericCredentialsCreated) GetPayload() any
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 ¶
func (o *CreateSystemGenericCredentialsCreated) IsCode(code int) bool
IsCode returns true when this create system generic credentials created response a status code equal to that given
func (*CreateSystemGenericCredentialsCreated) IsRedirect ¶
func (o *CreateSystemGenericCredentialsCreated) IsRedirect() bool
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 ¶
func (o *CreateSystemGenericCredentialsCreated) IsSuccess() bool
IsSuccess returns true when this create system generic credentials created response has a 2xx status code
func (*CreateSystemGenericCredentialsCreated) String ¶
func (o *CreateSystemGenericCredentialsCreated) String() 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 ¶
func (o *CreateSystemGenericCredentialsParams) SetBody(body *models.CreateGenericCredentialsRequest)
SetBody adds the body to the create system generic credentials params
func (*CreateSystemGenericCredentialsParams) SetContext ¶
func (o *CreateSystemGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateSystemGenericCredentialsParams) WithBody(body *models.CreateGenericCredentialsRequest) *CreateSystemGenericCredentialsParams
WithBody adds the body to the create system generic credentials params
func (*CreateSystemGenericCredentialsParams) WithContext ¶
func (o *CreateSystemGenericCredentialsParams) WithContext(ctx context.Context) *CreateSystemGenericCredentialsParams
WithContext adds the context to the create system generic credentials params
func (*CreateSystemGenericCredentialsParams) WithDefaults ¶
func (o *CreateSystemGenericCredentialsParams) WithDefaults() *CreateSystemGenericCredentialsParams
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 ¶
func (o *CreateSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *CreateSystemGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the create system generic credentials params
func (*CreateSystemGenericCredentialsParams) WithTimeout ¶
func (o *CreateSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *CreateSystemGenericCredentialsParams
WithTimeout adds the timeout to the create system generic credentials params
func (*CreateSystemGenericCredentialsParams) WriteToRequest ¶
func (o *CreateSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteProjectGenericCredentialsNoContent) Code() int
Code gets the status code for the delete project generic credentials no content response
func (*DeleteProjectGenericCredentialsNoContent) Error ¶
func (o *DeleteProjectGenericCredentialsNoContent) Error() string
func (*DeleteProjectGenericCredentialsNoContent) IsClientError ¶
func (o *DeleteProjectGenericCredentialsNoContent) IsClientError() bool
IsClientError returns true when this delete project generic credentials no content response has a 4xx status code
func (*DeleteProjectGenericCredentialsNoContent) IsCode ¶
func (o *DeleteProjectGenericCredentialsNoContent) IsCode(code int) bool
IsCode returns true when this delete project generic credentials no content response a status code equal to that given
func (*DeleteProjectGenericCredentialsNoContent) IsRedirect ¶
func (o *DeleteProjectGenericCredentialsNoContent) IsRedirect() bool
IsRedirect returns true when this delete project generic credentials no content response has a 3xx status code
func (*DeleteProjectGenericCredentialsNoContent) IsServerError ¶
func (o *DeleteProjectGenericCredentialsNoContent) IsServerError() bool
IsServerError returns true when this delete project generic credentials no content response has a 5xx status code
func (*DeleteProjectGenericCredentialsNoContent) IsSuccess ¶
func (o *DeleteProjectGenericCredentialsNoContent) IsSuccess() bool
IsSuccess returns true when this delete project generic credentials no content response has a 2xx status code
func (*DeleteProjectGenericCredentialsNoContent) String ¶
func (o *DeleteProjectGenericCredentialsNoContent) String() 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 ¶
func (o *DeleteProjectGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteProjectGenericCredentialsParams) WithContext(ctx context.Context) *DeleteProjectGenericCredentialsParams
WithContext adds the context to the delete project generic credentials params
func (*DeleteProjectGenericCredentialsParams) WithDefaults ¶
func (o *DeleteProjectGenericCredentialsParams) WithDefaults() *DeleteProjectGenericCredentialsParams
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 ¶
func (o *DeleteProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *DeleteProjectGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the delete project generic credentials params
func (*DeleteProjectGenericCredentialsParams) WithProject ¶
func (o *DeleteProjectGenericCredentialsParams) WithProject(project string) *DeleteProjectGenericCredentialsParams
WithProject adds the project to the delete project generic credentials params
func (*DeleteProjectGenericCredentialsParams) WithTimeout ¶
func (o *DeleteProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *DeleteProjectGenericCredentialsParams
WithTimeout adds the timeout to the delete project generic credentials params
func (*DeleteProjectGenericCredentialsParams) WriteToRequest ¶
func (o *DeleteProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteProjectRepoCredentialsNoContent) Code() int
Code gets the status code for the delete project repo credentials no content response
func (*DeleteProjectRepoCredentialsNoContent) Error ¶
func (o *DeleteProjectRepoCredentialsNoContent) Error() string
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 ¶
func (o *DeleteProjectRepoCredentialsNoContent) IsCode(code int) bool
IsCode returns true when this delete project repo credentials no content response a status code equal to that given
func (*DeleteProjectRepoCredentialsNoContent) IsRedirect ¶
func (o *DeleteProjectRepoCredentialsNoContent) IsRedirect() bool
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 ¶
func (o *DeleteProjectRepoCredentialsNoContent) IsSuccess() bool
IsSuccess returns true when this delete project repo credentials no content response has a 2xx status code
func (*DeleteProjectRepoCredentialsNoContent) String ¶
func (o *DeleteProjectRepoCredentialsNoContent) String() 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 ¶
func (o *DeleteProjectRepoCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteProjectRepoCredentialsParams) WithContext(ctx context.Context) *DeleteProjectRepoCredentialsParams
WithContext adds the context to the delete project repo credentials params
func (*DeleteProjectRepoCredentialsParams) WithDefaults ¶
func (o *DeleteProjectRepoCredentialsParams) WithDefaults() *DeleteProjectRepoCredentialsParams
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 ¶
func (o *DeleteProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *DeleteProjectRepoCredentialsParams
WithHTTPClient adds the HTTPClient to the delete project repo credentials params
func (*DeleteProjectRepoCredentialsParams) WithProject ¶
func (o *DeleteProjectRepoCredentialsParams) WithProject(project string) *DeleteProjectRepoCredentialsParams
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 ¶
func (o *DeleteProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *DeleteProjectRepoCredentialsParams
WithTimeout adds the timeout to the delete project repo credentials params
func (*DeleteProjectRepoCredentialsParams) WriteToRequest ¶
func (o *DeleteProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteSharedGenericCredentialsNoContent) Code() int
Code gets the status code for the delete shared generic credentials no content response
func (*DeleteSharedGenericCredentialsNoContent) Error ¶
func (o *DeleteSharedGenericCredentialsNoContent) Error() string
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 ¶
func (o *DeleteSharedGenericCredentialsNoContent) IsCode(code int) bool
IsCode returns true when this delete shared generic credentials no content response a status code equal to that given
func (*DeleteSharedGenericCredentialsNoContent) IsRedirect ¶
func (o *DeleteSharedGenericCredentialsNoContent) IsRedirect() bool
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 ¶
func (o *DeleteSharedGenericCredentialsNoContent) IsSuccess() bool
IsSuccess returns true when this delete shared generic credentials no content response has a 2xx status code
func (*DeleteSharedGenericCredentialsNoContent) String ¶
func (o *DeleteSharedGenericCredentialsNoContent) String() string
type DeleteSharedGenericCredentialsParams ¶
type DeleteSharedGenericCredentialsParams struct {
GenericCredentials string
// 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 ¶
func (o *DeleteSharedGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteSharedGenericCredentialsParams) WithContext(ctx context.Context) *DeleteSharedGenericCredentialsParams
WithContext adds the context to the delete shared generic credentials params
func (*DeleteSharedGenericCredentialsParams) WithDefaults ¶
func (o *DeleteSharedGenericCredentialsParams) WithDefaults() *DeleteSharedGenericCredentialsParams
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 ¶
func (o *DeleteSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *DeleteSharedGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the delete shared generic credentials params
func (*DeleteSharedGenericCredentialsParams) WithTimeout ¶
func (o *DeleteSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *DeleteSharedGenericCredentialsParams
WithTimeout adds the timeout to the delete shared generic credentials params
func (*DeleteSharedGenericCredentialsParams) WriteToRequest ¶
func (o *DeleteSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteSharedRepoCredentialsNoContent) Code() int
Code gets the status code for the delete shared repo credentials no content response
func (*DeleteSharedRepoCredentialsNoContent) Error ¶
func (o *DeleteSharedRepoCredentialsNoContent) Error() string
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 ¶
func (o *DeleteSharedRepoCredentialsNoContent) IsCode(code int) bool
IsCode returns true when this delete shared repo credentials no content response a status code equal to that given
func (*DeleteSharedRepoCredentialsNoContent) IsRedirect ¶
func (o *DeleteSharedRepoCredentialsNoContent) IsRedirect() bool
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 ¶
func (o *DeleteSharedRepoCredentialsNoContent) IsSuccess() bool
IsSuccess returns true when this delete shared repo credentials no content response has a 2xx status code
func (*DeleteSharedRepoCredentialsNoContent) String ¶
func (o *DeleteSharedRepoCredentialsNoContent) String() string
type DeleteSharedRepoCredentialsParams ¶
type DeleteSharedRepoCredentialsParams struct {
RepoCredentials string
// 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 ¶
func (o *DeleteSharedRepoCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteSharedRepoCredentialsParams) WithContext(ctx context.Context) *DeleteSharedRepoCredentialsParams
WithContext adds the context to the delete shared repo credentials params
func (*DeleteSharedRepoCredentialsParams) WithDefaults ¶
func (o *DeleteSharedRepoCredentialsParams) WithDefaults() *DeleteSharedRepoCredentialsParams
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 ¶
func (o *DeleteSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *DeleteSharedRepoCredentialsParams
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 ¶
func (o *DeleteSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *DeleteSharedRepoCredentialsParams
WithTimeout adds the timeout to the delete shared repo credentials params
func (*DeleteSharedRepoCredentialsParams) WriteToRequest ¶
func (o *DeleteSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteSystemGenericCredentialsNoContent) Code() int
Code gets the status code for the delete system generic credentials no content response
func (*DeleteSystemGenericCredentialsNoContent) Error ¶
func (o *DeleteSystemGenericCredentialsNoContent) Error() string
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 ¶
func (o *DeleteSystemGenericCredentialsNoContent) IsCode(code int) bool
IsCode returns true when this delete system generic credentials no content response a status code equal to that given
func (*DeleteSystemGenericCredentialsNoContent) IsRedirect ¶
func (o *DeleteSystemGenericCredentialsNoContent) IsRedirect() bool
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 ¶
func (o *DeleteSystemGenericCredentialsNoContent) IsSuccess() bool
IsSuccess returns true when this delete system generic credentials no content response has a 2xx status code
func (*DeleteSystemGenericCredentialsNoContent) String ¶
func (o *DeleteSystemGenericCredentialsNoContent) String() 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 ¶
func (o *DeleteSystemGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteSystemGenericCredentialsParams) WithContext(ctx context.Context) *DeleteSystemGenericCredentialsParams
WithContext adds the context to the delete system generic credentials params
func (*DeleteSystemGenericCredentialsParams) WithDefaults ¶
func (o *DeleteSystemGenericCredentialsParams) WithDefaults() *DeleteSystemGenericCredentialsParams
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 ¶
func (o *DeleteSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *DeleteSystemGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the delete system generic credentials params
func (*DeleteSystemGenericCredentialsParams) WithTimeout ¶
func (o *DeleteSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *DeleteSystemGenericCredentialsParams
WithTimeout adds the timeout to the delete system generic credentials params
func (*DeleteSystemGenericCredentialsParams) WriteToRequest ¶
func (o *DeleteSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetProjectGenericCredentialsOK) Code() int
Code gets the status code for the get project generic credentials o k response
func (*GetProjectGenericCredentialsOK) Error ¶
func (o *GetProjectGenericCredentialsOK) Error() string
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 ¶
func (o *GetProjectGenericCredentialsOK) String() 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 ¶
func (o *GetProjectGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetProjectGenericCredentialsParams) WithContext(ctx context.Context) *GetProjectGenericCredentialsParams
WithContext adds the context to the get project generic credentials params
func (*GetProjectGenericCredentialsParams) WithDefaults ¶
func (o *GetProjectGenericCredentialsParams) WithDefaults() *GetProjectGenericCredentialsParams
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 ¶
func (o *GetProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *GetProjectGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the get project generic credentials params
func (*GetProjectGenericCredentialsParams) WithProject ¶
func (o *GetProjectGenericCredentialsParams) WithProject(project string) *GetProjectGenericCredentialsParams
WithProject adds the project to the get project generic credentials params
func (*GetProjectGenericCredentialsParams) WithTimeout ¶
func (o *GetProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *GetProjectGenericCredentialsParams
WithTimeout adds the timeout to the get project generic credentials params
func (*GetProjectGenericCredentialsParams) WriteToRequest ¶
func (o *GetProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetProjectRepoCredentialsOK) Error() string
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 ¶
func (o *GetProjectRepoCredentialsParams) WithContext(ctx context.Context) *GetProjectRepoCredentialsParams
WithContext adds the context to the get project repo credentials params
func (*GetProjectRepoCredentialsParams) WithDefaults ¶
func (o *GetProjectRepoCredentialsParams) WithDefaults() *GetProjectRepoCredentialsParams
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 ¶
func (o *GetProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *GetProjectRepoCredentialsParams
WithHTTPClient adds the HTTPClient to the get project repo credentials params
func (*GetProjectRepoCredentialsParams) WithProject ¶
func (o *GetProjectRepoCredentialsParams) WithProject(project string) *GetProjectRepoCredentialsParams
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 ¶
func (o *GetProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *GetProjectRepoCredentialsParams
WithTimeout adds the timeout to the get project repo credentials params
func (*GetProjectRepoCredentialsParams) WriteToRequest ¶
func (o *GetProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *GetSharedGenericCredentialsOK) Code() int
Code gets the status code for the get shared generic credentials o k response
func (*GetSharedGenericCredentialsOK) Error ¶
func (o *GetSharedGenericCredentialsOK) Error() string
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 ¶
func (o *GetSharedGenericCredentialsOK) String() string
type GetSharedGenericCredentialsParams ¶
type GetSharedGenericCredentialsParams struct {
GenericCredentials string
// 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 ¶
func (o *GetSharedGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetSharedGenericCredentialsParams) WithContext(ctx context.Context) *GetSharedGenericCredentialsParams
WithContext adds the context to the get shared generic credentials params
func (*GetSharedGenericCredentialsParams) WithDefaults ¶
func (o *GetSharedGenericCredentialsParams) WithDefaults() *GetSharedGenericCredentialsParams
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 ¶
func (o *GetSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *GetSharedGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the get shared generic credentials params
func (*GetSharedGenericCredentialsParams) WithTimeout ¶
func (o *GetSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *GetSharedGenericCredentialsParams
WithTimeout adds the timeout to the get shared generic credentials params
func (*GetSharedGenericCredentialsParams) WriteToRequest ¶
func (o *GetSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 (o *GetSharedRepoCredentialsOK) Error() string
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 string
// 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 ¶
func (o *GetSharedRepoCredentialsParams) WithContext(ctx context.Context) *GetSharedRepoCredentialsParams
WithContext adds the context to the get shared repo credentials params
func (*GetSharedRepoCredentialsParams) WithDefaults ¶
func (o *GetSharedRepoCredentialsParams) WithDefaults() *GetSharedRepoCredentialsParams
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 ¶
func (o *GetSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *GetSharedRepoCredentialsParams
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 ¶
func (o *GetSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *GetSharedRepoCredentialsParams
WithTimeout adds the timeout to the get shared repo credentials params
func (*GetSharedRepoCredentialsParams) WriteToRequest ¶
func (o *GetSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetSystemGenericCredentialsOK) Code() int
Code gets the status code for the get system generic credentials o k response
func (*GetSystemGenericCredentialsOK) Error ¶
func (o *GetSystemGenericCredentialsOK) Error() string
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 ¶
func (o *GetSystemGenericCredentialsOK) String() 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 ¶
func (o *GetSystemGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetSystemGenericCredentialsParams) WithContext(ctx context.Context) *GetSystemGenericCredentialsParams
WithContext adds the context to the get system generic credentials params
func (*GetSystemGenericCredentialsParams) WithDefaults ¶
func (o *GetSystemGenericCredentialsParams) WithDefaults() *GetSystemGenericCredentialsParams
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 ¶
func (o *GetSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *GetSystemGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the get system generic credentials params
func (*GetSystemGenericCredentialsParams) WithTimeout ¶
func (o *GetSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *GetSystemGenericCredentialsParams
WithTimeout adds the timeout to the get system generic credentials params
func (*GetSystemGenericCredentialsParams) WriteToRequest ¶
func (o *GetSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListProjectGenericCredentialsOK) Code() int
Code gets the status code for the list project generic credentials o k response
func (*ListProjectGenericCredentialsOK) Error ¶
func (o *ListProjectGenericCredentialsOK) Error() string
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 ¶
func (o *ListProjectGenericCredentialsOK) String() 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 ¶
func (o *ListProjectGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *ListProjectGenericCredentialsParams) WithContext(ctx context.Context) *ListProjectGenericCredentialsParams
WithContext adds the context to the list project generic credentials params
func (*ListProjectGenericCredentialsParams) WithDefaults ¶
func (o *ListProjectGenericCredentialsParams) WithDefaults() *ListProjectGenericCredentialsParams
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 ¶
func (o *ListProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *ListProjectGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the list project generic credentials params
func (*ListProjectGenericCredentialsParams) WithProject ¶
func (o *ListProjectGenericCredentialsParams) WithProject(project string) *ListProjectGenericCredentialsParams
WithProject adds the project to the list project generic credentials params
func (*ListProjectGenericCredentialsParams) WithTimeout ¶
func (o *ListProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *ListProjectGenericCredentialsParams
WithTimeout adds the timeout to the list project generic credentials params
func (*ListProjectGenericCredentialsParams) WriteToRequest ¶
func (o *ListProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListProjectRepoCredentialsOK) Code() int
Code gets the status code for the list project repo credentials o k response
func (*ListProjectRepoCredentialsOK) Error ¶
func (o *ListProjectRepoCredentialsOK) Error() string
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 ¶
func (o *ListProjectRepoCredentialsOK) String() 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 ¶
func (o *ListProjectRepoCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *ListProjectRepoCredentialsParams) WithContext(ctx context.Context) *ListProjectRepoCredentialsParams
WithContext adds the context to the list project repo credentials params
func (*ListProjectRepoCredentialsParams) WithDefaults ¶
func (o *ListProjectRepoCredentialsParams) WithDefaults() *ListProjectRepoCredentialsParams
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 ¶
func (o *ListProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *ListProjectRepoCredentialsParams
WithHTTPClient adds the HTTPClient to the list project repo credentials params
func (*ListProjectRepoCredentialsParams) WithProject ¶
func (o *ListProjectRepoCredentialsParams) WithProject(project string) *ListProjectRepoCredentialsParams
WithProject adds the project to the list project repo credentials params
func (*ListProjectRepoCredentialsParams) WithTimeout ¶
func (o *ListProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *ListProjectRepoCredentialsParams
WithTimeout adds the timeout to the list project repo credentials params
func (*ListProjectRepoCredentialsParams) WriteToRequest ¶
func (o *ListProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *ListSharedGenericCredentialsOK) Code() int
Code gets the status code for the list shared generic credentials o k response
func (*ListSharedGenericCredentialsOK) Error ¶
func (o *ListSharedGenericCredentialsOK) Error() string
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 ¶
func (o *ListSharedGenericCredentialsOK) String() string
type ListSharedGenericCredentialsParams ¶
type ListSharedGenericCredentialsParams struct {
// 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 ¶
func (o *ListSharedGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *ListSharedGenericCredentialsParams) WithContext(ctx context.Context) *ListSharedGenericCredentialsParams
WithContext adds the context to the list shared generic credentials params
func (*ListSharedGenericCredentialsParams) WithDefaults ¶
func (o *ListSharedGenericCredentialsParams) WithDefaults() *ListSharedGenericCredentialsParams
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 ¶
func (o *ListSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *ListSharedGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the list shared generic credentials params
func (*ListSharedGenericCredentialsParams) WithTimeout ¶
func (o *ListSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *ListSharedGenericCredentialsParams
WithTimeout adds the timeout to the list shared generic credentials params
func (*ListSharedGenericCredentialsParams) WriteToRequest ¶
func (o *ListSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 (o *ListSharedRepoCredentialsOK) Error() string
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 {
// 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 ¶
func (o *ListSharedRepoCredentialsParams) WithContext(ctx context.Context) *ListSharedRepoCredentialsParams
WithContext adds the context to the list shared repo credentials params
func (*ListSharedRepoCredentialsParams) WithDefaults ¶
func (o *ListSharedRepoCredentialsParams) WithDefaults() *ListSharedRepoCredentialsParams
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 ¶
func (o *ListSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *ListSharedRepoCredentialsParams
WithHTTPClient adds the HTTPClient to the list shared repo credentials params
func (*ListSharedRepoCredentialsParams) WithTimeout ¶
func (o *ListSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *ListSharedRepoCredentialsParams
WithTimeout adds the timeout to the list shared repo credentials params
func (*ListSharedRepoCredentialsParams) WriteToRequest ¶
func (o *ListSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListSystemGenericCredentialsOK) Code() int
Code gets the status code for the list system generic credentials o k response
func (*ListSystemGenericCredentialsOK) Error ¶
func (o *ListSystemGenericCredentialsOK) Error() string
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 ¶
func (o *ListSystemGenericCredentialsOK) String() 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 ¶
func (o *ListSystemGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *ListSystemGenericCredentialsParams) WithContext(ctx context.Context) *ListSystemGenericCredentialsParams
WithContext adds the context to the list system generic credentials params
func (*ListSystemGenericCredentialsParams) WithDefaults ¶
func (o *ListSystemGenericCredentialsParams) WithDefaults() *ListSystemGenericCredentialsParams
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 ¶
func (o *ListSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *ListSystemGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the list system generic credentials params
func (*ListSystemGenericCredentialsParams) WithTimeout ¶
func (o *ListSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *ListSystemGenericCredentialsParams
WithTimeout adds the timeout to the list system generic credentials params
func (*ListSystemGenericCredentialsParams) WriteToRequest ¶
func (o *ListSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PatchProjectGenericCredentialsOK) Code() int
Code gets the status code for the patch project generic credentials o k response
func (*PatchProjectGenericCredentialsOK) Error ¶
func (o *PatchProjectGenericCredentialsOK) Error() string
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 ¶
func (o *PatchProjectGenericCredentialsOK) String() 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 ¶
func (o *PatchProjectGenericCredentialsParams) SetBody(body *models.PatchGenericCredentialsRequest)
SetBody adds the body to the patch project generic credentials params
func (*PatchProjectGenericCredentialsParams) SetContext ¶
func (o *PatchProjectGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *PatchProjectGenericCredentialsParams) WithBody(body *models.PatchGenericCredentialsRequest) *PatchProjectGenericCredentialsParams
WithBody adds the body to the patch project generic credentials params
func (*PatchProjectGenericCredentialsParams) WithContext ¶
func (o *PatchProjectGenericCredentialsParams) WithContext(ctx context.Context) *PatchProjectGenericCredentialsParams
WithContext adds the context to the patch project generic credentials params
func (*PatchProjectGenericCredentialsParams) WithDefaults ¶
func (o *PatchProjectGenericCredentialsParams) WithDefaults() *PatchProjectGenericCredentialsParams
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 ¶
func (o *PatchProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *PatchProjectGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the patch project generic credentials params
func (*PatchProjectGenericCredentialsParams) WithProject ¶
func (o *PatchProjectGenericCredentialsParams) WithProject(project string) *PatchProjectGenericCredentialsParams
WithProject adds the project to the patch project generic credentials params
func (*PatchProjectGenericCredentialsParams) WithTimeout ¶
func (o *PatchProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *PatchProjectGenericCredentialsParams
WithTimeout adds the timeout to the patch project generic credentials params
func (*PatchProjectGenericCredentialsParams) WriteToRequest ¶
func (o *PatchProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PatchProjectRepoCredentialsOK) Code() int
Code gets the status code for the patch project repo credentials o k response
func (*PatchProjectRepoCredentialsOK) Error ¶
func (o *PatchProjectRepoCredentialsOK) Error() string
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 ¶
func (o *PatchProjectRepoCredentialsOK) String() 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 ¶
func (o *PatchProjectRepoCredentialsParams) SetBody(body *models.PatchRepoCredentialsRequest)
SetBody adds the body to the patch project repo credentials params
func (*PatchProjectRepoCredentialsParams) SetContext ¶
func (o *PatchProjectRepoCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *PatchProjectRepoCredentialsParams) WithBody(body *models.PatchRepoCredentialsRequest) *PatchProjectRepoCredentialsParams
WithBody adds the body to the patch project repo credentials params
func (*PatchProjectRepoCredentialsParams) WithContext ¶
func (o *PatchProjectRepoCredentialsParams) WithContext(ctx context.Context) *PatchProjectRepoCredentialsParams
WithContext adds the context to the patch project repo credentials params
func (*PatchProjectRepoCredentialsParams) WithDefaults ¶
func (o *PatchProjectRepoCredentialsParams) WithDefaults() *PatchProjectRepoCredentialsParams
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 ¶
func (o *PatchProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *PatchProjectRepoCredentialsParams
WithHTTPClient adds the HTTPClient to the patch project repo credentials params
func (*PatchProjectRepoCredentialsParams) WithProject ¶
func (o *PatchProjectRepoCredentialsParams) WithProject(project string) *PatchProjectRepoCredentialsParams
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 ¶
func (o *PatchProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *PatchProjectRepoCredentialsParams
WithTimeout adds the timeout to the patch project repo credentials params
func (*PatchProjectRepoCredentialsParams) WriteToRequest ¶
func (o *PatchProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *PatchSharedGenericCredentialsOK) Code() int
Code gets the status code for the patch shared generic credentials o k response
func (*PatchSharedGenericCredentialsOK) Error ¶
func (o *PatchSharedGenericCredentialsOK) Error() string
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 ¶
func (o *PatchSharedGenericCredentialsOK) String() string
type PatchSharedGenericCredentialsParams ¶
type PatchSharedGenericCredentialsParams struct {
Body *models.PatchGenericCredentialsRequest
GenericCredentials string
// 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 ¶
func (o *PatchSharedGenericCredentialsParams) SetBody(body *models.PatchGenericCredentialsRequest)
SetBody adds the body to the patch shared generic credentials params
func (*PatchSharedGenericCredentialsParams) SetContext ¶
func (o *PatchSharedGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *PatchSharedGenericCredentialsParams) WithBody(body *models.PatchGenericCredentialsRequest) *PatchSharedGenericCredentialsParams
WithBody adds the body to the patch shared generic credentials params
func (*PatchSharedGenericCredentialsParams) WithContext ¶
func (o *PatchSharedGenericCredentialsParams) WithContext(ctx context.Context) *PatchSharedGenericCredentialsParams
WithContext adds the context to the patch shared generic credentials params
func (*PatchSharedGenericCredentialsParams) WithDefaults ¶
func (o *PatchSharedGenericCredentialsParams) WithDefaults() *PatchSharedGenericCredentialsParams
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 ¶
func (o *PatchSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *PatchSharedGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the patch shared generic credentials params
func (*PatchSharedGenericCredentialsParams) WithTimeout ¶
func (o *PatchSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *PatchSharedGenericCredentialsParams
WithTimeout adds the timeout to the patch shared generic credentials params
func (*PatchSharedGenericCredentialsParams) WriteToRequest ¶
func (o *PatchSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *PatchSharedRepoCredentialsOK) Code() int
Code gets the status code for the patch shared repo credentials o k response
func (*PatchSharedRepoCredentialsOK) Error ¶
func (o *PatchSharedRepoCredentialsOK) Error() string
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 ¶
func (o *PatchSharedRepoCredentialsOK) String() string
type PatchSharedRepoCredentialsParams ¶
type PatchSharedRepoCredentialsParams struct {
Body *models.PatchRepoCredentialsRequest
RepoCredentials string
// 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 ¶
func (o *PatchSharedRepoCredentialsParams) SetBody(body *models.PatchRepoCredentialsRequest)
SetBody adds the body to the patch shared repo credentials params
func (*PatchSharedRepoCredentialsParams) SetContext ¶
func (o *PatchSharedRepoCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *PatchSharedRepoCredentialsParams) WithBody(body *models.PatchRepoCredentialsRequest) *PatchSharedRepoCredentialsParams
WithBody adds the body to the patch shared repo credentials params
func (*PatchSharedRepoCredentialsParams) WithContext ¶
func (o *PatchSharedRepoCredentialsParams) WithContext(ctx context.Context) *PatchSharedRepoCredentialsParams
WithContext adds the context to the patch shared repo credentials params
func (*PatchSharedRepoCredentialsParams) WithDefaults ¶
func (o *PatchSharedRepoCredentialsParams) WithDefaults() *PatchSharedRepoCredentialsParams
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 ¶
func (o *PatchSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *PatchSharedRepoCredentialsParams
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 ¶
func (o *PatchSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *PatchSharedRepoCredentialsParams
WithTimeout adds the timeout to the patch shared repo credentials params
func (*PatchSharedRepoCredentialsParams) WriteToRequest ¶
func (o *PatchSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PatchSystemGenericCredentialsOK) Code() int
Code gets the status code for the patch system generic credentials o k response
func (*PatchSystemGenericCredentialsOK) Error ¶
func (o *PatchSystemGenericCredentialsOK) Error() string
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 ¶
func (o *PatchSystemGenericCredentialsOK) String() 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 ¶
func (o *PatchSystemGenericCredentialsParams) SetBody(body *models.PatchGenericCredentialsRequest)
SetBody adds the body to the patch system generic credentials params
func (*PatchSystemGenericCredentialsParams) SetContext ¶
func (o *PatchSystemGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *PatchSystemGenericCredentialsParams) WithBody(body *models.PatchGenericCredentialsRequest) *PatchSystemGenericCredentialsParams
WithBody adds the body to the patch system generic credentials params
func (*PatchSystemGenericCredentialsParams) WithContext ¶
func (o *PatchSystemGenericCredentialsParams) WithContext(ctx context.Context) *PatchSystemGenericCredentialsParams
WithContext adds the context to the patch system generic credentials params
func (*PatchSystemGenericCredentialsParams) WithDefaults ¶
func (o *PatchSystemGenericCredentialsParams) WithDefaults() *PatchSystemGenericCredentialsParams
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 ¶
func (o *PatchSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *PatchSystemGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the patch system generic credentials params
func (*PatchSystemGenericCredentialsParams) WithTimeout ¶
func (o *PatchSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *PatchSystemGenericCredentialsParams
WithTimeout adds the timeout to the patch system generic credentials params
func (*PatchSystemGenericCredentialsParams) WriteToRequest ¶
func (o *PatchSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UpdateProjectGenericCredentialsOK) Code() int
Code gets the status code for the update project generic credentials o k response
func (*UpdateProjectGenericCredentialsOK) Error ¶
func (o *UpdateProjectGenericCredentialsOK) Error() string
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 ¶
func (o *UpdateProjectGenericCredentialsOK) String() 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 ¶
func (o *UpdateProjectGenericCredentialsParams) SetBody(body *models.UpdateGenericCredentialsRequest)
SetBody adds the body to the update project generic credentials params
func (*UpdateProjectGenericCredentialsParams) SetContext ¶
func (o *UpdateProjectGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *UpdateProjectGenericCredentialsParams) WithBody(body *models.UpdateGenericCredentialsRequest) *UpdateProjectGenericCredentialsParams
WithBody adds the body to the update project generic credentials params
func (*UpdateProjectGenericCredentialsParams) WithContext ¶
func (o *UpdateProjectGenericCredentialsParams) WithContext(ctx context.Context) *UpdateProjectGenericCredentialsParams
WithContext adds the context to the update project generic credentials params
func (*UpdateProjectGenericCredentialsParams) WithDefaults ¶
func (o *UpdateProjectGenericCredentialsParams) WithDefaults() *UpdateProjectGenericCredentialsParams
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 ¶
func (o *UpdateProjectGenericCredentialsParams) WithHTTPClient(client *http.Client) *UpdateProjectGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the update project generic credentials params
func (*UpdateProjectGenericCredentialsParams) WithProject ¶
func (o *UpdateProjectGenericCredentialsParams) WithProject(project string) *UpdateProjectGenericCredentialsParams
WithProject adds the project to the update project generic credentials params
func (*UpdateProjectGenericCredentialsParams) WithTimeout ¶
func (o *UpdateProjectGenericCredentialsParams) WithTimeout(timeout time.Duration) *UpdateProjectGenericCredentialsParams
WithTimeout adds the timeout to the update project generic credentials params
func (*UpdateProjectGenericCredentialsParams) WriteToRequest ¶
func (o *UpdateProjectGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UpdateProjectRepoCredentialsOK) Code() int
Code gets the status code for the update project repo credentials o k response
func (*UpdateProjectRepoCredentialsOK) Error ¶
func (o *UpdateProjectRepoCredentialsOK) Error() string
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 ¶
func (o *UpdateProjectRepoCredentialsOK) String() 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 ¶
func (o *UpdateProjectRepoCredentialsParams) SetBody(body *models.UpdateRepoCredentialsRequest)
SetBody adds the body to the update project repo credentials params
func (*UpdateProjectRepoCredentialsParams) SetContext ¶
func (o *UpdateProjectRepoCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *UpdateProjectRepoCredentialsParams) WithBody(body *models.UpdateRepoCredentialsRequest) *UpdateProjectRepoCredentialsParams
WithBody adds the body to the update project repo credentials params
func (*UpdateProjectRepoCredentialsParams) WithContext ¶
func (o *UpdateProjectRepoCredentialsParams) WithContext(ctx context.Context) *UpdateProjectRepoCredentialsParams
WithContext adds the context to the update project repo credentials params
func (*UpdateProjectRepoCredentialsParams) WithDefaults ¶
func (o *UpdateProjectRepoCredentialsParams) WithDefaults() *UpdateProjectRepoCredentialsParams
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 ¶
func (o *UpdateProjectRepoCredentialsParams) WithHTTPClient(client *http.Client) *UpdateProjectRepoCredentialsParams
WithHTTPClient adds the HTTPClient to the update project repo credentials params
func (*UpdateProjectRepoCredentialsParams) WithProject ¶
func (o *UpdateProjectRepoCredentialsParams) WithProject(project string) *UpdateProjectRepoCredentialsParams
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 ¶
func (o *UpdateProjectRepoCredentialsParams) WithTimeout(timeout time.Duration) *UpdateProjectRepoCredentialsParams
WithTimeout adds the timeout to the update project repo credentials params
func (*UpdateProjectRepoCredentialsParams) WriteToRequest ¶
func (o *UpdateProjectRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *UpdateSharedGenericCredentialsOK) Code() int
Code gets the status code for the update shared generic credentials o k response
func (*UpdateSharedGenericCredentialsOK) Error ¶
func (o *UpdateSharedGenericCredentialsOK) Error() string
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 ¶
func (o *UpdateSharedGenericCredentialsOK) String() string
type UpdateSharedGenericCredentialsParams ¶
type UpdateSharedGenericCredentialsParams struct {
Body *models.UpdateGenericCredentialsRequest
GenericCredentials string
// 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 ¶
func (o *UpdateSharedGenericCredentialsParams) SetBody(body *models.UpdateGenericCredentialsRequest)
SetBody adds the body to the update shared generic credentials params
func (*UpdateSharedGenericCredentialsParams) SetContext ¶
func (o *UpdateSharedGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *UpdateSharedGenericCredentialsParams) WithBody(body *models.UpdateGenericCredentialsRequest) *UpdateSharedGenericCredentialsParams
WithBody adds the body to the update shared generic credentials params
func (*UpdateSharedGenericCredentialsParams) WithContext ¶
func (o *UpdateSharedGenericCredentialsParams) WithContext(ctx context.Context) *UpdateSharedGenericCredentialsParams
WithContext adds the context to the update shared generic credentials params
func (*UpdateSharedGenericCredentialsParams) WithDefaults ¶
func (o *UpdateSharedGenericCredentialsParams) WithDefaults() *UpdateSharedGenericCredentialsParams
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 ¶
func (o *UpdateSharedGenericCredentialsParams) WithHTTPClient(client *http.Client) *UpdateSharedGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the update shared generic credentials params
func (*UpdateSharedGenericCredentialsParams) WithTimeout ¶
func (o *UpdateSharedGenericCredentialsParams) WithTimeout(timeout time.Duration) *UpdateSharedGenericCredentialsParams
WithTimeout adds the timeout to the update shared generic credentials params
func (*UpdateSharedGenericCredentialsParams) WriteToRequest ¶
func (o *UpdateSharedGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *UpdateSharedRepoCredentialsOK) Code() int
Code gets the status code for the update shared repo credentials o k response
func (*UpdateSharedRepoCredentialsOK) Error ¶
func (o *UpdateSharedRepoCredentialsOK) Error() string
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 ¶
func (o *UpdateSharedRepoCredentialsOK) String() string
type UpdateSharedRepoCredentialsParams ¶
type UpdateSharedRepoCredentialsParams struct {
Body *models.UpdateRepoCredentialsRequest
RepoCredentials string
// 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 ¶
func (o *UpdateSharedRepoCredentialsParams) SetBody(body *models.UpdateRepoCredentialsRequest)
SetBody adds the body to the update shared repo credentials params
func (*UpdateSharedRepoCredentialsParams) SetContext ¶
func (o *UpdateSharedRepoCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *UpdateSharedRepoCredentialsParams) WithBody(body *models.UpdateRepoCredentialsRequest) *UpdateSharedRepoCredentialsParams
WithBody adds the body to the update shared repo credentials params
func (*UpdateSharedRepoCredentialsParams) WithContext ¶
func (o *UpdateSharedRepoCredentialsParams) WithContext(ctx context.Context) *UpdateSharedRepoCredentialsParams
WithContext adds the context to the update shared repo credentials params
func (*UpdateSharedRepoCredentialsParams) WithDefaults ¶
func (o *UpdateSharedRepoCredentialsParams) WithDefaults() *UpdateSharedRepoCredentialsParams
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 ¶
func (o *UpdateSharedRepoCredentialsParams) WithHTTPClient(client *http.Client) *UpdateSharedRepoCredentialsParams
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 ¶
func (o *UpdateSharedRepoCredentialsParams) WithTimeout(timeout time.Duration) *UpdateSharedRepoCredentialsParams
WithTimeout adds the timeout to the update shared repo credentials params
func (*UpdateSharedRepoCredentialsParams) WriteToRequest ¶
func (o *UpdateSharedRepoCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UpdateSystemGenericCredentialsOK) Code() int
Code gets the status code for the update system generic credentials o k response
func (*UpdateSystemGenericCredentialsOK) Error ¶
func (o *UpdateSystemGenericCredentialsOK) Error() string
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 ¶
func (o *UpdateSystemGenericCredentialsOK) String() 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 ¶
func (o *UpdateSystemGenericCredentialsParams) SetBody(body *models.UpdateGenericCredentialsRequest)
SetBody adds the body to the update system generic credentials params
func (*UpdateSystemGenericCredentialsParams) SetContext ¶
func (o *UpdateSystemGenericCredentialsParams) SetContext(ctx context.Context)
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 ¶
func (o *UpdateSystemGenericCredentialsParams) WithBody(body *models.UpdateGenericCredentialsRequest) *UpdateSystemGenericCredentialsParams
WithBody adds the body to the update system generic credentials params
func (*UpdateSystemGenericCredentialsParams) WithContext ¶
func (o *UpdateSystemGenericCredentialsParams) WithContext(ctx context.Context) *UpdateSystemGenericCredentialsParams
WithContext adds the context to the update system generic credentials params
func (*UpdateSystemGenericCredentialsParams) WithDefaults ¶
func (o *UpdateSystemGenericCredentialsParams) WithDefaults() *UpdateSystemGenericCredentialsParams
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 ¶
func (o *UpdateSystemGenericCredentialsParams) WithHTTPClient(client *http.Client) *UpdateSystemGenericCredentialsParams
WithHTTPClient adds the HTTPClient to the update system generic credentials params
func (*UpdateSystemGenericCredentialsParams) WithTimeout ¶
func (o *UpdateSystemGenericCredentialsParams) WithTimeout(timeout time.Duration) *UpdateSystemGenericCredentialsParams
WithTimeout adds the timeout to the update system generic credentials params
func (*UpdateSystemGenericCredentialsParams) WriteToRequest ¶
func (o *UpdateSystemGenericCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
¶
- create_project_generic_credentials_parameters.go
- create_project_generic_credentials_responses.go
- create_project_repo_credentials_parameters.go
- create_project_repo_credentials_responses.go
- create_shared_generic_credentials_parameters.go
- create_shared_generic_credentials_responses.go
- create_shared_repo_credentials_parameters.go
- create_shared_repo_credentials_responses.go
- create_system_generic_credentials_parameters.go
- create_system_generic_credentials_responses.go
- credentials_client.go
- delete_project_generic_credentials_parameters.go
- delete_project_generic_credentials_responses.go
- delete_project_repo_credentials_parameters.go
- delete_project_repo_credentials_responses.go
- delete_shared_generic_credentials_parameters.go
- delete_shared_generic_credentials_responses.go
- delete_shared_repo_credentials_parameters.go
- delete_shared_repo_credentials_responses.go
- delete_system_generic_credentials_parameters.go
- delete_system_generic_credentials_responses.go
- get_project_generic_credentials_parameters.go
- get_project_generic_credentials_responses.go
- get_project_repo_credentials_parameters.go
- get_project_repo_credentials_responses.go
- get_shared_generic_credentials_parameters.go
- get_shared_generic_credentials_responses.go
- get_shared_repo_credentials_parameters.go
- get_shared_repo_credentials_responses.go
- get_system_generic_credentials_parameters.go
- get_system_generic_credentials_responses.go
- list_project_generic_credentials_parameters.go
- list_project_generic_credentials_responses.go
- list_project_repo_credentials_parameters.go
- list_project_repo_credentials_responses.go
- list_shared_generic_credentials_parameters.go
- list_shared_generic_credentials_responses.go
- list_shared_repo_credentials_parameters.go
- list_shared_repo_credentials_responses.go
- list_system_generic_credentials_parameters.go
- list_system_generic_credentials_responses.go
- patch_project_generic_credentials_parameters.go
- patch_project_generic_credentials_responses.go
- patch_project_repo_credentials_parameters.go
- patch_project_repo_credentials_responses.go
- patch_shared_generic_credentials_parameters.go
- patch_shared_generic_credentials_responses.go
- patch_shared_repo_credentials_parameters.go
- patch_shared_repo_credentials_responses.go
- patch_system_generic_credentials_parameters.go
- patch_system_generic_credentials_responses.go
- update_project_generic_credentials_parameters.go
- update_project_generic_credentials_responses.go
- update_project_repo_credentials_parameters.go
- update_project_repo_credentials_responses.go
- update_shared_generic_credentials_parameters.go
- update_shared_generic_credentials_responses.go
- update_shared_repo_credentials_parameters.go
- update_shared_repo_credentials_responses.go
- update_system_generic_credentials_parameters.go
- update_system_generic_credentials_responses.go