Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateMeteringReportConfiguration(params *CreateMeteringReportConfigurationParams, ...) (*CreateMeteringReportConfigurationCreated, error)
- func (a *Client) CreateOrUpdateMeteringConfigurations(params *CreateOrUpdateMeteringConfigurationsParams, ...) (*CreateOrUpdateMeteringConfigurationsOK, error)
- func (a *Client) CreateOrUpdateMeteringCredentials(params *CreateOrUpdateMeteringCredentialsParams, ...) (*CreateOrUpdateMeteringCredentialsOK, error)
- func (a *Client) CreateSeed(params *CreateSeedParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSeedOK, error)
- func (a *Client) DeleteAdmissionPlugin(params *DeleteAdmissionPluginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAdmissionPluginOK, error)
- func (a *Client) DeleteBackupDestination(params *DeleteBackupDestinationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteBackupDestinationOK, error)
- func (a *Client) DeleteMeteringReportConfiguration(params *DeleteMeteringReportConfigurationParams, ...) (*DeleteMeteringReportConfigurationOK, error)
- func (a *Client) DeleteSeed(params *DeleteSeedParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSeedOK, error)
- func (a *Client) GetAdmins(params *GetAdminsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAdminsOK, error)
- func (a *Client) GetAdmissionPlugin(params *GetAdmissionPluginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAdmissionPluginOK, error)
- func (a *Client) GetKubermaticCustomLinks(params *GetKubermaticCustomLinksParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetKubermaticCustomLinksOK, error)
- func (a *Client) GetKubermaticSettings(params *GetKubermaticSettingsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetKubermaticSettingsOK, error)
- func (a *Client) GetMeteringReportConfiguration(params *GetMeteringReportConfigurationParams, ...) (*GetMeteringReportConfigurationOK, error)
- func (a *Client) GetSeed(params *GetSeedParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSeedOK, error)
- func (a *Client) ListAdmissionPlugins(params *ListAdmissionPluginsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAdmissionPluginsOK, error)
- func (a *Client) ListMeteringReportConfigurations(params *ListMeteringReportConfigurationsParams, ...) (*ListMeteringReportConfigurationsOK, error)
- func (a *Client) ListSeeds(params *ListSeedsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListSeedsOK, error)
- func (a *Client) PatchKubermaticSettings(params *PatchKubermaticSettingsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchKubermaticSettingsOK, error)
- func (a *Client) SetAdmin(params *SetAdminParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SetAdminOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateAdmissionPlugin(params *UpdateAdmissionPluginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAdmissionPluginOK, error)
- func (a *Client) UpdateMeteringReportConfiguration(params *UpdateMeteringReportConfigurationParams, ...) (*UpdateMeteringReportConfigurationOK, error)
- func (a *Client) UpdateSeed(params *UpdateSeedParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateSeedOK, error)
- type ClientOption
- type ClientService
- type CreateMeteringReportConfigurationBody
- func (o *CreateMeteringReportConfigurationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateMeteringReportConfigurationBody) MarshalBinary() ([]byte, error)
- func (o *CreateMeteringReportConfigurationBody) UnmarshalBinary(b []byte) error
- func (o *CreateMeteringReportConfigurationBody) Validate(formats strfmt.Registry) error
- type CreateMeteringReportConfigurationCreated
- func (o *CreateMeteringReportConfigurationCreated) Error() string
- func (o *CreateMeteringReportConfigurationCreated) IsClientError() bool
- func (o *CreateMeteringReportConfigurationCreated) IsCode(code int) bool
- func (o *CreateMeteringReportConfigurationCreated) IsRedirect() bool
- func (o *CreateMeteringReportConfigurationCreated) IsServerError() bool
- func (o *CreateMeteringReportConfigurationCreated) IsSuccess() bool
- func (o *CreateMeteringReportConfigurationCreated) String() string
- type CreateMeteringReportConfigurationDefault
- func (o *CreateMeteringReportConfigurationDefault) Code() int
- func (o *CreateMeteringReportConfigurationDefault) Error() string
- func (o *CreateMeteringReportConfigurationDefault) GetPayload() *models.ErrorResponse
- func (o *CreateMeteringReportConfigurationDefault) IsClientError() bool
- func (o *CreateMeteringReportConfigurationDefault) IsCode(code int) bool
- func (o *CreateMeteringReportConfigurationDefault) IsRedirect() bool
- func (o *CreateMeteringReportConfigurationDefault) IsServerError() bool
- func (o *CreateMeteringReportConfigurationDefault) IsSuccess() bool
- func (o *CreateMeteringReportConfigurationDefault) String() string
- type CreateMeteringReportConfigurationForbidden
- func (o *CreateMeteringReportConfigurationForbidden) Error() string
- func (o *CreateMeteringReportConfigurationForbidden) IsClientError() bool
- func (o *CreateMeteringReportConfigurationForbidden) IsCode(code int) bool
- func (o *CreateMeteringReportConfigurationForbidden) IsRedirect() bool
- func (o *CreateMeteringReportConfigurationForbidden) IsServerError() bool
- func (o *CreateMeteringReportConfigurationForbidden) IsSuccess() bool
- func (o *CreateMeteringReportConfigurationForbidden) String() string
- type CreateMeteringReportConfigurationParams
- func NewCreateMeteringReportConfigurationParams() *CreateMeteringReportConfigurationParams
- func NewCreateMeteringReportConfigurationParamsWithContext(ctx context.Context) *CreateMeteringReportConfigurationParams
- func NewCreateMeteringReportConfigurationParamsWithHTTPClient(client *http.Client) *CreateMeteringReportConfigurationParams
- func NewCreateMeteringReportConfigurationParamsWithTimeout(timeout time.Duration) *CreateMeteringReportConfigurationParams
- func (o *CreateMeteringReportConfigurationParams) SetBody(body CreateMeteringReportConfigurationBody)
- func (o *CreateMeteringReportConfigurationParams) SetContext(ctx context.Context)
- func (o *CreateMeteringReportConfigurationParams) SetDefaults()
- func (o *CreateMeteringReportConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *CreateMeteringReportConfigurationParams) SetName(name string)
- func (o *CreateMeteringReportConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *CreateMeteringReportConfigurationParams) WithBody(body CreateMeteringReportConfigurationBody) *CreateMeteringReportConfigurationParams
- func (o *CreateMeteringReportConfigurationParams) WithContext(ctx context.Context) *CreateMeteringReportConfigurationParams
- func (o *CreateMeteringReportConfigurationParams) WithDefaults() *CreateMeteringReportConfigurationParams
- func (o *CreateMeteringReportConfigurationParams) WithHTTPClient(client *http.Client) *CreateMeteringReportConfigurationParams
- func (o *CreateMeteringReportConfigurationParams) WithName(name string) *CreateMeteringReportConfigurationParams
- func (o *CreateMeteringReportConfigurationParams) WithTimeout(timeout time.Duration) *CreateMeteringReportConfigurationParams
- func (o *CreateMeteringReportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateMeteringReportConfigurationReader
- type CreateMeteringReportConfigurationUnauthorized
- func (o *CreateMeteringReportConfigurationUnauthorized) Error() string
- func (o *CreateMeteringReportConfigurationUnauthorized) IsClientError() bool
- func (o *CreateMeteringReportConfigurationUnauthorized) IsCode(code int) bool
- func (o *CreateMeteringReportConfigurationUnauthorized) IsRedirect() bool
- func (o *CreateMeteringReportConfigurationUnauthorized) IsServerError() bool
- func (o *CreateMeteringReportConfigurationUnauthorized) IsSuccess() bool
- func (o *CreateMeteringReportConfigurationUnauthorized) String() string
- type CreateOrUpdateMeteringConfigurationsDefault
- func (o *CreateOrUpdateMeteringConfigurationsDefault) Code() int
- func (o *CreateOrUpdateMeteringConfigurationsDefault) Error() string
- func (o *CreateOrUpdateMeteringConfigurationsDefault) GetPayload() *models.ErrorResponse
- func (o *CreateOrUpdateMeteringConfigurationsDefault) IsClientError() bool
- func (o *CreateOrUpdateMeteringConfigurationsDefault) IsCode(code int) bool
- func (o *CreateOrUpdateMeteringConfigurationsDefault) IsRedirect() bool
- func (o *CreateOrUpdateMeteringConfigurationsDefault) IsServerError() bool
- func (o *CreateOrUpdateMeteringConfigurationsDefault) IsSuccess() bool
- func (o *CreateOrUpdateMeteringConfigurationsDefault) String() string
- type CreateOrUpdateMeteringConfigurationsForbidden
- func (o *CreateOrUpdateMeteringConfigurationsForbidden) Error() string
- func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsClientError() bool
- func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsCode(code int) bool
- func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsRedirect() bool
- func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsServerError() bool
- func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsSuccess() bool
- func (o *CreateOrUpdateMeteringConfigurationsForbidden) String() string
- type CreateOrUpdateMeteringConfigurationsOK
- func (o *CreateOrUpdateMeteringConfigurationsOK) Error() string
- func (o *CreateOrUpdateMeteringConfigurationsOK) IsClientError() bool
- func (o *CreateOrUpdateMeteringConfigurationsOK) IsCode(code int) bool
- func (o *CreateOrUpdateMeteringConfigurationsOK) IsRedirect() bool
- func (o *CreateOrUpdateMeteringConfigurationsOK) IsServerError() bool
- func (o *CreateOrUpdateMeteringConfigurationsOK) IsSuccess() bool
- func (o *CreateOrUpdateMeteringConfigurationsOK) String() string
- type CreateOrUpdateMeteringConfigurationsParams
- func NewCreateOrUpdateMeteringConfigurationsParams() *CreateOrUpdateMeteringConfigurationsParams
- func NewCreateOrUpdateMeteringConfigurationsParamsWithContext(ctx context.Context) *CreateOrUpdateMeteringConfigurationsParams
- func NewCreateOrUpdateMeteringConfigurationsParamsWithHTTPClient(client *http.Client) *CreateOrUpdateMeteringConfigurationsParams
- func NewCreateOrUpdateMeteringConfigurationsParamsWithTimeout(timeout time.Duration) *CreateOrUpdateMeteringConfigurationsParams
- func (o *CreateOrUpdateMeteringConfigurationsParams) SetContext(ctx context.Context)
- func (o *CreateOrUpdateMeteringConfigurationsParams) SetDefaults()
- func (o *CreateOrUpdateMeteringConfigurationsParams) SetHTTPClient(client *http.Client)
- func (o *CreateOrUpdateMeteringConfigurationsParams) SetTimeout(timeout time.Duration)
- func (o *CreateOrUpdateMeteringConfigurationsParams) WithContext(ctx context.Context) *CreateOrUpdateMeteringConfigurationsParams
- func (o *CreateOrUpdateMeteringConfigurationsParams) WithDefaults() *CreateOrUpdateMeteringConfigurationsParams
- func (o *CreateOrUpdateMeteringConfigurationsParams) WithHTTPClient(client *http.Client) *CreateOrUpdateMeteringConfigurationsParams
- func (o *CreateOrUpdateMeteringConfigurationsParams) WithTimeout(timeout time.Duration) *CreateOrUpdateMeteringConfigurationsParams
- func (o *CreateOrUpdateMeteringConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateOrUpdateMeteringConfigurationsReader
- type CreateOrUpdateMeteringConfigurationsUnauthorized
- func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) Error() string
- func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsClientError() bool
- func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsCode(code int) bool
- func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsRedirect() bool
- func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsServerError() bool
- func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsSuccess() bool
- func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) String() string
- type CreateOrUpdateMeteringCredentialsDefault
- func (o *CreateOrUpdateMeteringCredentialsDefault) Code() int
- func (o *CreateOrUpdateMeteringCredentialsDefault) Error() string
- func (o *CreateOrUpdateMeteringCredentialsDefault) GetPayload() *models.ErrorResponse
- func (o *CreateOrUpdateMeteringCredentialsDefault) IsClientError() bool
- func (o *CreateOrUpdateMeteringCredentialsDefault) IsCode(code int) bool
- func (o *CreateOrUpdateMeteringCredentialsDefault) IsRedirect() bool
- func (o *CreateOrUpdateMeteringCredentialsDefault) IsServerError() bool
- func (o *CreateOrUpdateMeteringCredentialsDefault) IsSuccess() bool
- func (o *CreateOrUpdateMeteringCredentialsDefault) String() string
- type CreateOrUpdateMeteringCredentialsForbidden
- func (o *CreateOrUpdateMeteringCredentialsForbidden) Error() string
- func (o *CreateOrUpdateMeteringCredentialsForbidden) IsClientError() bool
- func (o *CreateOrUpdateMeteringCredentialsForbidden) IsCode(code int) bool
- func (o *CreateOrUpdateMeteringCredentialsForbidden) IsRedirect() bool
- func (o *CreateOrUpdateMeteringCredentialsForbidden) IsServerError() bool
- func (o *CreateOrUpdateMeteringCredentialsForbidden) IsSuccess() bool
- func (o *CreateOrUpdateMeteringCredentialsForbidden) String() string
- type CreateOrUpdateMeteringCredentialsOK
- func (o *CreateOrUpdateMeteringCredentialsOK) Error() string
- func (o *CreateOrUpdateMeteringCredentialsOK) IsClientError() bool
- func (o *CreateOrUpdateMeteringCredentialsOK) IsCode(code int) bool
- func (o *CreateOrUpdateMeteringCredentialsOK) IsRedirect() bool
- func (o *CreateOrUpdateMeteringCredentialsOK) IsServerError() bool
- func (o *CreateOrUpdateMeteringCredentialsOK) IsSuccess() bool
- func (o *CreateOrUpdateMeteringCredentialsOK) String() string
- type CreateOrUpdateMeteringCredentialsParams
- func NewCreateOrUpdateMeteringCredentialsParams() *CreateOrUpdateMeteringCredentialsParams
- func NewCreateOrUpdateMeteringCredentialsParamsWithContext(ctx context.Context) *CreateOrUpdateMeteringCredentialsParams
- func NewCreateOrUpdateMeteringCredentialsParamsWithHTTPClient(client *http.Client) *CreateOrUpdateMeteringCredentialsParams
- func NewCreateOrUpdateMeteringCredentialsParamsWithTimeout(timeout time.Duration) *CreateOrUpdateMeteringCredentialsParams
- func (o *CreateOrUpdateMeteringCredentialsParams) SetContext(ctx context.Context)
- func (o *CreateOrUpdateMeteringCredentialsParams) SetDefaults()
- func (o *CreateOrUpdateMeteringCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *CreateOrUpdateMeteringCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *CreateOrUpdateMeteringCredentialsParams) WithContext(ctx context.Context) *CreateOrUpdateMeteringCredentialsParams
- func (o *CreateOrUpdateMeteringCredentialsParams) WithDefaults() *CreateOrUpdateMeteringCredentialsParams
- func (o *CreateOrUpdateMeteringCredentialsParams) WithHTTPClient(client *http.Client) *CreateOrUpdateMeteringCredentialsParams
- func (o *CreateOrUpdateMeteringCredentialsParams) WithTimeout(timeout time.Duration) *CreateOrUpdateMeteringCredentialsParams
- func (o *CreateOrUpdateMeteringCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateOrUpdateMeteringCredentialsReader
- type CreateOrUpdateMeteringCredentialsUnauthorized
- func (o *CreateOrUpdateMeteringCredentialsUnauthorized) Error() string
- func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsClientError() bool
- func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsCode(code int) bool
- func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsRedirect() bool
- func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsServerError() bool
- func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsSuccess() bool
- func (o *CreateOrUpdateMeteringCredentialsUnauthorized) String() string
- type CreateSeedBody
- type CreateSeedDefault
- func (o *CreateSeedDefault) Code() int
- func (o *CreateSeedDefault) Error() string
- func (o *CreateSeedDefault) GetPayload() *models.ErrorResponse
- func (o *CreateSeedDefault) IsClientError() bool
- func (o *CreateSeedDefault) IsCode(code int) bool
- func (o *CreateSeedDefault) IsRedirect() bool
- func (o *CreateSeedDefault) IsServerError() bool
- func (o *CreateSeedDefault) IsSuccess() bool
- func (o *CreateSeedDefault) String() string
- type CreateSeedForbidden
- func (o *CreateSeedForbidden) Error() string
- func (o *CreateSeedForbidden) IsClientError() bool
- func (o *CreateSeedForbidden) IsCode(code int) bool
- func (o *CreateSeedForbidden) IsRedirect() bool
- func (o *CreateSeedForbidden) IsServerError() bool
- func (o *CreateSeedForbidden) IsSuccess() bool
- func (o *CreateSeedForbidden) String() string
- type CreateSeedOK
- func (o *CreateSeedOK) Error() string
- func (o *CreateSeedOK) GetPayload() *models.Seed
- func (o *CreateSeedOK) IsClientError() bool
- func (o *CreateSeedOK) IsCode(code int) bool
- func (o *CreateSeedOK) IsRedirect() bool
- func (o *CreateSeedOK) IsServerError() bool
- func (o *CreateSeedOK) IsSuccess() bool
- func (o *CreateSeedOK) String() string
- type CreateSeedParams
- func (o *CreateSeedParams) SetBody(body CreateSeedBody)
- func (o *CreateSeedParams) SetContext(ctx context.Context)
- func (o *CreateSeedParams) SetDefaults()
- func (o *CreateSeedParams) SetHTTPClient(client *http.Client)
- func (o *CreateSeedParams) SetTimeout(timeout time.Duration)
- func (o *CreateSeedParams) WithBody(body CreateSeedBody) *CreateSeedParams
- func (o *CreateSeedParams) WithContext(ctx context.Context) *CreateSeedParams
- func (o *CreateSeedParams) WithDefaults() *CreateSeedParams
- func (o *CreateSeedParams) WithHTTPClient(client *http.Client) *CreateSeedParams
- func (o *CreateSeedParams) WithTimeout(timeout time.Duration) *CreateSeedParams
- func (o *CreateSeedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSeedReader
- type CreateSeedUnauthorized
- func (o *CreateSeedUnauthorized) Error() string
- func (o *CreateSeedUnauthorized) IsClientError() bool
- func (o *CreateSeedUnauthorized) IsCode(code int) bool
- func (o *CreateSeedUnauthorized) IsRedirect() bool
- func (o *CreateSeedUnauthorized) IsServerError() bool
- func (o *CreateSeedUnauthorized) IsSuccess() bool
- func (o *CreateSeedUnauthorized) String() string
- type DeleteAdmissionPluginDefault
- func (o *DeleteAdmissionPluginDefault) Code() int
- func (o *DeleteAdmissionPluginDefault) Error() string
- func (o *DeleteAdmissionPluginDefault) GetPayload() *models.ErrorResponse
- func (o *DeleteAdmissionPluginDefault) IsClientError() bool
- func (o *DeleteAdmissionPluginDefault) IsCode(code int) bool
- func (o *DeleteAdmissionPluginDefault) IsRedirect() bool
- func (o *DeleteAdmissionPluginDefault) IsServerError() bool
- func (o *DeleteAdmissionPluginDefault) IsSuccess() bool
- func (o *DeleteAdmissionPluginDefault) String() string
- type DeleteAdmissionPluginForbidden
- func (o *DeleteAdmissionPluginForbidden) Error() string
- func (o *DeleteAdmissionPluginForbidden) IsClientError() bool
- func (o *DeleteAdmissionPluginForbidden) IsCode(code int) bool
- func (o *DeleteAdmissionPluginForbidden) IsRedirect() bool
- func (o *DeleteAdmissionPluginForbidden) IsServerError() bool
- func (o *DeleteAdmissionPluginForbidden) IsSuccess() bool
- func (o *DeleteAdmissionPluginForbidden) String() string
- type DeleteAdmissionPluginOK
- func (o *DeleteAdmissionPluginOK) Error() string
- func (o *DeleteAdmissionPluginOK) IsClientError() bool
- func (o *DeleteAdmissionPluginOK) IsCode(code int) bool
- func (o *DeleteAdmissionPluginOK) IsRedirect() bool
- func (o *DeleteAdmissionPluginOK) IsServerError() bool
- func (o *DeleteAdmissionPluginOK) IsSuccess() bool
- func (o *DeleteAdmissionPluginOK) String() string
- type DeleteAdmissionPluginParams
- func NewDeleteAdmissionPluginParams() *DeleteAdmissionPluginParams
- func NewDeleteAdmissionPluginParamsWithContext(ctx context.Context) *DeleteAdmissionPluginParams
- func NewDeleteAdmissionPluginParamsWithHTTPClient(client *http.Client) *DeleteAdmissionPluginParams
- func NewDeleteAdmissionPluginParamsWithTimeout(timeout time.Duration) *DeleteAdmissionPluginParams
- func (o *DeleteAdmissionPluginParams) SetContext(ctx context.Context)
- func (o *DeleteAdmissionPluginParams) SetDefaults()
- func (o *DeleteAdmissionPluginParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAdmissionPluginParams) SetName(name string)
- func (o *DeleteAdmissionPluginParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAdmissionPluginParams) WithContext(ctx context.Context) *DeleteAdmissionPluginParams
- func (o *DeleteAdmissionPluginParams) WithDefaults() *DeleteAdmissionPluginParams
- func (o *DeleteAdmissionPluginParams) WithHTTPClient(client *http.Client) *DeleteAdmissionPluginParams
- func (o *DeleteAdmissionPluginParams) WithName(name string) *DeleteAdmissionPluginParams
- func (o *DeleteAdmissionPluginParams) WithTimeout(timeout time.Duration) *DeleteAdmissionPluginParams
- func (o *DeleteAdmissionPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAdmissionPluginReader
- type DeleteAdmissionPluginUnauthorized
- func (o *DeleteAdmissionPluginUnauthorized) Error() string
- func (o *DeleteAdmissionPluginUnauthorized) IsClientError() bool
- func (o *DeleteAdmissionPluginUnauthorized) IsCode(code int) bool
- func (o *DeleteAdmissionPluginUnauthorized) IsRedirect() bool
- func (o *DeleteAdmissionPluginUnauthorized) IsServerError() bool
- func (o *DeleteAdmissionPluginUnauthorized) IsSuccess() bool
- func (o *DeleteAdmissionPluginUnauthorized) String() string
- type DeleteBackupDestinationDefault
- func (o *DeleteBackupDestinationDefault) Code() int
- func (o *DeleteBackupDestinationDefault) Error() string
- func (o *DeleteBackupDestinationDefault) GetPayload() *models.ErrorResponse
- func (o *DeleteBackupDestinationDefault) IsClientError() bool
- func (o *DeleteBackupDestinationDefault) IsCode(code int) bool
- func (o *DeleteBackupDestinationDefault) IsRedirect() bool
- func (o *DeleteBackupDestinationDefault) IsServerError() bool
- func (o *DeleteBackupDestinationDefault) IsSuccess() bool
- func (o *DeleteBackupDestinationDefault) String() string
- type DeleteBackupDestinationForbidden
- func (o *DeleteBackupDestinationForbidden) Error() string
- func (o *DeleteBackupDestinationForbidden) IsClientError() bool
- func (o *DeleteBackupDestinationForbidden) IsCode(code int) bool
- func (o *DeleteBackupDestinationForbidden) IsRedirect() bool
- func (o *DeleteBackupDestinationForbidden) IsServerError() bool
- func (o *DeleteBackupDestinationForbidden) IsSuccess() bool
- func (o *DeleteBackupDestinationForbidden) String() string
- type DeleteBackupDestinationOK
- func (o *DeleteBackupDestinationOK) Error() string
- func (o *DeleteBackupDestinationOK) IsClientError() bool
- func (o *DeleteBackupDestinationOK) IsCode(code int) bool
- func (o *DeleteBackupDestinationOK) IsRedirect() bool
- func (o *DeleteBackupDestinationOK) IsServerError() bool
- func (o *DeleteBackupDestinationOK) IsSuccess() bool
- func (o *DeleteBackupDestinationOK) String() string
- type DeleteBackupDestinationParams
- func NewDeleteBackupDestinationParams() *DeleteBackupDestinationParams
- func NewDeleteBackupDestinationParamsWithContext(ctx context.Context) *DeleteBackupDestinationParams
- func NewDeleteBackupDestinationParamsWithHTTPClient(client *http.Client) *DeleteBackupDestinationParams
- func NewDeleteBackupDestinationParamsWithTimeout(timeout time.Duration) *DeleteBackupDestinationParams
- func (o *DeleteBackupDestinationParams) SetBackupDestination(backupDestination string)
- func (o *DeleteBackupDestinationParams) SetContext(ctx context.Context)
- func (o *DeleteBackupDestinationParams) SetDefaults()
- func (o *DeleteBackupDestinationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteBackupDestinationParams) SetName(seedName string)
- func (o *DeleteBackupDestinationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteBackupDestinationParams) WithBackupDestination(backupDestination string) *DeleteBackupDestinationParams
- func (o *DeleteBackupDestinationParams) WithContext(ctx context.Context) *DeleteBackupDestinationParams
- func (o *DeleteBackupDestinationParams) WithDefaults() *DeleteBackupDestinationParams
- func (o *DeleteBackupDestinationParams) WithHTTPClient(client *http.Client) *DeleteBackupDestinationParams
- func (o *DeleteBackupDestinationParams) WithName(seedName string) *DeleteBackupDestinationParams
- func (o *DeleteBackupDestinationParams) WithTimeout(timeout time.Duration) *DeleteBackupDestinationParams
- func (o *DeleteBackupDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBackupDestinationReader
- type DeleteBackupDestinationUnauthorized
- func (o *DeleteBackupDestinationUnauthorized) Error() string
- func (o *DeleteBackupDestinationUnauthorized) IsClientError() bool
- func (o *DeleteBackupDestinationUnauthorized) IsCode(code int) bool
- func (o *DeleteBackupDestinationUnauthorized) IsRedirect() bool
- func (o *DeleteBackupDestinationUnauthorized) IsServerError() bool
- func (o *DeleteBackupDestinationUnauthorized) IsSuccess() bool
- func (o *DeleteBackupDestinationUnauthorized) String() string
- type DeleteMeteringReportConfigurationDefault
- func (o *DeleteMeteringReportConfigurationDefault) Code() int
- func (o *DeleteMeteringReportConfigurationDefault) Error() string
- func (o *DeleteMeteringReportConfigurationDefault) GetPayload() *models.ErrorResponse
- func (o *DeleteMeteringReportConfigurationDefault) IsClientError() bool
- func (o *DeleteMeteringReportConfigurationDefault) IsCode(code int) bool
- func (o *DeleteMeteringReportConfigurationDefault) IsRedirect() bool
- func (o *DeleteMeteringReportConfigurationDefault) IsServerError() bool
- func (o *DeleteMeteringReportConfigurationDefault) IsSuccess() bool
- func (o *DeleteMeteringReportConfigurationDefault) String() string
- type DeleteMeteringReportConfigurationForbidden
- func (o *DeleteMeteringReportConfigurationForbidden) Error() string
- func (o *DeleteMeteringReportConfigurationForbidden) IsClientError() bool
- func (o *DeleteMeteringReportConfigurationForbidden) IsCode(code int) bool
- func (o *DeleteMeteringReportConfigurationForbidden) IsRedirect() bool
- func (o *DeleteMeteringReportConfigurationForbidden) IsServerError() bool
- func (o *DeleteMeteringReportConfigurationForbidden) IsSuccess() bool
- func (o *DeleteMeteringReportConfigurationForbidden) String() string
- type DeleteMeteringReportConfigurationOK
- func (o *DeleteMeteringReportConfigurationOK) Error() string
- func (o *DeleteMeteringReportConfigurationOK) IsClientError() bool
- func (o *DeleteMeteringReportConfigurationOK) IsCode(code int) bool
- func (o *DeleteMeteringReportConfigurationOK) IsRedirect() bool
- func (o *DeleteMeteringReportConfigurationOK) IsServerError() bool
- func (o *DeleteMeteringReportConfigurationOK) IsSuccess() bool
- func (o *DeleteMeteringReportConfigurationOK) String() string
- type DeleteMeteringReportConfigurationParams
- func NewDeleteMeteringReportConfigurationParams() *DeleteMeteringReportConfigurationParams
- func NewDeleteMeteringReportConfigurationParamsWithContext(ctx context.Context) *DeleteMeteringReportConfigurationParams
- func NewDeleteMeteringReportConfigurationParamsWithHTTPClient(client *http.Client) *DeleteMeteringReportConfigurationParams
- func NewDeleteMeteringReportConfigurationParamsWithTimeout(timeout time.Duration) *DeleteMeteringReportConfigurationParams
- func (o *DeleteMeteringReportConfigurationParams) SetContext(ctx context.Context)
- func (o *DeleteMeteringReportConfigurationParams) SetDefaults()
- func (o *DeleteMeteringReportConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteMeteringReportConfigurationParams) SetName(name string)
- func (o *DeleteMeteringReportConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteMeteringReportConfigurationParams) WithContext(ctx context.Context) *DeleteMeteringReportConfigurationParams
- func (o *DeleteMeteringReportConfigurationParams) WithDefaults() *DeleteMeteringReportConfigurationParams
- func (o *DeleteMeteringReportConfigurationParams) WithHTTPClient(client *http.Client) *DeleteMeteringReportConfigurationParams
- func (o *DeleteMeteringReportConfigurationParams) WithName(name string) *DeleteMeteringReportConfigurationParams
- func (o *DeleteMeteringReportConfigurationParams) WithTimeout(timeout time.Duration) *DeleteMeteringReportConfigurationParams
- func (o *DeleteMeteringReportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteMeteringReportConfigurationReader
- type DeleteMeteringReportConfigurationUnauthorized
- func (o *DeleteMeteringReportConfigurationUnauthorized) Error() string
- func (o *DeleteMeteringReportConfigurationUnauthorized) IsClientError() bool
- func (o *DeleteMeteringReportConfigurationUnauthorized) IsCode(code int) bool
- func (o *DeleteMeteringReportConfigurationUnauthorized) IsRedirect() bool
- func (o *DeleteMeteringReportConfigurationUnauthorized) IsServerError() bool
- func (o *DeleteMeteringReportConfigurationUnauthorized) IsSuccess() bool
- func (o *DeleteMeteringReportConfigurationUnauthorized) String() string
- type DeleteSeedDefault
- func (o *DeleteSeedDefault) Code() int
- func (o *DeleteSeedDefault) Error() string
- func (o *DeleteSeedDefault) GetPayload() *models.ErrorResponse
- func (o *DeleteSeedDefault) IsClientError() bool
- func (o *DeleteSeedDefault) IsCode(code int) bool
- func (o *DeleteSeedDefault) IsRedirect() bool
- func (o *DeleteSeedDefault) IsServerError() bool
- func (o *DeleteSeedDefault) IsSuccess() bool
- func (o *DeleteSeedDefault) String() string
- type DeleteSeedForbidden
- func (o *DeleteSeedForbidden) Error() string
- func (o *DeleteSeedForbidden) IsClientError() bool
- func (o *DeleteSeedForbidden) IsCode(code int) bool
- func (o *DeleteSeedForbidden) IsRedirect() bool
- func (o *DeleteSeedForbidden) IsServerError() bool
- func (o *DeleteSeedForbidden) IsSuccess() bool
- func (o *DeleteSeedForbidden) String() string
- type DeleteSeedOK
- type DeleteSeedParams
- func (o *DeleteSeedParams) SetContext(ctx context.Context)
- func (o *DeleteSeedParams) SetDefaults()
- func (o *DeleteSeedParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSeedParams) SetName(seedName string)
- func (o *DeleteSeedParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSeedParams) WithContext(ctx context.Context) *DeleteSeedParams
- func (o *DeleteSeedParams) WithDefaults() *DeleteSeedParams
- func (o *DeleteSeedParams) WithHTTPClient(client *http.Client) *DeleteSeedParams
- func (o *DeleteSeedParams) WithName(seedName string) *DeleteSeedParams
- func (o *DeleteSeedParams) WithTimeout(timeout time.Duration) *DeleteSeedParams
- func (o *DeleteSeedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSeedReader
- type DeleteSeedUnauthorized
- func (o *DeleteSeedUnauthorized) Error() string
- func (o *DeleteSeedUnauthorized) IsClientError() bool
- func (o *DeleteSeedUnauthorized) IsCode(code int) bool
- func (o *DeleteSeedUnauthorized) IsRedirect() bool
- func (o *DeleteSeedUnauthorized) IsServerError() bool
- func (o *DeleteSeedUnauthorized) IsSuccess() bool
- func (o *DeleteSeedUnauthorized) String() string
- type GetAdminsDefault
- func (o *GetAdminsDefault) Code() int
- func (o *GetAdminsDefault) Error() string
- func (o *GetAdminsDefault) GetPayload() *models.ErrorResponse
- func (o *GetAdminsDefault) IsClientError() bool
- func (o *GetAdminsDefault) IsCode(code int) bool
- func (o *GetAdminsDefault) IsRedirect() bool
- func (o *GetAdminsDefault) IsServerError() bool
- func (o *GetAdminsDefault) IsSuccess() bool
- func (o *GetAdminsDefault) String() string
- type GetAdminsForbidden
- func (o *GetAdminsForbidden) Error() string
- func (o *GetAdminsForbidden) IsClientError() bool
- func (o *GetAdminsForbidden) IsCode(code int) bool
- func (o *GetAdminsForbidden) IsRedirect() bool
- func (o *GetAdminsForbidden) IsServerError() bool
- func (o *GetAdminsForbidden) IsSuccess() bool
- func (o *GetAdminsForbidden) String() string
- type GetAdminsOK
- func (o *GetAdminsOK) Error() string
- func (o *GetAdminsOK) GetPayload() []*models.Admin
- func (o *GetAdminsOK) IsClientError() bool
- func (o *GetAdminsOK) IsCode(code int) bool
- func (o *GetAdminsOK) IsRedirect() bool
- func (o *GetAdminsOK) IsServerError() bool
- func (o *GetAdminsOK) IsSuccess() bool
- func (o *GetAdminsOK) String() string
- type GetAdminsParams
- func (o *GetAdminsParams) SetContext(ctx context.Context)
- func (o *GetAdminsParams) SetDefaults()
- func (o *GetAdminsParams) SetHTTPClient(client *http.Client)
- func (o *GetAdminsParams) SetTimeout(timeout time.Duration)
- func (o *GetAdminsParams) WithContext(ctx context.Context) *GetAdminsParams
- func (o *GetAdminsParams) WithDefaults() *GetAdminsParams
- func (o *GetAdminsParams) WithHTTPClient(client *http.Client) *GetAdminsParams
- func (o *GetAdminsParams) WithTimeout(timeout time.Duration) *GetAdminsParams
- func (o *GetAdminsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAdminsReader
- type GetAdminsUnauthorized
- func (o *GetAdminsUnauthorized) Error() string
- func (o *GetAdminsUnauthorized) IsClientError() bool
- func (o *GetAdminsUnauthorized) IsCode(code int) bool
- func (o *GetAdminsUnauthorized) IsRedirect() bool
- func (o *GetAdminsUnauthorized) IsServerError() bool
- func (o *GetAdminsUnauthorized) IsSuccess() bool
- func (o *GetAdminsUnauthorized) String() string
- type GetAdmissionPluginDefault
- func (o *GetAdmissionPluginDefault) Code() int
- func (o *GetAdmissionPluginDefault) Error() string
- func (o *GetAdmissionPluginDefault) GetPayload() *models.ErrorResponse
- func (o *GetAdmissionPluginDefault) IsClientError() bool
- func (o *GetAdmissionPluginDefault) IsCode(code int) bool
- func (o *GetAdmissionPluginDefault) IsRedirect() bool
- func (o *GetAdmissionPluginDefault) IsServerError() bool
- func (o *GetAdmissionPluginDefault) IsSuccess() bool
- func (o *GetAdmissionPluginDefault) String() string
- type GetAdmissionPluginForbidden
- func (o *GetAdmissionPluginForbidden) Error() string
- func (o *GetAdmissionPluginForbidden) IsClientError() bool
- func (o *GetAdmissionPluginForbidden) IsCode(code int) bool
- func (o *GetAdmissionPluginForbidden) IsRedirect() bool
- func (o *GetAdmissionPluginForbidden) IsServerError() bool
- func (o *GetAdmissionPluginForbidden) IsSuccess() bool
- func (o *GetAdmissionPluginForbidden) String() string
- type GetAdmissionPluginOK
- func (o *GetAdmissionPluginOK) Error() string
- func (o *GetAdmissionPluginOK) GetPayload() *models.AdmissionPlugin
- func (o *GetAdmissionPluginOK) IsClientError() bool
- func (o *GetAdmissionPluginOK) IsCode(code int) bool
- func (o *GetAdmissionPluginOK) IsRedirect() bool
- func (o *GetAdmissionPluginOK) IsServerError() bool
- func (o *GetAdmissionPluginOK) IsSuccess() bool
- func (o *GetAdmissionPluginOK) String() string
- type GetAdmissionPluginParams
- func NewGetAdmissionPluginParams() *GetAdmissionPluginParams
- func NewGetAdmissionPluginParamsWithContext(ctx context.Context) *GetAdmissionPluginParams
- func NewGetAdmissionPluginParamsWithHTTPClient(client *http.Client) *GetAdmissionPluginParams
- func NewGetAdmissionPluginParamsWithTimeout(timeout time.Duration) *GetAdmissionPluginParams
- func (o *GetAdmissionPluginParams) SetContext(ctx context.Context)
- func (o *GetAdmissionPluginParams) SetDefaults()
- func (o *GetAdmissionPluginParams) SetHTTPClient(client *http.Client)
- func (o *GetAdmissionPluginParams) SetName(name string)
- func (o *GetAdmissionPluginParams) SetTimeout(timeout time.Duration)
- func (o *GetAdmissionPluginParams) WithContext(ctx context.Context) *GetAdmissionPluginParams
- func (o *GetAdmissionPluginParams) WithDefaults() *GetAdmissionPluginParams
- func (o *GetAdmissionPluginParams) WithHTTPClient(client *http.Client) *GetAdmissionPluginParams
- func (o *GetAdmissionPluginParams) WithName(name string) *GetAdmissionPluginParams
- func (o *GetAdmissionPluginParams) WithTimeout(timeout time.Duration) *GetAdmissionPluginParams
- func (o *GetAdmissionPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAdmissionPluginReader
- type GetAdmissionPluginUnauthorized
- func (o *GetAdmissionPluginUnauthorized) Error() string
- func (o *GetAdmissionPluginUnauthorized) IsClientError() bool
- func (o *GetAdmissionPluginUnauthorized) IsCode(code int) bool
- func (o *GetAdmissionPluginUnauthorized) IsRedirect() bool
- func (o *GetAdmissionPluginUnauthorized) IsServerError() bool
- func (o *GetAdmissionPluginUnauthorized) IsSuccess() bool
- func (o *GetAdmissionPluginUnauthorized) String() string
- type GetKubermaticCustomLinksDefault
- func (o *GetKubermaticCustomLinksDefault) Code() int
- func (o *GetKubermaticCustomLinksDefault) Error() string
- func (o *GetKubermaticCustomLinksDefault) GetPayload() *models.ErrorResponse
- func (o *GetKubermaticCustomLinksDefault) IsClientError() bool
- func (o *GetKubermaticCustomLinksDefault) IsCode(code int) bool
- func (o *GetKubermaticCustomLinksDefault) IsRedirect() bool
- func (o *GetKubermaticCustomLinksDefault) IsServerError() bool
- func (o *GetKubermaticCustomLinksDefault) IsSuccess() bool
- func (o *GetKubermaticCustomLinksDefault) String() string
- type GetKubermaticCustomLinksForbidden
- func (o *GetKubermaticCustomLinksForbidden) Error() string
- func (o *GetKubermaticCustomLinksForbidden) IsClientError() bool
- func (o *GetKubermaticCustomLinksForbidden) IsCode(code int) bool
- func (o *GetKubermaticCustomLinksForbidden) IsRedirect() bool
- func (o *GetKubermaticCustomLinksForbidden) IsServerError() bool
- func (o *GetKubermaticCustomLinksForbidden) IsSuccess() bool
- func (o *GetKubermaticCustomLinksForbidden) String() string
- type GetKubermaticCustomLinksOK
- func (o *GetKubermaticCustomLinksOK) Error() string
- func (o *GetKubermaticCustomLinksOK) GetPayload() models.GlobalCustomLinks
- func (o *GetKubermaticCustomLinksOK) IsClientError() bool
- func (o *GetKubermaticCustomLinksOK) IsCode(code int) bool
- func (o *GetKubermaticCustomLinksOK) IsRedirect() bool
- func (o *GetKubermaticCustomLinksOK) IsServerError() bool
- func (o *GetKubermaticCustomLinksOK) IsSuccess() bool
- func (o *GetKubermaticCustomLinksOK) String() string
- type GetKubermaticCustomLinksParams
- func NewGetKubermaticCustomLinksParams() *GetKubermaticCustomLinksParams
- func NewGetKubermaticCustomLinksParamsWithContext(ctx context.Context) *GetKubermaticCustomLinksParams
- func NewGetKubermaticCustomLinksParamsWithHTTPClient(client *http.Client) *GetKubermaticCustomLinksParams
- func NewGetKubermaticCustomLinksParamsWithTimeout(timeout time.Duration) *GetKubermaticCustomLinksParams
- func (o *GetKubermaticCustomLinksParams) SetContext(ctx context.Context)
- func (o *GetKubermaticCustomLinksParams) SetDefaults()
- func (o *GetKubermaticCustomLinksParams) SetHTTPClient(client *http.Client)
- func (o *GetKubermaticCustomLinksParams) SetTimeout(timeout time.Duration)
- func (o *GetKubermaticCustomLinksParams) WithContext(ctx context.Context) *GetKubermaticCustomLinksParams
- func (o *GetKubermaticCustomLinksParams) WithDefaults() *GetKubermaticCustomLinksParams
- func (o *GetKubermaticCustomLinksParams) WithHTTPClient(client *http.Client) *GetKubermaticCustomLinksParams
- func (o *GetKubermaticCustomLinksParams) WithTimeout(timeout time.Duration) *GetKubermaticCustomLinksParams
- func (o *GetKubermaticCustomLinksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetKubermaticCustomLinksReader
- type GetKubermaticCustomLinksUnauthorized
- func (o *GetKubermaticCustomLinksUnauthorized) Error() string
- func (o *GetKubermaticCustomLinksUnauthorized) IsClientError() bool
- func (o *GetKubermaticCustomLinksUnauthorized) IsCode(code int) bool
- func (o *GetKubermaticCustomLinksUnauthorized) IsRedirect() bool
- func (o *GetKubermaticCustomLinksUnauthorized) IsServerError() bool
- func (o *GetKubermaticCustomLinksUnauthorized) IsSuccess() bool
- func (o *GetKubermaticCustomLinksUnauthorized) String() string
- type GetKubermaticSettingsDefault
- func (o *GetKubermaticSettingsDefault) Code() int
- func (o *GetKubermaticSettingsDefault) Error() string
- func (o *GetKubermaticSettingsDefault) GetPayload() *models.ErrorResponse
- func (o *GetKubermaticSettingsDefault) IsClientError() bool
- func (o *GetKubermaticSettingsDefault) IsCode(code int) bool
- func (o *GetKubermaticSettingsDefault) IsRedirect() bool
- func (o *GetKubermaticSettingsDefault) IsServerError() bool
- func (o *GetKubermaticSettingsDefault) IsSuccess() bool
- func (o *GetKubermaticSettingsDefault) String() string
- type GetKubermaticSettingsForbidden
- func (o *GetKubermaticSettingsForbidden) Error() string
- func (o *GetKubermaticSettingsForbidden) IsClientError() bool
- func (o *GetKubermaticSettingsForbidden) IsCode(code int) bool
- func (o *GetKubermaticSettingsForbidden) IsRedirect() bool
- func (o *GetKubermaticSettingsForbidden) IsServerError() bool
- func (o *GetKubermaticSettingsForbidden) IsSuccess() bool
- func (o *GetKubermaticSettingsForbidden) String() string
- type GetKubermaticSettingsOK
- func (o *GetKubermaticSettingsOK) Error() string
- func (o *GetKubermaticSettingsOK) GetPayload() *models.GlobalSettings
- func (o *GetKubermaticSettingsOK) IsClientError() bool
- func (o *GetKubermaticSettingsOK) IsCode(code int) bool
- func (o *GetKubermaticSettingsOK) IsRedirect() bool
- func (o *GetKubermaticSettingsOK) IsServerError() bool
- func (o *GetKubermaticSettingsOK) IsSuccess() bool
- func (o *GetKubermaticSettingsOK) String() string
- type GetKubermaticSettingsParams
- func NewGetKubermaticSettingsParams() *GetKubermaticSettingsParams
- func NewGetKubermaticSettingsParamsWithContext(ctx context.Context) *GetKubermaticSettingsParams
- func NewGetKubermaticSettingsParamsWithHTTPClient(client *http.Client) *GetKubermaticSettingsParams
- func NewGetKubermaticSettingsParamsWithTimeout(timeout time.Duration) *GetKubermaticSettingsParams
- func (o *GetKubermaticSettingsParams) SetContext(ctx context.Context)
- func (o *GetKubermaticSettingsParams) SetDefaults()
- func (o *GetKubermaticSettingsParams) SetHTTPClient(client *http.Client)
- func (o *GetKubermaticSettingsParams) SetTimeout(timeout time.Duration)
- func (o *GetKubermaticSettingsParams) WithContext(ctx context.Context) *GetKubermaticSettingsParams
- func (o *GetKubermaticSettingsParams) WithDefaults() *GetKubermaticSettingsParams
- func (o *GetKubermaticSettingsParams) WithHTTPClient(client *http.Client) *GetKubermaticSettingsParams
- func (o *GetKubermaticSettingsParams) WithTimeout(timeout time.Duration) *GetKubermaticSettingsParams
- func (o *GetKubermaticSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetKubermaticSettingsReader
- type GetKubermaticSettingsUnauthorized
- func (o *GetKubermaticSettingsUnauthorized) Error() string
- func (o *GetKubermaticSettingsUnauthorized) IsClientError() bool
- func (o *GetKubermaticSettingsUnauthorized) IsCode(code int) bool
- func (o *GetKubermaticSettingsUnauthorized) IsRedirect() bool
- func (o *GetKubermaticSettingsUnauthorized) IsServerError() bool
- func (o *GetKubermaticSettingsUnauthorized) IsSuccess() bool
- func (o *GetKubermaticSettingsUnauthorized) String() string
- type GetMeteringReportConfigurationDefault
- func (o *GetMeteringReportConfigurationDefault) Code() int
- func (o *GetMeteringReportConfigurationDefault) Error() string
- func (o *GetMeteringReportConfigurationDefault) GetPayload() *models.ErrorResponse
- func (o *GetMeteringReportConfigurationDefault) IsClientError() bool
- func (o *GetMeteringReportConfigurationDefault) IsCode(code int) bool
- func (o *GetMeteringReportConfigurationDefault) IsRedirect() bool
- func (o *GetMeteringReportConfigurationDefault) IsServerError() bool
- func (o *GetMeteringReportConfigurationDefault) IsSuccess() bool
- func (o *GetMeteringReportConfigurationDefault) String() string
- type GetMeteringReportConfigurationForbidden
- func (o *GetMeteringReportConfigurationForbidden) Error() string
- func (o *GetMeteringReportConfigurationForbidden) IsClientError() bool
- func (o *GetMeteringReportConfigurationForbidden) IsCode(code int) bool
- func (o *GetMeteringReportConfigurationForbidden) IsRedirect() bool
- func (o *GetMeteringReportConfigurationForbidden) IsServerError() bool
- func (o *GetMeteringReportConfigurationForbidden) IsSuccess() bool
- func (o *GetMeteringReportConfigurationForbidden) String() string
- type GetMeteringReportConfigurationOK
- func (o *GetMeteringReportConfigurationOK) Error() string
- func (o *GetMeteringReportConfigurationOK) GetPayload() *models.MeteringReportConfiguration
- func (o *GetMeteringReportConfigurationOK) IsClientError() bool
- func (o *GetMeteringReportConfigurationOK) IsCode(code int) bool
- func (o *GetMeteringReportConfigurationOK) IsRedirect() bool
- func (o *GetMeteringReportConfigurationOK) IsServerError() bool
- func (o *GetMeteringReportConfigurationOK) IsSuccess() bool
- func (o *GetMeteringReportConfigurationOK) String() string
- type GetMeteringReportConfigurationParams
- func NewGetMeteringReportConfigurationParams() *GetMeteringReportConfigurationParams
- func NewGetMeteringReportConfigurationParamsWithContext(ctx context.Context) *GetMeteringReportConfigurationParams
- func NewGetMeteringReportConfigurationParamsWithHTTPClient(client *http.Client) *GetMeteringReportConfigurationParams
- func NewGetMeteringReportConfigurationParamsWithTimeout(timeout time.Duration) *GetMeteringReportConfigurationParams
- func (o *GetMeteringReportConfigurationParams) SetContext(ctx context.Context)
- func (o *GetMeteringReportConfigurationParams) SetDefaults()
- func (o *GetMeteringReportConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *GetMeteringReportConfigurationParams) SetName(name string)
- func (o *GetMeteringReportConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *GetMeteringReportConfigurationParams) WithContext(ctx context.Context) *GetMeteringReportConfigurationParams
- func (o *GetMeteringReportConfigurationParams) WithDefaults() *GetMeteringReportConfigurationParams
- func (o *GetMeteringReportConfigurationParams) WithHTTPClient(client *http.Client) *GetMeteringReportConfigurationParams
- func (o *GetMeteringReportConfigurationParams) WithName(name string) *GetMeteringReportConfigurationParams
- func (o *GetMeteringReportConfigurationParams) WithTimeout(timeout time.Duration) *GetMeteringReportConfigurationParams
- func (o *GetMeteringReportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMeteringReportConfigurationReader
- type GetMeteringReportConfigurationUnauthorized
- func (o *GetMeteringReportConfigurationUnauthorized) Error() string
- func (o *GetMeteringReportConfigurationUnauthorized) IsClientError() bool
- func (o *GetMeteringReportConfigurationUnauthorized) IsCode(code int) bool
- func (o *GetMeteringReportConfigurationUnauthorized) IsRedirect() bool
- func (o *GetMeteringReportConfigurationUnauthorized) IsServerError() bool
- func (o *GetMeteringReportConfigurationUnauthorized) IsSuccess() bool
- func (o *GetMeteringReportConfigurationUnauthorized) String() string
- type GetSeedDefault
- func (o *GetSeedDefault) Code() int
- func (o *GetSeedDefault) Error() string
- func (o *GetSeedDefault) GetPayload() *models.ErrorResponse
- func (o *GetSeedDefault) IsClientError() bool
- func (o *GetSeedDefault) IsCode(code int) bool
- func (o *GetSeedDefault) IsRedirect() bool
- func (o *GetSeedDefault) IsServerError() bool
- func (o *GetSeedDefault) IsSuccess() bool
- func (o *GetSeedDefault) String() string
- type GetSeedForbidden
- func (o *GetSeedForbidden) Error() string
- func (o *GetSeedForbidden) IsClientError() bool
- func (o *GetSeedForbidden) IsCode(code int) bool
- func (o *GetSeedForbidden) IsRedirect() bool
- func (o *GetSeedForbidden) IsServerError() bool
- func (o *GetSeedForbidden) IsSuccess() bool
- func (o *GetSeedForbidden) String() string
- type GetSeedOK
- func (o *GetSeedOK) Error() string
- func (o *GetSeedOK) GetPayload() *models.Seed
- func (o *GetSeedOK) IsClientError() bool
- func (o *GetSeedOK) IsCode(code int) bool
- func (o *GetSeedOK) IsRedirect() bool
- func (o *GetSeedOK) IsServerError() bool
- func (o *GetSeedOK) IsSuccess() bool
- func (o *GetSeedOK) String() string
- type GetSeedParams
- func (o *GetSeedParams) SetContext(ctx context.Context)
- func (o *GetSeedParams) SetDefaults()
- func (o *GetSeedParams) SetHTTPClient(client *http.Client)
- func (o *GetSeedParams) SetName(seedName string)
- func (o *GetSeedParams) SetTimeout(timeout time.Duration)
- func (o *GetSeedParams) WithContext(ctx context.Context) *GetSeedParams
- func (o *GetSeedParams) WithDefaults() *GetSeedParams
- func (o *GetSeedParams) WithHTTPClient(client *http.Client) *GetSeedParams
- func (o *GetSeedParams) WithName(seedName string) *GetSeedParams
- func (o *GetSeedParams) WithTimeout(timeout time.Duration) *GetSeedParams
- func (o *GetSeedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSeedReader
- type GetSeedUnauthorized
- func (o *GetSeedUnauthorized) Error() string
- func (o *GetSeedUnauthorized) IsClientError() bool
- func (o *GetSeedUnauthorized) IsCode(code int) bool
- func (o *GetSeedUnauthorized) IsRedirect() bool
- func (o *GetSeedUnauthorized) IsServerError() bool
- func (o *GetSeedUnauthorized) IsSuccess() bool
- func (o *GetSeedUnauthorized) String() string
- type ListAdmissionPluginsDefault
- func (o *ListAdmissionPluginsDefault) Code() int
- func (o *ListAdmissionPluginsDefault) Error() string
- func (o *ListAdmissionPluginsDefault) GetPayload() *models.ErrorResponse
- func (o *ListAdmissionPluginsDefault) IsClientError() bool
- func (o *ListAdmissionPluginsDefault) IsCode(code int) bool
- func (o *ListAdmissionPluginsDefault) IsRedirect() bool
- func (o *ListAdmissionPluginsDefault) IsServerError() bool
- func (o *ListAdmissionPluginsDefault) IsSuccess() bool
- func (o *ListAdmissionPluginsDefault) String() string
- type ListAdmissionPluginsForbidden
- func (o *ListAdmissionPluginsForbidden) Error() string
- func (o *ListAdmissionPluginsForbidden) IsClientError() bool
- func (o *ListAdmissionPluginsForbidden) IsCode(code int) bool
- func (o *ListAdmissionPluginsForbidden) IsRedirect() bool
- func (o *ListAdmissionPluginsForbidden) IsServerError() bool
- func (o *ListAdmissionPluginsForbidden) IsSuccess() bool
- func (o *ListAdmissionPluginsForbidden) String() string
- type ListAdmissionPluginsOK
- func (o *ListAdmissionPluginsOK) Error() string
- func (o *ListAdmissionPluginsOK) GetPayload() []*models.AdmissionPlugin
- func (o *ListAdmissionPluginsOK) IsClientError() bool
- func (o *ListAdmissionPluginsOK) IsCode(code int) bool
- func (o *ListAdmissionPluginsOK) IsRedirect() bool
- func (o *ListAdmissionPluginsOK) IsServerError() bool
- func (o *ListAdmissionPluginsOK) IsSuccess() bool
- func (o *ListAdmissionPluginsOK) String() string
- type ListAdmissionPluginsParams
- func NewListAdmissionPluginsParams() *ListAdmissionPluginsParams
- func NewListAdmissionPluginsParamsWithContext(ctx context.Context) *ListAdmissionPluginsParams
- func NewListAdmissionPluginsParamsWithHTTPClient(client *http.Client) *ListAdmissionPluginsParams
- func NewListAdmissionPluginsParamsWithTimeout(timeout time.Duration) *ListAdmissionPluginsParams
- func (o *ListAdmissionPluginsParams) SetContext(ctx context.Context)
- func (o *ListAdmissionPluginsParams) SetDefaults()
- func (o *ListAdmissionPluginsParams) SetHTTPClient(client *http.Client)
- func (o *ListAdmissionPluginsParams) SetTimeout(timeout time.Duration)
- func (o *ListAdmissionPluginsParams) WithContext(ctx context.Context) *ListAdmissionPluginsParams
- func (o *ListAdmissionPluginsParams) WithDefaults() *ListAdmissionPluginsParams
- func (o *ListAdmissionPluginsParams) WithHTTPClient(client *http.Client) *ListAdmissionPluginsParams
- func (o *ListAdmissionPluginsParams) WithTimeout(timeout time.Duration) *ListAdmissionPluginsParams
- func (o *ListAdmissionPluginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAdmissionPluginsReader
- type ListAdmissionPluginsUnauthorized
- func (o *ListAdmissionPluginsUnauthorized) Error() string
- func (o *ListAdmissionPluginsUnauthorized) IsClientError() bool
- func (o *ListAdmissionPluginsUnauthorized) IsCode(code int) bool
- func (o *ListAdmissionPluginsUnauthorized) IsRedirect() bool
- func (o *ListAdmissionPluginsUnauthorized) IsServerError() bool
- func (o *ListAdmissionPluginsUnauthorized) IsSuccess() bool
- func (o *ListAdmissionPluginsUnauthorized) String() string
- type ListMeteringReportConfigurationsDefault
- func (o *ListMeteringReportConfigurationsDefault) Code() int
- func (o *ListMeteringReportConfigurationsDefault) Error() string
- func (o *ListMeteringReportConfigurationsDefault) GetPayload() *models.ErrorResponse
- func (o *ListMeteringReportConfigurationsDefault) IsClientError() bool
- func (o *ListMeteringReportConfigurationsDefault) IsCode(code int) bool
- func (o *ListMeteringReportConfigurationsDefault) IsRedirect() bool
- func (o *ListMeteringReportConfigurationsDefault) IsServerError() bool
- func (o *ListMeteringReportConfigurationsDefault) IsSuccess() bool
- func (o *ListMeteringReportConfigurationsDefault) String() string
- type ListMeteringReportConfigurationsForbidden
- func (o *ListMeteringReportConfigurationsForbidden) Error() string
- func (o *ListMeteringReportConfigurationsForbidden) IsClientError() bool
- func (o *ListMeteringReportConfigurationsForbidden) IsCode(code int) bool
- func (o *ListMeteringReportConfigurationsForbidden) IsRedirect() bool
- func (o *ListMeteringReportConfigurationsForbidden) IsServerError() bool
- func (o *ListMeteringReportConfigurationsForbidden) IsSuccess() bool
- func (o *ListMeteringReportConfigurationsForbidden) String() string
- type ListMeteringReportConfigurationsOK
- func (o *ListMeteringReportConfigurationsOK) Error() string
- func (o *ListMeteringReportConfigurationsOK) GetPayload() []*models.MeteringReportConfiguration
- func (o *ListMeteringReportConfigurationsOK) IsClientError() bool
- func (o *ListMeteringReportConfigurationsOK) IsCode(code int) bool
- func (o *ListMeteringReportConfigurationsOK) IsRedirect() bool
- func (o *ListMeteringReportConfigurationsOK) IsServerError() bool
- func (o *ListMeteringReportConfigurationsOK) IsSuccess() bool
- func (o *ListMeteringReportConfigurationsOK) String() string
- type ListMeteringReportConfigurationsParams
- func NewListMeteringReportConfigurationsParams() *ListMeteringReportConfigurationsParams
- func NewListMeteringReportConfigurationsParamsWithContext(ctx context.Context) *ListMeteringReportConfigurationsParams
- func NewListMeteringReportConfigurationsParamsWithHTTPClient(client *http.Client) *ListMeteringReportConfigurationsParams
- func NewListMeteringReportConfigurationsParamsWithTimeout(timeout time.Duration) *ListMeteringReportConfigurationsParams
- func (o *ListMeteringReportConfigurationsParams) SetContext(ctx context.Context)
- func (o *ListMeteringReportConfigurationsParams) SetDefaults()
- func (o *ListMeteringReportConfigurationsParams) SetHTTPClient(client *http.Client)
- func (o *ListMeteringReportConfigurationsParams) SetTimeout(timeout time.Duration)
- func (o *ListMeteringReportConfigurationsParams) WithContext(ctx context.Context) *ListMeteringReportConfigurationsParams
- func (o *ListMeteringReportConfigurationsParams) WithDefaults() *ListMeteringReportConfigurationsParams
- func (o *ListMeteringReportConfigurationsParams) WithHTTPClient(client *http.Client) *ListMeteringReportConfigurationsParams
- func (o *ListMeteringReportConfigurationsParams) WithTimeout(timeout time.Duration) *ListMeteringReportConfigurationsParams
- func (o *ListMeteringReportConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMeteringReportConfigurationsReader
- type ListMeteringReportConfigurationsUnauthorized
- func (o *ListMeteringReportConfigurationsUnauthorized) Error() string
- func (o *ListMeteringReportConfigurationsUnauthorized) IsClientError() bool
- func (o *ListMeteringReportConfigurationsUnauthorized) IsCode(code int) bool
- func (o *ListMeteringReportConfigurationsUnauthorized) IsRedirect() bool
- func (o *ListMeteringReportConfigurationsUnauthorized) IsServerError() bool
- func (o *ListMeteringReportConfigurationsUnauthorized) IsSuccess() bool
- func (o *ListMeteringReportConfigurationsUnauthorized) String() string
- type ListSeedsDefault
- func (o *ListSeedsDefault) Code() int
- func (o *ListSeedsDefault) Error() string
- func (o *ListSeedsDefault) GetPayload() *models.ErrorResponse
- func (o *ListSeedsDefault) IsClientError() bool
- func (o *ListSeedsDefault) IsCode(code int) bool
- func (o *ListSeedsDefault) IsRedirect() bool
- func (o *ListSeedsDefault) IsServerError() bool
- func (o *ListSeedsDefault) IsSuccess() bool
- func (o *ListSeedsDefault) String() string
- type ListSeedsForbidden
- func (o *ListSeedsForbidden) Error() string
- func (o *ListSeedsForbidden) IsClientError() bool
- func (o *ListSeedsForbidden) IsCode(code int) bool
- func (o *ListSeedsForbidden) IsRedirect() bool
- func (o *ListSeedsForbidden) IsServerError() bool
- func (o *ListSeedsForbidden) IsSuccess() bool
- func (o *ListSeedsForbidden) String() string
- type ListSeedsOK
- func (o *ListSeedsOK) Error() string
- func (o *ListSeedsOK) GetPayload() []*models.Seed
- func (o *ListSeedsOK) IsClientError() bool
- func (o *ListSeedsOK) IsCode(code int) bool
- func (o *ListSeedsOK) IsRedirect() bool
- func (o *ListSeedsOK) IsServerError() bool
- func (o *ListSeedsOK) IsSuccess() bool
- func (o *ListSeedsOK) String() string
- type ListSeedsParams
- func (o *ListSeedsParams) SetContext(ctx context.Context)
- func (o *ListSeedsParams) SetDefaults()
- func (o *ListSeedsParams) SetHTTPClient(client *http.Client)
- func (o *ListSeedsParams) SetTimeout(timeout time.Duration)
- func (o *ListSeedsParams) WithContext(ctx context.Context) *ListSeedsParams
- func (o *ListSeedsParams) WithDefaults() *ListSeedsParams
- func (o *ListSeedsParams) WithHTTPClient(client *http.Client) *ListSeedsParams
- func (o *ListSeedsParams) WithTimeout(timeout time.Duration) *ListSeedsParams
- func (o *ListSeedsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSeedsReader
- type ListSeedsUnauthorized
- func (o *ListSeedsUnauthorized) Error() string
- func (o *ListSeedsUnauthorized) IsClientError() bool
- func (o *ListSeedsUnauthorized) IsCode(code int) bool
- func (o *ListSeedsUnauthorized) IsRedirect() bool
- func (o *ListSeedsUnauthorized) IsServerError() bool
- func (o *ListSeedsUnauthorized) IsSuccess() bool
- func (o *ListSeedsUnauthorized) String() string
- type PatchKubermaticSettingsDefault
- func (o *PatchKubermaticSettingsDefault) Code() int
- func (o *PatchKubermaticSettingsDefault) Error() string
- func (o *PatchKubermaticSettingsDefault) GetPayload() *models.ErrorResponse
- func (o *PatchKubermaticSettingsDefault) IsClientError() bool
- func (o *PatchKubermaticSettingsDefault) IsCode(code int) bool
- func (o *PatchKubermaticSettingsDefault) IsRedirect() bool
- func (o *PatchKubermaticSettingsDefault) IsServerError() bool
- func (o *PatchKubermaticSettingsDefault) IsSuccess() bool
- func (o *PatchKubermaticSettingsDefault) String() string
- type PatchKubermaticSettingsForbidden
- func (o *PatchKubermaticSettingsForbidden) Error() string
- func (o *PatchKubermaticSettingsForbidden) IsClientError() bool
- func (o *PatchKubermaticSettingsForbidden) IsCode(code int) bool
- func (o *PatchKubermaticSettingsForbidden) IsRedirect() bool
- func (o *PatchKubermaticSettingsForbidden) IsServerError() bool
- func (o *PatchKubermaticSettingsForbidden) IsSuccess() bool
- func (o *PatchKubermaticSettingsForbidden) String() string
- type PatchKubermaticSettingsOK
- func (o *PatchKubermaticSettingsOK) Error() string
- func (o *PatchKubermaticSettingsOK) GetPayload() *models.GlobalSettings
- func (o *PatchKubermaticSettingsOK) IsClientError() bool
- func (o *PatchKubermaticSettingsOK) IsCode(code int) bool
- func (o *PatchKubermaticSettingsOK) IsRedirect() bool
- func (o *PatchKubermaticSettingsOK) IsServerError() bool
- func (o *PatchKubermaticSettingsOK) IsSuccess() bool
- func (o *PatchKubermaticSettingsOK) String() string
- type PatchKubermaticSettingsParams
- func NewPatchKubermaticSettingsParams() *PatchKubermaticSettingsParams
- func NewPatchKubermaticSettingsParamsWithContext(ctx context.Context) *PatchKubermaticSettingsParams
- func NewPatchKubermaticSettingsParamsWithHTTPClient(client *http.Client) *PatchKubermaticSettingsParams
- func NewPatchKubermaticSettingsParamsWithTimeout(timeout time.Duration) *PatchKubermaticSettingsParams
- func (o *PatchKubermaticSettingsParams) SetContext(ctx context.Context)
- func (o *PatchKubermaticSettingsParams) SetDefaults()
- func (o *PatchKubermaticSettingsParams) SetHTTPClient(client *http.Client)
- func (o *PatchKubermaticSettingsParams) SetPatch(patch interface{})
- func (o *PatchKubermaticSettingsParams) SetTimeout(timeout time.Duration)
- func (o *PatchKubermaticSettingsParams) WithContext(ctx context.Context) *PatchKubermaticSettingsParams
- func (o *PatchKubermaticSettingsParams) WithDefaults() *PatchKubermaticSettingsParams
- func (o *PatchKubermaticSettingsParams) WithHTTPClient(client *http.Client) *PatchKubermaticSettingsParams
- func (o *PatchKubermaticSettingsParams) WithPatch(patch interface{}) *PatchKubermaticSettingsParams
- func (o *PatchKubermaticSettingsParams) WithTimeout(timeout time.Duration) *PatchKubermaticSettingsParams
- func (o *PatchKubermaticSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchKubermaticSettingsReader
- type PatchKubermaticSettingsUnauthorized
- func (o *PatchKubermaticSettingsUnauthorized) Error() string
- func (o *PatchKubermaticSettingsUnauthorized) IsClientError() bool
- func (o *PatchKubermaticSettingsUnauthorized) IsCode(code int) bool
- func (o *PatchKubermaticSettingsUnauthorized) IsRedirect() bool
- func (o *PatchKubermaticSettingsUnauthorized) IsServerError() bool
- func (o *PatchKubermaticSettingsUnauthorized) IsSuccess() bool
- func (o *PatchKubermaticSettingsUnauthorized) String() string
- type SetAdminDefault
- func (o *SetAdminDefault) Code() int
- func (o *SetAdminDefault) Error() string
- func (o *SetAdminDefault) GetPayload() *models.ErrorResponse
- func (o *SetAdminDefault) IsClientError() bool
- func (o *SetAdminDefault) IsCode(code int) bool
- func (o *SetAdminDefault) IsRedirect() bool
- func (o *SetAdminDefault) IsServerError() bool
- func (o *SetAdminDefault) IsSuccess() bool
- func (o *SetAdminDefault) String() string
- type SetAdminForbidden
- func (o *SetAdminForbidden) Error() string
- func (o *SetAdminForbidden) IsClientError() bool
- func (o *SetAdminForbidden) IsCode(code int) bool
- func (o *SetAdminForbidden) IsRedirect() bool
- func (o *SetAdminForbidden) IsServerError() bool
- func (o *SetAdminForbidden) IsSuccess() bool
- func (o *SetAdminForbidden) String() string
- type SetAdminOK
- func (o *SetAdminOK) Error() string
- func (o *SetAdminOK) GetPayload() *models.Admin
- func (o *SetAdminOK) IsClientError() bool
- func (o *SetAdminOK) IsCode(code int) bool
- func (o *SetAdminOK) IsRedirect() bool
- func (o *SetAdminOK) IsServerError() bool
- func (o *SetAdminOK) IsSuccess() bool
- func (o *SetAdminOK) String() string
- type SetAdminParams
- func (o *SetAdminParams) SetBody(body *models.Admin)
- func (o *SetAdminParams) SetContext(ctx context.Context)
- func (o *SetAdminParams) SetDefaults()
- func (o *SetAdminParams) SetHTTPClient(client *http.Client)
- func (o *SetAdminParams) SetTimeout(timeout time.Duration)
- func (o *SetAdminParams) WithBody(body *models.Admin) *SetAdminParams
- func (o *SetAdminParams) WithContext(ctx context.Context) *SetAdminParams
- func (o *SetAdminParams) WithDefaults() *SetAdminParams
- func (o *SetAdminParams) WithHTTPClient(client *http.Client) *SetAdminParams
- func (o *SetAdminParams) WithTimeout(timeout time.Duration) *SetAdminParams
- func (o *SetAdminParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetAdminReader
- type SetAdminUnauthorized
- func (o *SetAdminUnauthorized) Error() string
- func (o *SetAdminUnauthorized) IsClientError() bool
- func (o *SetAdminUnauthorized) IsCode(code int) bool
- func (o *SetAdminUnauthorized) IsRedirect() bool
- func (o *SetAdminUnauthorized) IsServerError() bool
- func (o *SetAdminUnauthorized) IsSuccess() bool
- func (o *SetAdminUnauthorized) String() string
- type UpdateAdmissionPluginDefault
- func (o *UpdateAdmissionPluginDefault) Code() int
- func (o *UpdateAdmissionPluginDefault) Error() string
- func (o *UpdateAdmissionPluginDefault) GetPayload() *models.ErrorResponse
- func (o *UpdateAdmissionPluginDefault) IsClientError() bool
- func (o *UpdateAdmissionPluginDefault) IsCode(code int) bool
- func (o *UpdateAdmissionPluginDefault) IsRedirect() bool
- func (o *UpdateAdmissionPluginDefault) IsServerError() bool
- func (o *UpdateAdmissionPluginDefault) IsSuccess() bool
- func (o *UpdateAdmissionPluginDefault) String() string
- type UpdateAdmissionPluginForbidden
- func (o *UpdateAdmissionPluginForbidden) Error() string
- func (o *UpdateAdmissionPluginForbidden) IsClientError() bool
- func (o *UpdateAdmissionPluginForbidden) IsCode(code int) bool
- func (o *UpdateAdmissionPluginForbidden) IsRedirect() bool
- func (o *UpdateAdmissionPluginForbidden) IsServerError() bool
- func (o *UpdateAdmissionPluginForbidden) IsSuccess() bool
- func (o *UpdateAdmissionPluginForbidden) String() string
- type UpdateAdmissionPluginOK
- func (o *UpdateAdmissionPluginOK) Error() string
- func (o *UpdateAdmissionPluginOK) GetPayload() *models.AdmissionPlugin
- func (o *UpdateAdmissionPluginOK) IsClientError() bool
- func (o *UpdateAdmissionPluginOK) IsCode(code int) bool
- func (o *UpdateAdmissionPluginOK) IsRedirect() bool
- func (o *UpdateAdmissionPluginOK) IsServerError() bool
- func (o *UpdateAdmissionPluginOK) IsSuccess() bool
- func (o *UpdateAdmissionPluginOK) String() string
- type UpdateAdmissionPluginParams
- func NewUpdateAdmissionPluginParams() *UpdateAdmissionPluginParams
- func NewUpdateAdmissionPluginParamsWithContext(ctx context.Context) *UpdateAdmissionPluginParams
- func NewUpdateAdmissionPluginParamsWithHTTPClient(client *http.Client) *UpdateAdmissionPluginParams
- func NewUpdateAdmissionPluginParamsWithTimeout(timeout time.Duration) *UpdateAdmissionPluginParams
- func (o *UpdateAdmissionPluginParams) SetBody(body *models.AdmissionPlugin)
- func (o *UpdateAdmissionPluginParams) SetContext(ctx context.Context)
- func (o *UpdateAdmissionPluginParams) SetDefaults()
- func (o *UpdateAdmissionPluginParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAdmissionPluginParams) SetName(name string)
- func (o *UpdateAdmissionPluginParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAdmissionPluginParams) WithBody(body *models.AdmissionPlugin) *UpdateAdmissionPluginParams
- func (o *UpdateAdmissionPluginParams) WithContext(ctx context.Context) *UpdateAdmissionPluginParams
- func (o *UpdateAdmissionPluginParams) WithDefaults() *UpdateAdmissionPluginParams
- func (o *UpdateAdmissionPluginParams) WithHTTPClient(client *http.Client) *UpdateAdmissionPluginParams
- func (o *UpdateAdmissionPluginParams) WithName(name string) *UpdateAdmissionPluginParams
- func (o *UpdateAdmissionPluginParams) WithTimeout(timeout time.Duration) *UpdateAdmissionPluginParams
- func (o *UpdateAdmissionPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAdmissionPluginReader
- type UpdateAdmissionPluginUnauthorized
- func (o *UpdateAdmissionPluginUnauthorized) Error() string
- func (o *UpdateAdmissionPluginUnauthorized) IsClientError() bool
- func (o *UpdateAdmissionPluginUnauthorized) IsCode(code int) bool
- func (o *UpdateAdmissionPluginUnauthorized) IsRedirect() bool
- func (o *UpdateAdmissionPluginUnauthorized) IsServerError() bool
- func (o *UpdateAdmissionPluginUnauthorized) IsSuccess() bool
- func (o *UpdateAdmissionPluginUnauthorized) String() string
- type UpdateMeteringReportConfigurationBody
- func (o *UpdateMeteringReportConfigurationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateMeteringReportConfigurationBody) MarshalBinary() ([]byte, error)
- func (o *UpdateMeteringReportConfigurationBody) UnmarshalBinary(b []byte) error
- func (o *UpdateMeteringReportConfigurationBody) Validate(formats strfmt.Registry) error
- type UpdateMeteringReportConfigurationDefault
- func (o *UpdateMeteringReportConfigurationDefault) Code() int
- func (o *UpdateMeteringReportConfigurationDefault) Error() string
- func (o *UpdateMeteringReportConfigurationDefault) GetPayload() *models.ErrorResponse
- func (o *UpdateMeteringReportConfigurationDefault) IsClientError() bool
- func (o *UpdateMeteringReportConfigurationDefault) IsCode(code int) bool
- func (o *UpdateMeteringReportConfigurationDefault) IsRedirect() bool
- func (o *UpdateMeteringReportConfigurationDefault) IsServerError() bool
- func (o *UpdateMeteringReportConfigurationDefault) IsSuccess() bool
- func (o *UpdateMeteringReportConfigurationDefault) String() string
- type UpdateMeteringReportConfigurationForbidden
- func (o *UpdateMeteringReportConfigurationForbidden) Error() string
- func (o *UpdateMeteringReportConfigurationForbidden) IsClientError() bool
- func (o *UpdateMeteringReportConfigurationForbidden) IsCode(code int) bool
- func (o *UpdateMeteringReportConfigurationForbidden) IsRedirect() bool
- func (o *UpdateMeteringReportConfigurationForbidden) IsServerError() bool
- func (o *UpdateMeteringReportConfigurationForbidden) IsSuccess() bool
- func (o *UpdateMeteringReportConfigurationForbidden) String() string
- type UpdateMeteringReportConfigurationOK
- func (o *UpdateMeteringReportConfigurationOK) Error() string
- func (o *UpdateMeteringReportConfigurationOK) IsClientError() bool
- func (o *UpdateMeteringReportConfigurationOK) IsCode(code int) bool
- func (o *UpdateMeteringReportConfigurationOK) IsRedirect() bool
- func (o *UpdateMeteringReportConfigurationOK) IsServerError() bool
- func (o *UpdateMeteringReportConfigurationOK) IsSuccess() bool
- func (o *UpdateMeteringReportConfigurationOK) String() string
- type UpdateMeteringReportConfigurationParams
- func NewUpdateMeteringReportConfigurationParams() *UpdateMeteringReportConfigurationParams
- func NewUpdateMeteringReportConfigurationParamsWithContext(ctx context.Context) *UpdateMeteringReportConfigurationParams
- func NewUpdateMeteringReportConfigurationParamsWithHTTPClient(client *http.Client) *UpdateMeteringReportConfigurationParams
- func NewUpdateMeteringReportConfigurationParamsWithTimeout(timeout time.Duration) *UpdateMeteringReportConfigurationParams
- func (o *UpdateMeteringReportConfigurationParams) SetBody(body UpdateMeteringReportConfigurationBody)
- func (o *UpdateMeteringReportConfigurationParams) SetContext(ctx context.Context)
- func (o *UpdateMeteringReportConfigurationParams) SetDefaults()
- func (o *UpdateMeteringReportConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *UpdateMeteringReportConfigurationParams) SetName(name string)
- func (o *UpdateMeteringReportConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *UpdateMeteringReportConfigurationParams) WithBody(body UpdateMeteringReportConfigurationBody) *UpdateMeteringReportConfigurationParams
- func (o *UpdateMeteringReportConfigurationParams) WithContext(ctx context.Context) *UpdateMeteringReportConfigurationParams
- func (o *UpdateMeteringReportConfigurationParams) WithDefaults() *UpdateMeteringReportConfigurationParams
- func (o *UpdateMeteringReportConfigurationParams) WithHTTPClient(client *http.Client) *UpdateMeteringReportConfigurationParams
- func (o *UpdateMeteringReportConfigurationParams) WithName(name string) *UpdateMeteringReportConfigurationParams
- func (o *UpdateMeteringReportConfigurationParams) WithTimeout(timeout time.Duration) *UpdateMeteringReportConfigurationParams
- func (o *UpdateMeteringReportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateMeteringReportConfigurationReader
- type UpdateMeteringReportConfigurationUnauthorized
- func (o *UpdateMeteringReportConfigurationUnauthorized) Error() string
- func (o *UpdateMeteringReportConfigurationUnauthorized) IsClientError() bool
- func (o *UpdateMeteringReportConfigurationUnauthorized) IsCode(code int) bool
- func (o *UpdateMeteringReportConfigurationUnauthorized) IsRedirect() bool
- func (o *UpdateMeteringReportConfigurationUnauthorized) IsServerError() bool
- func (o *UpdateMeteringReportConfigurationUnauthorized) IsSuccess() bool
- func (o *UpdateMeteringReportConfigurationUnauthorized) String() string
- type UpdateSeedBody
- type UpdateSeedDefault
- func (o *UpdateSeedDefault) Code() int
- func (o *UpdateSeedDefault) Error() string
- func (o *UpdateSeedDefault) GetPayload() *models.ErrorResponse
- func (o *UpdateSeedDefault) IsClientError() bool
- func (o *UpdateSeedDefault) IsCode(code int) bool
- func (o *UpdateSeedDefault) IsRedirect() bool
- func (o *UpdateSeedDefault) IsServerError() bool
- func (o *UpdateSeedDefault) IsSuccess() bool
- func (o *UpdateSeedDefault) String() string
- type UpdateSeedForbidden
- func (o *UpdateSeedForbidden) Error() string
- func (o *UpdateSeedForbidden) IsClientError() bool
- func (o *UpdateSeedForbidden) IsCode(code int) bool
- func (o *UpdateSeedForbidden) IsRedirect() bool
- func (o *UpdateSeedForbidden) IsServerError() bool
- func (o *UpdateSeedForbidden) IsSuccess() bool
- func (o *UpdateSeedForbidden) String() string
- type UpdateSeedOK
- func (o *UpdateSeedOK) Error() string
- func (o *UpdateSeedOK) GetPayload() *models.Seed
- func (o *UpdateSeedOK) IsClientError() bool
- func (o *UpdateSeedOK) IsCode(code int) bool
- func (o *UpdateSeedOK) IsRedirect() bool
- func (o *UpdateSeedOK) IsServerError() bool
- func (o *UpdateSeedOK) IsSuccess() bool
- func (o *UpdateSeedOK) String() string
- type UpdateSeedParams
- func (o *UpdateSeedParams) SetBody(body UpdateSeedBody)
- func (o *UpdateSeedParams) SetContext(ctx context.Context)
- func (o *UpdateSeedParams) SetDefaults()
- func (o *UpdateSeedParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSeedParams) SetName(seedName string)
- func (o *UpdateSeedParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSeedParams) WithBody(body UpdateSeedBody) *UpdateSeedParams
- func (o *UpdateSeedParams) WithContext(ctx context.Context) *UpdateSeedParams
- func (o *UpdateSeedParams) WithDefaults() *UpdateSeedParams
- func (o *UpdateSeedParams) WithHTTPClient(client *http.Client) *UpdateSeedParams
- func (o *UpdateSeedParams) WithName(seedName string) *UpdateSeedParams
- func (o *UpdateSeedParams) WithTimeout(timeout time.Duration) *UpdateSeedParams
- func (o *UpdateSeedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSeedReader
- type UpdateSeedUnauthorized
- func (o *UpdateSeedUnauthorized) Error() string
- func (o *UpdateSeedUnauthorized) IsClientError() bool
- func (o *UpdateSeedUnauthorized) IsCode(code int) bool
- func (o *UpdateSeedUnauthorized) IsRedirect() bool
- func (o *UpdateSeedUnauthorized) IsServerError() bool
- func (o *UpdateSeedUnauthorized) IsSuccess() bool
- func (o *UpdateSeedUnauthorized) String() string
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 admin API
func (*Client) CreateMeteringReportConfiguration ¶
func (a *Client) CreateMeteringReportConfiguration(params *CreateMeteringReportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateMeteringReportConfigurationCreated, error)
CreateMeteringReportConfiguration Creates report configuration for KKP metering tool. Only available in Kubermatic Enterprise Edition
func (*Client) CreateOrUpdateMeteringConfigurations ¶
func (a *Client) CreateOrUpdateMeteringConfigurations(params *CreateOrUpdateMeteringConfigurationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrUpdateMeteringConfigurationsOK, error)
CreateOrUpdateMeteringConfigurations Configures KKP metering tool. Only available in Kubermatic Enterprise Edition
func (*Client) CreateOrUpdateMeteringCredentials ¶
func (a *Client) CreateOrUpdateMeteringCredentials(params *CreateOrUpdateMeteringCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrUpdateMeteringCredentialsOK, error)
CreateOrUpdateMeteringCredentials Creates or updates the metering tool credentials. Only available in Kubermatic Enterprise Edition
func (*Client) CreateSeed ¶
func (a *Client) CreateSeed(params *CreateSeedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSeedOK, error)
CreateSeed creates a new seed object
func (*Client) DeleteAdmissionPlugin ¶
func (a *Client) DeleteAdmissionPlugin(params *DeleteAdmissionPluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAdmissionPluginOK, error)
DeleteAdmissionPlugin deletes the admission plugin
func (*Client) DeleteBackupDestination ¶
func (a *Client) DeleteBackupDestination(params *DeleteBackupDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteBackupDestinationOK, error)
DeleteBackupDestination deletes a backup destination from the seed
func (*Client) DeleteMeteringReportConfiguration ¶
func (a *Client) DeleteMeteringReportConfiguration(params *DeleteMeteringReportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteMeteringReportConfigurationOK, error)
DeleteMeteringReportConfiguration Removes report configuration for KKP metering tool. Only available in Kubermatic Enterprise Edition
func (*Client) DeleteSeed ¶
func (a *Client) DeleteSeed(params *DeleteSeedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSeedOK, error)
DeleteSeed deletes the seed c r d object from the kubermatic
func (*Client) GetAdmins ¶
func (a *Client) GetAdmins(params *GetAdminsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAdminsOK, error)
GetAdmins returns list of admin users
func (*Client) GetAdmissionPlugin ¶
func (a *Client) GetAdmissionPlugin(params *GetAdmissionPluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAdmissionPluginOK, error)
GetAdmissionPlugin gets the admission plugin
func (*Client) GetKubermaticCustomLinks ¶
func (a *Client) GetKubermaticCustomLinks(params *GetKubermaticCustomLinksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubermaticCustomLinksOK, error)
GetKubermaticCustomLinks gets the custom links
func (*Client) GetKubermaticSettings ¶
func (a *Client) GetKubermaticSettings(params *GetKubermaticSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubermaticSettingsOK, error)
GetKubermaticSettings gets the global settings
func (*Client) GetMeteringReportConfiguration ¶
func (a *Client) GetMeteringReportConfiguration(params *GetMeteringReportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetMeteringReportConfigurationOK, error)
GetMeteringReportConfiguration Gets report configuration for KKP metering tool. Only available in Kubermatic Enterprise Edition
func (*Client) GetSeed ¶
func (a *Client) GetSeed(params *GetSeedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSeedOK, error)
GetSeed returns the seed object
func (*Client) ListAdmissionPlugins ¶
func (a *Client) ListAdmissionPlugins(params *ListAdmissionPluginsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAdmissionPluginsOK, error)
ListAdmissionPlugins returns all admission plugins from the c r ds
func (*Client) ListMeteringReportConfigurations ¶
func (a *Client) ListMeteringReportConfigurations(params *ListMeteringReportConfigurationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMeteringReportConfigurationsOK, error)
ListMeteringReportConfigurations Lists report configurations for KKP metering tool. Only available in Kubermatic Enterprise Edition
func (*Client) ListSeeds ¶
func (a *Client) ListSeeds(params *ListSeedsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSeedsOK, error)
ListSeeds returns all seeds from the c r ds
func (*Client) PatchKubermaticSettings ¶
func (a *Client) PatchKubermaticSettings(params *PatchKubermaticSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchKubermaticSettingsOK, error)
PatchKubermaticSettings patches the global settings
func (*Client) SetAdmin ¶
func (a *Client) SetAdmin(params *SetAdminParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAdminOK, error)
SetAdmin allows setting and clearing admin role for users
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateAdmissionPlugin ¶
func (a *Client) UpdateAdmissionPlugin(params *UpdateAdmissionPluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAdmissionPluginOK, error)
UpdateAdmissionPlugin updates the admission plugin
func (*Client) UpdateMeteringReportConfiguration ¶
func (a *Client) UpdateMeteringReportConfiguration(params *UpdateMeteringReportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateMeteringReportConfigurationOK, error)
UpdateMeteringReportConfiguration Updates existing report configuration for KKP metering tool. Only available in Kubermatic Enterprise Edition
func (*Client) UpdateSeed ¶
func (a *Client) UpdateSeed(params *UpdateSeedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSeedOK, error)
UpdateSeed updates the seed
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateMeteringReportConfiguration(params *CreateMeteringReportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateMeteringReportConfigurationCreated, error) CreateOrUpdateMeteringConfigurations(params *CreateOrUpdateMeteringConfigurationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrUpdateMeteringConfigurationsOK, error) CreateOrUpdateMeteringCredentials(params *CreateOrUpdateMeteringCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrUpdateMeteringCredentialsOK, error) CreateSeed(params *CreateSeedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSeedOK, error) DeleteAdmissionPlugin(params *DeleteAdmissionPluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAdmissionPluginOK, error) DeleteBackupDestination(params *DeleteBackupDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteBackupDestinationOK, error) DeleteMeteringReportConfiguration(params *DeleteMeteringReportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteMeteringReportConfigurationOK, error) DeleteSeed(params *DeleteSeedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSeedOK, error) GetAdmins(params *GetAdminsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAdminsOK, error) GetAdmissionPlugin(params *GetAdmissionPluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAdmissionPluginOK, error) GetKubermaticCustomLinks(params *GetKubermaticCustomLinksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubermaticCustomLinksOK, error) GetKubermaticSettings(params *GetKubermaticSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKubermaticSettingsOK, error) GetMeteringReportConfiguration(params *GetMeteringReportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetMeteringReportConfigurationOK, error) GetSeed(params *GetSeedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSeedOK, error) ListAdmissionPlugins(params *ListAdmissionPluginsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAdmissionPluginsOK, error) ListMeteringReportConfigurations(params *ListMeteringReportConfigurationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMeteringReportConfigurationsOK, error) ListSeeds(params *ListSeedsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSeedsOK, error) PatchKubermaticSettings(params *PatchKubermaticSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchKubermaticSettingsOK, error) SetAdmin(params *SetAdminParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAdminOK, error) UpdateAdmissionPlugin(params *UpdateAdmissionPluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAdmissionPluginOK, error) UpdateMeteringReportConfiguration(params *UpdateMeteringReportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateMeteringReportConfigurationOK, error) UpdateSeed(params *UpdateSeedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSeedOK, 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 admin API client.
type CreateMeteringReportConfigurationBody ¶
type CreateMeteringReportConfigurationBody struct { // interval Interval int32 `json:"interval,omitempty"` // retention Retention int32 `json:"retention,omitempty"` // schedule Schedule string `json:"schedule,omitempty"` // types Types []string `json:"types"` }
CreateMeteringReportConfigurationBody create metering report configuration body swagger:model CreateMeteringReportConfigurationBody
func (*CreateMeteringReportConfigurationBody) ContextValidate ¶
func (o *CreateMeteringReportConfigurationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create metering report configuration body based on context it is used
func (*CreateMeteringReportConfigurationBody) MarshalBinary ¶
func (o *CreateMeteringReportConfigurationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateMeteringReportConfigurationBody) UnmarshalBinary ¶
func (o *CreateMeteringReportConfigurationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateMeteringReportConfigurationCreated ¶
type CreateMeteringReportConfigurationCreated struct { }
CreateMeteringReportConfigurationCreated describes a response with status code 201, with default header values.
EmptyResponse is a empty response
func NewCreateMeteringReportConfigurationCreated ¶
func NewCreateMeteringReportConfigurationCreated() *CreateMeteringReportConfigurationCreated
NewCreateMeteringReportConfigurationCreated creates a CreateMeteringReportConfigurationCreated with default headers values
func (*CreateMeteringReportConfigurationCreated) Error ¶
func (o *CreateMeteringReportConfigurationCreated) Error() string
func (*CreateMeteringReportConfigurationCreated) IsClientError ¶
func (o *CreateMeteringReportConfigurationCreated) IsClientError() bool
IsClientError returns true when this create metering report configuration created response has a 4xx status code
func (*CreateMeteringReportConfigurationCreated) IsCode ¶
func (o *CreateMeteringReportConfigurationCreated) IsCode(code int) bool
IsCode returns true when this create metering report configuration created response a status code equal to that given
func (*CreateMeteringReportConfigurationCreated) IsRedirect ¶
func (o *CreateMeteringReportConfigurationCreated) IsRedirect() bool
IsRedirect returns true when this create metering report configuration created response has a 3xx status code
func (*CreateMeteringReportConfigurationCreated) IsServerError ¶
func (o *CreateMeteringReportConfigurationCreated) IsServerError() bool
IsServerError returns true when this create metering report configuration created response has a 5xx status code
func (*CreateMeteringReportConfigurationCreated) IsSuccess ¶
func (o *CreateMeteringReportConfigurationCreated) IsSuccess() bool
IsSuccess returns true when this create metering report configuration created response has a 2xx status code
func (*CreateMeteringReportConfigurationCreated) String ¶
func (o *CreateMeteringReportConfigurationCreated) String() string
type CreateMeteringReportConfigurationDefault ¶
type CreateMeteringReportConfigurationDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
CreateMeteringReportConfigurationDefault describes a response with status code -1, with default header values.
errorResponse
func NewCreateMeteringReportConfigurationDefault ¶
func NewCreateMeteringReportConfigurationDefault(code int) *CreateMeteringReportConfigurationDefault
NewCreateMeteringReportConfigurationDefault creates a CreateMeteringReportConfigurationDefault with default headers values
func (*CreateMeteringReportConfigurationDefault) Code ¶
func (o *CreateMeteringReportConfigurationDefault) Code() int
Code gets the status code for the create metering report configuration default response
func (*CreateMeteringReportConfigurationDefault) Error ¶
func (o *CreateMeteringReportConfigurationDefault) Error() string
func (*CreateMeteringReportConfigurationDefault) GetPayload ¶
func (o *CreateMeteringReportConfigurationDefault) GetPayload() *models.ErrorResponse
func (*CreateMeteringReportConfigurationDefault) IsClientError ¶
func (o *CreateMeteringReportConfigurationDefault) IsClientError() bool
IsClientError returns true when this create metering report configuration default response has a 4xx status code
func (*CreateMeteringReportConfigurationDefault) IsCode ¶
func (o *CreateMeteringReportConfigurationDefault) IsCode(code int) bool
IsCode returns true when this create metering report configuration default response a status code equal to that given
func (*CreateMeteringReportConfigurationDefault) IsRedirect ¶
func (o *CreateMeteringReportConfigurationDefault) IsRedirect() bool
IsRedirect returns true when this create metering report configuration default response has a 3xx status code
func (*CreateMeteringReportConfigurationDefault) IsServerError ¶
func (o *CreateMeteringReportConfigurationDefault) IsServerError() bool
IsServerError returns true when this create metering report configuration default response has a 5xx status code
func (*CreateMeteringReportConfigurationDefault) IsSuccess ¶
func (o *CreateMeteringReportConfigurationDefault) IsSuccess() bool
IsSuccess returns true when this create metering report configuration default response has a 2xx status code
func (*CreateMeteringReportConfigurationDefault) String ¶
func (o *CreateMeteringReportConfigurationDefault) String() string
type CreateMeteringReportConfigurationForbidden ¶
type CreateMeteringReportConfigurationForbidden struct { }
CreateMeteringReportConfigurationForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewCreateMeteringReportConfigurationForbidden ¶
func NewCreateMeteringReportConfigurationForbidden() *CreateMeteringReportConfigurationForbidden
NewCreateMeteringReportConfigurationForbidden creates a CreateMeteringReportConfigurationForbidden with default headers values
func (*CreateMeteringReportConfigurationForbidden) Error ¶
func (o *CreateMeteringReportConfigurationForbidden) Error() string
func (*CreateMeteringReportConfigurationForbidden) IsClientError ¶
func (o *CreateMeteringReportConfigurationForbidden) IsClientError() bool
IsClientError returns true when this create metering report configuration forbidden response has a 4xx status code
func (*CreateMeteringReportConfigurationForbidden) IsCode ¶
func (o *CreateMeteringReportConfigurationForbidden) IsCode(code int) bool
IsCode returns true when this create metering report configuration forbidden response a status code equal to that given
func (*CreateMeteringReportConfigurationForbidden) IsRedirect ¶
func (o *CreateMeteringReportConfigurationForbidden) IsRedirect() bool
IsRedirect returns true when this create metering report configuration forbidden response has a 3xx status code
func (*CreateMeteringReportConfigurationForbidden) IsServerError ¶
func (o *CreateMeteringReportConfigurationForbidden) IsServerError() bool
IsServerError returns true when this create metering report configuration forbidden response has a 5xx status code
func (*CreateMeteringReportConfigurationForbidden) IsSuccess ¶
func (o *CreateMeteringReportConfigurationForbidden) IsSuccess() bool
IsSuccess returns true when this create metering report configuration forbidden response has a 2xx status code
func (*CreateMeteringReportConfigurationForbidden) String ¶
func (o *CreateMeteringReportConfigurationForbidden) String() string
type CreateMeteringReportConfigurationParams ¶
type CreateMeteringReportConfigurationParams struct { // Body. Body CreateMeteringReportConfigurationBody // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateMeteringReportConfigurationParams contains all the parameters to send to the API endpoint
for the create metering report configuration operation. Typically these are written to a http.Request.
func NewCreateMeteringReportConfigurationParams ¶
func NewCreateMeteringReportConfigurationParams() *CreateMeteringReportConfigurationParams
NewCreateMeteringReportConfigurationParams creates a new CreateMeteringReportConfigurationParams 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 NewCreateMeteringReportConfigurationParamsWithContext ¶
func NewCreateMeteringReportConfigurationParamsWithContext(ctx context.Context) *CreateMeteringReportConfigurationParams
NewCreateMeteringReportConfigurationParamsWithContext creates a new CreateMeteringReportConfigurationParams object with the ability to set a context for a request.
func NewCreateMeteringReportConfigurationParamsWithHTTPClient ¶
func NewCreateMeteringReportConfigurationParamsWithHTTPClient(client *http.Client) *CreateMeteringReportConfigurationParams
NewCreateMeteringReportConfigurationParamsWithHTTPClient creates a new CreateMeteringReportConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewCreateMeteringReportConfigurationParamsWithTimeout ¶
func NewCreateMeteringReportConfigurationParamsWithTimeout(timeout time.Duration) *CreateMeteringReportConfigurationParams
NewCreateMeteringReportConfigurationParamsWithTimeout creates a new CreateMeteringReportConfigurationParams object with the ability to set a timeout on a request.
func (*CreateMeteringReportConfigurationParams) SetBody ¶
func (o *CreateMeteringReportConfigurationParams) SetBody(body CreateMeteringReportConfigurationBody)
SetBody adds the body to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) SetContext ¶
func (o *CreateMeteringReportConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) SetDefaults ¶
func (o *CreateMeteringReportConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the create metering report configuration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateMeteringReportConfigurationParams) SetHTTPClient ¶
func (o *CreateMeteringReportConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) SetName ¶
func (o *CreateMeteringReportConfigurationParams) SetName(name string)
SetName adds the name to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) SetTimeout ¶
func (o *CreateMeteringReportConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) WithBody ¶
func (o *CreateMeteringReportConfigurationParams) WithBody(body CreateMeteringReportConfigurationBody) *CreateMeteringReportConfigurationParams
WithBody adds the body to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) WithContext ¶
func (o *CreateMeteringReportConfigurationParams) WithContext(ctx context.Context) *CreateMeteringReportConfigurationParams
WithContext adds the context to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) WithDefaults ¶
func (o *CreateMeteringReportConfigurationParams) WithDefaults() *CreateMeteringReportConfigurationParams
WithDefaults hydrates default values in the create metering report configuration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateMeteringReportConfigurationParams) WithHTTPClient ¶
func (o *CreateMeteringReportConfigurationParams) WithHTTPClient(client *http.Client) *CreateMeteringReportConfigurationParams
WithHTTPClient adds the HTTPClient to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) WithName ¶
func (o *CreateMeteringReportConfigurationParams) WithName(name string) *CreateMeteringReportConfigurationParams
WithName adds the name to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) WithTimeout ¶
func (o *CreateMeteringReportConfigurationParams) WithTimeout(timeout time.Duration) *CreateMeteringReportConfigurationParams
WithTimeout adds the timeout to the create metering report configuration params
func (*CreateMeteringReportConfigurationParams) WriteToRequest ¶
func (o *CreateMeteringReportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateMeteringReportConfigurationReader ¶
type CreateMeteringReportConfigurationReader struct {
// contains filtered or unexported fields
}
CreateMeteringReportConfigurationReader is a Reader for the CreateMeteringReportConfiguration structure.
func (*CreateMeteringReportConfigurationReader) ReadResponse ¶
func (o *CreateMeteringReportConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateMeteringReportConfigurationUnauthorized ¶
type CreateMeteringReportConfigurationUnauthorized struct { }
CreateMeteringReportConfigurationUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewCreateMeteringReportConfigurationUnauthorized ¶
func NewCreateMeteringReportConfigurationUnauthorized() *CreateMeteringReportConfigurationUnauthorized
NewCreateMeteringReportConfigurationUnauthorized creates a CreateMeteringReportConfigurationUnauthorized with default headers values
func (*CreateMeteringReportConfigurationUnauthorized) Error ¶
func (o *CreateMeteringReportConfigurationUnauthorized) Error() string
func (*CreateMeteringReportConfigurationUnauthorized) IsClientError ¶
func (o *CreateMeteringReportConfigurationUnauthorized) IsClientError() bool
IsClientError returns true when this create metering report configuration unauthorized response has a 4xx status code
func (*CreateMeteringReportConfigurationUnauthorized) IsCode ¶
func (o *CreateMeteringReportConfigurationUnauthorized) IsCode(code int) bool
IsCode returns true when this create metering report configuration unauthorized response a status code equal to that given
func (*CreateMeteringReportConfigurationUnauthorized) IsRedirect ¶
func (o *CreateMeteringReportConfigurationUnauthorized) IsRedirect() bool
IsRedirect returns true when this create metering report configuration unauthorized response has a 3xx status code
func (*CreateMeteringReportConfigurationUnauthorized) IsServerError ¶
func (o *CreateMeteringReportConfigurationUnauthorized) IsServerError() bool
IsServerError returns true when this create metering report configuration unauthorized response has a 5xx status code
func (*CreateMeteringReportConfigurationUnauthorized) IsSuccess ¶
func (o *CreateMeteringReportConfigurationUnauthorized) IsSuccess() bool
IsSuccess returns true when this create metering report configuration unauthorized response has a 2xx status code
func (*CreateMeteringReportConfigurationUnauthorized) String ¶
func (o *CreateMeteringReportConfigurationUnauthorized) String() string
type CreateOrUpdateMeteringConfigurationsDefault ¶
type CreateOrUpdateMeteringConfigurationsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
CreateOrUpdateMeteringConfigurationsDefault describes a response with status code -1, with default header values.
errorResponse
func NewCreateOrUpdateMeteringConfigurationsDefault ¶
func NewCreateOrUpdateMeteringConfigurationsDefault(code int) *CreateOrUpdateMeteringConfigurationsDefault
NewCreateOrUpdateMeteringConfigurationsDefault creates a CreateOrUpdateMeteringConfigurationsDefault with default headers values
func (*CreateOrUpdateMeteringConfigurationsDefault) Code ¶
func (o *CreateOrUpdateMeteringConfigurationsDefault) Code() int
Code gets the status code for the create or update metering configurations default response
func (*CreateOrUpdateMeteringConfigurationsDefault) Error ¶
func (o *CreateOrUpdateMeteringConfigurationsDefault) Error() string
func (*CreateOrUpdateMeteringConfigurationsDefault) GetPayload ¶
func (o *CreateOrUpdateMeteringConfigurationsDefault) GetPayload() *models.ErrorResponse
func (*CreateOrUpdateMeteringConfigurationsDefault) IsClientError ¶
func (o *CreateOrUpdateMeteringConfigurationsDefault) IsClientError() bool
IsClientError returns true when this create or update metering configurations default response has a 4xx status code
func (*CreateOrUpdateMeteringConfigurationsDefault) IsCode ¶
func (o *CreateOrUpdateMeteringConfigurationsDefault) IsCode(code int) bool
IsCode returns true when this create or update metering configurations default response a status code equal to that given
func (*CreateOrUpdateMeteringConfigurationsDefault) IsRedirect ¶
func (o *CreateOrUpdateMeteringConfigurationsDefault) IsRedirect() bool
IsRedirect returns true when this create or update metering configurations default response has a 3xx status code
func (*CreateOrUpdateMeteringConfigurationsDefault) IsServerError ¶
func (o *CreateOrUpdateMeteringConfigurationsDefault) IsServerError() bool
IsServerError returns true when this create or update metering configurations default response has a 5xx status code
func (*CreateOrUpdateMeteringConfigurationsDefault) IsSuccess ¶
func (o *CreateOrUpdateMeteringConfigurationsDefault) IsSuccess() bool
IsSuccess returns true when this create or update metering configurations default response has a 2xx status code
func (*CreateOrUpdateMeteringConfigurationsDefault) String ¶
func (o *CreateOrUpdateMeteringConfigurationsDefault) String() string
type CreateOrUpdateMeteringConfigurationsForbidden ¶
type CreateOrUpdateMeteringConfigurationsForbidden struct { }
CreateOrUpdateMeteringConfigurationsForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewCreateOrUpdateMeteringConfigurationsForbidden ¶
func NewCreateOrUpdateMeteringConfigurationsForbidden() *CreateOrUpdateMeteringConfigurationsForbidden
NewCreateOrUpdateMeteringConfigurationsForbidden creates a CreateOrUpdateMeteringConfigurationsForbidden with default headers values
func (*CreateOrUpdateMeteringConfigurationsForbidden) Error ¶
func (o *CreateOrUpdateMeteringConfigurationsForbidden) Error() string
func (*CreateOrUpdateMeteringConfigurationsForbidden) IsClientError ¶
func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsClientError() bool
IsClientError returns true when this create or update metering configurations forbidden response has a 4xx status code
func (*CreateOrUpdateMeteringConfigurationsForbidden) IsCode ¶
func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsCode(code int) bool
IsCode returns true when this create or update metering configurations forbidden response a status code equal to that given
func (*CreateOrUpdateMeteringConfigurationsForbidden) IsRedirect ¶
func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsRedirect() bool
IsRedirect returns true when this create or update metering configurations forbidden response has a 3xx status code
func (*CreateOrUpdateMeteringConfigurationsForbidden) IsServerError ¶
func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsServerError() bool
IsServerError returns true when this create or update metering configurations forbidden response has a 5xx status code
func (*CreateOrUpdateMeteringConfigurationsForbidden) IsSuccess ¶
func (o *CreateOrUpdateMeteringConfigurationsForbidden) IsSuccess() bool
IsSuccess returns true when this create or update metering configurations forbidden response has a 2xx status code
func (*CreateOrUpdateMeteringConfigurationsForbidden) String ¶
func (o *CreateOrUpdateMeteringConfigurationsForbidden) String() string
type CreateOrUpdateMeteringConfigurationsOK ¶
type CreateOrUpdateMeteringConfigurationsOK struct { }
CreateOrUpdateMeteringConfigurationsOK describes a response with status code 200, with default header values.
EmptyResponse is a empty response
func NewCreateOrUpdateMeteringConfigurationsOK ¶
func NewCreateOrUpdateMeteringConfigurationsOK() *CreateOrUpdateMeteringConfigurationsOK
NewCreateOrUpdateMeteringConfigurationsOK creates a CreateOrUpdateMeteringConfigurationsOK with default headers values
func (*CreateOrUpdateMeteringConfigurationsOK) Error ¶
func (o *CreateOrUpdateMeteringConfigurationsOK) Error() string
func (*CreateOrUpdateMeteringConfigurationsOK) IsClientError ¶
func (o *CreateOrUpdateMeteringConfigurationsOK) IsClientError() bool
IsClientError returns true when this create or update metering configurations o k response has a 4xx status code
func (*CreateOrUpdateMeteringConfigurationsOK) IsCode ¶
func (o *CreateOrUpdateMeteringConfigurationsOK) IsCode(code int) bool
IsCode returns true when this create or update metering configurations o k response a status code equal to that given
func (*CreateOrUpdateMeteringConfigurationsOK) IsRedirect ¶
func (o *CreateOrUpdateMeteringConfigurationsOK) IsRedirect() bool
IsRedirect returns true when this create or update metering configurations o k response has a 3xx status code
func (*CreateOrUpdateMeteringConfigurationsOK) IsServerError ¶
func (o *CreateOrUpdateMeteringConfigurationsOK) IsServerError() bool
IsServerError returns true when this create or update metering configurations o k response has a 5xx status code
func (*CreateOrUpdateMeteringConfigurationsOK) IsSuccess ¶
func (o *CreateOrUpdateMeteringConfigurationsOK) IsSuccess() bool
IsSuccess returns true when this create or update metering configurations o k response has a 2xx status code
func (*CreateOrUpdateMeteringConfigurationsOK) String ¶
func (o *CreateOrUpdateMeteringConfigurationsOK) String() string
type CreateOrUpdateMeteringConfigurationsParams ¶
type CreateOrUpdateMeteringConfigurationsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateOrUpdateMeteringConfigurationsParams contains all the parameters to send to the API endpoint
for the create or update metering configurations operation. Typically these are written to a http.Request.
func NewCreateOrUpdateMeteringConfigurationsParams ¶
func NewCreateOrUpdateMeteringConfigurationsParams() *CreateOrUpdateMeteringConfigurationsParams
NewCreateOrUpdateMeteringConfigurationsParams creates a new CreateOrUpdateMeteringConfigurationsParams 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 NewCreateOrUpdateMeteringConfigurationsParamsWithContext ¶
func NewCreateOrUpdateMeteringConfigurationsParamsWithContext(ctx context.Context) *CreateOrUpdateMeteringConfigurationsParams
NewCreateOrUpdateMeteringConfigurationsParamsWithContext creates a new CreateOrUpdateMeteringConfigurationsParams object with the ability to set a context for a request.
func NewCreateOrUpdateMeteringConfigurationsParamsWithHTTPClient ¶
func NewCreateOrUpdateMeteringConfigurationsParamsWithHTTPClient(client *http.Client) *CreateOrUpdateMeteringConfigurationsParams
NewCreateOrUpdateMeteringConfigurationsParamsWithHTTPClient creates a new CreateOrUpdateMeteringConfigurationsParams object with the ability to set a custom HTTPClient for a request.
func NewCreateOrUpdateMeteringConfigurationsParamsWithTimeout ¶
func NewCreateOrUpdateMeteringConfigurationsParamsWithTimeout(timeout time.Duration) *CreateOrUpdateMeteringConfigurationsParams
NewCreateOrUpdateMeteringConfigurationsParamsWithTimeout creates a new CreateOrUpdateMeteringConfigurationsParams object with the ability to set a timeout on a request.
func (*CreateOrUpdateMeteringConfigurationsParams) SetContext ¶
func (o *CreateOrUpdateMeteringConfigurationsParams) SetContext(ctx context.Context)
SetContext adds the context to the create or update metering configurations params
func (*CreateOrUpdateMeteringConfigurationsParams) SetDefaults ¶
func (o *CreateOrUpdateMeteringConfigurationsParams) SetDefaults()
SetDefaults hydrates default values in the create or update metering configurations params (not the query body).
All values with no default are reset to their zero value.
func (*CreateOrUpdateMeteringConfigurationsParams) SetHTTPClient ¶
func (o *CreateOrUpdateMeteringConfigurationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create or update metering configurations params
func (*CreateOrUpdateMeteringConfigurationsParams) SetTimeout ¶
func (o *CreateOrUpdateMeteringConfigurationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create or update metering configurations params
func (*CreateOrUpdateMeteringConfigurationsParams) WithContext ¶
func (o *CreateOrUpdateMeteringConfigurationsParams) WithContext(ctx context.Context) *CreateOrUpdateMeteringConfigurationsParams
WithContext adds the context to the create or update metering configurations params
func (*CreateOrUpdateMeteringConfigurationsParams) WithDefaults ¶
func (o *CreateOrUpdateMeteringConfigurationsParams) WithDefaults() *CreateOrUpdateMeteringConfigurationsParams
WithDefaults hydrates default values in the create or update metering configurations params (not the query body).
All values with no default are reset to their zero value.
func (*CreateOrUpdateMeteringConfigurationsParams) WithHTTPClient ¶
func (o *CreateOrUpdateMeteringConfigurationsParams) WithHTTPClient(client *http.Client) *CreateOrUpdateMeteringConfigurationsParams
WithHTTPClient adds the HTTPClient to the create or update metering configurations params
func (*CreateOrUpdateMeteringConfigurationsParams) WithTimeout ¶
func (o *CreateOrUpdateMeteringConfigurationsParams) WithTimeout(timeout time.Duration) *CreateOrUpdateMeteringConfigurationsParams
WithTimeout adds the timeout to the create or update metering configurations params
func (*CreateOrUpdateMeteringConfigurationsParams) WriteToRequest ¶
func (o *CreateOrUpdateMeteringConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateOrUpdateMeteringConfigurationsReader ¶
type CreateOrUpdateMeteringConfigurationsReader struct {
// contains filtered or unexported fields
}
CreateOrUpdateMeteringConfigurationsReader is a Reader for the CreateOrUpdateMeteringConfigurations structure.
func (*CreateOrUpdateMeteringConfigurationsReader) ReadResponse ¶
func (o *CreateOrUpdateMeteringConfigurationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateOrUpdateMeteringConfigurationsUnauthorized ¶
type CreateOrUpdateMeteringConfigurationsUnauthorized struct { }
CreateOrUpdateMeteringConfigurationsUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewCreateOrUpdateMeteringConfigurationsUnauthorized ¶
func NewCreateOrUpdateMeteringConfigurationsUnauthorized() *CreateOrUpdateMeteringConfigurationsUnauthorized
NewCreateOrUpdateMeteringConfigurationsUnauthorized creates a CreateOrUpdateMeteringConfigurationsUnauthorized with default headers values
func (*CreateOrUpdateMeteringConfigurationsUnauthorized) Error ¶
func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) Error() string
func (*CreateOrUpdateMeteringConfigurationsUnauthorized) IsClientError ¶
func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsClientError() bool
IsClientError returns true when this create or update metering configurations unauthorized response has a 4xx status code
func (*CreateOrUpdateMeteringConfigurationsUnauthorized) IsCode ¶
func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsCode(code int) bool
IsCode returns true when this create or update metering configurations unauthorized response a status code equal to that given
func (*CreateOrUpdateMeteringConfigurationsUnauthorized) IsRedirect ¶
func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this create or update metering configurations unauthorized response has a 3xx status code
func (*CreateOrUpdateMeteringConfigurationsUnauthorized) IsServerError ¶
func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsServerError() bool
IsServerError returns true when this create or update metering configurations unauthorized response has a 5xx status code
func (*CreateOrUpdateMeteringConfigurationsUnauthorized) IsSuccess ¶
func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this create or update metering configurations unauthorized response has a 2xx status code
func (*CreateOrUpdateMeteringConfigurationsUnauthorized) String ¶
func (o *CreateOrUpdateMeteringConfigurationsUnauthorized) String() string
type CreateOrUpdateMeteringCredentialsDefault ¶
type CreateOrUpdateMeteringCredentialsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
CreateOrUpdateMeteringCredentialsDefault describes a response with status code -1, with default header values.
errorResponse
func NewCreateOrUpdateMeteringCredentialsDefault ¶
func NewCreateOrUpdateMeteringCredentialsDefault(code int) *CreateOrUpdateMeteringCredentialsDefault
NewCreateOrUpdateMeteringCredentialsDefault creates a CreateOrUpdateMeteringCredentialsDefault with default headers values
func (*CreateOrUpdateMeteringCredentialsDefault) Code ¶
func (o *CreateOrUpdateMeteringCredentialsDefault) Code() int
Code gets the status code for the create or update metering credentials default response
func (*CreateOrUpdateMeteringCredentialsDefault) Error ¶
func (o *CreateOrUpdateMeteringCredentialsDefault) Error() string
func (*CreateOrUpdateMeteringCredentialsDefault) GetPayload ¶
func (o *CreateOrUpdateMeteringCredentialsDefault) GetPayload() *models.ErrorResponse
func (*CreateOrUpdateMeteringCredentialsDefault) IsClientError ¶
func (o *CreateOrUpdateMeteringCredentialsDefault) IsClientError() bool
IsClientError returns true when this create or update metering credentials default response has a 4xx status code
func (*CreateOrUpdateMeteringCredentialsDefault) IsCode ¶
func (o *CreateOrUpdateMeteringCredentialsDefault) IsCode(code int) bool
IsCode returns true when this create or update metering credentials default response a status code equal to that given
func (*CreateOrUpdateMeteringCredentialsDefault) IsRedirect ¶
func (o *CreateOrUpdateMeteringCredentialsDefault) IsRedirect() bool
IsRedirect returns true when this create or update metering credentials default response has a 3xx status code
func (*CreateOrUpdateMeteringCredentialsDefault) IsServerError ¶
func (o *CreateOrUpdateMeteringCredentialsDefault) IsServerError() bool
IsServerError returns true when this create or update metering credentials default response has a 5xx status code
func (*CreateOrUpdateMeteringCredentialsDefault) IsSuccess ¶
func (o *CreateOrUpdateMeteringCredentialsDefault) IsSuccess() bool
IsSuccess returns true when this create or update metering credentials default response has a 2xx status code
func (*CreateOrUpdateMeteringCredentialsDefault) String ¶
func (o *CreateOrUpdateMeteringCredentialsDefault) String() string
type CreateOrUpdateMeteringCredentialsForbidden ¶
type CreateOrUpdateMeteringCredentialsForbidden struct { }
CreateOrUpdateMeteringCredentialsForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewCreateOrUpdateMeteringCredentialsForbidden ¶
func NewCreateOrUpdateMeteringCredentialsForbidden() *CreateOrUpdateMeteringCredentialsForbidden
NewCreateOrUpdateMeteringCredentialsForbidden creates a CreateOrUpdateMeteringCredentialsForbidden with default headers values
func (*CreateOrUpdateMeteringCredentialsForbidden) Error ¶
func (o *CreateOrUpdateMeteringCredentialsForbidden) Error() string
func (*CreateOrUpdateMeteringCredentialsForbidden) IsClientError ¶
func (o *CreateOrUpdateMeteringCredentialsForbidden) IsClientError() bool
IsClientError returns true when this create or update metering credentials forbidden response has a 4xx status code
func (*CreateOrUpdateMeteringCredentialsForbidden) IsCode ¶
func (o *CreateOrUpdateMeteringCredentialsForbidden) IsCode(code int) bool
IsCode returns true when this create or update metering credentials forbidden response a status code equal to that given
func (*CreateOrUpdateMeteringCredentialsForbidden) IsRedirect ¶
func (o *CreateOrUpdateMeteringCredentialsForbidden) IsRedirect() bool
IsRedirect returns true when this create or update metering credentials forbidden response has a 3xx status code
func (*CreateOrUpdateMeteringCredentialsForbidden) IsServerError ¶
func (o *CreateOrUpdateMeteringCredentialsForbidden) IsServerError() bool
IsServerError returns true when this create or update metering credentials forbidden response has a 5xx status code
func (*CreateOrUpdateMeteringCredentialsForbidden) IsSuccess ¶
func (o *CreateOrUpdateMeteringCredentialsForbidden) IsSuccess() bool
IsSuccess returns true when this create or update metering credentials forbidden response has a 2xx status code
func (*CreateOrUpdateMeteringCredentialsForbidden) String ¶
func (o *CreateOrUpdateMeteringCredentialsForbidden) String() string
type CreateOrUpdateMeteringCredentialsOK ¶
type CreateOrUpdateMeteringCredentialsOK struct { }
CreateOrUpdateMeteringCredentialsOK describes a response with status code 200, with default header values.
EmptyResponse is a empty response
func NewCreateOrUpdateMeteringCredentialsOK ¶
func NewCreateOrUpdateMeteringCredentialsOK() *CreateOrUpdateMeteringCredentialsOK
NewCreateOrUpdateMeteringCredentialsOK creates a CreateOrUpdateMeteringCredentialsOK with default headers values
func (*CreateOrUpdateMeteringCredentialsOK) Error ¶
func (o *CreateOrUpdateMeteringCredentialsOK) Error() string
func (*CreateOrUpdateMeteringCredentialsOK) IsClientError ¶
func (o *CreateOrUpdateMeteringCredentialsOK) IsClientError() bool
IsClientError returns true when this create or update metering credentials o k response has a 4xx status code
func (*CreateOrUpdateMeteringCredentialsOK) IsCode ¶
func (o *CreateOrUpdateMeteringCredentialsOK) IsCode(code int) bool
IsCode returns true when this create or update metering credentials o k response a status code equal to that given
func (*CreateOrUpdateMeteringCredentialsOK) IsRedirect ¶
func (o *CreateOrUpdateMeteringCredentialsOK) IsRedirect() bool
IsRedirect returns true when this create or update metering credentials o k response has a 3xx status code
func (*CreateOrUpdateMeteringCredentialsOK) IsServerError ¶
func (o *CreateOrUpdateMeteringCredentialsOK) IsServerError() bool
IsServerError returns true when this create or update metering credentials o k response has a 5xx status code
func (*CreateOrUpdateMeteringCredentialsOK) IsSuccess ¶
func (o *CreateOrUpdateMeteringCredentialsOK) IsSuccess() bool
IsSuccess returns true when this create or update metering credentials o k response has a 2xx status code
func (*CreateOrUpdateMeteringCredentialsOK) String ¶
func (o *CreateOrUpdateMeteringCredentialsOK) String() string
type CreateOrUpdateMeteringCredentialsParams ¶
type CreateOrUpdateMeteringCredentialsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateOrUpdateMeteringCredentialsParams contains all the parameters to send to the API endpoint
for the create or update metering credentials operation. Typically these are written to a http.Request.
func NewCreateOrUpdateMeteringCredentialsParams ¶
func NewCreateOrUpdateMeteringCredentialsParams() *CreateOrUpdateMeteringCredentialsParams
NewCreateOrUpdateMeteringCredentialsParams creates a new CreateOrUpdateMeteringCredentialsParams 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 NewCreateOrUpdateMeteringCredentialsParamsWithContext ¶
func NewCreateOrUpdateMeteringCredentialsParamsWithContext(ctx context.Context) *CreateOrUpdateMeteringCredentialsParams
NewCreateOrUpdateMeteringCredentialsParamsWithContext creates a new CreateOrUpdateMeteringCredentialsParams object with the ability to set a context for a request.
func NewCreateOrUpdateMeteringCredentialsParamsWithHTTPClient ¶
func NewCreateOrUpdateMeteringCredentialsParamsWithHTTPClient(client *http.Client) *CreateOrUpdateMeteringCredentialsParams
NewCreateOrUpdateMeteringCredentialsParamsWithHTTPClient creates a new CreateOrUpdateMeteringCredentialsParams object with the ability to set a custom HTTPClient for a request.
func NewCreateOrUpdateMeteringCredentialsParamsWithTimeout ¶
func NewCreateOrUpdateMeteringCredentialsParamsWithTimeout(timeout time.Duration) *CreateOrUpdateMeteringCredentialsParams
NewCreateOrUpdateMeteringCredentialsParamsWithTimeout creates a new CreateOrUpdateMeteringCredentialsParams object with the ability to set a timeout on a request.
func (*CreateOrUpdateMeteringCredentialsParams) SetContext ¶
func (o *CreateOrUpdateMeteringCredentialsParams) SetContext(ctx context.Context)
SetContext adds the context to the create or update metering credentials params
func (*CreateOrUpdateMeteringCredentialsParams) SetDefaults ¶
func (o *CreateOrUpdateMeteringCredentialsParams) SetDefaults()
SetDefaults hydrates default values in the create or update metering credentials params (not the query body).
All values with no default are reset to their zero value.
func (*CreateOrUpdateMeteringCredentialsParams) SetHTTPClient ¶
func (o *CreateOrUpdateMeteringCredentialsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create or update metering credentials params
func (*CreateOrUpdateMeteringCredentialsParams) SetTimeout ¶
func (o *CreateOrUpdateMeteringCredentialsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create or update metering credentials params
func (*CreateOrUpdateMeteringCredentialsParams) WithContext ¶
func (o *CreateOrUpdateMeteringCredentialsParams) WithContext(ctx context.Context) *CreateOrUpdateMeteringCredentialsParams
WithContext adds the context to the create or update metering credentials params
func (*CreateOrUpdateMeteringCredentialsParams) WithDefaults ¶
func (o *CreateOrUpdateMeteringCredentialsParams) WithDefaults() *CreateOrUpdateMeteringCredentialsParams
WithDefaults hydrates default values in the create or update metering credentials params (not the query body).
All values with no default are reset to their zero value.
func (*CreateOrUpdateMeteringCredentialsParams) WithHTTPClient ¶
func (o *CreateOrUpdateMeteringCredentialsParams) WithHTTPClient(client *http.Client) *CreateOrUpdateMeteringCredentialsParams
WithHTTPClient adds the HTTPClient to the create or update metering credentials params
func (*CreateOrUpdateMeteringCredentialsParams) WithTimeout ¶
func (o *CreateOrUpdateMeteringCredentialsParams) WithTimeout(timeout time.Duration) *CreateOrUpdateMeteringCredentialsParams
WithTimeout adds the timeout to the create or update metering credentials params
func (*CreateOrUpdateMeteringCredentialsParams) WriteToRequest ¶
func (o *CreateOrUpdateMeteringCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateOrUpdateMeteringCredentialsReader ¶
type CreateOrUpdateMeteringCredentialsReader struct {
// contains filtered or unexported fields
}
CreateOrUpdateMeteringCredentialsReader is a Reader for the CreateOrUpdateMeteringCredentials structure.
func (*CreateOrUpdateMeteringCredentialsReader) ReadResponse ¶
func (o *CreateOrUpdateMeteringCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateOrUpdateMeteringCredentialsUnauthorized ¶
type CreateOrUpdateMeteringCredentialsUnauthorized struct { }
CreateOrUpdateMeteringCredentialsUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewCreateOrUpdateMeteringCredentialsUnauthorized ¶
func NewCreateOrUpdateMeteringCredentialsUnauthorized() *CreateOrUpdateMeteringCredentialsUnauthorized
NewCreateOrUpdateMeteringCredentialsUnauthorized creates a CreateOrUpdateMeteringCredentialsUnauthorized with default headers values
func (*CreateOrUpdateMeteringCredentialsUnauthorized) Error ¶
func (o *CreateOrUpdateMeteringCredentialsUnauthorized) Error() string
func (*CreateOrUpdateMeteringCredentialsUnauthorized) IsClientError ¶
func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsClientError() bool
IsClientError returns true when this create or update metering credentials unauthorized response has a 4xx status code
func (*CreateOrUpdateMeteringCredentialsUnauthorized) IsCode ¶
func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsCode(code int) bool
IsCode returns true when this create or update metering credentials unauthorized response a status code equal to that given
func (*CreateOrUpdateMeteringCredentialsUnauthorized) IsRedirect ¶
func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsRedirect() bool
IsRedirect returns true when this create or update metering credentials unauthorized response has a 3xx status code
func (*CreateOrUpdateMeteringCredentialsUnauthorized) IsServerError ¶
func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsServerError() bool
IsServerError returns true when this create or update metering credentials unauthorized response has a 5xx status code
func (*CreateOrUpdateMeteringCredentialsUnauthorized) IsSuccess ¶
func (o *CreateOrUpdateMeteringCredentialsUnauthorized) IsSuccess() bool
IsSuccess returns true when this create or update metering credentials unauthorized response has a 2xx status code
func (*CreateOrUpdateMeteringCredentialsUnauthorized) String ¶
func (o *CreateOrUpdateMeteringCredentialsUnauthorized) String() string
type CreateSeedBody ¶
type CreateSeedBody struct { // name Name string `json:"name,omitempty"` // spec Spec *models.CreateSeedSpec `json:"spec,omitempty"` }
CreateSeedBody create seed body swagger:model CreateSeedBody
func (*CreateSeedBody) ContextValidate ¶
ContextValidate validate this create seed body based on the context it is used
func (*CreateSeedBody) MarshalBinary ¶
func (o *CreateSeedBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateSeedBody) UnmarshalBinary ¶
func (o *CreateSeedBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateSeedDefault ¶
type CreateSeedDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
CreateSeedDefault describes a response with status code -1, with default header values.
errorResponse
func NewCreateSeedDefault ¶
func NewCreateSeedDefault(code int) *CreateSeedDefault
NewCreateSeedDefault creates a CreateSeedDefault with default headers values
func (*CreateSeedDefault) Code ¶
func (o *CreateSeedDefault) Code() int
Code gets the status code for the create seed default response
func (*CreateSeedDefault) Error ¶
func (o *CreateSeedDefault) Error() string
func (*CreateSeedDefault) GetPayload ¶
func (o *CreateSeedDefault) GetPayload() *models.ErrorResponse
func (*CreateSeedDefault) IsClientError ¶
func (o *CreateSeedDefault) IsClientError() bool
IsClientError returns true when this create seed default response has a 4xx status code
func (*CreateSeedDefault) IsCode ¶
func (o *CreateSeedDefault) IsCode(code int) bool
IsCode returns true when this create seed default response a status code equal to that given
func (*CreateSeedDefault) IsRedirect ¶
func (o *CreateSeedDefault) IsRedirect() bool
IsRedirect returns true when this create seed default response has a 3xx status code
func (*CreateSeedDefault) IsServerError ¶
func (o *CreateSeedDefault) IsServerError() bool
IsServerError returns true when this create seed default response has a 5xx status code
func (*CreateSeedDefault) IsSuccess ¶
func (o *CreateSeedDefault) IsSuccess() bool
IsSuccess returns true when this create seed default response has a 2xx status code
func (*CreateSeedDefault) String ¶
func (o *CreateSeedDefault) String() string
type CreateSeedForbidden ¶
type CreateSeedForbidden struct { }
CreateSeedForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewCreateSeedForbidden ¶
func NewCreateSeedForbidden() *CreateSeedForbidden
NewCreateSeedForbidden creates a CreateSeedForbidden with default headers values
func (*CreateSeedForbidden) Error ¶
func (o *CreateSeedForbidden) Error() string
func (*CreateSeedForbidden) IsClientError ¶
func (o *CreateSeedForbidden) IsClientError() bool
IsClientError returns true when this create seed forbidden response has a 4xx status code
func (*CreateSeedForbidden) IsCode ¶
func (o *CreateSeedForbidden) IsCode(code int) bool
IsCode returns true when this create seed forbidden response a status code equal to that given
func (*CreateSeedForbidden) IsRedirect ¶
func (o *CreateSeedForbidden) IsRedirect() bool
IsRedirect returns true when this create seed forbidden response has a 3xx status code
func (*CreateSeedForbidden) IsServerError ¶
func (o *CreateSeedForbidden) IsServerError() bool
IsServerError returns true when this create seed forbidden response has a 5xx status code
func (*CreateSeedForbidden) IsSuccess ¶
func (o *CreateSeedForbidden) IsSuccess() bool
IsSuccess returns true when this create seed forbidden response has a 2xx status code
func (*CreateSeedForbidden) String ¶
func (o *CreateSeedForbidden) String() string
type CreateSeedOK ¶
CreateSeedOK describes a response with status code 200, with default header values.
Seed
func NewCreateSeedOK ¶
func NewCreateSeedOK() *CreateSeedOK
NewCreateSeedOK creates a CreateSeedOK with default headers values
func (*CreateSeedOK) Error ¶
func (o *CreateSeedOK) Error() string
func (*CreateSeedOK) GetPayload ¶
func (o *CreateSeedOK) GetPayload() *models.Seed
func (*CreateSeedOK) IsClientError ¶
func (o *CreateSeedOK) IsClientError() bool
IsClientError returns true when this create seed o k response has a 4xx status code
func (*CreateSeedOK) IsCode ¶
func (o *CreateSeedOK) IsCode(code int) bool
IsCode returns true when this create seed o k response a status code equal to that given
func (*CreateSeedOK) IsRedirect ¶
func (o *CreateSeedOK) IsRedirect() bool
IsRedirect returns true when this create seed o k response has a 3xx status code
func (*CreateSeedOK) IsServerError ¶
func (o *CreateSeedOK) IsServerError() bool
IsServerError returns true when this create seed o k response has a 5xx status code
func (*CreateSeedOK) IsSuccess ¶
func (o *CreateSeedOK) IsSuccess() bool
IsSuccess returns true when this create seed o k response has a 2xx status code
func (*CreateSeedOK) String ¶
func (o *CreateSeedOK) String() string
type CreateSeedParams ¶
type CreateSeedParams struct { // Body. Body CreateSeedBody Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateSeedParams contains all the parameters to send to the API endpoint
for the create seed operation. Typically these are written to a http.Request.
func NewCreateSeedParams ¶
func NewCreateSeedParams() *CreateSeedParams
NewCreateSeedParams creates a new CreateSeedParams 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 NewCreateSeedParamsWithContext ¶
func NewCreateSeedParamsWithContext(ctx context.Context) *CreateSeedParams
NewCreateSeedParamsWithContext creates a new CreateSeedParams object with the ability to set a context for a request.
func NewCreateSeedParamsWithHTTPClient ¶
func NewCreateSeedParamsWithHTTPClient(client *http.Client) *CreateSeedParams
NewCreateSeedParamsWithHTTPClient creates a new CreateSeedParams object with the ability to set a custom HTTPClient for a request.
func NewCreateSeedParamsWithTimeout ¶
func NewCreateSeedParamsWithTimeout(timeout time.Duration) *CreateSeedParams
NewCreateSeedParamsWithTimeout creates a new CreateSeedParams object with the ability to set a timeout on a request.
func (*CreateSeedParams) SetBody ¶
func (o *CreateSeedParams) SetBody(body CreateSeedBody)
SetBody adds the body to the create seed params
func (*CreateSeedParams) SetContext ¶
func (o *CreateSeedParams) SetContext(ctx context.Context)
SetContext adds the context to the create seed params
func (*CreateSeedParams) SetDefaults ¶
func (o *CreateSeedParams) SetDefaults()
SetDefaults hydrates default values in the create seed params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSeedParams) SetHTTPClient ¶
func (o *CreateSeedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create seed params
func (*CreateSeedParams) SetTimeout ¶
func (o *CreateSeedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create seed params
func (*CreateSeedParams) WithBody ¶
func (o *CreateSeedParams) WithBody(body CreateSeedBody) *CreateSeedParams
WithBody adds the body to the create seed params
func (*CreateSeedParams) WithContext ¶
func (o *CreateSeedParams) WithContext(ctx context.Context) *CreateSeedParams
WithContext adds the context to the create seed params
func (*CreateSeedParams) WithDefaults ¶
func (o *CreateSeedParams) WithDefaults() *CreateSeedParams
WithDefaults hydrates default values in the create seed params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSeedParams) WithHTTPClient ¶
func (o *CreateSeedParams) WithHTTPClient(client *http.Client) *CreateSeedParams
WithHTTPClient adds the HTTPClient to the create seed params
func (*CreateSeedParams) WithTimeout ¶
func (o *CreateSeedParams) WithTimeout(timeout time.Duration) *CreateSeedParams
WithTimeout adds the timeout to the create seed params
func (*CreateSeedParams) WriteToRequest ¶
func (o *CreateSeedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSeedReader ¶
type CreateSeedReader struct {
// contains filtered or unexported fields
}
CreateSeedReader is a Reader for the CreateSeed structure.
func (*CreateSeedReader) ReadResponse ¶
func (o *CreateSeedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateSeedUnauthorized ¶
type CreateSeedUnauthorized struct { }
CreateSeedUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewCreateSeedUnauthorized ¶
func NewCreateSeedUnauthorized() *CreateSeedUnauthorized
NewCreateSeedUnauthorized creates a CreateSeedUnauthorized with default headers values
func (*CreateSeedUnauthorized) Error ¶
func (o *CreateSeedUnauthorized) Error() string
func (*CreateSeedUnauthorized) IsClientError ¶
func (o *CreateSeedUnauthorized) IsClientError() bool
IsClientError returns true when this create seed unauthorized response has a 4xx status code
func (*CreateSeedUnauthorized) IsCode ¶
func (o *CreateSeedUnauthorized) IsCode(code int) bool
IsCode returns true when this create seed unauthorized response a status code equal to that given
func (*CreateSeedUnauthorized) IsRedirect ¶
func (o *CreateSeedUnauthorized) IsRedirect() bool
IsRedirect returns true when this create seed unauthorized response has a 3xx status code
func (*CreateSeedUnauthorized) IsServerError ¶
func (o *CreateSeedUnauthorized) IsServerError() bool
IsServerError returns true when this create seed unauthorized response has a 5xx status code
func (*CreateSeedUnauthorized) IsSuccess ¶
func (o *CreateSeedUnauthorized) IsSuccess() bool
IsSuccess returns true when this create seed unauthorized response has a 2xx status code
func (*CreateSeedUnauthorized) String ¶
func (o *CreateSeedUnauthorized) String() string
type DeleteAdmissionPluginDefault ¶
type DeleteAdmissionPluginDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
DeleteAdmissionPluginDefault describes a response with status code -1, with default header values.
errorResponse
func NewDeleteAdmissionPluginDefault ¶
func NewDeleteAdmissionPluginDefault(code int) *DeleteAdmissionPluginDefault
NewDeleteAdmissionPluginDefault creates a DeleteAdmissionPluginDefault with default headers values
func (*DeleteAdmissionPluginDefault) Code ¶
func (o *DeleteAdmissionPluginDefault) Code() int
Code gets the status code for the delete admission plugin default response
func (*DeleteAdmissionPluginDefault) Error ¶
func (o *DeleteAdmissionPluginDefault) Error() string
func (*DeleteAdmissionPluginDefault) GetPayload ¶
func (o *DeleteAdmissionPluginDefault) GetPayload() *models.ErrorResponse
func (*DeleteAdmissionPluginDefault) IsClientError ¶
func (o *DeleteAdmissionPluginDefault) IsClientError() bool
IsClientError returns true when this delete admission plugin default response has a 4xx status code
func (*DeleteAdmissionPluginDefault) IsCode ¶
func (o *DeleteAdmissionPluginDefault) IsCode(code int) bool
IsCode returns true when this delete admission plugin default response a status code equal to that given
func (*DeleteAdmissionPluginDefault) IsRedirect ¶
func (o *DeleteAdmissionPluginDefault) IsRedirect() bool
IsRedirect returns true when this delete admission plugin default response has a 3xx status code
func (*DeleteAdmissionPluginDefault) IsServerError ¶
func (o *DeleteAdmissionPluginDefault) IsServerError() bool
IsServerError returns true when this delete admission plugin default response has a 5xx status code
func (*DeleteAdmissionPluginDefault) IsSuccess ¶
func (o *DeleteAdmissionPluginDefault) IsSuccess() bool
IsSuccess returns true when this delete admission plugin default response has a 2xx status code
func (*DeleteAdmissionPluginDefault) String ¶
func (o *DeleteAdmissionPluginDefault) String() string
type DeleteAdmissionPluginForbidden ¶
type DeleteAdmissionPluginForbidden struct { }
DeleteAdmissionPluginForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewDeleteAdmissionPluginForbidden ¶
func NewDeleteAdmissionPluginForbidden() *DeleteAdmissionPluginForbidden
NewDeleteAdmissionPluginForbidden creates a DeleteAdmissionPluginForbidden with default headers values
func (*DeleteAdmissionPluginForbidden) Error ¶
func (o *DeleteAdmissionPluginForbidden) Error() string
func (*DeleteAdmissionPluginForbidden) IsClientError ¶
func (o *DeleteAdmissionPluginForbidden) IsClientError() bool
IsClientError returns true when this delete admission plugin forbidden response has a 4xx status code
func (*DeleteAdmissionPluginForbidden) IsCode ¶
func (o *DeleteAdmissionPluginForbidden) IsCode(code int) bool
IsCode returns true when this delete admission plugin forbidden response a status code equal to that given
func (*DeleteAdmissionPluginForbidden) IsRedirect ¶
func (o *DeleteAdmissionPluginForbidden) IsRedirect() bool
IsRedirect returns true when this delete admission plugin forbidden response has a 3xx status code
func (*DeleteAdmissionPluginForbidden) IsServerError ¶
func (o *DeleteAdmissionPluginForbidden) IsServerError() bool
IsServerError returns true when this delete admission plugin forbidden response has a 5xx status code
func (*DeleteAdmissionPluginForbidden) IsSuccess ¶
func (o *DeleteAdmissionPluginForbidden) IsSuccess() bool
IsSuccess returns true when this delete admission plugin forbidden response has a 2xx status code
func (*DeleteAdmissionPluginForbidden) String ¶
func (o *DeleteAdmissionPluginForbidden) String() string
type DeleteAdmissionPluginOK ¶
type DeleteAdmissionPluginOK struct { }
DeleteAdmissionPluginOK describes a response with status code 200, with default header values.
EmptyResponse is a empty response
func NewDeleteAdmissionPluginOK ¶
func NewDeleteAdmissionPluginOK() *DeleteAdmissionPluginOK
NewDeleteAdmissionPluginOK creates a DeleteAdmissionPluginOK with default headers values
func (*DeleteAdmissionPluginOK) Error ¶
func (o *DeleteAdmissionPluginOK) Error() string
func (*DeleteAdmissionPluginOK) IsClientError ¶
func (o *DeleteAdmissionPluginOK) IsClientError() bool
IsClientError returns true when this delete admission plugin o k response has a 4xx status code
func (*DeleteAdmissionPluginOK) IsCode ¶
func (o *DeleteAdmissionPluginOK) IsCode(code int) bool
IsCode returns true when this delete admission plugin o k response a status code equal to that given
func (*DeleteAdmissionPluginOK) IsRedirect ¶
func (o *DeleteAdmissionPluginOK) IsRedirect() bool
IsRedirect returns true when this delete admission plugin o k response has a 3xx status code
func (*DeleteAdmissionPluginOK) IsServerError ¶
func (o *DeleteAdmissionPluginOK) IsServerError() bool
IsServerError returns true when this delete admission plugin o k response has a 5xx status code
func (*DeleteAdmissionPluginOK) IsSuccess ¶
func (o *DeleteAdmissionPluginOK) IsSuccess() bool
IsSuccess returns true when this delete admission plugin o k response has a 2xx status code
func (*DeleteAdmissionPluginOK) String ¶
func (o *DeleteAdmissionPluginOK) String() string
type DeleteAdmissionPluginParams ¶
type DeleteAdmissionPluginParams struct { // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAdmissionPluginParams contains all the parameters to send to the API endpoint
for the delete admission plugin operation. Typically these are written to a http.Request.
func NewDeleteAdmissionPluginParams ¶
func NewDeleteAdmissionPluginParams() *DeleteAdmissionPluginParams
NewDeleteAdmissionPluginParams creates a new DeleteAdmissionPluginParams 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 NewDeleteAdmissionPluginParamsWithContext ¶
func NewDeleteAdmissionPluginParamsWithContext(ctx context.Context) *DeleteAdmissionPluginParams
NewDeleteAdmissionPluginParamsWithContext creates a new DeleteAdmissionPluginParams object with the ability to set a context for a request.
func NewDeleteAdmissionPluginParamsWithHTTPClient ¶
func NewDeleteAdmissionPluginParamsWithHTTPClient(client *http.Client) *DeleteAdmissionPluginParams
NewDeleteAdmissionPluginParamsWithHTTPClient creates a new DeleteAdmissionPluginParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAdmissionPluginParamsWithTimeout ¶
func NewDeleteAdmissionPluginParamsWithTimeout(timeout time.Duration) *DeleteAdmissionPluginParams
NewDeleteAdmissionPluginParamsWithTimeout creates a new DeleteAdmissionPluginParams object with the ability to set a timeout on a request.
func (*DeleteAdmissionPluginParams) SetContext ¶
func (o *DeleteAdmissionPluginParams) SetContext(ctx context.Context)
SetContext adds the context to the delete admission plugin params
func (*DeleteAdmissionPluginParams) SetDefaults ¶
func (o *DeleteAdmissionPluginParams) SetDefaults()
SetDefaults hydrates default values in the delete admission plugin params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAdmissionPluginParams) SetHTTPClient ¶
func (o *DeleteAdmissionPluginParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete admission plugin params
func (*DeleteAdmissionPluginParams) SetName ¶
func (o *DeleteAdmissionPluginParams) SetName(name string)
SetName adds the name to the delete admission plugin params
func (*DeleteAdmissionPluginParams) SetTimeout ¶
func (o *DeleteAdmissionPluginParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete admission plugin params
func (*DeleteAdmissionPluginParams) WithContext ¶
func (o *DeleteAdmissionPluginParams) WithContext(ctx context.Context) *DeleteAdmissionPluginParams
WithContext adds the context to the delete admission plugin params
func (*DeleteAdmissionPluginParams) WithDefaults ¶
func (o *DeleteAdmissionPluginParams) WithDefaults() *DeleteAdmissionPluginParams
WithDefaults hydrates default values in the delete admission plugin params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAdmissionPluginParams) WithHTTPClient ¶
func (o *DeleteAdmissionPluginParams) WithHTTPClient(client *http.Client) *DeleteAdmissionPluginParams
WithHTTPClient adds the HTTPClient to the delete admission plugin params
func (*DeleteAdmissionPluginParams) WithName ¶
func (o *DeleteAdmissionPluginParams) WithName(name string) *DeleteAdmissionPluginParams
WithName adds the name to the delete admission plugin params
func (*DeleteAdmissionPluginParams) WithTimeout ¶
func (o *DeleteAdmissionPluginParams) WithTimeout(timeout time.Duration) *DeleteAdmissionPluginParams
WithTimeout adds the timeout to the delete admission plugin params
func (*DeleteAdmissionPluginParams) WriteToRequest ¶
func (o *DeleteAdmissionPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAdmissionPluginReader ¶
type DeleteAdmissionPluginReader struct {
// contains filtered or unexported fields
}
DeleteAdmissionPluginReader is a Reader for the DeleteAdmissionPlugin structure.
func (*DeleteAdmissionPluginReader) ReadResponse ¶
func (o *DeleteAdmissionPluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAdmissionPluginUnauthorized ¶
type DeleteAdmissionPluginUnauthorized struct { }
DeleteAdmissionPluginUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewDeleteAdmissionPluginUnauthorized ¶
func NewDeleteAdmissionPluginUnauthorized() *DeleteAdmissionPluginUnauthorized
NewDeleteAdmissionPluginUnauthorized creates a DeleteAdmissionPluginUnauthorized with default headers values
func (*DeleteAdmissionPluginUnauthorized) Error ¶
func (o *DeleteAdmissionPluginUnauthorized) Error() string
func (*DeleteAdmissionPluginUnauthorized) IsClientError ¶
func (o *DeleteAdmissionPluginUnauthorized) IsClientError() bool
IsClientError returns true when this delete admission plugin unauthorized response has a 4xx status code
func (*DeleteAdmissionPluginUnauthorized) IsCode ¶
func (o *DeleteAdmissionPluginUnauthorized) IsCode(code int) bool
IsCode returns true when this delete admission plugin unauthorized response a status code equal to that given
func (*DeleteAdmissionPluginUnauthorized) IsRedirect ¶
func (o *DeleteAdmissionPluginUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete admission plugin unauthorized response has a 3xx status code
func (*DeleteAdmissionPluginUnauthorized) IsServerError ¶
func (o *DeleteAdmissionPluginUnauthorized) IsServerError() bool
IsServerError returns true when this delete admission plugin unauthorized response has a 5xx status code
func (*DeleteAdmissionPluginUnauthorized) IsSuccess ¶
func (o *DeleteAdmissionPluginUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete admission plugin unauthorized response has a 2xx status code
func (*DeleteAdmissionPluginUnauthorized) String ¶
func (o *DeleteAdmissionPluginUnauthorized) String() string
type DeleteBackupDestinationDefault ¶
type DeleteBackupDestinationDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
DeleteBackupDestinationDefault describes a response with status code -1, with default header values.
errorResponse
func NewDeleteBackupDestinationDefault ¶
func NewDeleteBackupDestinationDefault(code int) *DeleteBackupDestinationDefault
NewDeleteBackupDestinationDefault creates a DeleteBackupDestinationDefault with default headers values
func (*DeleteBackupDestinationDefault) Code ¶
func (o *DeleteBackupDestinationDefault) Code() int
Code gets the status code for the delete backup destination default response
func (*DeleteBackupDestinationDefault) Error ¶
func (o *DeleteBackupDestinationDefault) Error() string
func (*DeleteBackupDestinationDefault) GetPayload ¶
func (o *DeleteBackupDestinationDefault) GetPayload() *models.ErrorResponse
func (*DeleteBackupDestinationDefault) IsClientError ¶
func (o *DeleteBackupDestinationDefault) IsClientError() bool
IsClientError returns true when this delete backup destination default response has a 4xx status code
func (*DeleteBackupDestinationDefault) IsCode ¶
func (o *DeleteBackupDestinationDefault) IsCode(code int) bool
IsCode returns true when this delete backup destination default response a status code equal to that given
func (*DeleteBackupDestinationDefault) IsRedirect ¶
func (o *DeleteBackupDestinationDefault) IsRedirect() bool
IsRedirect returns true when this delete backup destination default response has a 3xx status code
func (*DeleteBackupDestinationDefault) IsServerError ¶
func (o *DeleteBackupDestinationDefault) IsServerError() bool
IsServerError returns true when this delete backup destination default response has a 5xx status code
func (*DeleteBackupDestinationDefault) IsSuccess ¶
func (o *DeleteBackupDestinationDefault) IsSuccess() bool
IsSuccess returns true when this delete backup destination default response has a 2xx status code
func (*DeleteBackupDestinationDefault) String ¶
func (o *DeleteBackupDestinationDefault) String() string
type DeleteBackupDestinationForbidden ¶
type DeleteBackupDestinationForbidden struct { }
DeleteBackupDestinationForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewDeleteBackupDestinationForbidden ¶
func NewDeleteBackupDestinationForbidden() *DeleteBackupDestinationForbidden
NewDeleteBackupDestinationForbidden creates a DeleteBackupDestinationForbidden with default headers values
func (*DeleteBackupDestinationForbidden) Error ¶
func (o *DeleteBackupDestinationForbidden) Error() string
func (*DeleteBackupDestinationForbidden) IsClientError ¶
func (o *DeleteBackupDestinationForbidden) IsClientError() bool
IsClientError returns true when this delete backup destination forbidden response has a 4xx status code
func (*DeleteBackupDestinationForbidden) IsCode ¶
func (o *DeleteBackupDestinationForbidden) IsCode(code int) bool
IsCode returns true when this delete backup destination forbidden response a status code equal to that given
func (*DeleteBackupDestinationForbidden) IsRedirect ¶
func (o *DeleteBackupDestinationForbidden) IsRedirect() bool
IsRedirect returns true when this delete backup destination forbidden response has a 3xx status code
func (*DeleteBackupDestinationForbidden) IsServerError ¶
func (o *DeleteBackupDestinationForbidden) IsServerError() bool
IsServerError returns true when this delete backup destination forbidden response has a 5xx status code
func (*DeleteBackupDestinationForbidden) IsSuccess ¶
func (o *DeleteBackupDestinationForbidden) IsSuccess() bool
IsSuccess returns true when this delete backup destination forbidden response has a 2xx status code
func (*DeleteBackupDestinationForbidden) String ¶
func (o *DeleteBackupDestinationForbidden) String() string
type DeleteBackupDestinationOK ¶
type DeleteBackupDestinationOK struct { }
DeleteBackupDestinationOK describes a response with status code 200, with default header values.
EmptyResponse is a empty response
func NewDeleteBackupDestinationOK ¶
func NewDeleteBackupDestinationOK() *DeleteBackupDestinationOK
NewDeleteBackupDestinationOK creates a DeleteBackupDestinationOK with default headers values
func (*DeleteBackupDestinationOK) Error ¶
func (o *DeleteBackupDestinationOK) Error() string
func (*DeleteBackupDestinationOK) IsClientError ¶
func (o *DeleteBackupDestinationOK) IsClientError() bool
IsClientError returns true when this delete backup destination o k response has a 4xx status code
func (*DeleteBackupDestinationOK) IsCode ¶
func (o *DeleteBackupDestinationOK) IsCode(code int) bool
IsCode returns true when this delete backup destination o k response a status code equal to that given
func (*DeleteBackupDestinationOK) IsRedirect ¶
func (o *DeleteBackupDestinationOK) IsRedirect() bool
IsRedirect returns true when this delete backup destination o k response has a 3xx status code
func (*DeleteBackupDestinationOK) IsServerError ¶
func (o *DeleteBackupDestinationOK) IsServerError() bool
IsServerError returns true when this delete backup destination o k response has a 5xx status code
func (*DeleteBackupDestinationOK) IsSuccess ¶
func (o *DeleteBackupDestinationOK) IsSuccess() bool
IsSuccess returns true when this delete backup destination o k response has a 2xx status code
func (*DeleteBackupDestinationOK) String ¶
func (o *DeleteBackupDestinationOK) String() string
type DeleteBackupDestinationParams ¶
type DeleteBackupDestinationParams struct { // BackupDestination. BackupDestination string // SeedName. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteBackupDestinationParams contains all the parameters to send to the API endpoint
for the delete backup destination operation. Typically these are written to a http.Request.
func NewDeleteBackupDestinationParams ¶
func NewDeleteBackupDestinationParams() *DeleteBackupDestinationParams
NewDeleteBackupDestinationParams creates a new DeleteBackupDestinationParams 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 NewDeleteBackupDestinationParamsWithContext ¶
func NewDeleteBackupDestinationParamsWithContext(ctx context.Context) *DeleteBackupDestinationParams
NewDeleteBackupDestinationParamsWithContext creates a new DeleteBackupDestinationParams object with the ability to set a context for a request.
func NewDeleteBackupDestinationParamsWithHTTPClient ¶
func NewDeleteBackupDestinationParamsWithHTTPClient(client *http.Client) *DeleteBackupDestinationParams
NewDeleteBackupDestinationParamsWithHTTPClient creates a new DeleteBackupDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteBackupDestinationParamsWithTimeout ¶
func NewDeleteBackupDestinationParamsWithTimeout(timeout time.Duration) *DeleteBackupDestinationParams
NewDeleteBackupDestinationParamsWithTimeout creates a new DeleteBackupDestinationParams object with the ability to set a timeout on a request.
func (*DeleteBackupDestinationParams) SetBackupDestination ¶
func (o *DeleteBackupDestinationParams) SetBackupDestination(backupDestination string)
SetBackupDestination adds the backupDestination to the delete backup destination params
func (*DeleteBackupDestinationParams) SetContext ¶
func (o *DeleteBackupDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete backup destination params
func (*DeleteBackupDestinationParams) SetDefaults ¶
func (o *DeleteBackupDestinationParams) SetDefaults()
SetDefaults hydrates default values in the delete backup destination params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteBackupDestinationParams) SetHTTPClient ¶
func (o *DeleteBackupDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete backup destination params
func (*DeleteBackupDestinationParams) SetName ¶
func (o *DeleteBackupDestinationParams) SetName(seedName string)
SetName adds the seedName to the delete backup destination params
func (*DeleteBackupDestinationParams) SetTimeout ¶
func (o *DeleteBackupDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete backup destination params
func (*DeleteBackupDestinationParams) WithBackupDestination ¶
func (o *DeleteBackupDestinationParams) WithBackupDestination(backupDestination string) *DeleteBackupDestinationParams
WithBackupDestination adds the backupDestination to the delete backup destination params
func (*DeleteBackupDestinationParams) WithContext ¶
func (o *DeleteBackupDestinationParams) WithContext(ctx context.Context) *DeleteBackupDestinationParams
WithContext adds the context to the delete backup destination params
func (*DeleteBackupDestinationParams) WithDefaults ¶
func (o *DeleteBackupDestinationParams) WithDefaults() *DeleteBackupDestinationParams
WithDefaults hydrates default values in the delete backup destination params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteBackupDestinationParams) WithHTTPClient ¶
func (o *DeleteBackupDestinationParams) WithHTTPClient(client *http.Client) *DeleteBackupDestinationParams
WithHTTPClient adds the HTTPClient to the delete backup destination params
func (*DeleteBackupDestinationParams) WithName ¶
func (o *DeleteBackupDestinationParams) WithName(seedName string) *DeleteBackupDestinationParams
WithName adds the seedName to the delete backup destination params
func (*DeleteBackupDestinationParams) WithTimeout ¶
func (o *DeleteBackupDestinationParams) WithTimeout(timeout time.Duration) *DeleteBackupDestinationParams
WithTimeout adds the timeout to the delete backup destination params
func (*DeleteBackupDestinationParams) WriteToRequest ¶
func (o *DeleteBackupDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteBackupDestinationReader ¶
type DeleteBackupDestinationReader struct {
// contains filtered or unexported fields
}
DeleteBackupDestinationReader is a Reader for the DeleteBackupDestination structure.
func (*DeleteBackupDestinationReader) ReadResponse ¶
func (o *DeleteBackupDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteBackupDestinationUnauthorized ¶
type DeleteBackupDestinationUnauthorized struct { }
DeleteBackupDestinationUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewDeleteBackupDestinationUnauthorized ¶
func NewDeleteBackupDestinationUnauthorized() *DeleteBackupDestinationUnauthorized
NewDeleteBackupDestinationUnauthorized creates a DeleteBackupDestinationUnauthorized with default headers values
func (*DeleteBackupDestinationUnauthorized) Error ¶
func (o *DeleteBackupDestinationUnauthorized) Error() string
func (*DeleteBackupDestinationUnauthorized) IsClientError ¶
func (o *DeleteBackupDestinationUnauthorized) IsClientError() bool
IsClientError returns true when this delete backup destination unauthorized response has a 4xx status code
func (*DeleteBackupDestinationUnauthorized) IsCode ¶
func (o *DeleteBackupDestinationUnauthorized) IsCode(code int) bool
IsCode returns true when this delete backup destination unauthorized response a status code equal to that given
func (*DeleteBackupDestinationUnauthorized) IsRedirect ¶
func (o *DeleteBackupDestinationUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete backup destination unauthorized response has a 3xx status code
func (*DeleteBackupDestinationUnauthorized) IsServerError ¶
func (o *DeleteBackupDestinationUnauthorized) IsServerError() bool
IsServerError returns true when this delete backup destination unauthorized response has a 5xx status code
func (*DeleteBackupDestinationUnauthorized) IsSuccess ¶
func (o *DeleteBackupDestinationUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete backup destination unauthorized response has a 2xx status code
func (*DeleteBackupDestinationUnauthorized) String ¶
func (o *DeleteBackupDestinationUnauthorized) String() string
type DeleteMeteringReportConfigurationDefault ¶
type DeleteMeteringReportConfigurationDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
DeleteMeteringReportConfigurationDefault describes a response with status code -1, with default header values.
errorResponse
func NewDeleteMeteringReportConfigurationDefault ¶
func NewDeleteMeteringReportConfigurationDefault(code int) *DeleteMeteringReportConfigurationDefault
NewDeleteMeteringReportConfigurationDefault creates a DeleteMeteringReportConfigurationDefault with default headers values
func (*DeleteMeteringReportConfigurationDefault) Code ¶
func (o *DeleteMeteringReportConfigurationDefault) Code() int
Code gets the status code for the delete metering report configuration default response
func (*DeleteMeteringReportConfigurationDefault) Error ¶
func (o *DeleteMeteringReportConfigurationDefault) Error() string
func (*DeleteMeteringReportConfigurationDefault) GetPayload ¶
func (o *DeleteMeteringReportConfigurationDefault) GetPayload() *models.ErrorResponse
func (*DeleteMeteringReportConfigurationDefault) IsClientError ¶
func (o *DeleteMeteringReportConfigurationDefault) IsClientError() bool
IsClientError returns true when this delete metering report configuration default response has a 4xx status code
func (*DeleteMeteringReportConfigurationDefault) IsCode ¶
func (o *DeleteMeteringReportConfigurationDefault) IsCode(code int) bool
IsCode returns true when this delete metering report configuration default response a status code equal to that given
func (*DeleteMeteringReportConfigurationDefault) IsRedirect ¶
func (o *DeleteMeteringReportConfigurationDefault) IsRedirect() bool
IsRedirect returns true when this delete metering report configuration default response has a 3xx status code
func (*DeleteMeteringReportConfigurationDefault) IsServerError ¶
func (o *DeleteMeteringReportConfigurationDefault) IsServerError() bool
IsServerError returns true when this delete metering report configuration default response has a 5xx status code
func (*DeleteMeteringReportConfigurationDefault) IsSuccess ¶
func (o *DeleteMeteringReportConfigurationDefault) IsSuccess() bool
IsSuccess returns true when this delete metering report configuration default response has a 2xx status code
func (*DeleteMeteringReportConfigurationDefault) String ¶
func (o *DeleteMeteringReportConfigurationDefault) String() string
type DeleteMeteringReportConfigurationForbidden ¶
type DeleteMeteringReportConfigurationForbidden struct { }
DeleteMeteringReportConfigurationForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewDeleteMeteringReportConfigurationForbidden ¶
func NewDeleteMeteringReportConfigurationForbidden() *DeleteMeteringReportConfigurationForbidden
NewDeleteMeteringReportConfigurationForbidden creates a DeleteMeteringReportConfigurationForbidden with default headers values
func (*DeleteMeteringReportConfigurationForbidden) Error ¶
func (o *DeleteMeteringReportConfigurationForbidden) Error() string
func (*DeleteMeteringReportConfigurationForbidden) IsClientError ¶
func (o *DeleteMeteringReportConfigurationForbidden) IsClientError() bool
IsClientError returns true when this delete metering report configuration forbidden response has a 4xx status code
func (*DeleteMeteringReportConfigurationForbidden) IsCode ¶
func (o *DeleteMeteringReportConfigurationForbidden) IsCode(code int) bool
IsCode returns true when this delete metering report configuration forbidden response a status code equal to that given
func (*DeleteMeteringReportConfigurationForbidden) IsRedirect ¶
func (o *DeleteMeteringReportConfigurationForbidden) IsRedirect() bool
IsRedirect returns true when this delete metering report configuration forbidden response has a 3xx status code
func (*DeleteMeteringReportConfigurationForbidden) IsServerError ¶
func (o *DeleteMeteringReportConfigurationForbidden) IsServerError() bool
IsServerError returns true when this delete metering report configuration forbidden response has a 5xx status code
func (*DeleteMeteringReportConfigurationForbidden) IsSuccess ¶
func (o *DeleteMeteringReportConfigurationForbidden) IsSuccess() bool
IsSuccess returns true when this delete metering report configuration forbidden response has a 2xx status code
func (*DeleteMeteringReportConfigurationForbidden) String ¶
func (o *DeleteMeteringReportConfigurationForbidden) String() string
type DeleteMeteringReportConfigurationOK ¶
type DeleteMeteringReportConfigurationOK struct { }
DeleteMeteringReportConfigurationOK describes a response with status code 200, with default header values.
EmptyResponse is a empty response
func NewDeleteMeteringReportConfigurationOK ¶
func NewDeleteMeteringReportConfigurationOK() *DeleteMeteringReportConfigurationOK
NewDeleteMeteringReportConfigurationOK creates a DeleteMeteringReportConfigurationOK with default headers values
func (*DeleteMeteringReportConfigurationOK) Error ¶
func (o *DeleteMeteringReportConfigurationOK) Error() string
func (*DeleteMeteringReportConfigurationOK) IsClientError ¶
func (o *DeleteMeteringReportConfigurationOK) IsClientError() bool
IsClientError returns true when this delete metering report configuration o k response has a 4xx status code
func (*DeleteMeteringReportConfigurationOK) IsCode ¶
func (o *DeleteMeteringReportConfigurationOK) IsCode(code int) bool
IsCode returns true when this delete metering report configuration o k response a status code equal to that given
func (*DeleteMeteringReportConfigurationOK) IsRedirect ¶
func (o *DeleteMeteringReportConfigurationOK) IsRedirect() bool
IsRedirect returns true when this delete metering report configuration o k response has a 3xx status code
func (*DeleteMeteringReportConfigurationOK) IsServerError ¶
func (o *DeleteMeteringReportConfigurationOK) IsServerError() bool
IsServerError returns true when this delete metering report configuration o k response has a 5xx status code
func (*DeleteMeteringReportConfigurationOK) IsSuccess ¶
func (o *DeleteMeteringReportConfigurationOK) IsSuccess() bool
IsSuccess returns true when this delete metering report configuration o k response has a 2xx status code
func (*DeleteMeteringReportConfigurationOK) String ¶
func (o *DeleteMeteringReportConfigurationOK) String() string
type DeleteMeteringReportConfigurationParams ¶
type DeleteMeteringReportConfigurationParams struct { // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteMeteringReportConfigurationParams contains all the parameters to send to the API endpoint
for the delete metering report configuration operation. Typically these are written to a http.Request.
func NewDeleteMeteringReportConfigurationParams ¶
func NewDeleteMeteringReportConfigurationParams() *DeleteMeteringReportConfigurationParams
NewDeleteMeteringReportConfigurationParams creates a new DeleteMeteringReportConfigurationParams 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 NewDeleteMeteringReportConfigurationParamsWithContext ¶
func NewDeleteMeteringReportConfigurationParamsWithContext(ctx context.Context) *DeleteMeteringReportConfigurationParams
NewDeleteMeteringReportConfigurationParamsWithContext creates a new DeleteMeteringReportConfigurationParams object with the ability to set a context for a request.
func NewDeleteMeteringReportConfigurationParamsWithHTTPClient ¶
func NewDeleteMeteringReportConfigurationParamsWithHTTPClient(client *http.Client) *DeleteMeteringReportConfigurationParams
NewDeleteMeteringReportConfigurationParamsWithHTTPClient creates a new DeleteMeteringReportConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteMeteringReportConfigurationParamsWithTimeout ¶
func NewDeleteMeteringReportConfigurationParamsWithTimeout(timeout time.Duration) *DeleteMeteringReportConfigurationParams
NewDeleteMeteringReportConfigurationParamsWithTimeout creates a new DeleteMeteringReportConfigurationParams object with the ability to set a timeout on a request.
func (*DeleteMeteringReportConfigurationParams) SetContext ¶
func (o *DeleteMeteringReportConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete metering report configuration params
func (*DeleteMeteringReportConfigurationParams) SetDefaults ¶
func (o *DeleteMeteringReportConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the delete metering report configuration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteMeteringReportConfigurationParams) SetHTTPClient ¶
func (o *DeleteMeteringReportConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete metering report configuration params
func (*DeleteMeteringReportConfigurationParams) SetName ¶
func (o *DeleteMeteringReportConfigurationParams) SetName(name string)
SetName adds the name to the delete metering report configuration params
func (*DeleteMeteringReportConfigurationParams) SetTimeout ¶
func (o *DeleteMeteringReportConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete metering report configuration params
func (*DeleteMeteringReportConfigurationParams) WithContext ¶
func (o *DeleteMeteringReportConfigurationParams) WithContext(ctx context.Context) *DeleteMeteringReportConfigurationParams
WithContext adds the context to the delete metering report configuration params
func (*DeleteMeteringReportConfigurationParams) WithDefaults ¶
func (o *DeleteMeteringReportConfigurationParams) WithDefaults() *DeleteMeteringReportConfigurationParams
WithDefaults hydrates default values in the delete metering report configuration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteMeteringReportConfigurationParams) WithHTTPClient ¶
func (o *DeleteMeteringReportConfigurationParams) WithHTTPClient(client *http.Client) *DeleteMeteringReportConfigurationParams
WithHTTPClient adds the HTTPClient to the delete metering report configuration params
func (*DeleteMeteringReportConfigurationParams) WithName ¶
func (o *DeleteMeteringReportConfigurationParams) WithName(name string) *DeleteMeteringReportConfigurationParams
WithName adds the name to the delete metering report configuration params
func (*DeleteMeteringReportConfigurationParams) WithTimeout ¶
func (o *DeleteMeteringReportConfigurationParams) WithTimeout(timeout time.Duration) *DeleteMeteringReportConfigurationParams
WithTimeout adds the timeout to the delete metering report configuration params
func (*DeleteMeteringReportConfigurationParams) WriteToRequest ¶
func (o *DeleteMeteringReportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteMeteringReportConfigurationReader ¶
type DeleteMeteringReportConfigurationReader struct {
// contains filtered or unexported fields
}
DeleteMeteringReportConfigurationReader is a Reader for the DeleteMeteringReportConfiguration structure.
func (*DeleteMeteringReportConfigurationReader) ReadResponse ¶
func (o *DeleteMeteringReportConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteMeteringReportConfigurationUnauthorized ¶
type DeleteMeteringReportConfigurationUnauthorized struct { }
DeleteMeteringReportConfigurationUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewDeleteMeteringReportConfigurationUnauthorized ¶
func NewDeleteMeteringReportConfigurationUnauthorized() *DeleteMeteringReportConfigurationUnauthorized
NewDeleteMeteringReportConfigurationUnauthorized creates a DeleteMeteringReportConfigurationUnauthorized with default headers values
func (*DeleteMeteringReportConfigurationUnauthorized) Error ¶
func (o *DeleteMeteringReportConfigurationUnauthorized) Error() string
func (*DeleteMeteringReportConfigurationUnauthorized) IsClientError ¶
func (o *DeleteMeteringReportConfigurationUnauthorized) IsClientError() bool
IsClientError returns true when this delete metering report configuration unauthorized response has a 4xx status code
func (*DeleteMeteringReportConfigurationUnauthorized) IsCode ¶
func (o *DeleteMeteringReportConfigurationUnauthorized) IsCode(code int) bool
IsCode returns true when this delete metering report configuration unauthorized response a status code equal to that given
func (*DeleteMeteringReportConfigurationUnauthorized) IsRedirect ¶
func (o *DeleteMeteringReportConfigurationUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete metering report configuration unauthorized response has a 3xx status code
func (*DeleteMeteringReportConfigurationUnauthorized) IsServerError ¶
func (o *DeleteMeteringReportConfigurationUnauthorized) IsServerError() bool
IsServerError returns true when this delete metering report configuration unauthorized response has a 5xx status code
func (*DeleteMeteringReportConfigurationUnauthorized) IsSuccess ¶
func (o *DeleteMeteringReportConfigurationUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete metering report configuration unauthorized response has a 2xx status code
func (*DeleteMeteringReportConfigurationUnauthorized) String ¶
func (o *DeleteMeteringReportConfigurationUnauthorized) String() string
type DeleteSeedDefault ¶
type DeleteSeedDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
DeleteSeedDefault describes a response with status code -1, with default header values.
errorResponse
func NewDeleteSeedDefault ¶
func NewDeleteSeedDefault(code int) *DeleteSeedDefault
NewDeleteSeedDefault creates a DeleteSeedDefault with default headers values
func (*DeleteSeedDefault) Code ¶
func (o *DeleteSeedDefault) Code() int
Code gets the status code for the delete seed default response
func (*DeleteSeedDefault) Error ¶
func (o *DeleteSeedDefault) Error() string
func (*DeleteSeedDefault) GetPayload ¶
func (o *DeleteSeedDefault) GetPayload() *models.ErrorResponse
func (*DeleteSeedDefault) IsClientError ¶
func (o *DeleteSeedDefault) IsClientError() bool
IsClientError returns true when this delete seed default response has a 4xx status code
func (*DeleteSeedDefault) IsCode ¶
func (o *DeleteSeedDefault) IsCode(code int) bool
IsCode returns true when this delete seed default response a status code equal to that given
func (*DeleteSeedDefault) IsRedirect ¶
func (o *DeleteSeedDefault) IsRedirect() bool
IsRedirect returns true when this delete seed default response has a 3xx status code
func (*DeleteSeedDefault) IsServerError ¶
func (o *DeleteSeedDefault) IsServerError() bool
IsServerError returns true when this delete seed default response has a 5xx status code
func (*DeleteSeedDefault) IsSuccess ¶
func (o *DeleteSeedDefault) IsSuccess() bool
IsSuccess returns true when this delete seed default response has a 2xx status code
func (*DeleteSeedDefault) String ¶
func (o *DeleteSeedDefault) String() string
type DeleteSeedForbidden ¶
type DeleteSeedForbidden struct { }
DeleteSeedForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewDeleteSeedForbidden ¶
func NewDeleteSeedForbidden() *DeleteSeedForbidden
NewDeleteSeedForbidden creates a DeleteSeedForbidden with default headers values
func (*DeleteSeedForbidden) Error ¶
func (o *DeleteSeedForbidden) Error() string
func (*DeleteSeedForbidden) IsClientError ¶
func (o *DeleteSeedForbidden) IsClientError() bool
IsClientError returns true when this delete seed forbidden response has a 4xx status code
func (*DeleteSeedForbidden) IsCode ¶
func (o *DeleteSeedForbidden) IsCode(code int) bool
IsCode returns true when this delete seed forbidden response a status code equal to that given
func (*DeleteSeedForbidden) IsRedirect ¶
func (o *DeleteSeedForbidden) IsRedirect() bool
IsRedirect returns true when this delete seed forbidden response has a 3xx status code
func (*DeleteSeedForbidden) IsServerError ¶
func (o *DeleteSeedForbidden) IsServerError() bool
IsServerError returns true when this delete seed forbidden response has a 5xx status code
func (*DeleteSeedForbidden) IsSuccess ¶
func (o *DeleteSeedForbidden) IsSuccess() bool
IsSuccess returns true when this delete seed forbidden response has a 2xx status code
func (*DeleteSeedForbidden) String ¶
func (o *DeleteSeedForbidden) String() string
type DeleteSeedOK ¶
type DeleteSeedOK struct { }
DeleteSeedOK describes a response with status code 200, with default header values.
EmptyResponse is a empty response
func NewDeleteSeedOK ¶
func NewDeleteSeedOK() *DeleteSeedOK
NewDeleteSeedOK creates a DeleteSeedOK with default headers values
func (*DeleteSeedOK) Error ¶
func (o *DeleteSeedOK) Error() string
func (*DeleteSeedOK) IsClientError ¶
func (o *DeleteSeedOK) IsClientError() bool
IsClientError returns true when this delete seed o k response has a 4xx status code
func (*DeleteSeedOK) IsCode ¶
func (o *DeleteSeedOK) IsCode(code int) bool
IsCode returns true when this delete seed o k response a status code equal to that given
func (*DeleteSeedOK) IsRedirect ¶
func (o *DeleteSeedOK) IsRedirect() bool
IsRedirect returns true when this delete seed o k response has a 3xx status code
func (*DeleteSeedOK) IsServerError ¶
func (o *DeleteSeedOK) IsServerError() bool
IsServerError returns true when this delete seed o k response has a 5xx status code
func (*DeleteSeedOK) IsSuccess ¶
func (o *DeleteSeedOK) IsSuccess() bool
IsSuccess returns true when this delete seed o k response has a 2xx status code
func (*DeleteSeedOK) String ¶
func (o *DeleteSeedOK) String() string
type DeleteSeedParams ¶
type DeleteSeedParams struct { // SeedName. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSeedParams contains all the parameters to send to the API endpoint
for the delete seed operation. Typically these are written to a http.Request.
func NewDeleteSeedParams ¶
func NewDeleteSeedParams() *DeleteSeedParams
NewDeleteSeedParams creates a new DeleteSeedParams 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 NewDeleteSeedParamsWithContext ¶
func NewDeleteSeedParamsWithContext(ctx context.Context) *DeleteSeedParams
NewDeleteSeedParamsWithContext creates a new DeleteSeedParams object with the ability to set a context for a request.
func NewDeleteSeedParamsWithHTTPClient ¶
func NewDeleteSeedParamsWithHTTPClient(client *http.Client) *DeleteSeedParams
NewDeleteSeedParamsWithHTTPClient creates a new DeleteSeedParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSeedParamsWithTimeout ¶
func NewDeleteSeedParamsWithTimeout(timeout time.Duration) *DeleteSeedParams
NewDeleteSeedParamsWithTimeout creates a new DeleteSeedParams object with the ability to set a timeout on a request.
func (*DeleteSeedParams) SetContext ¶
func (o *DeleteSeedParams) SetContext(ctx context.Context)
SetContext adds the context to the delete seed params
func (*DeleteSeedParams) SetDefaults ¶
func (o *DeleteSeedParams) SetDefaults()
SetDefaults hydrates default values in the delete seed params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSeedParams) SetHTTPClient ¶
func (o *DeleteSeedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete seed params
func (*DeleteSeedParams) SetName ¶
func (o *DeleteSeedParams) SetName(seedName string)
SetName adds the seedName to the delete seed params
func (*DeleteSeedParams) SetTimeout ¶
func (o *DeleteSeedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete seed params
func (*DeleteSeedParams) WithContext ¶
func (o *DeleteSeedParams) WithContext(ctx context.Context) *DeleteSeedParams
WithContext adds the context to the delete seed params
func (*DeleteSeedParams) WithDefaults ¶
func (o *DeleteSeedParams) WithDefaults() *DeleteSeedParams
WithDefaults hydrates default values in the delete seed params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSeedParams) WithHTTPClient ¶
func (o *DeleteSeedParams) WithHTTPClient(client *http.Client) *DeleteSeedParams
WithHTTPClient adds the HTTPClient to the delete seed params
func (*DeleteSeedParams) WithName ¶
func (o *DeleteSeedParams) WithName(seedName string) *DeleteSeedParams
WithName adds the seedName to the delete seed params
func (*DeleteSeedParams) WithTimeout ¶
func (o *DeleteSeedParams) WithTimeout(timeout time.Duration) *DeleteSeedParams
WithTimeout adds the timeout to the delete seed params
func (*DeleteSeedParams) WriteToRequest ¶
func (o *DeleteSeedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSeedReader ¶
type DeleteSeedReader struct {
// contains filtered or unexported fields
}
DeleteSeedReader is a Reader for the DeleteSeed structure.
func (*DeleteSeedReader) ReadResponse ¶
func (o *DeleteSeedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSeedUnauthorized ¶
type DeleteSeedUnauthorized struct { }
DeleteSeedUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewDeleteSeedUnauthorized ¶
func NewDeleteSeedUnauthorized() *DeleteSeedUnauthorized
NewDeleteSeedUnauthorized creates a DeleteSeedUnauthorized with default headers values
func (*DeleteSeedUnauthorized) Error ¶
func (o *DeleteSeedUnauthorized) Error() string
func (*DeleteSeedUnauthorized) IsClientError ¶
func (o *DeleteSeedUnauthorized) IsClientError() bool
IsClientError returns true when this delete seed unauthorized response has a 4xx status code
func (*DeleteSeedUnauthorized) IsCode ¶
func (o *DeleteSeedUnauthorized) IsCode(code int) bool
IsCode returns true when this delete seed unauthorized response a status code equal to that given
func (*DeleteSeedUnauthorized) IsRedirect ¶
func (o *DeleteSeedUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete seed unauthorized response has a 3xx status code
func (*DeleteSeedUnauthorized) IsServerError ¶
func (o *DeleteSeedUnauthorized) IsServerError() bool
IsServerError returns true when this delete seed unauthorized response has a 5xx status code
func (*DeleteSeedUnauthorized) IsSuccess ¶
func (o *DeleteSeedUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete seed unauthorized response has a 2xx status code
func (*DeleteSeedUnauthorized) String ¶
func (o *DeleteSeedUnauthorized) String() string
type GetAdminsDefault ¶
type GetAdminsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetAdminsDefault describes a response with status code -1, with default header values.
errorResponse
func NewGetAdminsDefault ¶
func NewGetAdminsDefault(code int) *GetAdminsDefault
NewGetAdminsDefault creates a GetAdminsDefault with default headers values
func (*GetAdminsDefault) Code ¶
func (o *GetAdminsDefault) Code() int
Code gets the status code for the get admins default response
func (*GetAdminsDefault) Error ¶
func (o *GetAdminsDefault) Error() string
func (*GetAdminsDefault) GetPayload ¶
func (o *GetAdminsDefault) GetPayload() *models.ErrorResponse
func (*GetAdminsDefault) IsClientError ¶
func (o *GetAdminsDefault) IsClientError() bool
IsClientError returns true when this get admins default response has a 4xx status code
func (*GetAdminsDefault) IsCode ¶
func (o *GetAdminsDefault) IsCode(code int) bool
IsCode returns true when this get admins default response a status code equal to that given
func (*GetAdminsDefault) IsRedirect ¶
func (o *GetAdminsDefault) IsRedirect() bool
IsRedirect returns true when this get admins default response has a 3xx status code
func (*GetAdminsDefault) IsServerError ¶
func (o *GetAdminsDefault) IsServerError() bool
IsServerError returns true when this get admins default response has a 5xx status code
func (*GetAdminsDefault) IsSuccess ¶
func (o *GetAdminsDefault) IsSuccess() bool
IsSuccess returns true when this get admins default response has a 2xx status code
func (*GetAdminsDefault) String ¶
func (o *GetAdminsDefault) String() string
type GetAdminsForbidden ¶
type GetAdminsForbidden struct { }
GetAdminsForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewGetAdminsForbidden ¶
func NewGetAdminsForbidden() *GetAdminsForbidden
NewGetAdminsForbidden creates a GetAdminsForbidden with default headers values
func (*GetAdminsForbidden) Error ¶
func (o *GetAdminsForbidden) Error() string
func (*GetAdminsForbidden) IsClientError ¶
func (o *GetAdminsForbidden) IsClientError() bool
IsClientError returns true when this get admins forbidden response has a 4xx status code
func (*GetAdminsForbidden) IsCode ¶
func (o *GetAdminsForbidden) IsCode(code int) bool
IsCode returns true when this get admins forbidden response a status code equal to that given
func (*GetAdminsForbidden) IsRedirect ¶
func (o *GetAdminsForbidden) IsRedirect() bool
IsRedirect returns true when this get admins forbidden response has a 3xx status code
func (*GetAdminsForbidden) IsServerError ¶
func (o *GetAdminsForbidden) IsServerError() bool
IsServerError returns true when this get admins forbidden response has a 5xx status code
func (*GetAdminsForbidden) IsSuccess ¶
func (o *GetAdminsForbidden) IsSuccess() bool
IsSuccess returns true when this get admins forbidden response has a 2xx status code
func (*GetAdminsForbidden) String ¶
func (o *GetAdminsForbidden) String() string
type GetAdminsOK ¶
GetAdminsOK describes a response with status code 200, with default header values.
Admin
func NewGetAdminsOK ¶
func NewGetAdminsOK() *GetAdminsOK
NewGetAdminsOK creates a GetAdminsOK with default headers values
func (*GetAdminsOK) Error ¶
func (o *GetAdminsOK) Error() string
func (*GetAdminsOK) GetPayload ¶
func (o *GetAdminsOK) GetPayload() []*models.Admin
func (*GetAdminsOK) IsClientError ¶
func (o *GetAdminsOK) IsClientError() bool
IsClientError returns true when this get admins o k response has a 4xx status code
func (*GetAdminsOK) IsCode ¶
func (o *GetAdminsOK) IsCode(code int) bool
IsCode returns true when this get admins o k response a status code equal to that given
func (*GetAdminsOK) IsRedirect ¶
func (o *GetAdminsOK) IsRedirect() bool
IsRedirect returns true when this get admins o k response has a 3xx status code
func (*GetAdminsOK) IsServerError ¶
func (o *GetAdminsOK) IsServerError() bool
IsServerError returns true when this get admins o k response has a 5xx status code
func (*GetAdminsOK) IsSuccess ¶
func (o *GetAdminsOK) IsSuccess() bool
IsSuccess returns true when this get admins o k response has a 2xx status code
func (*GetAdminsOK) String ¶
func (o *GetAdminsOK) String() string
type GetAdminsParams ¶
type GetAdminsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAdminsParams contains all the parameters to send to the API endpoint
for the get admins operation. Typically these are written to a http.Request.
func NewGetAdminsParams ¶
func NewGetAdminsParams() *GetAdminsParams
NewGetAdminsParams creates a new GetAdminsParams 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 NewGetAdminsParamsWithContext ¶
func NewGetAdminsParamsWithContext(ctx context.Context) *GetAdminsParams
NewGetAdminsParamsWithContext creates a new GetAdminsParams object with the ability to set a context for a request.
func NewGetAdminsParamsWithHTTPClient ¶
func NewGetAdminsParamsWithHTTPClient(client *http.Client) *GetAdminsParams
NewGetAdminsParamsWithHTTPClient creates a new GetAdminsParams object with the ability to set a custom HTTPClient for a request.
func NewGetAdminsParamsWithTimeout ¶
func NewGetAdminsParamsWithTimeout(timeout time.Duration) *GetAdminsParams
NewGetAdminsParamsWithTimeout creates a new GetAdminsParams object with the ability to set a timeout on a request.
func (*GetAdminsParams) SetContext ¶
func (o *GetAdminsParams) SetContext(ctx context.Context)
SetContext adds the context to the get admins params
func (*GetAdminsParams) SetDefaults ¶
func (o *GetAdminsParams) SetDefaults()
SetDefaults hydrates default values in the get admins params (not the query body).
All values with no default are reset to their zero value.
func (*GetAdminsParams) SetHTTPClient ¶
func (o *GetAdminsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get admins params
func (*GetAdminsParams) SetTimeout ¶
func (o *GetAdminsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get admins params
func (*GetAdminsParams) WithContext ¶
func (o *GetAdminsParams) WithContext(ctx context.Context) *GetAdminsParams
WithContext adds the context to the get admins params
func (*GetAdminsParams) WithDefaults ¶
func (o *GetAdminsParams) WithDefaults() *GetAdminsParams
WithDefaults hydrates default values in the get admins params (not the query body).
All values with no default are reset to their zero value.
func (*GetAdminsParams) WithHTTPClient ¶
func (o *GetAdminsParams) WithHTTPClient(client *http.Client) *GetAdminsParams
WithHTTPClient adds the HTTPClient to the get admins params
func (*GetAdminsParams) WithTimeout ¶
func (o *GetAdminsParams) WithTimeout(timeout time.Duration) *GetAdminsParams
WithTimeout adds the timeout to the get admins params
func (*GetAdminsParams) WriteToRequest ¶
func (o *GetAdminsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAdminsReader ¶
type GetAdminsReader struct {
// contains filtered or unexported fields
}
GetAdminsReader is a Reader for the GetAdmins structure.
func (*GetAdminsReader) ReadResponse ¶
func (o *GetAdminsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAdminsUnauthorized ¶
type GetAdminsUnauthorized struct { }
GetAdminsUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewGetAdminsUnauthorized ¶
func NewGetAdminsUnauthorized() *GetAdminsUnauthorized
NewGetAdminsUnauthorized creates a GetAdminsUnauthorized with default headers values
func (*GetAdminsUnauthorized) Error ¶
func (o *GetAdminsUnauthorized) Error() string
func (*GetAdminsUnauthorized) IsClientError ¶
func (o *GetAdminsUnauthorized) IsClientError() bool
IsClientError returns true when this get admins unauthorized response has a 4xx status code
func (*GetAdminsUnauthorized) IsCode ¶
func (o *GetAdminsUnauthorized) IsCode(code int) bool
IsCode returns true when this get admins unauthorized response a status code equal to that given
func (*GetAdminsUnauthorized) IsRedirect ¶
func (o *GetAdminsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get admins unauthorized response has a 3xx status code
func (*GetAdminsUnauthorized) IsServerError ¶
func (o *GetAdminsUnauthorized) IsServerError() bool
IsServerError returns true when this get admins unauthorized response has a 5xx status code
func (*GetAdminsUnauthorized) IsSuccess ¶
func (o *GetAdminsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get admins unauthorized response has a 2xx status code
func (*GetAdminsUnauthorized) String ¶
func (o *GetAdminsUnauthorized) String() string
type GetAdmissionPluginDefault ¶
type GetAdmissionPluginDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetAdmissionPluginDefault describes a response with status code -1, with default header values.
errorResponse
func NewGetAdmissionPluginDefault ¶
func NewGetAdmissionPluginDefault(code int) *GetAdmissionPluginDefault
NewGetAdmissionPluginDefault creates a GetAdmissionPluginDefault with default headers values
func (*GetAdmissionPluginDefault) Code ¶
func (o *GetAdmissionPluginDefault) Code() int
Code gets the status code for the get admission plugin default response
func (*GetAdmissionPluginDefault) Error ¶
func (o *GetAdmissionPluginDefault) Error() string
func (*GetAdmissionPluginDefault) GetPayload ¶
func (o *GetAdmissionPluginDefault) GetPayload() *models.ErrorResponse
func (*GetAdmissionPluginDefault) IsClientError ¶
func (o *GetAdmissionPluginDefault) IsClientError() bool
IsClientError returns true when this get admission plugin default response has a 4xx status code
func (*GetAdmissionPluginDefault) IsCode ¶
func (o *GetAdmissionPluginDefault) IsCode(code int) bool
IsCode returns true when this get admission plugin default response a status code equal to that given
func (*GetAdmissionPluginDefault) IsRedirect ¶
func (o *GetAdmissionPluginDefault) IsRedirect() bool
IsRedirect returns true when this get admission plugin default response has a 3xx status code
func (*GetAdmissionPluginDefault) IsServerError ¶
func (o *GetAdmissionPluginDefault) IsServerError() bool
IsServerError returns true when this get admission plugin default response has a 5xx status code
func (*GetAdmissionPluginDefault) IsSuccess ¶
func (o *GetAdmissionPluginDefault) IsSuccess() bool
IsSuccess returns true when this get admission plugin default response has a 2xx status code
func (*GetAdmissionPluginDefault) String ¶
func (o *GetAdmissionPluginDefault) String() string
type GetAdmissionPluginForbidden ¶
type GetAdmissionPluginForbidden struct { }
GetAdmissionPluginForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewGetAdmissionPluginForbidden ¶
func NewGetAdmissionPluginForbidden() *GetAdmissionPluginForbidden
NewGetAdmissionPluginForbidden creates a GetAdmissionPluginForbidden with default headers values
func (*GetAdmissionPluginForbidden) Error ¶
func (o *GetAdmissionPluginForbidden) Error() string
func (*GetAdmissionPluginForbidden) IsClientError ¶
func (o *GetAdmissionPluginForbidden) IsClientError() bool
IsClientError returns true when this get admission plugin forbidden response has a 4xx status code
func (*GetAdmissionPluginForbidden) IsCode ¶
func (o *GetAdmissionPluginForbidden) IsCode(code int) bool
IsCode returns true when this get admission plugin forbidden response a status code equal to that given
func (*GetAdmissionPluginForbidden) IsRedirect ¶
func (o *GetAdmissionPluginForbidden) IsRedirect() bool
IsRedirect returns true when this get admission plugin forbidden response has a 3xx status code
func (*GetAdmissionPluginForbidden) IsServerError ¶
func (o *GetAdmissionPluginForbidden) IsServerError() bool
IsServerError returns true when this get admission plugin forbidden response has a 5xx status code
func (*GetAdmissionPluginForbidden) IsSuccess ¶
func (o *GetAdmissionPluginForbidden) IsSuccess() bool
IsSuccess returns true when this get admission plugin forbidden response has a 2xx status code
func (*GetAdmissionPluginForbidden) String ¶
func (o *GetAdmissionPluginForbidden) String() string
type GetAdmissionPluginOK ¶
type GetAdmissionPluginOK struct {
Payload *models.AdmissionPlugin
}
GetAdmissionPluginOK describes a response with status code 200, with default header values.
AdmissionPlugin
func NewGetAdmissionPluginOK ¶
func NewGetAdmissionPluginOK() *GetAdmissionPluginOK
NewGetAdmissionPluginOK creates a GetAdmissionPluginOK with default headers values
func (*GetAdmissionPluginOK) Error ¶
func (o *GetAdmissionPluginOK) Error() string
func (*GetAdmissionPluginOK) GetPayload ¶
func (o *GetAdmissionPluginOK) GetPayload() *models.AdmissionPlugin
func (*GetAdmissionPluginOK) IsClientError ¶
func (o *GetAdmissionPluginOK) IsClientError() bool
IsClientError returns true when this get admission plugin o k response has a 4xx status code
func (*GetAdmissionPluginOK) IsCode ¶
func (o *GetAdmissionPluginOK) IsCode(code int) bool
IsCode returns true when this get admission plugin o k response a status code equal to that given
func (*GetAdmissionPluginOK) IsRedirect ¶
func (o *GetAdmissionPluginOK) IsRedirect() bool
IsRedirect returns true when this get admission plugin o k response has a 3xx status code
func (*GetAdmissionPluginOK) IsServerError ¶
func (o *GetAdmissionPluginOK) IsServerError() bool
IsServerError returns true when this get admission plugin o k response has a 5xx status code
func (*GetAdmissionPluginOK) IsSuccess ¶
func (o *GetAdmissionPluginOK) IsSuccess() bool
IsSuccess returns true when this get admission plugin o k response has a 2xx status code
func (*GetAdmissionPluginOK) String ¶
func (o *GetAdmissionPluginOK) String() string
type GetAdmissionPluginParams ¶
type GetAdmissionPluginParams struct { // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAdmissionPluginParams contains all the parameters to send to the API endpoint
for the get admission plugin operation. Typically these are written to a http.Request.
func NewGetAdmissionPluginParams ¶
func NewGetAdmissionPluginParams() *GetAdmissionPluginParams
NewGetAdmissionPluginParams creates a new GetAdmissionPluginParams 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 NewGetAdmissionPluginParamsWithContext ¶
func NewGetAdmissionPluginParamsWithContext(ctx context.Context) *GetAdmissionPluginParams
NewGetAdmissionPluginParamsWithContext creates a new GetAdmissionPluginParams object with the ability to set a context for a request.
func NewGetAdmissionPluginParamsWithHTTPClient ¶
func NewGetAdmissionPluginParamsWithHTTPClient(client *http.Client) *GetAdmissionPluginParams
NewGetAdmissionPluginParamsWithHTTPClient creates a new GetAdmissionPluginParams object with the ability to set a custom HTTPClient for a request.
func NewGetAdmissionPluginParamsWithTimeout ¶
func NewGetAdmissionPluginParamsWithTimeout(timeout time.Duration) *GetAdmissionPluginParams
NewGetAdmissionPluginParamsWithTimeout creates a new GetAdmissionPluginParams object with the ability to set a timeout on a request.
func (*GetAdmissionPluginParams) SetContext ¶
func (o *GetAdmissionPluginParams) SetContext(ctx context.Context)
SetContext adds the context to the get admission plugin params
func (*GetAdmissionPluginParams) SetDefaults ¶
func (o *GetAdmissionPluginParams) SetDefaults()
SetDefaults hydrates default values in the get admission plugin params (not the query body).
All values with no default are reset to their zero value.
func (*GetAdmissionPluginParams) SetHTTPClient ¶
func (o *GetAdmissionPluginParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get admission plugin params
func (*GetAdmissionPluginParams) SetName ¶
func (o *GetAdmissionPluginParams) SetName(name string)
SetName adds the name to the get admission plugin params
func (*GetAdmissionPluginParams) SetTimeout ¶
func (o *GetAdmissionPluginParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get admission plugin params
func (*GetAdmissionPluginParams) WithContext ¶
func (o *GetAdmissionPluginParams) WithContext(ctx context.Context) *GetAdmissionPluginParams
WithContext adds the context to the get admission plugin params
func (*GetAdmissionPluginParams) WithDefaults ¶
func (o *GetAdmissionPluginParams) WithDefaults() *GetAdmissionPluginParams
WithDefaults hydrates default values in the get admission plugin params (not the query body).
All values with no default are reset to their zero value.
func (*GetAdmissionPluginParams) WithHTTPClient ¶
func (o *GetAdmissionPluginParams) WithHTTPClient(client *http.Client) *GetAdmissionPluginParams
WithHTTPClient adds the HTTPClient to the get admission plugin params
func (*GetAdmissionPluginParams) WithName ¶
func (o *GetAdmissionPluginParams) WithName(name string) *GetAdmissionPluginParams
WithName adds the name to the get admission plugin params
func (*GetAdmissionPluginParams) WithTimeout ¶
func (o *GetAdmissionPluginParams) WithTimeout(timeout time.Duration) *GetAdmissionPluginParams
WithTimeout adds the timeout to the get admission plugin params
func (*GetAdmissionPluginParams) WriteToRequest ¶
func (o *GetAdmissionPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAdmissionPluginReader ¶
type GetAdmissionPluginReader struct {
// contains filtered or unexported fields
}
GetAdmissionPluginReader is a Reader for the GetAdmissionPlugin structure.
func (*GetAdmissionPluginReader) ReadResponse ¶
func (o *GetAdmissionPluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAdmissionPluginUnauthorized ¶
type GetAdmissionPluginUnauthorized struct { }
GetAdmissionPluginUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewGetAdmissionPluginUnauthorized ¶
func NewGetAdmissionPluginUnauthorized() *GetAdmissionPluginUnauthorized
NewGetAdmissionPluginUnauthorized creates a GetAdmissionPluginUnauthorized with default headers values
func (*GetAdmissionPluginUnauthorized) Error ¶
func (o *GetAdmissionPluginUnauthorized) Error() string
func (*GetAdmissionPluginUnauthorized) IsClientError ¶
func (o *GetAdmissionPluginUnauthorized) IsClientError() bool
IsClientError returns true when this get admission plugin unauthorized response has a 4xx status code
func (*GetAdmissionPluginUnauthorized) IsCode ¶
func (o *GetAdmissionPluginUnauthorized) IsCode(code int) bool
IsCode returns true when this get admission plugin unauthorized response a status code equal to that given
func (*GetAdmissionPluginUnauthorized) IsRedirect ¶
func (o *GetAdmissionPluginUnauthorized) IsRedirect() bool
IsRedirect returns true when this get admission plugin unauthorized response has a 3xx status code
func (*GetAdmissionPluginUnauthorized) IsServerError ¶
func (o *GetAdmissionPluginUnauthorized) IsServerError() bool
IsServerError returns true when this get admission plugin unauthorized response has a 5xx status code
func (*GetAdmissionPluginUnauthorized) IsSuccess ¶
func (o *GetAdmissionPluginUnauthorized) IsSuccess() bool
IsSuccess returns true when this get admission plugin unauthorized response has a 2xx status code
func (*GetAdmissionPluginUnauthorized) String ¶
func (o *GetAdmissionPluginUnauthorized) String() string
type GetKubermaticCustomLinksDefault ¶
type GetKubermaticCustomLinksDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetKubermaticCustomLinksDefault describes a response with status code -1, with default header values.
errorResponse
func NewGetKubermaticCustomLinksDefault ¶
func NewGetKubermaticCustomLinksDefault(code int) *GetKubermaticCustomLinksDefault
NewGetKubermaticCustomLinksDefault creates a GetKubermaticCustomLinksDefault with default headers values
func (*GetKubermaticCustomLinksDefault) Code ¶
func (o *GetKubermaticCustomLinksDefault) Code() int
Code gets the status code for the get kubermatic custom links default response
func (*GetKubermaticCustomLinksDefault) Error ¶
func (o *GetKubermaticCustomLinksDefault) Error() string
func (*GetKubermaticCustomLinksDefault) GetPayload ¶
func (o *GetKubermaticCustomLinksDefault) GetPayload() *models.ErrorResponse
func (*GetKubermaticCustomLinksDefault) IsClientError ¶
func (o *GetKubermaticCustomLinksDefault) IsClientError() bool
IsClientError returns true when this get kubermatic custom links default response has a 4xx status code
func (*GetKubermaticCustomLinksDefault) IsCode ¶
func (o *GetKubermaticCustomLinksDefault) IsCode(code int) bool
IsCode returns true when this get kubermatic custom links default response a status code equal to that given
func (*GetKubermaticCustomLinksDefault) IsRedirect ¶
func (o *GetKubermaticCustomLinksDefault) IsRedirect() bool
IsRedirect returns true when this get kubermatic custom links default response has a 3xx status code
func (*GetKubermaticCustomLinksDefault) IsServerError ¶
func (o *GetKubermaticCustomLinksDefault) IsServerError() bool
IsServerError returns true when this get kubermatic custom links default response has a 5xx status code
func (*GetKubermaticCustomLinksDefault) IsSuccess ¶
func (o *GetKubermaticCustomLinksDefault) IsSuccess() bool
IsSuccess returns true when this get kubermatic custom links default response has a 2xx status code
func (*GetKubermaticCustomLinksDefault) String ¶
func (o *GetKubermaticCustomLinksDefault) String() string
type GetKubermaticCustomLinksForbidden ¶
type GetKubermaticCustomLinksForbidden struct { }
GetKubermaticCustomLinksForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewGetKubermaticCustomLinksForbidden ¶
func NewGetKubermaticCustomLinksForbidden() *GetKubermaticCustomLinksForbidden
NewGetKubermaticCustomLinksForbidden creates a GetKubermaticCustomLinksForbidden with default headers values
func (*GetKubermaticCustomLinksForbidden) Error ¶
func (o *GetKubermaticCustomLinksForbidden) Error() string
func (*GetKubermaticCustomLinksForbidden) IsClientError ¶
func (o *GetKubermaticCustomLinksForbidden) IsClientError() bool
IsClientError returns true when this get kubermatic custom links forbidden response has a 4xx status code
func (*GetKubermaticCustomLinksForbidden) IsCode ¶
func (o *GetKubermaticCustomLinksForbidden) IsCode(code int) bool
IsCode returns true when this get kubermatic custom links forbidden response a status code equal to that given
func (*GetKubermaticCustomLinksForbidden) IsRedirect ¶
func (o *GetKubermaticCustomLinksForbidden) IsRedirect() bool
IsRedirect returns true when this get kubermatic custom links forbidden response has a 3xx status code
func (*GetKubermaticCustomLinksForbidden) IsServerError ¶
func (o *GetKubermaticCustomLinksForbidden) IsServerError() bool
IsServerError returns true when this get kubermatic custom links forbidden response has a 5xx status code
func (*GetKubermaticCustomLinksForbidden) IsSuccess ¶
func (o *GetKubermaticCustomLinksForbidden) IsSuccess() bool
IsSuccess returns true when this get kubermatic custom links forbidden response has a 2xx status code
func (*GetKubermaticCustomLinksForbidden) String ¶
func (o *GetKubermaticCustomLinksForbidden) String() string
type GetKubermaticCustomLinksOK ¶
type GetKubermaticCustomLinksOK struct {
Payload models.GlobalCustomLinks
}
GetKubermaticCustomLinksOK describes a response with status code 200, with default header values.
GlobalCustomLinks
func NewGetKubermaticCustomLinksOK ¶
func NewGetKubermaticCustomLinksOK() *GetKubermaticCustomLinksOK
NewGetKubermaticCustomLinksOK creates a GetKubermaticCustomLinksOK with default headers values
func (*GetKubermaticCustomLinksOK) Error ¶
func (o *GetKubermaticCustomLinksOK) Error() string
func (*GetKubermaticCustomLinksOK) GetPayload ¶
func (o *GetKubermaticCustomLinksOK) GetPayload() models.GlobalCustomLinks
func (*GetKubermaticCustomLinksOK) IsClientError ¶
func (o *GetKubermaticCustomLinksOK) IsClientError() bool
IsClientError returns true when this get kubermatic custom links o k response has a 4xx status code
func (*GetKubermaticCustomLinksOK) IsCode ¶
func (o *GetKubermaticCustomLinksOK) IsCode(code int) bool
IsCode returns true when this get kubermatic custom links o k response a status code equal to that given
func (*GetKubermaticCustomLinksOK) IsRedirect ¶
func (o *GetKubermaticCustomLinksOK) IsRedirect() bool
IsRedirect returns true when this get kubermatic custom links o k response has a 3xx status code
func (*GetKubermaticCustomLinksOK) IsServerError ¶
func (o *GetKubermaticCustomLinksOK) IsServerError() bool
IsServerError returns true when this get kubermatic custom links o k response has a 5xx status code
func (*GetKubermaticCustomLinksOK) IsSuccess ¶
func (o *GetKubermaticCustomLinksOK) IsSuccess() bool
IsSuccess returns true when this get kubermatic custom links o k response has a 2xx status code
func (*GetKubermaticCustomLinksOK) String ¶
func (o *GetKubermaticCustomLinksOK) String() string
type GetKubermaticCustomLinksParams ¶
type GetKubermaticCustomLinksParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetKubermaticCustomLinksParams contains all the parameters to send to the API endpoint
for the get kubermatic custom links operation. Typically these are written to a http.Request.
func NewGetKubermaticCustomLinksParams ¶
func NewGetKubermaticCustomLinksParams() *GetKubermaticCustomLinksParams
NewGetKubermaticCustomLinksParams creates a new GetKubermaticCustomLinksParams 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 NewGetKubermaticCustomLinksParamsWithContext ¶
func NewGetKubermaticCustomLinksParamsWithContext(ctx context.Context) *GetKubermaticCustomLinksParams
NewGetKubermaticCustomLinksParamsWithContext creates a new GetKubermaticCustomLinksParams object with the ability to set a context for a request.
func NewGetKubermaticCustomLinksParamsWithHTTPClient ¶
func NewGetKubermaticCustomLinksParamsWithHTTPClient(client *http.Client) *GetKubermaticCustomLinksParams
NewGetKubermaticCustomLinksParamsWithHTTPClient creates a new GetKubermaticCustomLinksParams object with the ability to set a custom HTTPClient for a request.
func NewGetKubermaticCustomLinksParamsWithTimeout ¶
func NewGetKubermaticCustomLinksParamsWithTimeout(timeout time.Duration) *GetKubermaticCustomLinksParams
NewGetKubermaticCustomLinksParamsWithTimeout creates a new GetKubermaticCustomLinksParams object with the ability to set a timeout on a request.
func (*GetKubermaticCustomLinksParams) SetContext ¶
func (o *GetKubermaticCustomLinksParams) SetContext(ctx context.Context)
SetContext adds the context to the get kubermatic custom links params
func (*GetKubermaticCustomLinksParams) SetDefaults ¶
func (o *GetKubermaticCustomLinksParams) SetDefaults()
SetDefaults hydrates default values in the get kubermatic custom links params (not the query body).
All values with no default are reset to their zero value.
func (*GetKubermaticCustomLinksParams) SetHTTPClient ¶
func (o *GetKubermaticCustomLinksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get kubermatic custom links params
func (*GetKubermaticCustomLinksParams) SetTimeout ¶
func (o *GetKubermaticCustomLinksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get kubermatic custom links params
func (*GetKubermaticCustomLinksParams) WithContext ¶
func (o *GetKubermaticCustomLinksParams) WithContext(ctx context.Context) *GetKubermaticCustomLinksParams
WithContext adds the context to the get kubermatic custom links params
func (*GetKubermaticCustomLinksParams) WithDefaults ¶
func (o *GetKubermaticCustomLinksParams) WithDefaults() *GetKubermaticCustomLinksParams
WithDefaults hydrates default values in the get kubermatic custom links params (not the query body).
All values with no default are reset to their zero value.
func (*GetKubermaticCustomLinksParams) WithHTTPClient ¶
func (o *GetKubermaticCustomLinksParams) WithHTTPClient(client *http.Client) *GetKubermaticCustomLinksParams
WithHTTPClient adds the HTTPClient to the get kubermatic custom links params
func (*GetKubermaticCustomLinksParams) WithTimeout ¶
func (o *GetKubermaticCustomLinksParams) WithTimeout(timeout time.Duration) *GetKubermaticCustomLinksParams
WithTimeout adds the timeout to the get kubermatic custom links params
func (*GetKubermaticCustomLinksParams) WriteToRequest ¶
func (o *GetKubermaticCustomLinksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetKubermaticCustomLinksReader ¶
type GetKubermaticCustomLinksReader struct {
// contains filtered or unexported fields
}
GetKubermaticCustomLinksReader is a Reader for the GetKubermaticCustomLinks structure.
func (*GetKubermaticCustomLinksReader) ReadResponse ¶
func (o *GetKubermaticCustomLinksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetKubermaticCustomLinksUnauthorized ¶
type GetKubermaticCustomLinksUnauthorized struct { }
GetKubermaticCustomLinksUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewGetKubermaticCustomLinksUnauthorized ¶
func NewGetKubermaticCustomLinksUnauthorized() *GetKubermaticCustomLinksUnauthorized
NewGetKubermaticCustomLinksUnauthorized creates a GetKubermaticCustomLinksUnauthorized with default headers values
func (*GetKubermaticCustomLinksUnauthorized) Error ¶
func (o *GetKubermaticCustomLinksUnauthorized) Error() string
func (*GetKubermaticCustomLinksUnauthorized) IsClientError ¶
func (o *GetKubermaticCustomLinksUnauthorized) IsClientError() bool
IsClientError returns true when this get kubermatic custom links unauthorized response has a 4xx status code
func (*GetKubermaticCustomLinksUnauthorized) IsCode ¶
func (o *GetKubermaticCustomLinksUnauthorized) IsCode(code int) bool
IsCode returns true when this get kubermatic custom links unauthorized response a status code equal to that given
func (*GetKubermaticCustomLinksUnauthorized) IsRedirect ¶
func (o *GetKubermaticCustomLinksUnauthorized) IsRedirect() bool
IsRedirect returns true when this get kubermatic custom links unauthorized response has a 3xx status code
func (*GetKubermaticCustomLinksUnauthorized) IsServerError ¶
func (o *GetKubermaticCustomLinksUnauthorized) IsServerError() bool
IsServerError returns true when this get kubermatic custom links unauthorized response has a 5xx status code
func (*GetKubermaticCustomLinksUnauthorized) IsSuccess ¶
func (o *GetKubermaticCustomLinksUnauthorized) IsSuccess() bool
IsSuccess returns true when this get kubermatic custom links unauthorized response has a 2xx status code
func (*GetKubermaticCustomLinksUnauthorized) String ¶
func (o *GetKubermaticCustomLinksUnauthorized) String() string
type GetKubermaticSettingsDefault ¶
type GetKubermaticSettingsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetKubermaticSettingsDefault describes a response with status code -1, with default header values.
errorResponse
func NewGetKubermaticSettingsDefault ¶
func NewGetKubermaticSettingsDefault(code int) *GetKubermaticSettingsDefault
NewGetKubermaticSettingsDefault creates a GetKubermaticSettingsDefault with default headers values
func (*GetKubermaticSettingsDefault) Code ¶
func (o *GetKubermaticSettingsDefault) Code() int
Code gets the status code for the get kubermatic settings default response
func (*GetKubermaticSettingsDefault) Error ¶
func (o *GetKubermaticSettingsDefault) Error() string
func (*GetKubermaticSettingsDefault) GetPayload ¶
func (o *GetKubermaticSettingsDefault) GetPayload() *models.ErrorResponse
func (*GetKubermaticSettingsDefault) IsClientError ¶
func (o *GetKubermaticSettingsDefault) IsClientError() bool
IsClientError returns true when this get kubermatic settings default response has a 4xx status code
func (*GetKubermaticSettingsDefault) IsCode ¶
func (o *GetKubermaticSettingsDefault) IsCode(code int) bool
IsCode returns true when this get kubermatic settings default response a status code equal to that given
func (*GetKubermaticSettingsDefault) IsRedirect ¶
func (o *GetKubermaticSettingsDefault) IsRedirect() bool
IsRedirect returns true when this get kubermatic settings default response has a 3xx status code
func (*GetKubermaticSettingsDefault) IsServerError ¶
func (o *GetKubermaticSettingsDefault) IsServerError() bool
IsServerError returns true when this get kubermatic settings default response has a 5xx status code
func (*GetKubermaticSettingsDefault) IsSuccess ¶
func (o *GetKubermaticSettingsDefault) IsSuccess() bool
IsSuccess returns true when this get kubermatic settings default response has a 2xx status code
func (*GetKubermaticSettingsDefault) String ¶
func (o *GetKubermaticSettingsDefault) String() string
type GetKubermaticSettingsForbidden ¶
type GetKubermaticSettingsForbidden struct { }
GetKubermaticSettingsForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewGetKubermaticSettingsForbidden ¶
func NewGetKubermaticSettingsForbidden() *GetKubermaticSettingsForbidden
NewGetKubermaticSettingsForbidden creates a GetKubermaticSettingsForbidden with default headers values
func (*GetKubermaticSettingsForbidden) Error ¶
func (o *GetKubermaticSettingsForbidden) Error() string
func (*GetKubermaticSettingsForbidden) IsClientError ¶
func (o *GetKubermaticSettingsForbidden) IsClientError() bool
IsClientError returns true when this get kubermatic settings forbidden response has a 4xx status code
func (*GetKubermaticSettingsForbidden) IsCode ¶
func (o *GetKubermaticSettingsForbidden) IsCode(code int) bool
IsCode returns true when this get kubermatic settings forbidden response a status code equal to that given
func (*GetKubermaticSettingsForbidden) IsRedirect ¶
func (o *GetKubermaticSettingsForbidden) IsRedirect() bool
IsRedirect returns true when this get kubermatic settings forbidden response has a 3xx status code
func (*GetKubermaticSettingsForbidden) IsServerError ¶
func (o *GetKubermaticSettingsForbidden) IsServerError() bool
IsServerError returns true when this get kubermatic settings forbidden response has a 5xx status code
func (*GetKubermaticSettingsForbidden) IsSuccess ¶
func (o *GetKubermaticSettingsForbidden) IsSuccess() bool
IsSuccess returns true when this get kubermatic settings forbidden response has a 2xx status code
func (*GetKubermaticSettingsForbidden) String ¶
func (o *GetKubermaticSettingsForbidden) String() string
type GetKubermaticSettingsOK ¶
type GetKubermaticSettingsOK struct {
Payload *models.GlobalSettings
}
GetKubermaticSettingsOK describes a response with status code 200, with default header values.
GlobalSettings
func NewGetKubermaticSettingsOK ¶
func NewGetKubermaticSettingsOK() *GetKubermaticSettingsOK
NewGetKubermaticSettingsOK creates a GetKubermaticSettingsOK with default headers values
func (*GetKubermaticSettingsOK) Error ¶
func (o *GetKubermaticSettingsOK) Error() string
func (*GetKubermaticSettingsOK) GetPayload ¶
func (o *GetKubermaticSettingsOK) GetPayload() *models.GlobalSettings
func (*GetKubermaticSettingsOK) IsClientError ¶
func (o *GetKubermaticSettingsOK) IsClientError() bool
IsClientError returns true when this get kubermatic settings o k response has a 4xx status code
func (*GetKubermaticSettingsOK) IsCode ¶
func (o *GetKubermaticSettingsOK) IsCode(code int) bool
IsCode returns true when this get kubermatic settings o k response a status code equal to that given
func (*GetKubermaticSettingsOK) IsRedirect ¶
func (o *GetKubermaticSettingsOK) IsRedirect() bool
IsRedirect returns true when this get kubermatic settings o k response has a 3xx status code
func (*GetKubermaticSettingsOK) IsServerError ¶
func (o *GetKubermaticSettingsOK) IsServerError() bool
IsServerError returns true when this get kubermatic settings o k response has a 5xx status code
func (*GetKubermaticSettingsOK) IsSuccess ¶
func (o *GetKubermaticSettingsOK) IsSuccess() bool
IsSuccess returns true when this get kubermatic settings o k response has a 2xx status code
func (*GetKubermaticSettingsOK) String ¶
func (o *GetKubermaticSettingsOK) String() string
type GetKubermaticSettingsParams ¶
type GetKubermaticSettingsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetKubermaticSettingsParams contains all the parameters to send to the API endpoint
for the get kubermatic settings operation. Typically these are written to a http.Request.
func NewGetKubermaticSettingsParams ¶
func NewGetKubermaticSettingsParams() *GetKubermaticSettingsParams
NewGetKubermaticSettingsParams creates a new GetKubermaticSettingsParams 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 NewGetKubermaticSettingsParamsWithContext ¶
func NewGetKubermaticSettingsParamsWithContext(ctx context.Context) *GetKubermaticSettingsParams
NewGetKubermaticSettingsParamsWithContext creates a new GetKubermaticSettingsParams object with the ability to set a context for a request.
func NewGetKubermaticSettingsParamsWithHTTPClient ¶
func NewGetKubermaticSettingsParamsWithHTTPClient(client *http.Client) *GetKubermaticSettingsParams
NewGetKubermaticSettingsParamsWithHTTPClient creates a new GetKubermaticSettingsParams object with the ability to set a custom HTTPClient for a request.
func NewGetKubermaticSettingsParamsWithTimeout ¶
func NewGetKubermaticSettingsParamsWithTimeout(timeout time.Duration) *GetKubermaticSettingsParams
NewGetKubermaticSettingsParamsWithTimeout creates a new GetKubermaticSettingsParams object with the ability to set a timeout on a request.
func (*GetKubermaticSettingsParams) SetContext ¶
func (o *GetKubermaticSettingsParams) SetContext(ctx context.Context)
SetContext adds the context to the get kubermatic settings params
func (*GetKubermaticSettingsParams) SetDefaults ¶
func (o *GetKubermaticSettingsParams) SetDefaults()
SetDefaults hydrates default values in the get kubermatic settings params (not the query body).
All values with no default are reset to their zero value.
func (*GetKubermaticSettingsParams) SetHTTPClient ¶
func (o *GetKubermaticSettingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get kubermatic settings params
func (*GetKubermaticSettingsParams) SetTimeout ¶
func (o *GetKubermaticSettingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get kubermatic settings params
func (*GetKubermaticSettingsParams) WithContext ¶
func (o *GetKubermaticSettingsParams) WithContext(ctx context.Context) *GetKubermaticSettingsParams
WithContext adds the context to the get kubermatic settings params
func (*GetKubermaticSettingsParams) WithDefaults ¶
func (o *GetKubermaticSettingsParams) WithDefaults() *GetKubermaticSettingsParams
WithDefaults hydrates default values in the get kubermatic settings params (not the query body).
All values with no default are reset to their zero value.
func (*GetKubermaticSettingsParams) WithHTTPClient ¶
func (o *GetKubermaticSettingsParams) WithHTTPClient(client *http.Client) *GetKubermaticSettingsParams
WithHTTPClient adds the HTTPClient to the get kubermatic settings params
func (*GetKubermaticSettingsParams) WithTimeout ¶
func (o *GetKubermaticSettingsParams) WithTimeout(timeout time.Duration) *GetKubermaticSettingsParams
WithTimeout adds the timeout to the get kubermatic settings params
func (*GetKubermaticSettingsParams) WriteToRequest ¶
func (o *GetKubermaticSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetKubermaticSettingsReader ¶
type GetKubermaticSettingsReader struct {
// contains filtered or unexported fields
}
GetKubermaticSettingsReader is a Reader for the GetKubermaticSettings structure.
func (*GetKubermaticSettingsReader) ReadResponse ¶
func (o *GetKubermaticSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetKubermaticSettingsUnauthorized ¶
type GetKubermaticSettingsUnauthorized struct { }
GetKubermaticSettingsUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewGetKubermaticSettingsUnauthorized ¶
func NewGetKubermaticSettingsUnauthorized() *GetKubermaticSettingsUnauthorized
NewGetKubermaticSettingsUnauthorized creates a GetKubermaticSettingsUnauthorized with default headers values
func (*GetKubermaticSettingsUnauthorized) Error ¶
func (o *GetKubermaticSettingsUnauthorized) Error() string
func (*GetKubermaticSettingsUnauthorized) IsClientError ¶
func (o *GetKubermaticSettingsUnauthorized) IsClientError() bool
IsClientError returns true when this get kubermatic settings unauthorized response has a 4xx status code
func (*GetKubermaticSettingsUnauthorized) IsCode ¶
func (o *GetKubermaticSettingsUnauthorized) IsCode(code int) bool
IsCode returns true when this get kubermatic settings unauthorized response a status code equal to that given
func (*GetKubermaticSettingsUnauthorized) IsRedirect ¶
func (o *GetKubermaticSettingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get kubermatic settings unauthorized response has a 3xx status code
func (*GetKubermaticSettingsUnauthorized) IsServerError ¶
func (o *GetKubermaticSettingsUnauthorized) IsServerError() bool
IsServerError returns true when this get kubermatic settings unauthorized response has a 5xx status code
func (*GetKubermaticSettingsUnauthorized) IsSuccess ¶
func (o *GetKubermaticSettingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get kubermatic settings unauthorized response has a 2xx status code
func (*GetKubermaticSettingsUnauthorized) String ¶
func (o *GetKubermaticSettingsUnauthorized) String() string
type GetMeteringReportConfigurationDefault ¶
type GetMeteringReportConfigurationDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetMeteringReportConfigurationDefault describes a response with status code -1, with default header values.
errorResponse
func NewGetMeteringReportConfigurationDefault ¶
func NewGetMeteringReportConfigurationDefault(code int) *GetMeteringReportConfigurationDefault
NewGetMeteringReportConfigurationDefault creates a GetMeteringReportConfigurationDefault with default headers values
func (*GetMeteringReportConfigurationDefault) Code ¶
func (o *GetMeteringReportConfigurationDefault) Code() int
Code gets the status code for the get metering report configuration default response
func (*GetMeteringReportConfigurationDefault) Error ¶
func (o *GetMeteringReportConfigurationDefault) Error() string
func (*GetMeteringReportConfigurationDefault) GetPayload ¶
func (o *GetMeteringReportConfigurationDefault) GetPayload() *models.ErrorResponse
func (*GetMeteringReportConfigurationDefault) IsClientError ¶
func (o *GetMeteringReportConfigurationDefault) IsClientError() bool
IsClientError returns true when this get metering report configuration default response has a 4xx status code
func (*GetMeteringReportConfigurationDefault) IsCode ¶
func (o *GetMeteringReportConfigurationDefault) IsCode(code int) bool
IsCode returns true when this get metering report configuration default response a status code equal to that given
func (*GetMeteringReportConfigurationDefault) IsRedirect ¶
func (o *GetMeteringReportConfigurationDefault) IsRedirect() bool
IsRedirect returns true when this get metering report configuration default response has a 3xx status code
func (*GetMeteringReportConfigurationDefault) IsServerError ¶
func (o *GetMeteringReportConfigurationDefault) IsServerError() bool
IsServerError returns true when this get metering report configuration default response has a 5xx status code
func (*GetMeteringReportConfigurationDefault) IsSuccess ¶
func (o *GetMeteringReportConfigurationDefault) IsSuccess() bool
IsSuccess returns true when this get metering report configuration default response has a 2xx status code
func (*GetMeteringReportConfigurationDefault) String ¶
func (o *GetMeteringReportConfigurationDefault) String() string
type GetMeteringReportConfigurationForbidden ¶
type GetMeteringReportConfigurationForbidden struct { }
GetMeteringReportConfigurationForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewGetMeteringReportConfigurationForbidden ¶
func NewGetMeteringReportConfigurationForbidden() *GetMeteringReportConfigurationForbidden
NewGetMeteringReportConfigurationForbidden creates a GetMeteringReportConfigurationForbidden with default headers values
func (*GetMeteringReportConfigurationForbidden) Error ¶
func (o *GetMeteringReportConfigurationForbidden) Error() string
func (*GetMeteringReportConfigurationForbidden) IsClientError ¶
func (o *GetMeteringReportConfigurationForbidden) IsClientError() bool
IsClientError returns true when this get metering report configuration forbidden response has a 4xx status code
func (*GetMeteringReportConfigurationForbidden) IsCode ¶
func (o *GetMeteringReportConfigurationForbidden) IsCode(code int) bool
IsCode returns true when this get metering report configuration forbidden response a status code equal to that given
func (*GetMeteringReportConfigurationForbidden) IsRedirect ¶
func (o *GetMeteringReportConfigurationForbidden) IsRedirect() bool
IsRedirect returns true when this get metering report configuration forbidden response has a 3xx status code
func (*GetMeteringReportConfigurationForbidden) IsServerError ¶
func (o *GetMeteringReportConfigurationForbidden) IsServerError() bool
IsServerError returns true when this get metering report configuration forbidden response has a 5xx status code
func (*GetMeteringReportConfigurationForbidden) IsSuccess ¶
func (o *GetMeteringReportConfigurationForbidden) IsSuccess() bool
IsSuccess returns true when this get metering report configuration forbidden response has a 2xx status code
func (*GetMeteringReportConfigurationForbidden) String ¶
func (o *GetMeteringReportConfigurationForbidden) String() string
type GetMeteringReportConfigurationOK ¶
type GetMeteringReportConfigurationOK struct {
Payload *models.MeteringReportConfiguration
}
GetMeteringReportConfigurationOK describes a response with status code 200, with default header values.
MeteringReportConfiguration
func NewGetMeteringReportConfigurationOK ¶
func NewGetMeteringReportConfigurationOK() *GetMeteringReportConfigurationOK
NewGetMeteringReportConfigurationOK creates a GetMeteringReportConfigurationOK with default headers values
func (*GetMeteringReportConfigurationOK) Error ¶
func (o *GetMeteringReportConfigurationOK) Error() string
func (*GetMeteringReportConfigurationOK) GetPayload ¶
func (o *GetMeteringReportConfigurationOK) GetPayload() *models.MeteringReportConfiguration
func (*GetMeteringReportConfigurationOK) IsClientError ¶
func (o *GetMeteringReportConfigurationOK) IsClientError() bool
IsClientError returns true when this get metering report configuration o k response has a 4xx status code
func (*GetMeteringReportConfigurationOK) IsCode ¶
func (o *GetMeteringReportConfigurationOK) IsCode(code int) bool
IsCode returns true when this get metering report configuration o k response a status code equal to that given
func (*GetMeteringReportConfigurationOK) IsRedirect ¶
func (o *GetMeteringReportConfigurationOK) IsRedirect() bool
IsRedirect returns true when this get metering report configuration o k response has a 3xx status code
func (*GetMeteringReportConfigurationOK) IsServerError ¶
func (o *GetMeteringReportConfigurationOK) IsServerError() bool
IsServerError returns true when this get metering report configuration o k response has a 5xx status code
func (*GetMeteringReportConfigurationOK) IsSuccess ¶
func (o *GetMeteringReportConfigurationOK) IsSuccess() bool
IsSuccess returns true when this get metering report configuration o k response has a 2xx status code
func (*GetMeteringReportConfigurationOK) String ¶
func (o *GetMeteringReportConfigurationOK) String() string
type GetMeteringReportConfigurationParams ¶
type GetMeteringReportConfigurationParams struct { // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetMeteringReportConfigurationParams contains all the parameters to send to the API endpoint
for the get metering report configuration operation. Typically these are written to a http.Request.
func NewGetMeteringReportConfigurationParams ¶
func NewGetMeteringReportConfigurationParams() *GetMeteringReportConfigurationParams
NewGetMeteringReportConfigurationParams creates a new GetMeteringReportConfigurationParams 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 NewGetMeteringReportConfigurationParamsWithContext ¶
func NewGetMeteringReportConfigurationParamsWithContext(ctx context.Context) *GetMeteringReportConfigurationParams
NewGetMeteringReportConfigurationParamsWithContext creates a new GetMeteringReportConfigurationParams object with the ability to set a context for a request.
func NewGetMeteringReportConfigurationParamsWithHTTPClient ¶
func NewGetMeteringReportConfigurationParamsWithHTTPClient(client *http.Client) *GetMeteringReportConfigurationParams
NewGetMeteringReportConfigurationParamsWithHTTPClient creates a new GetMeteringReportConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewGetMeteringReportConfigurationParamsWithTimeout ¶
func NewGetMeteringReportConfigurationParamsWithTimeout(timeout time.Duration) *GetMeteringReportConfigurationParams
NewGetMeteringReportConfigurationParamsWithTimeout creates a new GetMeteringReportConfigurationParams object with the ability to set a timeout on a request.
func (*GetMeteringReportConfigurationParams) SetContext ¶
func (o *GetMeteringReportConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the get metering report configuration params
func (*GetMeteringReportConfigurationParams) SetDefaults ¶
func (o *GetMeteringReportConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the get metering report configuration params (not the query body).
All values with no default are reset to their zero value.
func (*GetMeteringReportConfigurationParams) SetHTTPClient ¶
func (o *GetMeteringReportConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get metering report configuration params
func (*GetMeteringReportConfigurationParams) SetName ¶
func (o *GetMeteringReportConfigurationParams) SetName(name string)
SetName adds the name to the get metering report configuration params
func (*GetMeteringReportConfigurationParams) SetTimeout ¶
func (o *GetMeteringReportConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get metering report configuration params
func (*GetMeteringReportConfigurationParams) WithContext ¶
func (o *GetMeteringReportConfigurationParams) WithContext(ctx context.Context) *GetMeteringReportConfigurationParams
WithContext adds the context to the get metering report configuration params
func (*GetMeteringReportConfigurationParams) WithDefaults ¶
func (o *GetMeteringReportConfigurationParams) WithDefaults() *GetMeteringReportConfigurationParams
WithDefaults hydrates default values in the get metering report configuration params (not the query body).
All values with no default are reset to their zero value.
func (*GetMeteringReportConfigurationParams) WithHTTPClient ¶
func (o *GetMeteringReportConfigurationParams) WithHTTPClient(client *http.Client) *GetMeteringReportConfigurationParams
WithHTTPClient adds the HTTPClient to the get metering report configuration params
func (*GetMeteringReportConfigurationParams) WithName ¶
func (o *GetMeteringReportConfigurationParams) WithName(name string) *GetMeteringReportConfigurationParams
WithName adds the name to the get metering report configuration params
func (*GetMeteringReportConfigurationParams) WithTimeout ¶
func (o *GetMeteringReportConfigurationParams) WithTimeout(timeout time.Duration) *GetMeteringReportConfigurationParams
WithTimeout adds the timeout to the get metering report configuration params
func (*GetMeteringReportConfigurationParams) WriteToRequest ¶
func (o *GetMeteringReportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetMeteringReportConfigurationReader ¶
type GetMeteringReportConfigurationReader struct {
// contains filtered or unexported fields
}
GetMeteringReportConfigurationReader is a Reader for the GetMeteringReportConfiguration structure.
func (*GetMeteringReportConfigurationReader) ReadResponse ¶
func (o *GetMeteringReportConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetMeteringReportConfigurationUnauthorized ¶
type GetMeteringReportConfigurationUnauthorized struct { }
GetMeteringReportConfigurationUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewGetMeteringReportConfigurationUnauthorized ¶
func NewGetMeteringReportConfigurationUnauthorized() *GetMeteringReportConfigurationUnauthorized
NewGetMeteringReportConfigurationUnauthorized creates a GetMeteringReportConfigurationUnauthorized with default headers values
func (*GetMeteringReportConfigurationUnauthorized) Error ¶
func (o *GetMeteringReportConfigurationUnauthorized) Error() string
func (*GetMeteringReportConfigurationUnauthorized) IsClientError ¶
func (o *GetMeteringReportConfigurationUnauthorized) IsClientError() bool
IsClientError returns true when this get metering report configuration unauthorized response has a 4xx status code
func (*GetMeteringReportConfigurationUnauthorized) IsCode ¶
func (o *GetMeteringReportConfigurationUnauthorized) IsCode(code int) bool
IsCode returns true when this get metering report configuration unauthorized response a status code equal to that given
func (*GetMeteringReportConfigurationUnauthorized) IsRedirect ¶
func (o *GetMeteringReportConfigurationUnauthorized) IsRedirect() bool
IsRedirect returns true when this get metering report configuration unauthorized response has a 3xx status code
func (*GetMeteringReportConfigurationUnauthorized) IsServerError ¶
func (o *GetMeteringReportConfigurationUnauthorized) IsServerError() bool
IsServerError returns true when this get metering report configuration unauthorized response has a 5xx status code
func (*GetMeteringReportConfigurationUnauthorized) IsSuccess ¶
func (o *GetMeteringReportConfigurationUnauthorized) IsSuccess() bool
IsSuccess returns true when this get metering report configuration unauthorized response has a 2xx status code
func (*GetMeteringReportConfigurationUnauthorized) String ¶
func (o *GetMeteringReportConfigurationUnauthorized) String() string
type GetSeedDefault ¶
type GetSeedDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetSeedDefault describes a response with status code -1, with default header values.
errorResponse
func NewGetSeedDefault ¶
func NewGetSeedDefault(code int) *GetSeedDefault
NewGetSeedDefault creates a GetSeedDefault with default headers values
func (*GetSeedDefault) Code ¶
func (o *GetSeedDefault) Code() int
Code gets the status code for the get seed default response
func (*GetSeedDefault) Error ¶
func (o *GetSeedDefault) Error() string
func (*GetSeedDefault) GetPayload ¶
func (o *GetSeedDefault) GetPayload() *models.ErrorResponse
func (*GetSeedDefault) IsClientError ¶
func (o *GetSeedDefault) IsClientError() bool
IsClientError returns true when this get seed default response has a 4xx status code
func (*GetSeedDefault) IsCode ¶
func (o *GetSeedDefault) IsCode(code int) bool
IsCode returns true when this get seed default response a status code equal to that given
func (*GetSeedDefault) IsRedirect ¶
func (o *GetSeedDefault) IsRedirect() bool
IsRedirect returns true when this get seed default response has a 3xx status code
func (*GetSeedDefault) IsServerError ¶
func (o *GetSeedDefault) IsServerError() bool
IsServerError returns true when this get seed default response has a 5xx status code
func (*GetSeedDefault) IsSuccess ¶
func (o *GetSeedDefault) IsSuccess() bool
IsSuccess returns true when this get seed default response has a 2xx status code
func (*GetSeedDefault) String ¶
func (o *GetSeedDefault) String() string
type GetSeedForbidden ¶
type GetSeedForbidden struct { }
GetSeedForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewGetSeedForbidden ¶
func NewGetSeedForbidden() *GetSeedForbidden
NewGetSeedForbidden creates a GetSeedForbidden with default headers values
func (*GetSeedForbidden) Error ¶
func (o *GetSeedForbidden) Error() string
func (*GetSeedForbidden) IsClientError ¶
func (o *GetSeedForbidden) IsClientError() bool
IsClientError returns true when this get seed forbidden response has a 4xx status code
func (*GetSeedForbidden) IsCode ¶
func (o *GetSeedForbidden) IsCode(code int) bool
IsCode returns true when this get seed forbidden response a status code equal to that given
func (*GetSeedForbidden) IsRedirect ¶
func (o *GetSeedForbidden) IsRedirect() bool
IsRedirect returns true when this get seed forbidden response has a 3xx status code
func (*GetSeedForbidden) IsServerError ¶
func (o *GetSeedForbidden) IsServerError() bool
IsServerError returns true when this get seed forbidden response has a 5xx status code
func (*GetSeedForbidden) IsSuccess ¶
func (o *GetSeedForbidden) IsSuccess() bool
IsSuccess returns true when this get seed forbidden response has a 2xx status code
func (*GetSeedForbidden) String ¶
func (o *GetSeedForbidden) String() string
type GetSeedOK ¶
GetSeedOK describes a response with status code 200, with default header values.
Seed
func NewGetSeedOK ¶
func NewGetSeedOK() *GetSeedOK
NewGetSeedOK creates a GetSeedOK with default headers values
func (*GetSeedOK) GetPayload ¶
func (*GetSeedOK) IsClientError ¶
IsClientError returns true when this get seed o k response has a 4xx status code
func (*GetSeedOK) IsCode ¶
IsCode returns true when this get seed o k response a status code equal to that given
func (*GetSeedOK) IsRedirect ¶
IsRedirect returns true when this get seed o k response has a 3xx status code
func (*GetSeedOK) IsServerError ¶
IsServerError returns true when this get seed o k response has a 5xx status code
type GetSeedParams ¶
type GetSeedParams struct { // SeedName. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSeedParams contains all the parameters to send to the API endpoint
for the get seed operation. Typically these are written to a http.Request.
func NewGetSeedParams ¶
func NewGetSeedParams() *GetSeedParams
NewGetSeedParams creates a new GetSeedParams 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 NewGetSeedParamsWithContext ¶
func NewGetSeedParamsWithContext(ctx context.Context) *GetSeedParams
NewGetSeedParamsWithContext creates a new GetSeedParams object with the ability to set a context for a request.
func NewGetSeedParamsWithHTTPClient ¶
func NewGetSeedParamsWithHTTPClient(client *http.Client) *GetSeedParams
NewGetSeedParamsWithHTTPClient creates a new GetSeedParams object with the ability to set a custom HTTPClient for a request.
func NewGetSeedParamsWithTimeout ¶
func NewGetSeedParamsWithTimeout(timeout time.Duration) *GetSeedParams
NewGetSeedParamsWithTimeout creates a new GetSeedParams object with the ability to set a timeout on a request.
func (*GetSeedParams) SetContext ¶
func (o *GetSeedParams) SetContext(ctx context.Context)
SetContext adds the context to the get seed params
func (*GetSeedParams) SetDefaults ¶
func (o *GetSeedParams) SetDefaults()
SetDefaults hydrates default values in the get seed params (not the query body).
All values with no default are reset to their zero value.
func (*GetSeedParams) SetHTTPClient ¶
func (o *GetSeedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get seed params
func (*GetSeedParams) SetName ¶
func (o *GetSeedParams) SetName(seedName string)
SetName adds the seedName to the get seed params
func (*GetSeedParams) SetTimeout ¶
func (o *GetSeedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get seed params
func (*GetSeedParams) WithContext ¶
func (o *GetSeedParams) WithContext(ctx context.Context) *GetSeedParams
WithContext adds the context to the get seed params
func (*GetSeedParams) WithDefaults ¶
func (o *GetSeedParams) WithDefaults() *GetSeedParams
WithDefaults hydrates default values in the get seed params (not the query body).
All values with no default are reset to their zero value.
func (*GetSeedParams) WithHTTPClient ¶
func (o *GetSeedParams) WithHTTPClient(client *http.Client) *GetSeedParams
WithHTTPClient adds the HTTPClient to the get seed params
func (*GetSeedParams) WithName ¶
func (o *GetSeedParams) WithName(seedName string) *GetSeedParams
WithName adds the seedName to the get seed params
func (*GetSeedParams) WithTimeout ¶
func (o *GetSeedParams) WithTimeout(timeout time.Duration) *GetSeedParams
WithTimeout adds the timeout to the get seed params
func (*GetSeedParams) WriteToRequest ¶
func (o *GetSeedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSeedReader ¶
type GetSeedReader struct {
// contains filtered or unexported fields
}
GetSeedReader is a Reader for the GetSeed structure.
func (*GetSeedReader) ReadResponse ¶
func (o *GetSeedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSeedUnauthorized ¶
type GetSeedUnauthorized struct { }
GetSeedUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewGetSeedUnauthorized ¶
func NewGetSeedUnauthorized() *GetSeedUnauthorized
NewGetSeedUnauthorized creates a GetSeedUnauthorized with default headers values
func (*GetSeedUnauthorized) Error ¶
func (o *GetSeedUnauthorized) Error() string
func (*GetSeedUnauthorized) IsClientError ¶
func (o *GetSeedUnauthorized) IsClientError() bool
IsClientError returns true when this get seed unauthorized response has a 4xx status code
func (*GetSeedUnauthorized) IsCode ¶
func (o *GetSeedUnauthorized) IsCode(code int) bool
IsCode returns true when this get seed unauthorized response a status code equal to that given
func (*GetSeedUnauthorized) IsRedirect ¶
func (o *GetSeedUnauthorized) IsRedirect() bool
IsRedirect returns true when this get seed unauthorized response has a 3xx status code
func (*GetSeedUnauthorized) IsServerError ¶
func (o *GetSeedUnauthorized) IsServerError() bool
IsServerError returns true when this get seed unauthorized response has a 5xx status code
func (*GetSeedUnauthorized) IsSuccess ¶
func (o *GetSeedUnauthorized) IsSuccess() bool
IsSuccess returns true when this get seed unauthorized response has a 2xx status code
func (*GetSeedUnauthorized) String ¶
func (o *GetSeedUnauthorized) String() string
type ListAdmissionPluginsDefault ¶
type ListAdmissionPluginsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListAdmissionPluginsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListAdmissionPluginsDefault ¶
func NewListAdmissionPluginsDefault(code int) *ListAdmissionPluginsDefault
NewListAdmissionPluginsDefault creates a ListAdmissionPluginsDefault with default headers values
func (*ListAdmissionPluginsDefault) Code ¶
func (o *ListAdmissionPluginsDefault) Code() int
Code gets the status code for the list admission plugins default response
func (*ListAdmissionPluginsDefault) Error ¶
func (o *ListAdmissionPluginsDefault) Error() string
func (*ListAdmissionPluginsDefault) GetPayload ¶
func (o *ListAdmissionPluginsDefault) GetPayload() *models.ErrorResponse
func (*ListAdmissionPluginsDefault) IsClientError ¶
func (o *ListAdmissionPluginsDefault) IsClientError() bool
IsClientError returns true when this list admission plugins default response has a 4xx status code
func (*ListAdmissionPluginsDefault) IsCode ¶
func (o *ListAdmissionPluginsDefault) IsCode(code int) bool
IsCode returns true when this list admission plugins default response a status code equal to that given
func (*ListAdmissionPluginsDefault) IsRedirect ¶
func (o *ListAdmissionPluginsDefault) IsRedirect() bool
IsRedirect returns true when this list admission plugins default response has a 3xx status code
func (*ListAdmissionPluginsDefault) IsServerError ¶
func (o *ListAdmissionPluginsDefault) IsServerError() bool
IsServerError returns true when this list admission plugins default response has a 5xx status code
func (*ListAdmissionPluginsDefault) IsSuccess ¶
func (o *ListAdmissionPluginsDefault) IsSuccess() bool
IsSuccess returns true when this list admission plugins default response has a 2xx status code
func (*ListAdmissionPluginsDefault) String ¶
func (o *ListAdmissionPluginsDefault) String() string
type ListAdmissionPluginsForbidden ¶
type ListAdmissionPluginsForbidden struct { }
ListAdmissionPluginsForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewListAdmissionPluginsForbidden ¶
func NewListAdmissionPluginsForbidden() *ListAdmissionPluginsForbidden
NewListAdmissionPluginsForbidden creates a ListAdmissionPluginsForbidden with default headers values
func (*ListAdmissionPluginsForbidden) Error ¶
func (o *ListAdmissionPluginsForbidden) Error() string
func (*ListAdmissionPluginsForbidden) IsClientError ¶
func (o *ListAdmissionPluginsForbidden) IsClientError() bool
IsClientError returns true when this list admission plugins forbidden response has a 4xx status code
func (*ListAdmissionPluginsForbidden) IsCode ¶
func (o *ListAdmissionPluginsForbidden) IsCode(code int) bool
IsCode returns true when this list admission plugins forbidden response a status code equal to that given
func (*ListAdmissionPluginsForbidden) IsRedirect ¶
func (o *ListAdmissionPluginsForbidden) IsRedirect() bool
IsRedirect returns true when this list admission plugins forbidden response has a 3xx status code
func (*ListAdmissionPluginsForbidden) IsServerError ¶
func (o *ListAdmissionPluginsForbidden) IsServerError() bool
IsServerError returns true when this list admission plugins forbidden response has a 5xx status code
func (*ListAdmissionPluginsForbidden) IsSuccess ¶
func (o *ListAdmissionPluginsForbidden) IsSuccess() bool
IsSuccess returns true when this list admission plugins forbidden response has a 2xx status code
func (*ListAdmissionPluginsForbidden) String ¶
func (o *ListAdmissionPluginsForbidden) String() string
type ListAdmissionPluginsOK ¶
type ListAdmissionPluginsOK struct {
Payload []*models.AdmissionPlugin
}
ListAdmissionPluginsOK describes a response with status code 200, with default header values.
AdmissionPlugin
func NewListAdmissionPluginsOK ¶
func NewListAdmissionPluginsOK() *ListAdmissionPluginsOK
NewListAdmissionPluginsOK creates a ListAdmissionPluginsOK with default headers values
func (*ListAdmissionPluginsOK) Error ¶
func (o *ListAdmissionPluginsOK) Error() string
func (*ListAdmissionPluginsOK) GetPayload ¶
func (o *ListAdmissionPluginsOK) GetPayload() []*models.AdmissionPlugin
func (*ListAdmissionPluginsOK) IsClientError ¶
func (o *ListAdmissionPluginsOK) IsClientError() bool
IsClientError returns true when this list admission plugins o k response has a 4xx status code
func (*ListAdmissionPluginsOK) IsCode ¶
func (o *ListAdmissionPluginsOK) IsCode(code int) bool
IsCode returns true when this list admission plugins o k response a status code equal to that given
func (*ListAdmissionPluginsOK) IsRedirect ¶
func (o *ListAdmissionPluginsOK) IsRedirect() bool
IsRedirect returns true when this list admission plugins o k response has a 3xx status code
func (*ListAdmissionPluginsOK) IsServerError ¶
func (o *ListAdmissionPluginsOK) IsServerError() bool
IsServerError returns true when this list admission plugins o k response has a 5xx status code
func (*ListAdmissionPluginsOK) IsSuccess ¶
func (o *ListAdmissionPluginsOK) IsSuccess() bool
IsSuccess returns true when this list admission plugins o k response has a 2xx status code
func (*ListAdmissionPluginsOK) String ¶
func (o *ListAdmissionPluginsOK) String() string
type ListAdmissionPluginsParams ¶
type ListAdmissionPluginsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAdmissionPluginsParams contains all the parameters to send to the API endpoint
for the list admission plugins operation. Typically these are written to a http.Request.
func NewListAdmissionPluginsParams ¶
func NewListAdmissionPluginsParams() *ListAdmissionPluginsParams
NewListAdmissionPluginsParams creates a new ListAdmissionPluginsParams 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 NewListAdmissionPluginsParamsWithContext ¶
func NewListAdmissionPluginsParamsWithContext(ctx context.Context) *ListAdmissionPluginsParams
NewListAdmissionPluginsParamsWithContext creates a new ListAdmissionPluginsParams object with the ability to set a context for a request.
func NewListAdmissionPluginsParamsWithHTTPClient ¶
func NewListAdmissionPluginsParamsWithHTTPClient(client *http.Client) *ListAdmissionPluginsParams
NewListAdmissionPluginsParamsWithHTTPClient creates a new ListAdmissionPluginsParams object with the ability to set a custom HTTPClient for a request.
func NewListAdmissionPluginsParamsWithTimeout ¶
func NewListAdmissionPluginsParamsWithTimeout(timeout time.Duration) *ListAdmissionPluginsParams
NewListAdmissionPluginsParamsWithTimeout creates a new ListAdmissionPluginsParams object with the ability to set a timeout on a request.
func (*ListAdmissionPluginsParams) SetContext ¶
func (o *ListAdmissionPluginsParams) SetContext(ctx context.Context)
SetContext adds the context to the list admission plugins params
func (*ListAdmissionPluginsParams) SetDefaults ¶
func (o *ListAdmissionPluginsParams) SetDefaults()
SetDefaults hydrates default values in the list admission plugins params (not the query body).
All values with no default are reset to their zero value.
func (*ListAdmissionPluginsParams) SetHTTPClient ¶
func (o *ListAdmissionPluginsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list admission plugins params
func (*ListAdmissionPluginsParams) SetTimeout ¶
func (o *ListAdmissionPluginsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list admission plugins params
func (*ListAdmissionPluginsParams) WithContext ¶
func (o *ListAdmissionPluginsParams) WithContext(ctx context.Context) *ListAdmissionPluginsParams
WithContext adds the context to the list admission plugins params
func (*ListAdmissionPluginsParams) WithDefaults ¶
func (o *ListAdmissionPluginsParams) WithDefaults() *ListAdmissionPluginsParams
WithDefaults hydrates default values in the list admission plugins params (not the query body).
All values with no default are reset to their zero value.
func (*ListAdmissionPluginsParams) WithHTTPClient ¶
func (o *ListAdmissionPluginsParams) WithHTTPClient(client *http.Client) *ListAdmissionPluginsParams
WithHTTPClient adds the HTTPClient to the list admission plugins params
func (*ListAdmissionPluginsParams) WithTimeout ¶
func (o *ListAdmissionPluginsParams) WithTimeout(timeout time.Duration) *ListAdmissionPluginsParams
WithTimeout adds the timeout to the list admission plugins params
func (*ListAdmissionPluginsParams) WriteToRequest ¶
func (o *ListAdmissionPluginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAdmissionPluginsReader ¶
type ListAdmissionPluginsReader struct {
// contains filtered or unexported fields
}
ListAdmissionPluginsReader is a Reader for the ListAdmissionPlugins structure.
func (*ListAdmissionPluginsReader) ReadResponse ¶
func (o *ListAdmissionPluginsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAdmissionPluginsUnauthorized ¶
type ListAdmissionPluginsUnauthorized struct { }
ListAdmissionPluginsUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewListAdmissionPluginsUnauthorized ¶
func NewListAdmissionPluginsUnauthorized() *ListAdmissionPluginsUnauthorized
NewListAdmissionPluginsUnauthorized creates a ListAdmissionPluginsUnauthorized with default headers values
func (*ListAdmissionPluginsUnauthorized) Error ¶
func (o *ListAdmissionPluginsUnauthorized) Error() string
func (*ListAdmissionPluginsUnauthorized) IsClientError ¶
func (o *ListAdmissionPluginsUnauthorized) IsClientError() bool
IsClientError returns true when this list admission plugins unauthorized response has a 4xx status code
func (*ListAdmissionPluginsUnauthorized) IsCode ¶
func (o *ListAdmissionPluginsUnauthorized) IsCode(code int) bool
IsCode returns true when this list admission plugins unauthorized response a status code equal to that given
func (*ListAdmissionPluginsUnauthorized) IsRedirect ¶
func (o *ListAdmissionPluginsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list admission plugins unauthorized response has a 3xx status code
func (*ListAdmissionPluginsUnauthorized) IsServerError ¶
func (o *ListAdmissionPluginsUnauthorized) IsServerError() bool
IsServerError returns true when this list admission plugins unauthorized response has a 5xx status code
func (*ListAdmissionPluginsUnauthorized) IsSuccess ¶
func (o *ListAdmissionPluginsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list admission plugins unauthorized response has a 2xx status code
func (*ListAdmissionPluginsUnauthorized) String ¶
func (o *ListAdmissionPluginsUnauthorized) String() string
type ListMeteringReportConfigurationsDefault ¶
type ListMeteringReportConfigurationsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListMeteringReportConfigurationsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListMeteringReportConfigurationsDefault ¶
func NewListMeteringReportConfigurationsDefault(code int) *ListMeteringReportConfigurationsDefault
NewListMeteringReportConfigurationsDefault creates a ListMeteringReportConfigurationsDefault with default headers values
func (*ListMeteringReportConfigurationsDefault) Code ¶
func (o *ListMeteringReportConfigurationsDefault) Code() int
Code gets the status code for the list metering report configurations default response
func (*ListMeteringReportConfigurationsDefault) Error ¶
func (o *ListMeteringReportConfigurationsDefault) Error() string
func (*ListMeteringReportConfigurationsDefault) GetPayload ¶
func (o *ListMeteringReportConfigurationsDefault) GetPayload() *models.ErrorResponse
func (*ListMeteringReportConfigurationsDefault) IsClientError ¶
func (o *ListMeteringReportConfigurationsDefault) IsClientError() bool
IsClientError returns true when this list metering report configurations default response has a 4xx status code
func (*ListMeteringReportConfigurationsDefault) IsCode ¶
func (o *ListMeteringReportConfigurationsDefault) IsCode(code int) bool
IsCode returns true when this list metering report configurations default response a status code equal to that given
func (*ListMeteringReportConfigurationsDefault) IsRedirect ¶
func (o *ListMeteringReportConfigurationsDefault) IsRedirect() bool
IsRedirect returns true when this list metering report configurations default response has a 3xx status code
func (*ListMeteringReportConfigurationsDefault) IsServerError ¶
func (o *ListMeteringReportConfigurationsDefault) IsServerError() bool
IsServerError returns true when this list metering report configurations default response has a 5xx status code
func (*ListMeteringReportConfigurationsDefault) IsSuccess ¶
func (o *ListMeteringReportConfigurationsDefault) IsSuccess() bool
IsSuccess returns true when this list metering report configurations default response has a 2xx status code
func (*ListMeteringReportConfigurationsDefault) String ¶
func (o *ListMeteringReportConfigurationsDefault) String() string
type ListMeteringReportConfigurationsForbidden ¶
type ListMeteringReportConfigurationsForbidden struct { }
ListMeteringReportConfigurationsForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewListMeteringReportConfigurationsForbidden ¶
func NewListMeteringReportConfigurationsForbidden() *ListMeteringReportConfigurationsForbidden
NewListMeteringReportConfigurationsForbidden creates a ListMeteringReportConfigurationsForbidden with default headers values
func (*ListMeteringReportConfigurationsForbidden) Error ¶
func (o *ListMeteringReportConfigurationsForbidden) Error() string
func (*ListMeteringReportConfigurationsForbidden) IsClientError ¶
func (o *ListMeteringReportConfigurationsForbidden) IsClientError() bool
IsClientError returns true when this list metering report configurations forbidden response has a 4xx status code
func (*ListMeteringReportConfigurationsForbidden) IsCode ¶
func (o *ListMeteringReportConfigurationsForbidden) IsCode(code int) bool
IsCode returns true when this list metering report configurations forbidden response a status code equal to that given
func (*ListMeteringReportConfigurationsForbidden) IsRedirect ¶
func (o *ListMeteringReportConfigurationsForbidden) IsRedirect() bool
IsRedirect returns true when this list metering report configurations forbidden response has a 3xx status code
func (*ListMeteringReportConfigurationsForbidden) IsServerError ¶
func (o *ListMeteringReportConfigurationsForbidden) IsServerError() bool
IsServerError returns true when this list metering report configurations forbidden response has a 5xx status code
func (*ListMeteringReportConfigurationsForbidden) IsSuccess ¶
func (o *ListMeteringReportConfigurationsForbidden) IsSuccess() bool
IsSuccess returns true when this list metering report configurations forbidden response has a 2xx status code
func (*ListMeteringReportConfigurationsForbidden) String ¶
func (o *ListMeteringReportConfigurationsForbidden) String() string
type ListMeteringReportConfigurationsOK ¶
type ListMeteringReportConfigurationsOK struct {
Payload []*models.MeteringReportConfiguration
}
ListMeteringReportConfigurationsOK describes a response with status code 200, with default header values.
MeteringReportConfiguration
func NewListMeteringReportConfigurationsOK ¶
func NewListMeteringReportConfigurationsOK() *ListMeteringReportConfigurationsOK
NewListMeteringReportConfigurationsOK creates a ListMeteringReportConfigurationsOK with default headers values
func (*ListMeteringReportConfigurationsOK) Error ¶
func (o *ListMeteringReportConfigurationsOK) Error() string
func (*ListMeteringReportConfigurationsOK) GetPayload ¶
func (o *ListMeteringReportConfigurationsOK) GetPayload() []*models.MeteringReportConfiguration
func (*ListMeteringReportConfigurationsOK) IsClientError ¶
func (o *ListMeteringReportConfigurationsOK) IsClientError() bool
IsClientError returns true when this list metering report configurations o k response has a 4xx status code
func (*ListMeteringReportConfigurationsOK) IsCode ¶
func (o *ListMeteringReportConfigurationsOK) IsCode(code int) bool
IsCode returns true when this list metering report configurations o k response a status code equal to that given
func (*ListMeteringReportConfigurationsOK) IsRedirect ¶
func (o *ListMeteringReportConfigurationsOK) IsRedirect() bool
IsRedirect returns true when this list metering report configurations o k response has a 3xx status code
func (*ListMeteringReportConfigurationsOK) IsServerError ¶
func (o *ListMeteringReportConfigurationsOK) IsServerError() bool
IsServerError returns true when this list metering report configurations o k response has a 5xx status code
func (*ListMeteringReportConfigurationsOK) IsSuccess ¶
func (o *ListMeteringReportConfigurationsOK) IsSuccess() bool
IsSuccess returns true when this list metering report configurations o k response has a 2xx status code
func (*ListMeteringReportConfigurationsOK) String ¶
func (o *ListMeteringReportConfigurationsOK) String() string
type ListMeteringReportConfigurationsParams ¶
type ListMeteringReportConfigurationsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListMeteringReportConfigurationsParams contains all the parameters to send to the API endpoint
for the list metering report configurations operation. Typically these are written to a http.Request.
func NewListMeteringReportConfigurationsParams ¶
func NewListMeteringReportConfigurationsParams() *ListMeteringReportConfigurationsParams
NewListMeteringReportConfigurationsParams creates a new ListMeteringReportConfigurationsParams 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 NewListMeteringReportConfigurationsParamsWithContext ¶
func NewListMeteringReportConfigurationsParamsWithContext(ctx context.Context) *ListMeteringReportConfigurationsParams
NewListMeteringReportConfigurationsParamsWithContext creates a new ListMeteringReportConfigurationsParams object with the ability to set a context for a request.
func NewListMeteringReportConfigurationsParamsWithHTTPClient ¶
func NewListMeteringReportConfigurationsParamsWithHTTPClient(client *http.Client) *ListMeteringReportConfigurationsParams
NewListMeteringReportConfigurationsParamsWithHTTPClient creates a new ListMeteringReportConfigurationsParams object with the ability to set a custom HTTPClient for a request.
func NewListMeteringReportConfigurationsParamsWithTimeout ¶
func NewListMeteringReportConfigurationsParamsWithTimeout(timeout time.Duration) *ListMeteringReportConfigurationsParams
NewListMeteringReportConfigurationsParamsWithTimeout creates a new ListMeteringReportConfigurationsParams object with the ability to set a timeout on a request.
func (*ListMeteringReportConfigurationsParams) SetContext ¶
func (o *ListMeteringReportConfigurationsParams) SetContext(ctx context.Context)
SetContext adds the context to the list metering report configurations params
func (*ListMeteringReportConfigurationsParams) SetDefaults ¶
func (o *ListMeteringReportConfigurationsParams) SetDefaults()
SetDefaults hydrates default values in the list metering report configurations params (not the query body).
All values with no default are reset to their zero value.
func (*ListMeteringReportConfigurationsParams) SetHTTPClient ¶
func (o *ListMeteringReportConfigurationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list metering report configurations params
func (*ListMeteringReportConfigurationsParams) SetTimeout ¶
func (o *ListMeteringReportConfigurationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list metering report configurations params
func (*ListMeteringReportConfigurationsParams) WithContext ¶
func (o *ListMeteringReportConfigurationsParams) WithContext(ctx context.Context) *ListMeteringReportConfigurationsParams
WithContext adds the context to the list metering report configurations params
func (*ListMeteringReportConfigurationsParams) WithDefaults ¶
func (o *ListMeteringReportConfigurationsParams) WithDefaults() *ListMeteringReportConfigurationsParams
WithDefaults hydrates default values in the list metering report configurations params (not the query body).
All values with no default are reset to their zero value.
func (*ListMeteringReportConfigurationsParams) WithHTTPClient ¶
func (o *ListMeteringReportConfigurationsParams) WithHTTPClient(client *http.Client) *ListMeteringReportConfigurationsParams
WithHTTPClient adds the HTTPClient to the list metering report configurations params
func (*ListMeteringReportConfigurationsParams) WithTimeout ¶
func (o *ListMeteringReportConfigurationsParams) WithTimeout(timeout time.Duration) *ListMeteringReportConfigurationsParams
WithTimeout adds the timeout to the list metering report configurations params
func (*ListMeteringReportConfigurationsParams) WriteToRequest ¶
func (o *ListMeteringReportConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListMeteringReportConfigurationsReader ¶
type ListMeteringReportConfigurationsReader struct {
// contains filtered or unexported fields
}
ListMeteringReportConfigurationsReader is a Reader for the ListMeteringReportConfigurations structure.
func (*ListMeteringReportConfigurationsReader) ReadResponse ¶
func (o *ListMeteringReportConfigurationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListMeteringReportConfigurationsUnauthorized ¶
type ListMeteringReportConfigurationsUnauthorized struct { }
ListMeteringReportConfigurationsUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewListMeteringReportConfigurationsUnauthorized ¶
func NewListMeteringReportConfigurationsUnauthorized() *ListMeteringReportConfigurationsUnauthorized
NewListMeteringReportConfigurationsUnauthorized creates a ListMeteringReportConfigurationsUnauthorized with default headers values
func (*ListMeteringReportConfigurationsUnauthorized) Error ¶
func (o *ListMeteringReportConfigurationsUnauthorized) Error() string
func (*ListMeteringReportConfigurationsUnauthorized) IsClientError ¶
func (o *ListMeteringReportConfigurationsUnauthorized) IsClientError() bool
IsClientError returns true when this list metering report configurations unauthorized response has a 4xx status code
func (*ListMeteringReportConfigurationsUnauthorized) IsCode ¶
func (o *ListMeteringReportConfigurationsUnauthorized) IsCode(code int) bool
IsCode returns true when this list metering report configurations unauthorized response a status code equal to that given
func (*ListMeteringReportConfigurationsUnauthorized) IsRedirect ¶
func (o *ListMeteringReportConfigurationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list metering report configurations unauthorized response has a 3xx status code
func (*ListMeteringReportConfigurationsUnauthorized) IsServerError ¶
func (o *ListMeteringReportConfigurationsUnauthorized) IsServerError() bool
IsServerError returns true when this list metering report configurations unauthorized response has a 5xx status code
func (*ListMeteringReportConfigurationsUnauthorized) IsSuccess ¶
func (o *ListMeteringReportConfigurationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list metering report configurations unauthorized response has a 2xx status code
func (*ListMeteringReportConfigurationsUnauthorized) String ¶
func (o *ListMeteringReportConfigurationsUnauthorized) String() string
type ListSeedsDefault ¶
type ListSeedsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListSeedsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListSeedsDefault ¶
func NewListSeedsDefault(code int) *ListSeedsDefault
NewListSeedsDefault creates a ListSeedsDefault with default headers values
func (*ListSeedsDefault) Code ¶
func (o *ListSeedsDefault) Code() int
Code gets the status code for the list seeds default response
func (*ListSeedsDefault) Error ¶
func (o *ListSeedsDefault) Error() string
func (*ListSeedsDefault) GetPayload ¶
func (o *ListSeedsDefault) GetPayload() *models.ErrorResponse
func (*ListSeedsDefault) IsClientError ¶
func (o *ListSeedsDefault) IsClientError() bool
IsClientError returns true when this list seeds default response has a 4xx status code
func (*ListSeedsDefault) IsCode ¶
func (o *ListSeedsDefault) IsCode(code int) bool
IsCode returns true when this list seeds default response a status code equal to that given
func (*ListSeedsDefault) IsRedirect ¶
func (o *ListSeedsDefault) IsRedirect() bool
IsRedirect returns true when this list seeds default response has a 3xx status code
func (*ListSeedsDefault) IsServerError ¶
func (o *ListSeedsDefault) IsServerError() bool
IsServerError returns true when this list seeds default response has a 5xx status code
func (*ListSeedsDefault) IsSuccess ¶
func (o *ListSeedsDefault) IsSuccess() bool
IsSuccess returns true when this list seeds default response has a 2xx status code
func (*ListSeedsDefault) String ¶
func (o *ListSeedsDefault) String() string
type ListSeedsForbidden ¶
type ListSeedsForbidden struct { }
ListSeedsForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewListSeedsForbidden ¶
func NewListSeedsForbidden() *ListSeedsForbidden
NewListSeedsForbidden creates a ListSeedsForbidden with default headers values
func (*ListSeedsForbidden) Error ¶
func (o *ListSeedsForbidden) Error() string
func (*ListSeedsForbidden) IsClientError ¶
func (o *ListSeedsForbidden) IsClientError() bool
IsClientError returns true when this list seeds forbidden response has a 4xx status code
func (*ListSeedsForbidden) IsCode ¶
func (o *ListSeedsForbidden) IsCode(code int) bool
IsCode returns true when this list seeds forbidden response a status code equal to that given
func (*ListSeedsForbidden) IsRedirect ¶
func (o *ListSeedsForbidden) IsRedirect() bool
IsRedirect returns true when this list seeds forbidden response has a 3xx status code
func (*ListSeedsForbidden) IsServerError ¶
func (o *ListSeedsForbidden) IsServerError() bool
IsServerError returns true when this list seeds forbidden response has a 5xx status code
func (*ListSeedsForbidden) IsSuccess ¶
func (o *ListSeedsForbidden) IsSuccess() bool
IsSuccess returns true when this list seeds forbidden response has a 2xx status code
func (*ListSeedsForbidden) String ¶
func (o *ListSeedsForbidden) String() string
type ListSeedsOK ¶
ListSeedsOK describes a response with status code 200, with default header values.
Seed
func NewListSeedsOK ¶
func NewListSeedsOK() *ListSeedsOK
NewListSeedsOK creates a ListSeedsOK with default headers values
func (*ListSeedsOK) Error ¶
func (o *ListSeedsOK) Error() string
func (*ListSeedsOK) GetPayload ¶
func (o *ListSeedsOK) GetPayload() []*models.Seed
func (*ListSeedsOK) IsClientError ¶
func (o *ListSeedsOK) IsClientError() bool
IsClientError returns true when this list seeds o k response has a 4xx status code
func (*ListSeedsOK) IsCode ¶
func (o *ListSeedsOK) IsCode(code int) bool
IsCode returns true when this list seeds o k response a status code equal to that given
func (*ListSeedsOK) IsRedirect ¶
func (o *ListSeedsOK) IsRedirect() bool
IsRedirect returns true when this list seeds o k response has a 3xx status code
func (*ListSeedsOK) IsServerError ¶
func (o *ListSeedsOK) IsServerError() bool
IsServerError returns true when this list seeds o k response has a 5xx status code
func (*ListSeedsOK) IsSuccess ¶
func (o *ListSeedsOK) IsSuccess() bool
IsSuccess returns true when this list seeds o k response has a 2xx status code
func (*ListSeedsOK) String ¶
func (o *ListSeedsOK) String() string
type ListSeedsParams ¶
type ListSeedsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListSeedsParams contains all the parameters to send to the API endpoint
for the list seeds operation. Typically these are written to a http.Request.
func NewListSeedsParams ¶
func NewListSeedsParams() *ListSeedsParams
NewListSeedsParams creates a new ListSeedsParams 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 NewListSeedsParamsWithContext ¶
func NewListSeedsParamsWithContext(ctx context.Context) *ListSeedsParams
NewListSeedsParamsWithContext creates a new ListSeedsParams object with the ability to set a context for a request.
func NewListSeedsParamsWithHTTPClient ¶
func NewListSeedsParamsWithHTTPClient(client *http.Client) *ListSeedsParams
NewListSeedsParamsWithHTTPClient creates a new ListSeedsParams object with the ability to set a custom HTTPClient for a request.
func NewListSeedsParamsWithTimeout ¶
func NewListSeedsParamsWithTimeout(timeout time.Duration) *ListSeedsParams
NewListSeedsParamsWithTimeout creates a new ListSeedsParams object with the ability to set a timeout on a request.
func (*ListSeedsParams) SetContext ¶
func (o *ListSeedsParams) SetContext(ctx context.Context)
SetContext adds the context to the list seeds params
func (*ListSeedsParams) SetDefaults ¶
func (o *ListSeedsParams) SetDefaults()
SetDefaults hydrates default values in the list seeds params (not the query body).
All values with no default are reset to their zero value.
func (*ListSeedsParams) SetHTTPClient ¶
func (o *ListSeedsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list seeds params
func (*ListSeedsParams) SetTimeout ¶
func (o *ListSeedsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list seeds params
func (*ListSeedsParams) WithContext ¶
func (o *ListSeedsParams) WithContext(ctx context.Context) *ListSeedsParams
WithContext adds the context to the list seeds params
func (*ListSeedsParams) WithDefaults ¶
func (o *ListSeedsParams) WithDefaults() *ListSeedsParams
WithDefaults hydrates default values in the list seeds params (not the query body).
All values with no default are reset to their zero value.
func (*ListSeedsParams) WithHTTPClient ¶
func (o *ListSeedsParams) WithHTTPClient(client *http.Client) *ListSeedsParams
WithHTTPClient adds the HTTPClient to the list seeds params
func (*ListSeedsParams) WithTimeout ¶
func (o *ListSeedsParams) WithTimeout(timeout time.Duration) *ListSeedsParams
WithTimeout adds the timeout to the list seeds params
func (*ListSeedsParams) WriteToRequest ¶
func (o *ListSeedsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListSeedsReader ¶
type ListSeedsReader struct {
// contains filtered or unexported fields
}
ListSeedsReader is a Reader for the ListSeeds structure.
func (*ListSeedsReader) ReadResponse ¶
func (o *ListSeedsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListSeedsUnauthorized ¶
type ListSeedsUnauthorized struct { }
ListSeedsUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewListSeedsUnauthorized ¶
func NewListSeedsUnauthorized() *ListSeedsUnauthorized
NewListSeedsUnauthorized creates a ListSeedsUnauthorized with default headers values
func (*ListSeedsUnauthorized) Error ¶
func (o *ListSeedsUnauthorized) Error() string
func (*ListSeedsUnauthorized) IsClientError ¶
func (o *ListSeedsUnauthorized) IsClientError() bool
IsClientError returns true when this list seeds unauthorized response has a 4xx status code
func (*ListSeedsUnauthorized) IsCode ¶
func (o *ListSeedsUnauthorized) IsCode(code int) bool
IsCode returns true when this list seeds unauthorized response a status code equal to that given
func (*ListSeedsUnauthorized) IsRedirect ¶
func (o *ListSeedsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list seeds unauthorized response has a 3xx status code
func (*ListSeedsUnauthorized) IsServerError ¶
func (o *ListSeedsUnauthorized) IsServerError() bool
IsServerError returns true when this list seeds unauthorized response has a 5xx status code
func (*ListSeedsUnauthorized) IsSuccess ¶
func (o *ListSeedsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list seeds unauthorized response has a 2xx status code
func (*ListSeedsUnauthorized) String ¶
func (o *ListSeedsUnauthorized) String() string
type PatchKubermaticSettingsDefault ¶
type PatchKubermaticSettingsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
PatchKubermaticSettingsDefault describes a response with status code -1, with default header values.
errorResponse
func NewPatchKubermaticSettingsDefault ¶
func NewPatchKubermaticSettingsDefault(code int) *PatchKubermaticSettingsDefault
NewPatchKubermaticSettingsDefault creates a PatchKubermaticSettingsDefault with default headers values
func (*PatchKubermaticSettingsDefault) Code ¶
func (o *PatchKubermaticSettingsDefault) Code() int
Code gets the status code for the patch kubermatic settings default response
func (*PatchKubermaticSettingsDefault) Error ¶
func (o *PatchKubermaticSettingsDefault) Error() string
func (*PatchKubermaticSettingsDefault) GetPayload ¶
func (o *PatchKubermaticSettingsDefault) GetPayload() *models.ErrorResponse
func (*PatchKubermaticSettingsDefault) IsClientError ¶
func (o *PatchKubermaticSettingsDefault) IsClientError() bool
IsClientError returns true when this patch kubermatic settings default response has a 4xx status code
func (*PatchKubermaticSettingsDefault) IsCode ¶
func (o *PatchKubermaticSettingsDefault) IsCode(code int) bool
IsCode returns true when this patch kubermatic settings default response a status code equal to that given
func (*PatchKubermaticSettingsDefault) IsRedirect ¶
func (o *PatchKubermaticSettingsDefault) IsRedirect() bool
IsRedirect returns true when this patch kubermatic settings default response has a 3xx status code
func (*PatchKubermaticSettingsDefault) IsServerError ¶
func (o *PatchKubermaticSettingsDefault) IsServerError() bool
IsServerError returns true when this patch kubermatic settings default response has a 5xx status code
func (*PatchKubermaticSettingsDefault) IsSuccess ¶
func (o *PatchKubermaticSettingsDefault) IsSuccess() bool
IsSuccess returns true when this patch kubermatic settings default response has a 2xx status code
func (*PatchKubermaticSettingsDefault) String ¶
func (o *PatchKubermaticSettingsDefault) String() string
type PatchKubermaticSettingsForbidden ¶
type PatchKubermaticSettingsForbidden struct { }
PatchKubermaticSettingsForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewPatchKubermaticSettingsForbidden ¶
func NewPatchKubermaticSettingsForbidden() *PatchKubermaticSettingsForbidden
NewPatchKubermaticSettingsForbidden creates a PatchKubermaticSettingsForbidden with default headers values
func (*PatchKubermaticSettingsForbidden) Error ¶
func (o *PatchKubermaticSettingsForbidden) Error() string
func (*PatchKubermaticSettingsForbidden) IsClientError ¶
func (o *PatchKubermaticSettingsForbidden) IsClientError() bool
IsClientError returns true when this patch kubermatic settings forbidden response has a 4xx status code
func (*PatchKubermaticSettingsForbidden) IsCode ¶
func (o *PatchKubermaticSettingsForbidden) IsCode(code int) bool
IsCode returns true when this patch kubermatic settings forbidden response a status code equal to that given
func (*PatchKubermaticSettingsForbidden) IsRedirect ¶
func (o *PatchKubermaticSettingsForbidden) IsRedirect() bool
IsRedirect returns true when this patch kubermatic settings forbidden response has a 3xx status code
func (*PatchKubermaticSettingsForbidden) IsServerError ¶
func (o *PatchKubermaticSettingsForbidden) IsServerError() bool
IsServerError returns true when this patch kubermatic settings forbidden response has a 5xx status code
func (*PatchKubermaticSettingsForbidden) IsSuccess ¶
func (o *PatchKubermaticSettingsForbidden) IsSuccess() bool
IsSuccess returns true when this patch kubermatic settings forbidden response has a 2xx status code
func (*PatchKubermaticSettingsForbidden) String ¶
func (o *PatchKubermaticSettingsForbidden) String() string
type PatchKubermaticSettingsOK ¶
type PatchKubermaticSettingsOK struct {
Payload *models.GlobalSettings
}
PatchKubermaticSettingsOK describes a response with status code 200, with default header values.
GlobalSettings
func NewPatchKubermaticSettingsOK ¶
func NewPatchKubermaticSettingsOK() *PatchKubermaticSettingsOK
NewPatchKubermaticSettingsOK creates a PatchKubermaticSettingsOK with default headers values
func (*PatchKubermaticSettingsOK) Error ¶
func (o *PatchKubermaticSettingsOK) Error() string
func (*PatchKubermaticSettingsOK) GetPayload ¶
func (o *PatchKubermaticSettingsOK) GetPayload() *models.GlobalSettings
func (*PatchKubermaticSettingsOK) IsClientError ¶
func (o *PatchKubermaticSettingsOK) IsClientError() bool
IsClientError returns true when this patch kubermatic settings o k response has a 4xx status code
func (*PatchKubermaticSettingsOK) IsCode ¶
func (o *PatchKubermaticSettingsOK) IsCode(code int) bool
IsCode returns true when this patch kubermatic settings o k response a status code equal to that given
func (*PatchKubermaticSettingsOK) IsRedirect ¶
func (o *PatchKubermaticSettingsOK) IsRedirect() bool
IsRedirect returns true when this patch kubermatic settings o k response has a 3xx status code
func (*PatchKubermaticSettingsOK) IsServerError ¶
func (o *PatchKubermaticSettingsOK) IsServerError() bool
IsServerError returns true when this patch kubermatic settings o k response has a 5xx status code
func (*PatchKubermaticSettingsOK) IsSuccess ¶
func (o *PatchKubermaticSettingsOK) IsSuccess() bool
IsSuccess returns true when this patch kubermatic settings o k response has a 2xx status code
func (*PatchKubermaticSettingsOK) String ¶
func (o *PatchKubermaticSettingsOK) String() string
type PatchKubermaticSettingsParams ¶
type PatchKubermaticSettingsParams struct { // Patch. Patch interface{} Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchKubermaticSettingsParams contains all the parameters to send to the API endpoint
for the patch kubermatic settings operation. Typically these are written to a http.Request.
func NewPatchKubermaticSettingsParams ¶
func NewPatchKubermaticSettingsParams() *PatchKubermaticSettingsParams
NewPatchKubermaticSettingsParams creates a new PatchKubermaticSettingsParams 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 NewPatchKubermaticSettingsParamsWithContext ¶
func NewPatchKubermaticSettingsParamsWithContext(ctx context.Context) *PatchKubermaticSettingsParams
NewPatchKubermaticSettingsParamsWithContext creates a new PatchKubermaticSettingsParams object with the ability to set a context for a request.
func NewPatchKubermaticSettingsParamsWithHTTPClient ¶
func NewPatchKubermaticSettingsParamsWithHTTPClient(client *http.Client) *PatchKubermaticSettingsParams
NewPatchKubermaticSettingsParamsWithHTTPClient creates a new PatchKubermaticSettingsParams object with the ability to set a custom HTTPClient for a request.
func NewPatchKubermaticSettingsParamsWithTimeout ¶
func NewPatchKubermaticSettingsParamsWithTimeout(timeout time.Duration) *PatchKubermaticSettingsParams
NewPatchKubermaticSettingsParamsWithTimeout creates a new PatchKubermaticSettingsParams object with the ability to set a timeout on a request.
func (*PatchKubermaticSettingsParams) SetContext ¶
func (o *PatchKubermaticSettingsParams) SetContext(ctx context.Context)
SetContext adds the context to the patch kubermatic settings params
func (*PatchKubermaticSettingsParams) SetDefaults ¶
func (o *PatchKubermaticSettingsParams) SetDefaults()
SetDefaults hydrates default values in the patch kubermatic settings params (not the query body).
All values with no default are reset to their zero value.
func (*PatchKubermaticSettingsParams) SetHTTPClient ¶
func (o *PatchKubermaticSettingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch kubermatic settings params
func (*PatchKubermaticSettingsParams) SetPatch ¶
func (o *PatchKubermaticSettingsParams) SetPatch(patch interface{})
SetPatch adds the patch to the patch kubermatic settings params
func (*PatchKubermaticSettingsParams) SetTimeout ¶
func (o *PatchKubermaticSettingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch kubermatic settings params
func (*PatchKubermaticSettingsParams) WithContext ¶
func (o *PatchKubermaticSettingsParams) WithContext(ctx context.Context) *PatchKubermaticSettingsParams
WithContext adds the context to the patch kubermatic settings params
func (*PatchKubermaticSettingsParams) WithDefaults ¶
func (o *PatchKubermaticSettingsParams) WithDefaults() *PatchKubermaticSettingsParams
WithDefaults hydrates default values in the patch kubermatic settings params (not the query body).
All values with no default are reset to their zero value.
func (*PatchKubermaticSettingsParams) WithHTTPClient ¶
func (o *PatchKubermaticSettingsParams) WithHTTPClient(client *http.Client) *PatchKubermaticSettingsParams
WithHTTPClient adds the HTTPClient to the patch kubermatic settings params
func (*PatchKubermaticSettingsParams) WithPatch ¶
func (o *PatchKubermaticSettingsParams) WithPatch(patch interface{}) *PatchKubermaticSettingsParams
WithPatch adds the patch to the patch kubermatic settings params
func (*PatchKubermaticSettingsParams) WithTimeout ¶
func (o *PatchKubermaticSettingsParams) WithTimeout(timeout time.Duration) *PatchKubermaticSettingsParams
WithTimeout adds the timeout to the patch kubermatic settings params
func (*PatchKubermaticSettingsParams) WriteToRequest ¶
func (o *PatchKubermaticSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchKubermaticSettingsReader ¶
type PatchKubermaticSettingsReader struct {
// contains filtered or unexported fields
}
PatchKubermaticSettingsReader is a Reader for the PatchKubermaticSettings structure.
func (*PatchKubermaticSettingsReader) ReadResponse ¶
func (o *PatchKubermaticSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchKubermaticSettingsUnauthorized ¶
type PatchKubermaticSettingsUnauthorized struct { }
PatchKubermaticSettingsUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewPatchKubermaticSettingsUnauthorized ¶
func NewPatchKubermaticSettingsUnauthorized() *PatchKubermaticSettingsUnauthorized
NewPatchKubermaticSettingsUnauthorized creates a PatchKubermaticSettingsUnauthorized with default headers values
func (*PatchKubermaticSettingsUnauthorized) Error ¶
func (o *PatchKubermaticSettingsUnauthorized) Error() string
func (*PatchKubermaticSettingsUnauthorized) IsClientError ¶
func (o *PatchKubermaticSettingsUnauthorized) IsClientError() bool
IsClientError returns true when this patch kubermatic settings unauthorized response has a 4xx status code
func (*PatchKubermaticSettingsUnauthorized) IsCode ¶
func (o *PatchKubermaticSettingsUnauthorized) IsCode(code int) bool
IsCode returns true when this patch kubermatic settings unauthorized response a status code equal to that given
func (*PatchKubermaticSettingsUnauthorized) IsRedirect ¶
func (o *PatchKubermaticSettingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch kubermatic settings unauthorized response has a 3xx status code
func (*PatchKubermaticSettingsUnauthorized) IsServerError ¶
func (o *PatchKubermaticSettingsUnauthorized) IsServerError() bool
IsServerError returns true when this patch kubermatic settings unauthorized response has a 5xx status code
func (*PatchKubermaticSettingsUnauthorized) IsSuccess ¶
func (o *PatchKubermaticSettingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch kubermatic settings unauthorized response has a 2xx status code
func (*PatchKubermaticSettingsUnauthorized) String ¶
func (o *PatchKubermaticSettingsUnauthorized) String() string
type SetAdminDefault ¶
type SetAdminDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
SetAdminDefault describes a response with status code -1, with default header values.
errorResponse
func NewSetAdminDefault ¶
func NewSetAdminDefault(code int) *SetAdminDefault
NewSetAdminDefault creates a SetAdminDefault with default headers values
func (*SetAdminDefault) Code ¶
func (o *SetAdminDefault) Code() int
Code gets the status code for the set admin default response
func (*SetAdminDefault) Error ¶
func (o *SetAdminDefault) Error() string
func (*SetAdminDefault) GetPayload ¶
func (o *SetAdminDefault) GetPayload() *models.ErrorResponse
func (*SetAdminDefault) IsClientError ¶
func (o *SetAdminDefault) IsClientError() bool
IsClientError returns true when this set admin default response has a 4xx status code
func (*SetAdminDefault) IsCode ¶
func (o *SetAdminDefault) IsCode(code int) bool
IsCode returns true when this set admin default response a status code equal to that given
func (*SetAdminDefault) IsRedirect ¶
func (o *SetAdminDefault) IsRedirect() bool
IsRedirect returns true when this set admin default response has a 3xx status code
func (*SetAdminDefault) IsServerError ¶
func (o *SetAdminDefault) IsServerError() bool
IsServerError returns true when this set admin default response has a 5xx status code
func (*SetAdminDefault) IsSuccess ¶
func (o *SetAdminDefault) IsSuccess() bool
IsSuccess returns true when this set admin default response has a 2xx status code
func (*SetAdminDefault) String ¶
func (o *SetAdminDefault) String() string
type SetAdminForbidden ¶
type SetAdminForbidden struct { }
SetAdminForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewSetAdminForbidden ¶
func NewSetAdminForbidden() *SetAdminForbidden
NewSetAdminForbidden creates a SetAdminForbidden with default headers values
func (*SetAdminForbidden) Error ¶
func (o *SetAdminForbidden) Error() string
func (*SetAdminForbidden) IsClientError ¶
func (o *SetAdminForbidden) IsClientError() bool
IsClientError returns true when this set admin forbidden response has a 4xx status code
func (*SetAdminForbidden) IsCode ¶
func (o *SetAdminForbidden) IsCode(code int) bool
IsCode returns true when this set admin forbidden response a status code equal to that given
func (*SetAdminForbidden) IsRedirect ¶
func (o *SetAdminForbidden) IsRedirect() bool
IsRedirect returns true when this set admin forbidden response has a 3xx status code
func (*SetAdminForbidden) IsServerError ¶
func (o *SetAdminForbidden) IsServerError() bool
IsServerError returns true when this set admin forbidden response has a 5xx status code
func (*SetAdminForbidden) IsSuccess ¶
func (o *SetAdminForbidden) IsSuccess() bool
IsSuccess returns true when this set admin forbidden response has a 2xx status code
func (*SetAdminForbidden) String ¶
func (o *SetAdminForbidden) String() string
type SetAdminOK ¶
SetAdminOK describes a response with status code 200, with default header values.
Admin
func NewSetAdminOK ¶
func NewSetAdminOK() *SetAdminOK
NewSetAdminOK creates a SetAdminOK with default headers values
func (*SetAdminOK) Error ¶
func (o *SetAdminOK) Error() string
func (*SetAdminOK) GetPayload ¶
func (o *SetAdminOK) GetPayload() *models.Admin
func (*SetAdminOK) IsClientError ¶
func (o *SetAdminOK) IsClientError() bool
IsClientError returns true when this set admin o k response has a 4xx status code
func (*SetAdminOK) IsCode ¶
func (o *SetAdminOK) IsCode(code int) bool
IsCode returns true when this set admin o k response a status code equal to that given
func (*SetAdminOK) IsRedirect ¶
func (o *SetAdminOK) IsRedirect() bool
IsRedirect returns true when this set admin o k response has a 3xx status code
func (*SetAdminOK) IsServerError ¶
func (o *SetAdminOK) IsServerError() bool
IsServerError returns true when this set admin o k response has a 5xx status code
func (*SetAdminOK) IsSuccess ¶
func (o *SetAdminOK) IsSuccess() bool
IsSuccess returns true when this set admin o k response has a 2xx status code
func (*SetAdminOK) String ¶
func (o *SetAdminOK) String() string
type SetAdminParams ¶
type SetAdminParams struct { // Body. Body *models.Admin Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetAdminParams contains all the parameters to send to the API endpoint
for the set admin operation. Typically these are written to a http.Request.
func NewSetAdminParams ¶
func NewSetAdminParams() *SetAdminParams
NewSetAdminParams creates a new SetAdminParams 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 NewSetAdminParamsWithContext ¶
func NewSetAdminParamsWithContext(ctx context.Context) *SetAdminParams
NewSetAdminParamsWithContext creates a new SetAdminParams object with the ability to set a context for a request.
func NewSetAdminParamsWithHTTPClient ¶
func NewSetAdminParamsWithHTTPClient(client *http.Client) *SetAdminParams
NewSetAdminParamsWithHTTPClient creates a new SetAdminParams object with the ability to set a custom HTTPClient for a request.
func NewSetAdminParamsWithTimeout ¶
func NewSetAdminParamsWithTimeout(timeout time.Duration) *SetAdminParams
NewSetAdminParamsWithTimeout creates a new SetAdminParams object with the ability to set a timeout on a request.
func (*SetAdminParams) SetBody ¶
func (o *SetAdminParams) SetBody(body *models.Admin)
SetBody adds the body to the set admin params
func (*SetAdminParams) SetContext ¶
func (o *SetAdminParams) SetContext(ctx context.Context)
SetContext adds the context to the set admin params
func (*SetAdminParams) SetDefaults ¶
func (o *SetAdminParams) SetDefaults()
SetDefaults hydrates default values in the set admin params (not the query body).
All values with no default are reset to their zero value.
func (*SetAdminParams) SetHTTPClient ¶
func (o *SetAdminParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set admin params
func (*SetAdminParams) SetTimeout ¶
func (o *SetAdminParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set admin params
func (*SetAdminParams) WithBody ¶
func (o *SetAdminParams) WithBody(body *models.Admin) *SetAdminParams
WithBody adds the body to the set admin params
func (*SetAdminParams) WithContext ¶
func (o *SetAdminParams) WithContext(ctx context.Context) *SetAdminParams
WithContext adds the context to the set admin params
func (*SetAdminParams) WithDefaults ¶
func (o *SetAdminParams) WithDefaults() *SetAdminParams
WithDefaults hydrates default values in the set admin params (not the query body).
All values with no default are reset to their zero value.
func (*SetAdminParams) WithHTTPClient ¶
func (o *SetAdminParams) WithHTTPClient(client *http.Client) *SetAdminParams
WithHTTPClient adds the HTTPClient to the set admin params
func (*SetAdminParams) WithTimeout ¶
func (o *SetAdminParams) WithTimeout(timeout time.Duration) *SetAdminParams
WithTimeout adds the timeout to the set admin params
func (*SetAdminParams) WriteToRequest ¶
func (o *SetAdminParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetAdminReader ¶
type SetAdminReader struct {
// contains filtered or unexported fields
}
SetAdminReader is a Reader for the SetAdmin structure.
func (*SetAdminReader) ReadResponse ¶
func (o *SetAdminReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetAdminUnauthorized ¶
type SetAdminUnauthorized struct { }
SetAdminUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewSetAdminUnauthorized ¶
func NewSetAdminUnauthorized() *SetAdminUnauthorized
NewSetAdminUnauthorized creates a SetAdminUnauthorized with default headers values
func (*SetAdminUnauthorized) Error ¶
func (o *SetAdminUnauthorized) Error() string
func (*SetAdminUnauthorized) IsClientError ¶
func (o *SetAdminUnauthorized) IsClientError() bool
IsClientError returns true when this set admin unauthorized response has a 4xx status code
func (*SetAdminUnauthorized) IsCode ¶
func (o *SetAdminUnauthorized) IsCode(code int) bool
IsCode returns true when this set admin unauthorized response a status code equal to that given
func (*SetAdminUnauthorized) IsRedirect ¶
func (o *SetAdminUnauthorized) IsRedirect() bool
IsRedirect returns true when this set admin unauthorized response has a 3xx status code
func (*SetAdminUnauthorized) IsServerError ¶
func (o *SetAdminUnauthorized) IsServerError() bool
IsServerError returns true when this set admin unauthorized response has a 5xx status code
func (*SetAdminUnauthorized) IsSuccess ¶
func (o *SetAdminUnauthorized) IsSuccess() bool
IsSuccess returns true when this set admin unauthorized response has a 2xx status code
func (*SetAdminUnauthorized) String ¶
func (o *SetAdminUnauthorized) String() string
type UpdateAdmissionPluginDefault ¶
type UpdateAdmissionPluginDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
UpdateAdmissionPluginDefault describes a response with status code -1, with default header values.
errorResponse
func NewUpdateAdmissionPluginDefault ¶
func NewUpdateAdmissionPluginDefault(code int) *UpdateAdmissionPluginDefault
NewUpdateAdmissionPluginDefault creates a UpdateAdmissionPluginDefault with default headers values
func (*UpdateAdmissionPluginDefault) Code ¶
func (o *UpdateAdmissionPluginDefault) Code() int
Code gets the status code for the update admission plugin default response
func (*UpdateAdmissionPluginDefault) Error ¶
func (o *UpdateAdmissionPluginDefault) Error() string
func (*UpdateAdmissionPluginDefault) GetPayload ¶
func (o *UpdateAdmissionPluginDefault) GetPayload() *models.ErrorResponse
func (*UpdateAdmissionPluginDefault) IsClientError ¶
func (o *UpdateAdmissionPluginDefault) IsClientError() bool
IsClientError returns true when this update admission plugin default response has a 4xx status code
func (*UpdateAdmissionPluginDefault) IsCode ¶
func (o *UpdateAdmissionPluginDefault) IsCode(code int) bool
IsCode returns true when this update admission plugin default response a status code equal to that given
func (*UpdateAdmissionPluginDefault) IsRedirect ¶
func (o *UpdateAdmissionPluginDefault) IsRedirect() bool
IsRedirect returns true when this update admission plugin default response has a 3xx status code
func (*UpdateAdmissionPluginDefault) IsServerError ¶
func (o *UpdateAdmissionPluginDefault) IsServerError() bool
IsServerError returns true when this update admission plugin default response has a 5xx status code
func (*UpdateAdmissionPluginDefault) IsSuccess ¶
func (o *UpdateAdmissionPluginDefault) IsSuccess() bool
IsSuccess returns true when this update admission plugin default response has a 2xx status code
func (*UpdateAdmissionPluginDefault) String ¶
func (o *UpdateAdmissionPluginDefault) String() string
type UpdateAdmissionPluginForbidden ¶
type UpdateAdmissionPluginForbidden struct { }
UpdateAdmissionPluginForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewUpdateAdmissionPluginForbidden ¶
func NewUpdateAdmissionPluginForbidden() *UpdateAdmissionPluginForbidden
NewUpdateAdmissionPluginForbidden creates a UpdateAdmissionPluginForbidden with default headers values
func (*UpdateAdmissionPluginForbidden) Error ¶
func (o *UpdateAdmissionPluginForbidden) Error() string
func (*UpdateAdmissionPluginForbidden) IsClientError ¶
func (o *UpdateAdmissionPluginForbidden) IsClientError() bool
IsClientError returns true when this update admission plugin forbidden response has a 4xx status code
func (*UpdateAdmissionPluginForbidden) IsCode ¶
func (o *UpdateAdmissionPluginForbidden) IsCode(code int) bool
IsCode returns true when this update admission plugin forbidden response a status code equal to that given
func (*UpdateAdmissionPluginForbidden) IsRedirect ¶
func (o *UpdateAdmissionPluginForbidden) IsRedirect() bool
IsRedirect returns true when this update admission plugin forbidden response has a 3xx status code
func (*UpdateAdmissionPluginForbidden) IsServerError ¶
func (o *UpdateAdmissionPluginForbidden) IsServerError() bool
IsServerError returns true when this update admission plugin forbidden response has a 5xx status code
func (*UpdateAdmissionPluginForbidden) IsSuccess ¶
func (o *UpdateAdmissionPluginForbidden) IsSuccess() bool
IsSuccess returns true when this update admission plugin forbidden response has a 2xx status code
func (*UpdateAdmissionPluginForbidden) String ¶
func (o *UpdateAdmissionPluginForbidden) String() string
type UpdateAdmissionPluginOK ¶
type UpdateAdmissionPluginOK struct {
Payload *models.AdmissionPlugin
}
UpdateAdmissionPluginOK describes a response with status code 200, with default header values.
AdmissionPlugin
func NewUpdateAdmissionPluginOK ¶
func NewUpdateAdmissionPluginOK() *UpdateAdmissionPluginOK
NewUpdateAdmissionPluginOK creates a UpdateAdmissionPluginOK with default headers values
func (*UpdateAdmissionPluginOK) Error ¶
func (o *UpdateAdmissionPluginOK) Error() string
func (*UpdateAdmissionPluginOK) GetPayload ¶
func (o *UpdateAdmissionPluginOK) GetPayload() *models.AdmissionPlugin
func (*UpdateAdmissionPluginOK) IsClientError ¶
func (o *UpdateAdmissionPluginOK) IsClientError() bool
IsClientError returns true when this update admission plugin o k response has a 4xx status code
func (*UpdateAdmissionPluginOK) IsCode ¶
func (o *UpdateAdmissionPluginOK) IsCode(code int) bool
IsCode returns true when this update admission plugin o k response a status code equal to that given
func (*UpdateAdmissionPluginOK) IsRedirect ¶
func (o *UpdateAdmissionPluginOK) IsRedirect() bool
IsRedirect returns true when this update admission plugin o k response has a 3xx status code
func (*UpdateAdmissionPluginOK) IsServerError ¶
func (o *UpdateAdmissionPluginOK) IsServerError() bool
IsServerError returns true when this update admission plugin o k response has a 5xx status code
func (*UpdateAdmissionPluginOK) IsSuccess ¶
func (o *UpdateAdmissionPluginOK) IsSuccess() bool
IsSuccess returns true when this update admission plugin o k response has a 2xx status code
func (*UpdateAdmissionPluginOK) String ¶
func (o *UpdateAdmissionPluginOK) String() string
type UpdateAdmissionPluginParams ¶
type UpdateAdmissionPluginParams struct { // Body. Body *models.AdmissionPlugin // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAdmissionPluginParams contains all the parameters to send to the API endpoint
for the update admission plugin operation. Typically these are written to a http.Request.
func NewUpdateAdmissionPluginParams ¶
func NewUpdateAdmissionPluginParams() *UpdateAdmissionPluginParams
NewUpdateAdmissionPluginParams creates a new UpdateAdmissionPluginParams 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 NewUpdateAdmissionPluginParamsWithContext ¶
func NewUpdateAdmissionPluginParamsWithContext(ctx context.Context) *UpdateAdmissionPluginParams
NewUpdateAdmissionPluginParamsWithContext creates a new UpdateAdmissionPluginParams object with the ability to set a context for a request.
func NewUpdateAdmissionPluginParamsWithHTTPClient ¶
func NewUpdateAdmissionPluginParamsWithHTTPClient(client *http.Client) *UpdateAdmissionPluginParams
NewUpdateAdmissionPluginParamsWithHTTPClient creates a new UpdateAdmissionPluginParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateAdmissionPluginParamsWithTimeout ¶
func NewUpdateAdmissionPluginParamsWithTimeout(timeout time.Duration) *UpdateAdmissionPluginParams
NewUpdateAdmissionPluginParamsWithTimeout creates a new UpdateAdmissionPluginParams object with the ability to set a timeout on a request.
func (*UpdateAdmissionPluginParams) SetBody ¶
func (o *UpdateAdmissionPluginParams) SetBody(body *models.AdmissionPlugin)
SetBody adds the body to the update admission plugin params
func (*UpdateAdmissionPluginParams) SetContext ¶
func (o *UpdateAdmissionPluginParams) SetContext(ctx context.Context)
SetContext adds the context to the update admission plugin params
func (*UpdateAdmissionPluginParams) SetDefaults ¶
func (o *UpdateAdmissionPluginParams) SetDefaults()
SetDefaults hydrates default values in the update admission plugin params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAdmissionPluginParams) SetHTTPClient ¶
func (o *UpdateAdmissionPluginParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update admission plugin params
func (*UpdateAdmissionPluginParams) SetName ¶
func (o *UpdateAdmissionPluginParams) SetName(name string)
SetName adds the name to the update admission plugin params
func (*UpdateAdmissionPluginParams) SetTimeout ¶
func (o *UpdateAdmissionPluginParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update admission plugin params
func (*UpdateAdmissionPluginParams) WithBody ¶
func (o *UpdateAdmissionPluginParams) WithBody(body *models.AdmissionPlugin) *UpdateAdmissionPluginParams
WithBody adds the body to the update admission plugin params
func (*UpdateAdmissionPluginParams) WithContext ¶
func (o *UpdateAdmissionPluginParams) WithContext(ctx context.Context) *UpdateAdmissionPluginParams
WithContext adds the context to the update admission plugin params
func (*UpdateAdmissionPluginParams) WithDefaults ¶
func (o *UpdateAdmissionPluginParams) WithDefaults() *UpdateAdmissionPluginParams
WithDefaults hydrates default values in the update admission plugin params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAdmissionPluginParams) WithHTTPClient ¶
func (o *UpdateAdmissionPluginParams) WithHTTPClient(client *http.Client) *UpdateAdmissionPluginParams
WithHTTPClient adds the HTTPClient to the update admission plugin params
func (*UpdateAdmissionPluginParams) WithName ¶
func (o *UpdateAdmissionPluginParams) WithName(name string) *UpdateAdmissionPluginParams
WithName adds the name to the update admission plugin params
func (*UpdateAdmissionPluginParams) WithTimeout ¶
func (o *UpdateAdmissionPluginParams) WithTimeout(timeout time.Duration) *UpdateAdmissionPluginParams
WithTimeout adds the timeout to the update admission plugin params
func (*UpdateAdmissionPluginParams) WriteToRequest ¶
func (o *UpdateAdmissionPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAdmissionPluginReader ¶
type UpdateAdmissionPluginReader struct {
// contains filtered or unexported fields
}
UpdateAdmissionPluginReader is a Reader for the UpdateAdmissionPlugin structure.
func (*UpdateAdmissionPluginReader) ReadResponse ¶
func (o *UpdateAdmissionPluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAdmissionPluginUnauthorized ¶
type UpdateAdmissionPluginUnauthorized struct { }
UpdateAdmissionPluginUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewUpdateAdmissionPluginUnauthorized ¶
func NewUpdateAdmissionPluginUnauthorized() *UpdateAdmissionPluginUnauthorized
NewUpdateAdmissionPluginUnauthorized creates a UpdateAdmissionPluginUnauthorized with default headers values
func (*UpdateAdmissionPluginUnauthorized) Error ¶
func (o *UpdateAdmissionPluginUnauthorized) Error() string
func (*UpdateAdmissionPluginUnauthorized) IsClientError ¶
func (o *UpdateAdmissionPluginUnauthorized) IsClientError() bool
IsClientError returns true when this update admission plugin unauthorized response has a 4xx status code
func (*UpdateAdmissionPluginUnauthorized) IsCode ¶
func (o *UpdateAdmissionPluginUnauthorized) IsCode(code int) bool
IsCode returns true when this update admission plugin unauthorized response a status code equal to that given
func (*UpdateAdmissionPluginUnauthorized) IsRedirect ¶
func (o *UpdateAdmissionPluginUnauthorized) IsRedirect() bool
IsRedirect returns true when this update admission plugin unauthorized response has a 3xx status code
func (*UpdateAdmissionPluginUnauthorized) IsServerError ¶
func (o *UpdateAdmissionPluginUnauthorized) IsServerError() bool
IsServerError returns true when this update admission plugin unauthorized response has a 5xx status code
func (*UpdateAdmissionPluginUnauthorized) IsSuccess ¶
func (o *UpdateAdmissionPluginUnauthorized) IsSuccess() bool
IsSuccess returns true when this update admission plugin unauthorized response has a 2xx status code
func (*UpdateAdmissionPluginUnauthorized) String ¶
func (o *UpdateAdmissionPluginUnauthorized) String() string
type UpdateMeteringReportConfigurationBody ¶
type UpdateMeteringReportConfigurationBody struct { // interval Interval int32 `json:"interval,omitempty"` // retention Retention int32 `json:"retention,omitempty"` // schedule Schedule string `json:"schedule,omitempty"` // types Types []string `json:"types"` }
UpdateMeteringReportConfigurationBody update metering report configuration body swagger:model UpdateMeteringReportConfigurationBody
func (*UpdateMeteringReportConfigurationBody) ContextValidate ¶
func (o *UpdateMeteringReportConfigurationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update metering report configuration body based on context it is used
func (*UpdateMeteringReportConfigurationBody) MarshalBinary ¶
func (o *UpdateMeteringReportConfigurationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateMeteringReportConfigurationBody) UnmarshalBinary ¶
func (o *UpdateMeteringReportConfigurationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateMeteringReportConfigurationDefault ¶
type UpdateMeteringReportConfigurationDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
UpdateMeteringReportConfigurationDefault describes a response with status code -1, with default header values.
errorResponse
func NewUpdateMeteringReportConfigurationDefault ¶
func NewUpdateMeteringReportConfigurationDefault(code int) *UpdateMeteringReportConfigurationDefault
NewUpdateMeteringReportConfigurationDefault creates a UpdateMeteringReportConfigurationDefault with default headers values
func (*UpdateMeteringReportConfigurationDefault) Code ¶
func (o *UpdateMeteringReportConfigurationDefault) Code() int
Code gets the status code for the update metering report configuration default response
func (*UpdateMeteringReportConfigurationDefault) Error ¶
func (o *UpdateMeteringReportConfigurationDefault) Error() string
func (*UpdateMeteringReportConfigurationDefault) GetPayload ¶
func (o *UpdateMeteringReportConfigurationDefault) GetPayload() *models.ErrorResponse
func (*UpdateMeteringReportConfigurationDefault) IsClientError ¶
func (o *UpdateMeteringReportConfigurationDefault) IsClientError() bool
IsClientError returns true when this update metering report configuration default response has a 4xx status code
func (*UpdateMeteringReportConfigurationDefault) IsCode ¶
func (o *UpdateMeteringReportConfigurationDefault) IsCode(code int) bool
IsCode returns true when this update metering report configuration default response a status code equal to that given
func (*UpdateMeteringReportConfigurationDefault) IsRedirect ¶
func (o *UpdateMeteringReportConfigurationDefault) IsRedirect() bool
IsRedirect returns true when this update metering report configuration default response has a 3xx status code
func (*UpdateMeteringReportConfigurationDefault) IsServerError ¶
func (o *UpdateMeteringReportConfigurationDefault) IsServerError() bool
IsServerError returns true when this update metering report configuration default response has a 5xx status code
func (*UpdateMeteringReportConfigurationDefault) IsSuccess ¶
func (o *UpdateMeteringReportConfigurationDefault) IsSuccess() bool
IsSuccess returns true when this update metering report configuration default response has a 2xx status code
func (*UpdateMeteringReportConfigurationDefault) String ¶
func (o *UpdateMeteringReportConfigurationDefault) String() string
type UpdateMeteringReportConfigurationForbidden ¶
type UpdateMeteringReportConfigurationForbidden struct { }
UpdateMeteringReportConfigurationForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewUpdateMeteringReportConfigurationForbidden ¶
func NewUpdateMeteringReportConfigurationForbidden() *UpdateMeteringReportConfigurationForbidden
NewUpdateMeteringReportConfigurationForbidden creates a UpdateMeteringReportConfigurationForbidden with default headers values
func (*UpdateMeteringReportConfigurationForbidden) Error ¶
func (o *UpdateMeteringReportConfigurationForbidden) Error() string
func (*UpdateMeteringReportConfigurationForbidden) IsClientError ¶
func (o *UpdateMeteringReportConfigurationForbidden) IsClientError() bool
IsClientError returns true when this update metering report configuration forbidden response has a 4xx status code
func (*UpdateMeteringReportConfigurationForbidden) IsCode ¶
func (o *UpdateMeteringReportConfigurationForbidden) IsCode(code int) bool
IsCode returns true when this update metering report configuration forbidden response a status code equal to that given
func (*UpdateMeteringReportConfigurationForbidden) IsRedirect ¶
func (o *UpdateMeteringReportConfigurationForbidden) IsRedirect() bool
IsRedirect returns true when this update metering report configuration forbidden response has a 3xx status code
func (*UpdateMeteringReportConfigurationForbidden) IsServerError ¶
func (o *UpdateMeteringReportConfigurationForbidden) IsServerError() bool
IsServerError returns true when this update metering report configuration forbidden response has a 5xx status code
func (*UpdateMeteringReportConfigurationForbidden) IsSuccess ¶
func (o *UpdateMeteringReportConfigurationForbidden) IsSuccess() bool
IsSuccess returns true when this update metering report configuration forbidden response has a 2xx status code
func (*UpdateMeteringReportConfigurationForbidden) String ¶
func (o *UpdateMeteringReportConfigurationForbidden) String() string
type UpdateMeteringReportConfigurationOK ¶
type UpdateMeteringReportConfigurationOK struct { }
UpdateMeteringReportConfigurationOK describes a response with status code 200, with default header values.
EmptyResponse is a empty response
func NewUpdateMeteringReportConfigurationOK ¶
func NewUpdateMeteringReportConfigurationOK() *UpdateMeteringReportConfigurationOK
NewUpdateMeteringReportConfigurationOK creates a UpdateMeteringReportConfigurationOK with default headers values
func (*UpdateMeteringReportConfigurationOK) Error ¶
func (o *UpdateMeteringReportConfigurationOK) Error() string
func (*UpdateMeteringReportConfigurationOK) IsClientError ¶
func (o *UpdateMeteringReportConfigurationOK) IsClientError() bool
IsClientError returns true when this update metering report configuration o k response has a 4xx status code
func (*UpdateMeteringReportConfigurationOK) IsCode ¶
func (o *UpdateMeteringReportConfigurationOK) IsCode(code int) bool
IsCode returns true when this update metering report configuration o k response a status code equal to that given
func (*UpdateMeteringReportConfigurationOK) IsRedirect ¶
func (o *UpdateMeteringReportConfigurationOK) IsRedirect() bool
IsRedirect returns true when this update metering report configuration o k response has a 3xx status code
func (*UpdateMeteringReportConfigurationOK) IsServerError ¶
func (o *UpdateMeteringReportConfigurationOK) IsServerError() bool
IsServerError returns true when this update metering report configuration o k response has a 5xx status code
func (*UpdateMeteringReportConfigurationOK) IsSuccess ¶
func (o *UpdateMeteringReportConfigurationOK) IsSuccess() bool
IsSuccess returns true when this update metering report configuration o k response has a 2xx status code
func (*UpdateMeteringReportConfigurationOK) String ¶
func (o *UpdateMeteringReportConfigurationOK) String() string
type UpdateMeteringReportConfigurationParams ¶
type UpdateMeteringReportConfigurationParams struct { // Body. Body UpdateMeteringReportConfigurationBody // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateMeteringReportConfigurationParams contains all the parameters to send to the API endpoint
for the update metering report configuration operation. Typically these are written to a http.Request.
func NewUpdateMeteringReportConfigurationParams ¶
func NewUpdateMeteringReportConfigurationParams() *UpdateMeteringReportConfigurationParams
NewUpdateMeteringReportConfigurationParams creates a new UpdateMeteringReportConfigurationParams 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 NewUpdateMeteringReportConfigurationParamsWithContext ¶
func NewUpdateMeteringReportConfigurationParamsWithContext(ctx context.Context) *UpdateMeteringReportConfigurationParams
NewUpdateMeteringReportConfigurationParamsWithContext creates a new UpdateMeteringReportConfigurationParams object with the ability to set a context for a request.
func NewUpdateMeteringReportConfigurationParamsWithHTTPClient ¶
func NewUpdateMeteringReportConfigurationParamsWithHTTPClient(client *http.Client) *UpdateMeteringReportConfigurationParams
NewUpdateMeteringReportConfigurationParamsWithHTTPClient creates a new UpdateMeteringReportConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateMeteringReportConfigurationParamsWithTimeout ¶
func NewUpdateMeteringReportConfigurationParamsWithTimeout(timeout time.Duration) *UpdateMeteringReportConfigurationParams
NewUpdateMeteringReportConfigurationParamsWithTimeout creates a new UpdateMeteringReportConfigurationParams object with the ability to set a timeout on a request.
func (*UpdateMeteringReportConfigurationParams) SetBody ¶
func (o *UpdateMeteringReportConfigurationParams) SetBody(body UpdateMeteringReportConfigurationBody)
SetBody adds the body to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) SetContext ¶
func (o *UpdateMeteringReportConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) SetDefaults ¶
func (o *UpdateMeteringReportConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the update metering report configuration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateMeteringReportConfigurationParams) SetHTTPClient ¶
func (o *UpdateMeteringReportConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) SetName ¶
func (o *UpdateMeteringReportConfigurationParams) SetName(name string)
SetName adds the name to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) SetTimeout ¶
func (o *UpdateMeteringReportConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) WithBody ¶
func (o *UpdateMeteringReportConfigurationParams) WithBody(body UpdateMeteringReportConfigurationBody) *UpdateMeteringReportConfigurationParams
WithBody adds the body to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) WithContext ¶
func (o *UpdateMeteringReportConfigurationParams) WithContext(ctx context.Context) *UpdateMeteringReportConfigurationParams
WithContext adds the context to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) WithDefaults ¶
func (o *UpdateMeteringReportConfigurationParams) WithDefaults() *UpdateMeteringReportConfigurationParams
WithDefaults hydrates default values in the update metering report configuration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateMeteringReportConfigurationParams) WithHTTPClient ¶
func (o *UpdateMeteringReportConfigurationParams) WithHTTPClient(client *http.Client) *UpdateMeteringReportConfigurationParams
WithHTTPClient adds the HTTPClient to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) WithName ¶
func (o *UpdateMeteringReportConfigurationParams) WithName(name string) *UpdateMeteringReportConfigurationParams
WithName adds the name to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) WithTimeout ¶
func (o *UpdateMeteringReportConfigurationParams) WithTimeout(timeout time.Duration) *UpdateMeteringReportConfigurationParams
WithTimeout adds the timeout to the update metering report configuration params
func (*UpdateMeteringReportConfigurationParams) WriteToRequest ¶
func (o *UpdateMeteringReportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateMeteringReportConfigurationReader ¶
type UpdateMeteringReportConfigurationReader struct {
// contains filtered or unexported fields
}
UpdateMeteringReportConfigurationReader is a Reader for the UpdateMeteringReportConfiguration structure.
func (*UpdateMeteringReportConfigurationReader) ReadResponse ¶
func (o *UpdateMeteringReportConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateMeteringReportConfigurationUnauthorized ¶
type UpdateMeteringReportConfigurationUnauthorized struct { }
UpdateMeteringReportConfigurationUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewUpdateMeteringReportConfigurationUnauthorized ¶
func NewUpdateMeteringReportConfigurationUnauthorized() *UpdateMeteringReportConfigurationUnauthorized
NewUpdateMeteringReportConfigurationUnauthorized creates a UpdateMeteringReportConfigurationUnauthorized with default headers values
func (*UpdateMeteringReportConfigurationUnauthorized) Error ¶
func (o *UpdateMeteringReportConfigurationUnauthorized) Error() string
func (*UpdateMeteringReportConfigurationUnauthorized) IsClientError ¶
func (o *UpdateMeteringReportConfigurationUnauthorized) IsClientError() bool
IsClientError returns true when this update metering report configuration unauthorized response has a 4xx status code
func (*UpdateMeteringReportConfigurationUnauthorized) IsCode ¶
func (o *UpdateMeteringReportConfigurationUnauthorized) IsCode(code int) bool
IsCode returns true when this update metering report configuration unauthorized response a status code equal to that given
func (*UpdateMeteringReportConfigurationUnauthorized) IsRedirect ¶
func (o *UpdateMeteringReportConfigurationUnauthorized) IsRedirect() bool
IsRedirect returns true when this update metering report configuration unauthorized response has a 3xx status code
func (*UpdateMeteringReportConfigurationUnauthorized) IsServerError ¶
func (o *UpdateMeteringReportConfigurationUnauthorized) IsServerError() bool
IsServerError returns true when this update metering report configuration unauthorized response has a 5xx status code
func (*UpdateMeteringReportConfigurationUnauthorized) IsSuccess ¶
func (o *UpdateMeteringReportConfigurationUnauthorized) IsSuccess() bool
IsSuccess returns true when this update metering report configuration unauthorized response has a 2xx status code
func (*UpdateMeteringReportConfigurationUnauthorized) String ¶
func (o *UpdateMeteringReportConfigurationUnauthorized) String() string
type UpdateSeedBody ¶
type UpdateSeedBody struct { // name Name string `json:"name,omitempty"` // RawKubeconfig raw kubeconfig decoded to base64 RawKubeconfig string `json:"raw_kubeconfig,omitempty"` // spec Spec *models.SeedSpec `json:"spec,omitempty"` }
UpdateSeedBody update seed body swagger:model UpdateSeedBody
func (*UpdateSeedBody) ContextValidate ¶
ContextValidate validate this update seed body based on the context it is used
func (*UpdateSeedBody) MarshalBinary ¶
func (o *UpdateSeedBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateSeedBody) UnmarshalBinary ¶
func (o *UpdateSeedBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateSeedDefault ¶
type UpdateSeedDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
UpdateSeedDefault describes a response with status code -1, with default header values.
errorResponse
func NewUpdateSeedDefault ¶
func NewUpdateSeedDefault(code int) *UpdateSeedDefault
NewUpdateSeedDefault creates a UpdateSeedDefault with default headers values
func (*UpdateSeedDefault) Code ¶
func (o *UpdateSeedDefault) Code() int
Code gets the status code for the update seed default response
func (*UpdateSeedDefault) Error ¶
func (o *UpdateSeedDefault) Error() string
func (*UpdateSeedDefault) GetPayload ¶
func (o *UpdateSeedDefault) GetPayload() *models.ErrorResponse
func (*UpdateSeedDefault) IsClientError ¶
func (o *UpdateSeedDefault) IsClientError() bool
IsClientError returns true when this update seed default response has a 4xx status code
func (*UpdateSeedDefault) IsCode ¶
func (o *UpdateSeedDefault) IsCode(code int) bool
IsCode returns true when this update seed default response a status code equal to that given
func (*UpdateSeedDefault) IsRedirect ¶
func (o *UpdateSeedDefault) IsRedirect() bool
IsRedirect returns true when this update seed default response has a 3xx status code
func (*UpdateSeedDefault) IsServerError ¶
func (o *UpdateSeedDefault) IsServerError() bool
IsServerError returns true when this update seed default response has a 5xx status code
func (*UpdateSeedDefault) IsSuccess ¶
func (o *UpdateSeedDefault) IsSuccess() bool
IsSuccess returns true when this update seed default response has a 2xx status code
func (*UpdateSeedDefault) String ¶
func (o *UpdateSeedDefault) String() string
type UpdateSeedForbidden ¶
type UpdateSeedForbidden struct { }
UpdateSeedForbidden describes a response with status code 403, with default header values.
EmptyResponse is a empty response
func NewUpdateSeedForbidden ¶
func NewUpdateSeedForbidden() *UpdateSeedForbidden
NewUpdateSeedForbidden creates a UpdateSeedForbidden with default headers values
func (*UpdateSeedForbidden) Error ¶
func (o *UpdateSeedForbidden) Error() string
func (*UpdateSeedForbidden) IsClientError ¶
func (o *UpdateSeedForbidden) IsClientError() bool
IsClientError returns true when this update seed forbidden response has a 4xx status code
func (*UpdateSeedForbidden) IsCode ¶
func (o *UpdateSeedForbidden) IsCode(code int) bool
IsCode returns true when this update seed forbidden response a status code equal to that given
func (*UpdateSeedForbidden) IsRedirect ¶
func (o *UpdateSeedForbidden) IsRedirect() bool
IsRedirect returns true when this update seed forbidden response has a 3xx status code
func (*UpdateSeedForbidden) IsServerError ¶
func (o *UpdateSeedForbidden) IsServerError() bool
IsServerError returns true when this update seed forbidden response has a 5xx status code
func (*UpdateSeedForbidden) IsSuccess ¶
func (o *UpdateSeedForbidden) IsSuccess() bool
IsSuccess returns true when this update seed forbidden response has a 2xx status code
func (*UpdateSeedForbidden) String ¶
func (o *UpdateSeedForbidden) String() string
type UpdateSeedOK ¶
UpdateSeedOK describes a response with status code 200, with default header values.
Seed
func NewUpdateSeedOK ¶
func NewUpdateSeedOK() *UpdateSeedOK
NewUpdateSeedOK creates a UpdateSeedOK with default headers values
func (*UpdateSeedOK) Error ¶
func (o *UpdateSeedOK) Error() string
func (*UpdateSeedOK) GetPayload ¶
func (o *UpdateSeedOK) GetPayload() *models.Seed
func (*UpdateSeedOK) IsClientError ¶
func (o *UpdateSeedOK) IsClientError() bool
IsClientError returns true when this update seed o k response has a 4xx status code
func (*UpdateSeedOK) IsCode ¶
func (o *UpdateSeedOK) IsCode(code int) bool
IsCode returns true when this update seed o k response a status code equal to that given
func (*UpdateSeedOK) IsRedirect ¶
func (o *UpdateSeedOK) IsRedirect() bool
IsRedirect returns true when this update seed o k response has a 3xx status code
func (*UpdateSeedOK) IsServerError ¶
func (o *UpdateSeedOK) IsServerError() bool
IsServerError returns true when this update seed o k response has a 5xx status code
func (*UpdateSeedOK) IsSuccess ¶
func (o *UpdateSeedOK) IsSuccess() bool
IsSuccess returns true when this update seed o k response has a 2xx status code
func (*UpdateSeedOK) String ¶
func (o *UpdateSeedOK) String() string
type UpdateSeedParams ¶
type UpdateSeedParams struct { // Body. Body UpdateSeedBody // SeedName. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateSeedParams contains all the parameters to send to the API endpoint
for the update seed operation. Typically these are written to a http.Request.
func NewUpdateSeedParams ¶
func NewUpdateSeedParams() *UpdateSeedParams
NewUpdateSeedParams creates a new UpdateSeedParams 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 NewUpdateSeedParamsWithContext ¶
func NewUpdateSeedParamsWithContext(ctx context.Context) *UpdateSeedParams
NewUpdateSeedParamsWithContext creates a new UpdateSeedParams object with the ability to set a context for a request.
func NewUpdateSeedParamsWithHTTPClient ¶
func NewUpdateSeedParamsWithHTTPClient(client *http.Client) *UpdateSeedParams
NewUpdateSeedParamsWithHTTPClient creates a new UpdateSeedParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateSeedParamsWithTimeout ¶
func NewUpdateSeedParamsWithTimeout(timeout time.Duration) *UpdateSeedParams
NewUpdateSeedParamsWithTimeout creates a new UpdateSeedParams object with the ability to set a timeout on a request.
func (*UpdateSeedParams) SetBody ¶
func (o *UpdateSeedParams) SetBody(body UpdateSeedBody)
SetBody adds the body to the update seed params
func (*UpdateSeedParams) SetContext ¶
func (o *UpdateSeedParams) SetContext(ctx context.Context)
SetContext adds the context to the update seed params
func (*UpdateSeedParams) SetDefaults ¶
func (o *UpdateSeedParams) SetDefaults()
SetDefaults hydrates default values in the update seed params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSeedParams) SetHTTPClient ¶
func (o *UpdateSeedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update seed params
func (*UpdateSeedParams) SetName ¶
func (o *UpdateSeedParams) SetName(seedName string)
SetName adds the seedName to the update seed params
func (*UpdateSeedParams) SetTimeout ¶
func (o *UpdateSeedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update seed params
func (*UpdateSeedParams) WithBody ¶
func (o *UpdateSeedParams) WithBody(body UpdateSeedBody) *UpdateSeedParams
WithBody adds the body to the update seed params
func (*UpdateSeedParams) WithContext ¶
func (o *UpdateSeedParams) WithContext(ctx context.Context) *UpdateSeedParams
WithContext adds the context to the update seed params
func (*UpdateSeedParams) WithDefaults ¶
func (o *UpdateSeedParams) WithDefaults() *UpdateSeedParams
WithDefaults hydrates default values in the update seed params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSeedParams) WithHTTPClient ¶
func (o *UpdateSeedParams) WithHTTPClient(client *http.Client) *UpdateSeedParams
WithHTTPClient adds the HTTPClient to the update seed params
func (*UpdateSeedParams) WithName ¶
func (o *UpdateSeedParams) WithName(seedName string) *UpdateSeedParams
WithName adds the seedName to the update seed params
func (*UpdateSeedParams) WithTimeout ¶
func (o *UpdateSeedParams) WithTimeout(timeout time.Duration) *UpdateSeedParams
WithTimeout adds the timeout to the update seed params
func (*UpdateSeedParams) WriteToRequest ¶
func (o *UpdateSeedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSeedReader ¶
type UpdateSeedReader struct {
// contains filtered or unexported fields
}
UpdateSeedReader is a Reader for the UpdateSeed structure.
func (*UpdateSeedReader) ReadResponse ¶
func (o *UpdateSeedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSeedUnauthorized ¶
type UpdateSeedUnauthorized struct { }
UpdateSeedUnauthorized describes a response with status code 401, with default header values.
EmptyResponse is a empty response
func NewUpdateSeedUnauthorized ¶
func NewUpdateSeedUnauthorized() *UpdateSeedUnauthorized
NewUpdateSeedUnauthorized creates a UpdateSeedUnauthorized with default headers values
func (*UpdateSeedUnauthorized) Error ¶
func (o *UpdateSeedUnauthorized) Error() string
func (*UpdateSeedUnauthorized) IsClientError ¶
func (o *UpdateSeedUnauthorized) IsClientError() bool
IsClientError returns true when this update seed unauthorized response has a 4xx status code
func (*UpdateSeedUnauthorized) IsCode ¶
func (o *UpdateSeedUnauthorized) IsCode(code int) bool
IsCode returns true when this update seed unauthorized response a status code equal to that given
func (*UpdateSeedUnauthorized) IsRedirect ¶
func (o *UpdateSeedUnauthorized) IsRedirect() bool
IsRedirect returns true when this update seed unauthorized response has a 3xx status code
func (*UpdateSeedUnauthorized) IsServerError ¶
func (o *UpdateSeedUnauthorized) IsServerError() bool
IsServerError returns true when this update seed unauthorized response has a 5xx status code
func (*UpdateSeedUnauthorized) IsSuccess ¶
func (o *UpdateSeedUnauthorized) IsSuccess() bool
IsSuccess returns true when this update seed unauthorized response has a 2xx status code
func (*UpdateSeedUnauthorized) String ¶
func (o *UpdateSeedUnauthorized) String() string
Source Files ¶
- admin_client.go
- create_metering_report_configuration_parameters.go
- create_metering_report_configuration_responses.go
- create_or_update_metering_configurations_parameters.go
- create_or_update_metering_configurations_responses.go
- create_or_update_metering_credentials_parameters.go
- create_or_update_metering_credentials_responses.go
- create_seed_parameters.go
- create_seed_responses.go
- delete_admission_plugin_parameters.go
- delete_admission_plugin_responses.go
- delete_backup_destination_parameters.go
- delete_backup_destination_responses.go
- delete_metering_report_configuration_parameters.go
- delete_metering_report_configuration_responses.go
- delete_seed_parameters.go
- delete_seed_responses.go
- get_admins_parameters.go
- get_admins_responses.go
- get_admission_plugin_parameters.go
- get_admission_plugin_responses.go
- get_kubermatic_custom_links_parameters.go
- get_kubermatic_custom_links_responses.go
- get_kubermatic_settings_parameters.go
- get_kubermatic_settings_responses.go
- get_metering_report_configuration_parameters.go
- get_metering_report_configuration_responses.go
- get_seed_parameters.go
- get_seed_responses.go
- list_admission_plugins_parameters.go
- list_admission_plugins_responses.go
- list_metering_report_configurations_parameters.go
- list_metering_report_configurations_responses.go
- list_seeds_parameters.go
- list_seeds_responses.go
- patch_kubermatic_settings_parameters.go
- patch_kubermatic_settings_responses.go
- set_admin_parameters.go
- set_admin_responses.go
- update_admission_plugin_parameters.go
- update_admission_plugin_responses.go
- update_metering_report_configuration_parameters.go
- update_metering_report_configuration_responses.go
- update_seed_parameters.go
- update_seed_responses.go