Versions in this module Expand all Collapse all v0 v0.0.2 May 9, 2018 Changes in this version + const AddClusterBadRequestCode + const AddClusterCreatedCode + const AddClusterInternalServerErrorCode + const AddClusterUnauthorizedCode + const DeleteClusterBadRequestCode + const DeleteClusterInternalServerErrorCode + const DeleteClusterNotFoundCode + const DeleteClusterOKCode + const DeleteClusterUnauthorizedCode + const GetClusterByIDBadRequestCode + const GetClusterByIDInternalServerErrorCode + const GetClusterByIDNotFoundCode + const GetClusterByIDOKCode + const GetClusterByIDUnauthorizedCode + const GetClustersBadRequestCode + const GetClustersInternalServerErrorCode + const GetClustersOKCode + const GetClustersUnauthorizedCode + const UpdateClusterBadRequestCode + const UpdateClusterInternalServerErrorCode + const UpdateClusterNotFoundCode + const UpdateClusterOKCode + const UpdateClusterUnauthorizedCode + type AddCluster struct + Context *middleware.Context + Handler AddClusterHandler + func NewAddCluster(ctx *middleware.Context, handler AddClusterHandler) *AddCluster + func (o *AddCluster) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type AddClusterBadRequest struct + Payload *models.APIResponse + func NewAddClusterBadRequest() *AddClusterBadRequest + func (o *AddClusterBadRequest) SetPayload(payload *models.APIResponse) + func (o *AddClusterBadRequest) WithPayload(payload *models.APIResponse) *AddClusterBadRequest + func (o *AddClusterBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddClusterCreated struct + Payload *models.APIResponse + func NewAddClusterCreated() *AddClusterCreated + func (o *AddClusterCreated) SetPayload(payload *models.APIResponse) + func (o *AddClusterCreated) WithPayload(payload *models.APIResponse) *AddClusterCreated + func (o *AddClusterCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddClusterHandler interface + Handle func(AddClusterParams) middleware.Responder + type AddClusterHandlerFunc func(AddClusterParams) middleware.Responder + func (fn AddClusterHandlerFunc) Handle(params AddClusterParams) middleware.Responder + type AddClusterInternalServerError struct + Payload *models.APIResponse + func NewAddClusterInternalServerError() *AddClusterInternalServerError + func (o *AddClusterInternalServerError) SetPayload(payload *models.APIResponse) + func (o *AddClusterInternalServerError) WithPayload(payload *models.APIResponse) *AddClusterInternalServerError + func (o *AddClusterInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddClusterParams struct + Body *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster + HTTPRequest *http.Request + func NewAddClusterParams() AddClusterParams + func (o *AddClusterParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type AddClusterURL struct + func (o *AddClusterURL) Build() (*url.URL, error) + func (o *AddClusterURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *AddClusterURL) Must(u *url.URL, err error) *url.URL + func (o *AddClusterURL) SetBasePath(bp string) + func (o *AddClusterURL) String() string + func (o *AddClusterURL) StringFull(scheme, host string) string + func (o *AddClusterURL) WithBasePath(bp string) *AddClusterURL + type AddClusterUnauthorized struct + Payload *models.APIResponse + func NewAddClusterUnauthorized() *AddClusterUnauthorized + func (o *AddClusterUnauthorized) SetPayload(payload *models.APIResponse) + func (o *AddClusterUnauthorized) WithPayload(payload *models.APIResponse) *AddClusterUnauthorized + func (o *AddClusterUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteCluster struct + Context *middleware.Context + Handler DeleteClusterHandler + func NewDeleteCluster(ctx *middleware.Context, handler DeleteClusterHandler) *DeleteCluster + func (o *DeleteCluster) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type DeleteClusterBadRequest struct + Payload *models.APIResponse + func NewDeleteClusterBadRequest() *DeleteClusterBadRequest + func (o *DeleteClusterBadRequest) SetPayload(payload *models.APIResponse) + func (o *DeleteClusterBadRequest) WithPayload(payload *models.APIResponse) *DeleteClusterBadRequest + func (o *DeleteClusterBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteClusterHandler interface + Handle func(DeleteClusterParams) middleware.Responder + type DeleteClusterHandlerFunc func(DeleteClusterParams) middleware.Responder + func (fn DeleteClusterHandlerFunc) Handle(params DeleteClusterParams) middleware.Responder + type DeleteClusterInternalServerError struct + Payload *models.APIResponse + func NewDeleteClusterInternalServerError() *DeleteClusterInternalServerError + func (o *DeleteClusterInternalServerError) SetPayload(payload *models.APIResponse) + func (o *DeleteClusterInternalServerError) WithPayload(payload *models.APIResponse) *DeleteClusterInternalServerError + func (o *DeleteClusterInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteClusterNotFound struct + Payload *models.APIResponse + func NewDeleteClusterNotFound() *DeleteClusterNotFound + func (o *DeleteClusterNotFound) SetPayload(payload *models.APIResponse) + func (o *DeleteClusterNotFound) WithPayload(payload *models.APIResponse) *DeleteClusterNotFound + func (o *DeleteClusterNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteClusterOK struct + func NewDeleteClusterOK() *DeleteClusterOK + func (o *DeleteClusterOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteClusterParams struct + ClusterID string + HTTPRequest *http.Request + func NewDeleteClusterParams() DeleteClusterParams + func (o *DeleteClusterParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type DeleteClusterURL struct + ClusterID string + func (o *DeleteClusterURL) Build() (*url.URL, error) + func (o *DeleteClusterURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *DeleteClusterURL) Must(u *url.URL, err error) *url.URL + func (o *DeleteClusterURL) SetBasePath(bp string) + func (o *DeleteClusterURL) String() string + func (o *DeleteClusterURL) StringFull(scheme, host string) string + func (o *DeleteClusterURL) WithBasePath(bp string) *DeleteClusterURL + type DeleteClusterUnauthorized struct + Payload *models.APIResponse + func NewDeleteClusterUnauthorized() *DeleteClusterUnauthorized + func (o *DeleteClusterUnauthorized) SetPayload(payload *models.APIResponse) + func (o *DeleteClusterUnauthorized) WithPayload(payload *models.APIResponse) *DeleteClusterUnauthorized + func (o *DeleteClusterUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetClusterByID struct + Context *middleware.Context + Handler GetClusterByIDHandler + func NewGetClusterByID(ctx *middleware.Context, handler GetClusterByIDHandler) *GetClusterByID + func (o *GetClusterByID) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetClusterByIDBadRequest struct + Payload *models.APIResponse + func NewGetClusterByIDBadRequest() *GetClusterByIDBadRequest + func (o *GetClusterByIDBadRequest) SetPayload(payload *models.APIResponse) + func (o *GetClusterByIDBadRequest) WithPayload(payload *models.APIResponse) *GetClusterByIDBadRequest + func (o *GetClusterByIDBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetClusterByIDHandler interface + Handle func(GetClusterByIDParams) middleware.Responder + type GetClusterByIDHandlerFunc func(GetClusterByIDParams) middleware.Responder + func (fn GetClusterByIDHandlerFunc) Handle(params GetClusterByIDParams) middleware.Responder + type GetClusterByIDInternalServerError struct + Payload *models.APIResponse + func NewGetClusterByIDInternalServerError() *GetClusterByIDInternalServerError + func (o *GetClusterByIDInternalServerError) SetPayload(payload *models.APIResponse) + func (o *GetClusterByIDInternalServerError) WithPayload(payload *models.APIResponse) *GetClusterByIDInternalServerError + func (o *GetClusterByIDInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetClusterByIDNotFound struct + Payload *models.APIResponse + func NewGetClusterByIDNotFound() *GetClusterByIDNotFound + func (o *GetClusterByIDNotFound) SetPayload(payload *models.APIResponse) + func (o *GetClusterByIDNotFound) WithPayload(payload *models.APIResponse) *GetClusterByIDNotFound + func (o *GetClusterByIDNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetClusterByIDOK struct + Payload *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster + func NewGetClusterByIDOK() *GetClusterByIDOK + func (o *GetClusterByIDOK) SetPayload(payload *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) + func (o *GetClusterByIDOK) WithPayload(payload *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) *GetClusterByIDOK + func (o *GetClusterByIDOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetClusterByIDParams struct + ClusterID string + HTTPRequest *http.Request + func NewGetClusterByIDParams() GetClusterByIDParams + func (o *GetClusterByIDParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetClusterByIDURL struct + ClusterID string + func (o *GetClusterByIDURL) Build() (*url.URL, error) + func (o *GetClusterByIDURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetClusterByIDURL) Must(u *url.URL, err error) *url.URL + func (o *GetClusterByIDURL) SetBasePath(bp string) + func (o *GetClusterByIDURL) String() string + func (o *GetClusterByIDURL) StringFull(scheme, host string) string + func (o *GetClusterByIDURL) WithBasePath(bp string) *GetClusterByIDURL + type GetClusterByIDUnauthorized struct + Payload *models.APIResponse + func NewGetClusterByIDUnauthorized() *GetClusterByIDUnauthorized + func (o *GetClusterByIDUnauthorized) SetPayload(payload *models.APIResponse) + func (o *GetClusterByIDUnauthorized) WithPayload(payload *models.APIResponse) *GetClusterByIDUnauthorized + func (o *GetClusterByIDUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetClusters struct + Context *middleware.Context + Handler GetClustersHandler + func NewGetClusters(ctx *middleware.Context, handler GetClustersHandler) *GetClusters + func (o *GetClusters) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetClustersBadRequest struct + Payload *models.APIResponse + func NewGetClustersBadRequest() *GetClustersBadRequest + func (o *GetClustersBadRequest) SetPayload(payload *models.APIResponse) + func (o *GetClustersBadRequest) WithPayload(payload *models.APIResponse) *GetClustersBadRequest + func (o *GetClustersBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetClustersHandler interface + Handle func(GetClustersParams) middleware.Responder + type GetClustersHandlerFunc func(GetClustersParams) middleware.Responder + func (fn GetClustersHandlerFunc) Handle(params GetClustersParams) middleware.Responder + type GetClustersInternalServerError struct + Payload *models.APIResponse + func NewGetClustersInternalServerError() *GetClustersInternalServerError + func (o *GetClustersInternalServerError) SetPayload(payload *models.APIResponse) + func (o *GetClustersInternalServerError) WithPayload(payload *models.APIResponse) *GetClustersInternalServerError + func (o *GetClustersInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetClustersOK struct + Payload models.GetClustersOKBody + func NewGetClustersOK() *GetClustersOK + func (o *GetClustersOK) SetPayload(payload models.GetClustersOKBody) + func (o *GetClustersOK) WithPayload(payload models.GetClustersOKBody) *GetClustersOK + func (o *GetClustersOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetClustersParams struct + HTTPRequest *http.Request + func NewGetClustersParams() GetClustersParams + func (o *GetClustersParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetClustersURL struct + func (o *GetClustersURL) Build() (*url.URL, error) + func (o *GetClustersURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetClustersURL) Must(u *url.URL, err error) *url.URL + func (o *GetClustersURL) SetBasePath(bp string) + func (o *GetClustersURL) String() string + func (o *GetClustersURL) StringFull(scheme, host string) string + func (o *GetClustersURL) WithBasePath(bp string) *GetClustersURL + type GetClustersUnauthorized struct + Payload *models.APIResponse + func NewGetClustersUnauthorized() *GetClustersUnauthorized + func (o *GetClustersUnauthorized) SetPayload(payload *models.APIResponse) + func (o *GetClustersUnauthorized) WithPayload(payload *models.APIResponse) *GetClustersUnauthorized + func (o *GetClustersUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateCluster struct + Context *middleware.Context + Handler UpdateClusterHandler + func NewUpdateCluster(ctx *middleware.Context, handler UpdateClusterHandler) *UpdateCluster + func (o *UpdateCluster) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type UpdateClusterBadRequest struct + Payload *models.APIResponse + func NewUpdateClusterBadRequest() *UpdateClusterBadRequest + func (o *UpdateClusterBadRequest) SetPayload(payload *models.APIResponse) + func (o *UpdateClusterBadRequest) WithPayload(payload *models.APIResponse) *UpdateClusterBadRequest + func (o *UpdateClusterBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateClusterHandler interface + Handle func(UpdateClusterParams) middleware.Responder + type UpdateClusterHandlerFunc func(UpdateClusterParams) middleware.Responder + func (fn UpdateClusterHandlerFunc) Handle(params UpdateClusterParams) middleware.Responder + type UpdateClusterInternalServerError struct + Payload *models.APIResponse + func NewUpdateClusterInternalServerError() *UpdateClusterInternalServerError + func (o *UpdateClusterInternalServerError) SetPayload(payload *models.APIResponse) + func (o *UpdateClusterInternalServerError) WithPayload(payload *models.APIResponse) *UpdateClusterInternalServerError + func (o *UpdateClusterInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateClusterNotFound struct + Payload *models.APIResponse + func NewUpdateClusterNotFound() *UpdateClusterNotFound + func (o *UpdateClusterNotFound) SetPayload(payload *models.APIResponse) + func (o *UpdateClusterNotFound) WithPayload(payload *models.APIResponse) *UpdateClusterNotFound + func (o *UpdateClusterNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateClusterOK struct + func NewUpdateClusterOK() *UpdateClusterOK + func (o *UpdateClusterOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateClusterParams struct + Body *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster + ClusterID string + HTTPRequest *http.Request + func NewUpdateClusterParams() UpdateClusterParams + func (o *UpdateClusterParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type UpdateClusterURL struct + ClusterID string + func (o *UpdateClusterURL) Build() (*url.URL, error) + func (o *UpdateClusterURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *UpdateClusterURL) Must(u *url.URL, err error) *url.URL + func (o *UpdateClusterURL) SetBasePath(bp string) + func (o *UpdateClusterURL) String() string + func (o *UpdateClusterURL) StringFull(scheme, host string) string + func (o *UpdateClusterURL) WithBasePath(bp string) *UpdateClusterURL + type UpdateClusterUnauthorized struct + Payload *models.APIResponse + func NewUpdateClusterUnauthorized() *UpdateClusterUnauthorized + func (o *UpdateClusterUnauthorized) SetPayload(payload *models.APIResponse) + func (o *UpdateClusterUnauthorized) WithPayload(payload *models.APIResponse) *UpdateClusterUnauthorized + func (o *UpdateClusterUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) v0.0.1 Apr 28, 2018