Documentation ¶
Index ¶
- type OpenpitrixAddClusterNodesRequest
- type OpenpitrixAddClusterNodesResponse
- type OpenpitrixApp
- type OpenpitrixAppVersion
- type OpenpitrixAttachCredentialToRuntimeEnvRequset
- type OpenpitrixAttachCredentialToRuntimeEnvResponse
- type OpenpitrixCeaseClustersRequest
- type OpenpitrixCeaseClustersResponse
- type OpenpitrixCluster
- type OpenpitrixClusterClusterNodeSet
- type OpenpitrixClusterNode
- type OpenpitrixCreateAppRequest
- type OpenpitrixCreateAppResponse
- type OpenpitrixCreateAppVersionRequest
- type OpenpitrixCreateAppVersionResponse
- type OpenpitrixCreateClusterRequest
- type OpenpitrixCreateClusterResponse
- type OpenpitrixCreateJobRequest
- type OpenpitrixCreateJobResponse
- type OpenpitrixCreateRepoLabelRequest
- type OpenpitrixCreateRepoLabelResponse
- type OpenpitrixCreateRepoRequest
- type OpenpitrixCreateRepoResponse
- type OpenpitrixCreateRepoSelectorRequest
- type OpenpitrixCreateRepoSelectorResponse
- type OpenpitrixCreateRuntimeEnvCredentialRequset
- type OpenpitrixCreateRuntimeEnvCredentialResponse
- type OpenpitrixCreateRuntimeEnvRequest
- type OpenpitrixCreateRuntimeEnvResponse
- type OpenpitrixCreateTaskRequest
- type OpenpitrixCreateTaskResponse
- type OpenpitrixDeleteAppRequest
- type OpenpitrixDeleteAppResponse
- type OpenpitrixDeleteAppVersionRequest
- type OpenpitrixDeleteAppVersionResponse
- type OpenpitrixDeleteClusterNodesRequest
- type OpenpitrixDeleteClusterNodesResponse
- type OpenpitrixDeleteClustersRequest
- type OpenpitrixDeleteClustersResponse
- type OpenpitrixDeleteRepoLabelRequest
- type OpenpitrixDeleteRepoLabelResponse
- type OpenpitrixDeleteRepoRequest
- type OpenpitrixDeleteRepoResponse
- type OpenpitrixDeleteRepoSelectorRequest
- type OpenpitrixDeleteRepoSelectorResponse
- type OpenpitrixDeleteRuntimeEnvCredentialRequset
- type OpenpitrixDeleteRuntimeEnvCredentialResponse
- type OpenpitrixDeleteRuntimeEnvRequest
- type OpenpitrixDeleteRuntimeEnvResponse
- type OpenpitrixDescribeAppVersionsResponse
- type OpenpitrixDescribeAppVersionsResponseAppVersionSet
- type OpenpitrixDescribeAppsResponse
- type OpenpitrixDescribeAppsResponseAppSet
- type OpenpitrixDescribeClusterNodesResponse
- type OpenpitrixDescribeClusterNodesResponseClusterNodeSet
- type OpenpitrixDescribeClustersResponse
- type OpenpitrixDescribeClustersResponseClusterSet
- type OpenpitrixDescribeJobsResponse
- type OpenpitrixDescribeJobsResponseJobSet
- type OpenpitrixDescribeRepoLabelsResponse
- type OpenpitrixDescribeRepoLabelsResponseRepoLabelSet
- type OpenpitrixDescribeRepoSelectorsResponse
- type OpenpitrixDescribeRepoSelectorsResponseRepoSelectorSet
- type OpenpitrixDescribeRepoTasksResponse
- type OpenpitrixDescribeRepoTasksResponseRepoTaskSet
- type OpenpitrixDescribeReposResponse
- type OpenpitrixDescribeReposResponseRepoSet
- type OpenpitrixDescribeRuntimeEnvCredentialsResponse
- type OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet
- type OpenpitrixDescribeRuntimeEnvsResponse
- type OpenpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet
- type OpenpitrixDescribeTasksResponse
- type OpenpitrixDescribeTasksResponseTaskSet
- type OpenpitrixDetachCredentialFromRuntimeEnvRequset
- type OpenpitrixDetachCredentialFromRuntimeEnvResponse
- type OpenpitrixGetAppVersionPackageResponse
- type OpenpitrixGetSubtaskStatusResponse
- type OpenpitrixGetSubtaskStatusResponseSubtaskStatusSet
- type OpenpitrixHandleSubtaskRequest
- type OpenpitrixHandleSubtaskResponse
- type OpenpitrixIndexRepoRequest
- type OpenpitrixIndexRepoResponse
- type OpenpitrixJob
- type OpenpitrixModifyAppRequest
- type OpenpitrixModifyAppResponse
- type OpenpitrixModifyAppVersionRequest
- type OpenpitrixModifyAppVersionResponse
- type OpenpitrixModifyClusterNodeRequest
- type OpenpitrixModifyClusterNodeResponse
- type OpenpitrixModifyClusterRequest
- type OpenpitrixModifyClusterResponse
- type OpenpitrixModifyRepoLabelRequest
- type OpenpitrixModifyRepoLabelResponse
- type OpenpitrixModifyRepoRequest
- type OpenpitrixModifyRepoResponse
- type OpenpitrixModifyRepoSelectorRequest
- type OpenpitrixModifyRepoSelectorResponse
- type OpenpitrixModifyRuntimeEnvCredentialRequest
- type OpenpitrixModifyRuntimeEnvCredentialResponse
- type OpenpitrixModifyRuntimeEnvRequest
- type OpenpitrixModifyRuntimeEnvResponse
- type OpenpitrixRecoverClustersRequest
- type OpenpitrixRecoverClustersResponse
- type OpenpitrixRepo
- type OpenpitrixRepoLabel
- type OpenpitrixRepoSelector
- type OpenpitrixRepoTask
- type OpenpitrixResizeClusterRequest
- type OpenpitrixResizeClusterResponse
- type OpenpitrixRollbackClusterRequest
- type OpenpitrixRollbackClusterResponse
- type OpenpitrixRuntimeEnv
- type OpenpitrixRuntimeEnvCredential
- type OpenpitrixRuntimeEnvLabel
- type OpenpitrixRuntimeEnvLabels
- type OpenpitrixStartClustersRequest
- type OpenpitrixStartClustersResponse
- type OpenpitrixStopClustersRequest
- type OpenpitrixStopClustersResponse
- type OpenpitrixSubtaskStatus
- type OpenpitrixTask
- type OpenpitrixUpdateClusterEnvRequest
- type OpenpitrixUpdateClusterEnvResponse
- type OpenpitrixUpgradeClusterRequest
- type OpenpitrixUpgradeClusterResponse
- type ProtobufBoolValue
- type ProtobufStringValue
- type ProtobufUint32Value
- type ProtobufUint64Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenpitrixAddClusterNodesRequest ¶
type OpenpitrixAddClusterNodesRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // node count NodeCount *ProtobufUint32Value `json:"node_count,omitempty"` // role Role string `json:"role,omitempty"` }
OpenpitrixAddClusterNodesRequest openpitrix add cluster nodes request swagger:model openpitrixAddClusterNodesRequest
func (*OpenpitrixAddClusterNodesRequest) MarshalBinary ¶
func (m *OpenpitrixAddClusterNodesRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixAddClusterNodesRequest) UnmarshalBinary ¶
func (m *OpenpitrixAddClusterNodesRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixAddClusterNodesResponse ¶
type OpenpitrixAddClusterNodesResponse struct { // cluster id ClusterID string `json:"cluster_id,omitempty"` // job id JobID string `json:"job_id,omitempty"` }
OpenpitrixAddClusterNodesResponse openpitrix add cluster nodes response swagger:model openpitrixAddClusterNodesResponse
func (*OpenpitrixAddClusterNodesResponse) MarshalBinary ¶
func (m *OpenpitrixAddClusterNodesResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixAddClusterNodesResponse) UnmarshalBinary ¶
func (m *OpenpitrixAddClusterNodesResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixApp ¶
type OpenpitrixApp struct { // app id AppID string `json:"app_id,omitempty"` // chart name ChartName string `json:"chart_name,omitempty"` // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // description Description string `json:"description,omitempty"` // home Home string `json:"home,omitempty"` // icon Icon string `json:"icon,omitempty"` // maintainers Maintainers string `json:"maintainers,omitempty"` // name Name string `json:"name,omitempty"` // owner Owner string `json:"owner,omitempty"` // readme Readme string `json:"readme,omitempty"` // repo id RepoID string `json:"repo_id,omitempty"` // screenshots Screenshots string `json:"screenshots,omitempty"` // sources Sources string `json:"sources,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` }
OpenpitrixApp openpitrix app swagger:model openpitrixApp
func (*OpenpitrixApp) MarshalBinary ¶
func (m *OpenpitrixApp) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixApp) UnmarshalBinary ¶
func (m *OpenpitrixApp) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixAppVersion ¶
type OpenpitrixAppVersion struct { // app id AppID string `json:"app_id,omitempty"` // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` // owner Owner string `json:"owner,omitempty"` // package name PackageName string `json:"package_name,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` // version id VersionID string `json:"version_id,omitempty"` }
OpenpitrixAppVersion openpitrix app version swagger:model openpitrixAppVersion
func (*OpenpitrixAppVersion) MarshalBinary ¶
func (m *OpenpitrixAppVersion) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixAppVersion) UnmarshalBinary ¶
func (m *OpenpitrixAppVersion) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixAttachCredentialToRuntimeEnvRequset ¶
type OpenpitrixAttachCredentialToRuntimeEnvRequset struct { // runtime env credential id RuntimeEnvCredentialID string `json:"runtime_env_credential_id,omitempty"` // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` }
OpenpitrixAttachCredentialToRuntimeEnvRequset openpitrix attach credential to runtime env requset swagger:model openpitrixAttachCredentialToRuntimeEnvRequset
func (*OpenpitrixAttachCredentialToRuntimeEnvRequset) MarshalBinary ¶
func (m *OpenpitrixAttachCredentialToRuntimeEnvRequset) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixAttachCredentialToRuntimeEnvRequset) UnmarshalBinary ¶
func (m *OpenpitrixAttachCredentialToRuntimeEnvRequset) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixAttachCredentialToRuntimeEnvResponse ¶
type OpenpitrixAttachCredentialToRuntimeEnvResponse struct { // runtime env credential id RuntimeEnvCredentialID string `json:"runtime_env_credential_id,omitempty"` // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` }
OpenpitrixAttachCredentialToRuntimeEnvResponse openpitrix attach credential to runtime env response swagger:model openpitrixAttachCredentialToRuntimeEnvResponse
func (*OpenpitrixAttachCredentialToRuntimeEnvResponse) MarshalBinary ¶
func (m *OpenpitrixAttachCredentialToRuntimeEnvResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixAttachCredentialToRuntimeEnvResponse) UnmarshalBinary ¶
func (m *OpenpitrixAttachCredentialToRuntimeEnvResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCeaseClustersRequest ¶
type OpenpitrixCeaseClustersRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID []string `json:"cluster_id"` }
OpenpitrixCeaseClustersRequest openpitrix cease clusters request swagger:model openpitrixCeaseClustersRequest
func (*OpenpitrixCeaseClustersRequest) MarshalBinary ¶
func (m *OpenpitrixCeaseClustersRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCeaseClustersRequest) UnmarshalBinary ¶
func (m *OpenpitrixCeaseClustersRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCeaseClustersResponse ¶
type OpenpitrixCeaseClustersResponse struct { // cluster id ClusterID []string `json:"cluster_id"` // job id JobID []string `json:"job_id"` }
OpenpitrixCeaseClustersResponse openpitrix cease clusters response swagger:model openpitrixCeaseClustersResponse
func (*OpenpitrixCeaseClustersResponse) MarshalBinary ¶
func (m *OpenpitrixCeaseClustersResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCeaseClustersResponse) UnmarshalBinary ¶
func (m *OpenpitrixCeaseClustersResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCluster ¶
type OpenpitrixCluster struct { // advanced actions AdvancedActions map[string]string `json:"advanced_actions,omitempty"` // app id AppID string `json:"app_id,omitempty"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // cluster node set ClusterNodeSet OpenpitrixClusterClusterNodeSet `json:"cluster_node_set"` // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // description Description string `json:"description,omitempty"` // endpoints Endpoints string `json:"endpoints,omitempty"` // frontgate id FrontgateID string `json:"frontgate_id,omitempty"` // global uuid GlobalUUID string `json:"global_uuid,omitempty"` // links Links map[string]string `json:"links,omitempty"` // metadata root access MetadataRootAccess bool `json:"metadata_root_access,omitempty"` // name Name string `json:"name,omitempty"` // node count NodeCount *ProtobufUint32Value `json:"node_count,omitempty"` // owner Owner string `json:"owner,omitempty"` // roles Roles map[string]string `json:"roles,omitempty"` // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` // transition status TransitionStatus string `json:"transition_status,omitempty"` // upgrade status UpgradeStatus string `json:"upgrade_status,omitempty"` // version id VersionID string `json:"version_id,omitempty"` }
OpenpitrixCluster openpitrix cluster swagger:model openpitrixCluster
func (*OpenpitrixCluster) MarshalBinary ¶
func (m *OpenpitrixCluster) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCluster) UnmarshalBinary ¶
func (m *OpenpitrixCluster) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixClusterClusterNodeSet ¶
type OpenpitrixClusterClusterNodeSet []*OpenpitrixClusterNode
OpenpitrixClusterClusterNodeSet openpitrix cluster cluster node set swagger:model openpitrixClusterClusterNodeSet
type OpenpitrixClusterNode ¶
type OpenpitrixClusterNode struct { // advanced actions AdvancedActions string `json:"advanced_actions,omitempty"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // cpu CPU *ProtobufUint32Value `json:"cpu,omitempty"` // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // env Env string `json:"env,omitempty"` // global server id GlobalServerID *ProtobufUint64Value `json:"global_server_id,omitempty"` // gpu Gpu *ProtobufUint32Value `json:"gpu,omitempty"` // health status HealthStatus string `json:"health_status,omitempty"` // image id ImageID string `json:"image_id,omitempty"` // instance id InstanceID string `json:"instance_id,omitempty"` // memory Memory *ProtobufUint32Value `json:"memory,omitempty"` // name Name string `json:"name,omitempty"` // node id NodeID string `json:"node_id,omitempty"` // owner Owner string `json:"owner,omitempty"` // passphraseless Passphraseless string `json:"passphraseless,omitempty"` // private ip PrivateIP string `json:"private_ip,omitempty"` // role Role string `json:"role,omitempty"` // server id ServerID *ProtobufUint32Value `json:"server_id,omitempty"` // server id upper bound ServerIDUpperBound *ProtobufUint32Value `json:"server_id_upper_bound,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` // storage size StorageSize *ProtobufUint32Value `json:"storage_size,omitempty"` // transition status TransitionStatus string `json:"transition_status,omitempty"` // vxnet id VxnetID string `json:"vxnet_id,omitempty"` }
OpenpitrixClusterNode openpitrix cluster node swagger:model openpitrixClusterNode
func (*OpenpitrixClusterNode) MarshalBinary ¶
func (m *OpenpitrixClusterNode) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixClusterNode) UnmarshalBinary ¶
func (m *OpenpitrixClusterNode) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateAppRequest ¶
type OpenpitrixCreateAppRequest struct { // chart name ChartName string `json:"chart_name,omitempty"` // description Description string `json:"description,omitempty"` // home Home string `json:"home,omitempty"` // icon Icon string `json:"icon,omitempty"` // maintainers Maintainers string `json:"maintainers,omitempty"` // name Name string `json:"name,omitempty"` // owner Owner string `json:"owner,omitempty"` // readme Readme string `json:"readme,omitempty"` // repo id RepoID string `json:"repo_id,omitempty"` // screenshots Screenshots string `json:"screenshots,omitempty"` // sources Sources string `json:"sources,omitempty"` // contains filtered or unexported fields }
OpenpitrixCreateAppRequest openpitrix create app request swagger:model openpitrixCreateAppRequest
func (*OpenpitrixCreateAppRequest) MarshalBinary ¶
func (m *OpenpitrixCreateAppRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateAppRequest) UnmarshalBinary ¶
func (m *OpenpitrixCreateAppRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateAppResponse ¶
type OpenpitrixCreateAppResponse struct { // app App *OpenpitrixApp `json:"app,omitempty"` }
OpenpitrixCreateAppResponse openpitrix create app response swagger:model openpitrixCreateAppResponse
func (*OpenpitrixCreateAppResponse) MarshalBinary ¶
func (m *OpenpitrixCreateAppResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateAppResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateAppResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateAppVersionRequest ¶
type OpenpitrixCreateAppVersionRequest struct { // app id AppID string `json:"app_id,omitempty"` // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` // owner Owner string `json:"owner,omitempty"` // package name PackageName string `json:"package_name,omitempty"` // contains filtered or unexported fields }
OpenpitrixCreateAppVersionRequest openpitrix create app version request swagger:model openpitrixCreateAppVersionRequest
func (*OpenpitrixCreateAppVersionRequest) MarshalBinary ¶
func (m *OpenpitrixCreateAppVersionRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateAppVersionRequest) UnmarshalBinary ¶
func (m *OpenpitrixCreateAppVersionRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateAppVersionResponse ¶
type OpenpitrixCreateAppVersionResponse struct { // app version AppVersion *OpenpitrixAppVersion `json:"app_version,omitempty"` }
OpenpitrixCreateAppVersionResponse openpitrix create app version response swagger:model openpitrixCreateAppVersionResponse
func (*OpenpitrixCreateAppVersionResponse) MarshalBinary ¶
func (m *OpenpitrixCreateAppVersionResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateAppVersionResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateAppVersionResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateClusterRequest ¶
type OpenpitrixCreateClusterRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // app id AppID string `json:"app_id,omitempty"` // conf Conf string `json:"conf,omitempty"` // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` // version id VersionID string `json:"version_id,omitempty"` }
OpenpitrixCreateClusterRequest openpitrix create cluster request swagger:model openpitrixCreateClusterRequest
func (*OpenpitrixCreateClusterRequest) MarshalBinary ¶
func (m *OpenpitrixCreateClusterRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateClusterRequest) UnmarshalBinary ¶
func (m *OpenpitrixCreateClusterRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateClusterResponse ¶
type OpenpitrixCreateClusterResponse struct { // cluster id ClusterID string `json:"cluster_id,omitempty"` // job id JobID string `json:"job_id,omitempty"` }
OpenpitrixCreateClusterResponse openpitrix create cluster response swagger:model openpitrixCreateClusterResponse
func (*OpenpitrixCreateClusterResponse) MarshalBinary ¶
func (m *OpenpitrixCreateClusterResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateClusterResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateClusterResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateJobRequest ¶
type OpenpitrixCreateJobRequest struct { // app id AppID string `json:"app_id,omitempty"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // directive Directive string `json:"directive,omitempty"` // job action JobAction string `json:"job_action,omitempty"` // runtime Runtime string `json:"runtime,omitempty"` // version id VersionID string `json:"version_id,omitempty"` // contains filtered or unexported fields }
OpenpitrixCreateJobRequest openpitrix create job request swagger:model openpitrixCreateJobRequest
func (*OpenpitrixCreateJobRequest) MarshalBinary ¶
func (m *OpenpitrixCreateJobRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateJobRequest) UnmarshalBinary ¶
func (m *OpenpitrixCreateJobRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateJobResponse ¶
type OpenpitrixCreateJobResponse struct { // app id AppID string `json:"app_id,omitempty"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // job id JobID string `json:"job_id,omitempty"` // version id VersionID string `json:"version_id,omitempty"` }
OpenpitrixCreateJobResponse openpitrix create job response swagger:model openpitrixCreateJobResponse
func (*OpenpitrixCreateJobResponse) MarshalBinary ¶
func (m *OpenpitrixCreateJobResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateJobResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateJobResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRepoLabelRequest ¶
type OpenpitrixCreateRepoLabelRequest struct { // label key LabelKey string `json:"label_key,omitempty"` // label value LabelValue string `json:"label_value,omitempty"` // repo id RepoID string `json:"repo_id,omitempty"` // contains filtered or unexported fields }
OpenpitrixCreateRepoLabelRequest openpitrix create repo label request swagger:model openpitrixCreateRepoLabelRequest
func (*OpenpitrixCreateRepoLabelRequest) MarshalBinary ¶
func (m *OpenpitrixCreateRepoLabelRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRepoLabelRequest) UnmarshalBinary ¶
func (m *OpenpitrixCreateRepoLabelRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRepoLabelResponse ¶
type OpenpitrixCreateRepoLabelResponse struct { // repo label RepoLabel *OpenpitrixRepoLabel `json:"repo_label,omitempty"` }
OpenpitrixCreateRepoLabelResponse openpitrix create repo label response swagger:model openpitrixCreateRepoLabelResponse
func (*OpenpitrixCreateRepoLabelResponse) MarshalBinary ¶
func (m *OpenpitrixCreateRepoLabelResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRepoLabelResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateRepoLabelResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRepoRequest ¶
type OpenpitrixCreateRepoRequest struct { // credential Credential string `json:"credential,omitempty"` // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` // type Type string `json:"type,omitempty"` // url URL string `json:"url,omitempty"` // visibility Visibility string `json:"visibility,omitempty"` // contains filtered or unexported fields }
OpenpitrixCreateRepoRequest openpitrix create repo request swagger:model openpitrixCreateRepoRequest
func (*OpenpitrixCreateRepoRequest) MarshalBinary ¶
func (m *OpenpitrixCreateRepoRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRepoRequest) UnmarshalBinary ¶
func (m *OpenpitrixCreateRepoRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRepoResponse ¶
type OpenpitrixCreateRepoResponse struct { // repo Repo *OpenpitrixRepo `json:"repo,omitempty"` }
OpenpitrixCreateRepoResponse openpitrix create repo response swagger:model openpitrixCreateRepoResponse
func (*OpenpitrixCreateRepoResponse) MarshalBinary ¶
func (m *OpenpitrixCreateRepoResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRepoResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateRepoResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRepoSelectorRequest ¶
type OpenpitrixCreateRepoSelectorRequest struct { // repo id RepoID string `json:"repo_id,omitempty"` // selector key SelectorKey string `json:"selector_key,omitempty"` // selector value SelectorValue string `json:"selector_value,omitempty"` // contains filtered or unexported fields }
OpenpitrixCreateRepoSelectorRequest openpitrix create repo selector request swagger:model openpitrixCreateRepoSelectorRequest
func (*OpenpitrixCreateRepoSelectorRequest) MarshalBinary ¶
func (m *OpenpitrixCreateRepoSelectorRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRepoSelectorRequest) UnmarshalBinary ¶
func (m *OpenpitrixCreateRepoSelectorRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRepoSelectorResponse ¶
type OpenpitrixCreateRepoSelectorResponse struct { // repo selector RepoSelector *OpenpitrixRepoSelector `json:"repo_selector,omitempty"` }
OpenpitrixCreateRepoSelectorResponse openpitrix create repo selector response swagger:model openpitrixCreateRepoSelectorResponse
func (*OpenpitrixCreateRepoSelectorResponse) MarshalBinary ¶
func (m *OpenpitrixCreateRepoSelectorResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRepoSelectorResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateRepoSelectorResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRuntimeEnvCredentialRequset ¶
type OpenpitrixCreateRuntimeEnvCredentialRequset struct { // content Content map[string]string `json:"content,omitempty"` // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` }
OpenpitrixCreateRuntimeEnvCredentialRequset openpitrix create runtime env credential requset swagger:model openpitrixCreateRuntimeEnvCredentialRequset
func (*OpenpitrixCreateRuntimeEnvCredentialRequset) MarshalBinary ¶
func (m *OpenpitrixCreateRuntimeEnvCredentialRequset) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRuntimeEnvCredentialRequset) UnmarshalBinary ¶
func (m *OpenpitrixCreateRuntimeEnvCredentialRequset) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRuntimeEnvCredentialResponse ¶
type OpenpitrixCreateRuntimeEnvCredentialResponse struct { // runtime env credential RuntimeEnvCredential *OpenpitrixRuntimeEnvCredential `json:"runtime_env_credential,omitempty"` }
OpenpitrixCreateRuntimeEnvCredentialResponse openpitrix create runtime env credential response swagger:model openpitrixCreateRuntimeEnvCredentialResponse
func (*OpenpitrixCreateRuntimeEnvCredentialResponse) MarshalBinary ¶
func (m *OpenpitrixCreateRuntimeEnvCredentialResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRuntimeEnvCredentialResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateRuntimeEnvCredentialResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRuntimeEnvRequest ¶
type OpenpitrixCreateRuntimeEnvRequest struct { // description Description string `json:"description,omitempty"` // labels Labels string `json:"labels,omitempty"` // name Name string `json:"name,omitempty"` // runtime env url RuntimeEnvURL string `json:"runtime_env_url,omitempty"` }
OpenpitrixCreateRuntimeEnvRequest openpitrix create runtime env request swagger:model openpitrixCreateRuntimeEnvRequest
func (*OpenpitrixCreateRuntimeEnvRequest) MarshalBinary ¶
func (m *OpenpitrixCreateRuntimeEnvRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRuntimeEnvRequest) UnmarshalBinary ¶
func (m *OpenpitrixCreateRuntimeEnvRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateRuntimeEnvResponse ¶
type OpenpitrixCreateRuntimeEnvResponse struct { // runtime env RuntimeEnv *OpenpitrixRuntimeEnv `json:"runtime_env,omitempty"` }
OpenpitrixCreateRuntimeEnvResponse openpitrix create runtime env response swagger:model openpitrixCreateRuntimeEnvResponse
func (*OpenpitrixCreateRuntimeEnvResponse) MarshalBinary ¶
func (m *OpenpitrixCreateRuntimeEnvResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateRuntimeEnvResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateRuntimeEnvResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateTaskRequest ¶
type OpenpitrixCreateTaskRequest struct { // directive Directive string `json:"directive,omitempty"` // job id JobID string `json:"job_id,omitempty"` // node id NodeID string `json:"node_id,omitempty"` // target Target string `json:"target,omitempty"` // task action TaskAction string `json:"task_action,omitempty"` // contains filtered or unexported fields }
OpenpitrixCreateTaskRequest openpitrix create task request swagger:model openpitrixCreateTaskRequest
func (*OpenpitrixCreateTaskRequest) MarshalBinary ¶
func (m *OpenpitrixCreateTaskRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateTaskRequest) UnmarshalBinary ¶
func (m *OpenpitrixCreateTaskRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixCreateTaskResponse ¶
type OpenpitrixCreateTaskResponse struct { // job id JobID string `json:"job_id,omitempty"` // task id TaskID string `json:"task_id,omitempty"` }
OpenpitrixCreateTaskResponse openpitrix create task response swagger:model openpitrixCreateTaskResponse
func (*OpenpitrixCreateTaskResponse) MarshalBinary ¶
func (m *OpenpitrixCreateTaskResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixCreateTaskResponse) UnmarshalBinary ¶
func (m *OpenpitrixCreateTaskResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteAppRequest ¶
type OpenpitrixDeleteAppRequest struct { // app id AppID string `json:"app_id,omitempty"` }
OpenpitrixDeleteAppRequest openpitrix delete app request swagger:model openpitrixDeleteAppRequest
func (*OpenpitrixDeleteAppRequest) MarshalBinary ¶
func (m *OpenpitrixDeleteAppRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteAppRequest) UnmarshalBinary ¶
func (m *OpenpitrixDeleteAppRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteAppResponse ¶
type OpenpitrixDeleteAppResponse struct { // app App *OpenpitrixApp `json:"app,omitempty"` }
OpenpitrixDeleteAppResponse openpitrix delete app response swagger:model openpitrixDeleteAppResponse
func (*OpenpitrixDeleteAppResponse) MarshalBinary ¶
func (m *OpenpitrixDeleteAppResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteAppResponse) UnmarshalBinary ¶
func (m *OpenpitrixDeleteAppResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteAppVersionRequest ¶
type OpenpitrixDeleteAppVersionRequest struct { // version id VersionID string `json:"version_id,omitempty"` }
OpenpitrixDeleteAppVersionRequest openpitrix delete app version request swagger:model openpitrixDeleteAppVersionRequest
func (*OpenpitrixDeleteAppVersionRequest) MarshalBinary ¶
func (m *OpenpitrixDeleteAppVersionRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteAppVersionRequest) UnmarshalBinary ¶
func (m *OpenpitrixDeleteAppVersionRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteAppVersionResponse ¶
type OpenpitrixDeleteAppVersionResponse struct { // app version AppVersion *OpenpitrixAppVersion `json:"app_version,omitempty"` }
OpenpitrixDeleteAppVersionResponse openpitrix delete app version response swagger:model openpitrixDeleteAppVersionResponse
func (*OpenpitrixDeleteAppVersionResponse) MarshalBinary ¶
func (m *OpenpitrixDeleteAppVersionResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteAppVersionResponse) UnmarshalBinary ¶
func (m *OpenpitrixDeleteAppVersionResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteClusterNodesRequest ¶
type OpenpitrixDeleteClusterNodesRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // node id NodeID []string `json:"node_id"` // role Role string `json:"role,omitempty"` }
OpenpitrixDeleteClusterNodesRequest openpitrix delete cluster nodes request swagger:model openpitrixDeleteClusterNodesRequest
func (*OpenpitrixDeleteClusterNodesRequest) MarshalBinary ¶
func (m *OpenpitrixDeleteClusterNodesRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteClusterNodesRequest) UnmarshalBinary ¶
func (m *OpenpitrixDeleteClusterNodesRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteClusterNodesResponse ¶
type OpenpitrixDeleteClusterNodesResponse struct { // cluster id ClusterID string `json:"cluster_id,omitempty"` // job id JobID string `json:"job_id,omitempty"` }
OpenpitrixDeleteClusterNodesResponse openpitrix delete cluster nodes response swagger:model openpitrixDeleteClusterNodesResponse
func (*OpenpitrixDeleteClusterNodesResponse) MarshalBinary ¶
func (m *OpenpitrixDeleteClusterNodesResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteClusterNodesResponse) UnmarshalBinary ¶
func (m *OpenpitrixDeleteClusterNodesResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteClustersRequest ¶
type OpenpitrixDeleteClustersRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID []string `json:"cluster_id"` }
OpenpitrixDeleteClustersRequest openpitrix delete clusters request swagger:model openpitrixDeleteClustersRequest
func (*OpenpitrixDeleteClustersRequest) MarshalBinary ¶
func (m *OpenpitrixDeleteClustersRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteClustersRequest) UnmarshalBinary ¶
func (m *OpenpitrixDeleteClustersRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteClustersResponse ¶
type OpenpitrixDeleteClustersResponse struct { // cluster id ClusterID []string `json:"cluster_id"` // job id JobID []string `json:"job_id"` }
OpenpitrixDeleteClustersResponse openpitrix delete clusters response swagger:model openpitrixDeleteClustersResponse
func (*OpenpitrixDeleteClustersResponse) MarshalBinary ¶
func (m *OpenpitrixDeleteClustersResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteClustersResponse) UnmarshalBinary ¶
func (m *OpenpitrixDeleteClustersResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRepoLabelRequest ¶
type OpenpitrixDeleteRepoLabelRequest struct { // repo label id RepoLabelID string `json:"repo_label_id,omitempty"` }
OpenpitrixDeleteRepoLabelRequest openpitrix delete repo label request swagger:model openpitrixDeleteRepoLabelRequest
func (*OpenpitrixDeleteRepoLabelRequest) MarshalBinary ¶
func (m *OpenpitrixDeleteRepoLabelRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRepoLabelRequest) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRepoLabelRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRepoLabelResponse ¶
type OpenpitrixDeleteRepoLabelResponse struct { // repo label RepoLabel *OpenpitrixRepoLabel `json:"repo_label,omitempty"` }
OpenpitrixDeleteRepoLabelResponse openpitrix delete repo label response swagger:model openpitrixDeleteRepoLabelResponse
func (*OpenpitrixDeleteRepoLabelResponse) MarshalBinary ¶
func (m *OpenpitrixDeleteRepoLabelResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRepoLabelResponse) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRepoLabelResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRepoRequest ¶
type OpenpitrixDeleteRepoRequest struct { // repo id RepoID string `json:"repo_id,omitempty"` }
OpenpitrixDeleteRepoRequest openpitrix delete repo request swagger:model openpitrixDeleteRepoRequest
func (*OpenpitrixDeleteRepoRequest) MarshalBinary ¶
func (m *OpenpitrixDeleteRepoRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRepoRequest) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRepoRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRepoResponse ¶
type OpenpitrixDeleteRepoResponse struct { // repo Repo *OpenpitrixRepo `json:"repo,omitempty"` }
OpenpitrixDeleteRepoResponse openpitrix delete repo response swagger:model openpitrixDeleteRepoResponse
func (*OpenpitrixDeleteRepoResponse) MarshalBinary ¶
func (m *OpenpitrixDeleteRepoResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRepoResponse) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRepoResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRepoSelectorRequest ¶
type OpenpitrixDeleteRepoSelectorRequest struct { // repo selector id RepoSelectorID string `json:"repo_selector_id,omitempty"` }
OpenpitrixDeleteRepoSelectorRequest openpitrix delete repo selector request swagger:model openpitrixDeleteRepoSelectorRequest
func (*OpenpitrixDeleteRepoSelectorRequest) MarshalBinary ¶
func (m *OpenpitrixDeleteRepoSelectorRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRepoSelectorRequest) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRepoSelectorRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRepoSelectorResponse ¶
type OpenpitrixDeleteRepoSelectorResponse struct { // repo selector RepoSelector *OpenpitrixRepoSelector `json:"repo_selector,omitempty"` }
OpenpitrixDeleteRepoSelectorResponse openpitrix delete repo selector response swagger:model openpitrixDeleteRepoSelectorResponse
func (*OpenpitrixDeleteRepoSelectorResponse) MarshalBinary ¶
func (m *OpenpitrixDeleteRepoSelectorResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRepoSelectorResponse) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRepoSelectorResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRuntimeEnvCredentialRequset ¶
type OpenpitrixDeleteRuntimeEnvCredentialRequset struct { // runtime env credential id RuntimeEnvCredentialID string `json:"runtime_env_credential_id,omitempty"` }
OpenpitrixDeleteRuntimeEnvCredentialRequset openpitrix delete runtime env credential requset swagger:model openpitrixDeleteRuntimeEnvCredentialRequset
func (*OpenpitrixDeleteRuntimeEnvCredentialRequset) MarshalBinary ¶
func (m *OpenpitrixDeleteRuntimeEnvCredentialRequset) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRuntimeEnvCredentialRequset) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRuntimeEnvCredentialRequset) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRuntimeEnvCredentialResponse ¶
type OpenpitrixDeleteRuntimeEnvCredentialResponse struct { // runtime env credential RuntimeEnvCredential *OpenpitrixRuntimeEnvCredential `json:"runtime_env_credential,omitempty"` }
OpenpitrixDeleteRuntimeEnvCredentialResponse openpitrix delete runtime env credential response swagger:model openpitrixDeleteRuntimeEnvCredentialResponse
func (*OpenpitrixDeleteRuntimeEnvCredentialResponse) MarshalBinary ¶
func (m *OpenpitrixDeleteRuntimeEnvCredentialResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRuntimeEnvCredentialResponse) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRuntimeEnvCredentialResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRuntimeEnvRequest ¶
type OpenpitrixDeleteRuntimeEnvRequest struct { // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` }
OpenpitrixDeleteRuntimeEnvRequest openpitrix delete runtime env request swagger:model openpitrixDeleteRuntimeEnvRequest
func (*OpenpitrixDeleteRuntimeEnvRequest) MarshalBinary ¶
func (m *OpenpitrixDeleteRuntimeEnvRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRuntimeEnvRequest) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRuntimeEnvRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDeleteRuntimeEnvResponse ¶
type OpenpitrixDeleteRuntimeEnvResponse struct { // runtime env RuntimeEnv *OpenpitrixRuntimeEnv `json:"runtime_env,omitempty"` }
OpenpitrixDeleteRuntimeEnvResponse openpitrix delete runtime env response swagger:model openpitrixDeleteRuntimeEnvResponse
func (*OpenpitrixDeleteRuntimeEnvResponse) MarshalBinary ¶
func (m *OpenpitrixDeleteRuntimeEnvResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDeleteRuntimeEnvResponse) UnmarshalBinary ¶
func (m *OpenpitrixDeleteRuntimeEnvResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeAppVersionsResponse ¶
type OpenpitrixDescribeAppVersionsResponse struct { // app version set AppVersionSet OpenpitrixDescribeAppVersionsResponseAppVersionSet `json:"app_version_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeAppVersionsResponse openpitrix describe app versions response swagger:model openpitrixDescribeAppVersionsResponse
func (*OpenpitrixDescribeAppVersionsResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeAppVersionsResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeAppVersionsResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeAppVersionsResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeAppVersionsResponseAppVersionSet ¶
type OpenpitrixDescribeAppVersionsResponseAppVersionSet []*OpenpitrixAppVersion
OpenpitrixDescribeAppVersionsResponseAppVersionSet openpitrix describe app versions response app version set swagger:model openpitrixDescribeAppVersionsResponseAppVersionSet
type OpenpitrixDescribeAppsResponse ¶
type OpenpitrixDescribeAppsResponse struct { // app set AppSet OpenpitrixDescribeAppsResponseAppSet `json:"app_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeAppsResponse openpitrix describe apps response swagger:model openpitrixDescribeAppsResponse
func (*OpenpitrixDescribeAppsResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeAppsResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeAppsResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeAppsResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeAppsResponseAppSet ¶
type OpenpitrixDescribeAppsResponseAppSet []*OpenpitrixApp
OpenpitrixDescribeAppsResponseAppSet openpitrix describe apps response app set swagger:model openpitrixDescribeAppsResponseAppSet
type OpenpitrixDescribeClusterNodesResponse ¶
type OpenpitrixDescribeClusterNodesResponse struct { // cluster node set ClusterNodeSet OpenpitrixDescribeClusterNodesResponseClusterNodeSet `json:"cluster_node_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeClusterNodesResponse openpitrix describe cluster nodes response swagger:model openpitrixDescribeClusterNodesResponse
func (*OpenpitrixDescribeClusterNodesResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeClusterNodesResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeClusterNodesResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeClusterNodesResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeClusterNodesResponseClusterNodeSet ¶
type OpenpitrixDescribeClusterNodesResponseClusterNodeSet []*OpenpitrixClusterNode
OpenpitrixDescribeClusterNodesResponseClusterNodeSet openpitrix describe cluster nodes response cluster node set swagger:model openpitrixDescribeClusterNodesResponseClusterNodeSet
type OpenpitrixDescribeClustersResponse ¶
type OpenpitrixDescribeClustersResponse struct { // cluster set ClusterSet OpenpitrixDescribeClustersResponseClusterSet `json:"cluster_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeClustersResponse openpitrix describe clusters response swagger:model openpitrixDescribeClustersResponse
func (*OpenpitrixDescribeClustersResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeClustersResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeClustersResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeClustersResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeClustersResponseClusterSet ¶
type OpenpitrixDescribeClustersResponseClusterSet []*OpenpitrixCluster
OpenpitrixDescribeClustersResponseClusterSet openpitrix describe clusters response cluster set swagger:model openpitrixDescribeClustersResponseClusterSet
type OpenpitrixDescribeJobsResponse ¶
type OpenpitrixDescribeJobsResponse struct { // job set JobSet OpenpitrixDescribeJobsResponseJobSet `json:"job_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeJobsResponse openpitrix describe jobs response swagger:model openpitrixDescribeJobsResponse
func (*OpenpitrixDescribeJobsResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeJobsResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeJobsResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeJobsResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeJobsResponseJobSet ¶
type OpenpitrixDescribeJobsResponseJobSet []*OpenpitrixJob
OpenpitrixDescribeJobsResponseJobSet openpitrix describe jobs response job set swagger:model openpitrixDescribeJobsResponseJobSet
type OpenpitrixDescribeRepoLabelsResponse ¶
type OpenpitrixDescribeRepoLabelsResponse struct { // repo label set RepoLabelSet OpenpitrixDescribeRepoLabelsResponseRepoLabelSet `json:"repo_label_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeRepoLabelsResponse openpitrix describe repo labels response swagger:model openpitrixDescribeRepoLabelsResponse
func (*OpenpitrixDescribeRepoLabelsResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeRepoLabelsResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeRepoLabelsResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeRepoLabelsResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeRepoLabelsResponseRepoLabelSet ¶
type OpenpitrixDescribeRepoLabelsResponseRepoLabelSet []*OpenpitrixRepoLabel
OpenpitrixDescribeRepoLabelsResponseRepoLabelSet openpitrix describe repo labels response repo label set swagger:model openpitrixDescribeRepoLabelsResponseRepoLabelSet
type OpenpitrixDescribeRepoSelectorsResponse ¶
type OpenpitrixDescribeRepoSelectorsResponse struct { // repo selector set RepoSelectorSet OpenpitrixDescribeRepoSelectorsResponseRepoSelectorSet `json:"repo_selector_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeRepoSelectorsResponse openpitrix describe repo selectors response swagger:model openpitrixDescribeRepoSelectorsResponse
func (*OpenpitrixDescribeRepoSelectorsResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeRepoSelectorsResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeRepoSelectorsResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeRepoSelectorsResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeRepoSelectorsResponseRepoSelectorSet ¶
type OpenpitrixDescribeRepoSelectorsResponseRepoSelectorSet []*OpenpitrixRepoSelector
OpenpitrixDescribeRepoSelectorsResponseRepoSelectorSet openpitrix describe repo selectors response repo selector set swagger:model openpitrixDescribeRepoSelectorsResponseRepoSelectorSet
type OpenpitrixDescribeRepoTasksResponse ¶
type OpenpitrixDescribeRepoTasksResponse struct { // repo task set RepoTaskSet OpenpitrixDescribeRepoTasksResponseRepoTaskSet `json:"repo_task_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeRepoTasksResponse openpitrix describe repo tasks response swagger:model openpitrixDescribeRepoTasksResponse
func (*OpenpitrixDescribeRepoTasksResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeRepoTasksResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeRepoTasksResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeRepoTasksResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeRepoTasksResponseRepoTaskSet ¶
type OpenpitrixDescribeRepoTasksResponseRepoTaskSet []*OpenpitrixRepoTask
OpenpitrixDescribeRepoTasksResponseRepoTaskSet openpitrix describe repo tasks response repo task set swagger:model openpitrixDescribeRepoTasksResponseRepoTaskSet
type OpenpitrixDescribeReposResponse ¶
type OpenpitrixDescribeReposResponse struct { // repo set RepoSet OpenpitrixDescribeReposResponseRepoSet `json:"repo_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeReposResponse openpitrix describe repos response swagger:model openpitrixDescribeReposResponse
func (*OpenpitrixDescribeReposResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeReposResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeReposResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeReposResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeReposResponseRepoSet ¶
type OpenpitrixDescribeReposResponseRepoSet []*OpenpitrixRepo
OpenpitrixDescribeReposResponseRepoSet openpitrix describe repos response repo set swagger:model openpitrixDescribeReposResponseRepoSet
type OpenpitrixDescribeRuntimeEnvCredentialsResponse ¶
type OpenpitrixDescribeRuntimeEnvCredentialsResponse struct { // runtime env credential set RuntimeEnvCredentialSet OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet `json:"runtime_env_credential_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeRuntimeEnvCredentialsResponse openpitrix describe runtime env credentials response swagger:model openpitrixDescribeRuntimeEnvCredentialsResponse
func (*OpenpitrixDescribeRuntimeEnvCredentialsResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeRuntimeEnvCredentialsResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeRuntimeEnvCredentialsResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeRuntimeEnvCredentialsResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet ¶
type OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet []*OpenpitrixRuntimeEnvCredential
OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet openpitrix describe runtime env credentials response runtime env credential set swagger:model openpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet
func (OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet) Validate ¶
func (m OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet) Validate(formats strfmt.Registry) error
Validate validates this openpitrix describe runtime env credentials response runtime env credential set
type OpenpitrixDescribeRuntimeEnvsResponse ¶
type OpenpitrixDescribeRuntimeEnvsResponse struct { // runtime env set RuntimeEnvSet OpenpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet `json:"runtime_env_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeRuntimeEnvsResponse openpitrix describe runtime envs response swagger:model openpitrixDescribeRuntimeEnvsResponse
func (*OpenpitrixDescribeRuntimeEnvsResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeRuntimeEnvsResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeRuntimeEnvsResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeRuntimeEnvsResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet ¶
type OpenpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet []*OpenpitrixRuntimeEnv
OpenpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet openpitrix describe runtime envs response runtime env set swagger:model openpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet
type OpenpitrixDescribeTasksResponse ¶
type OpenpitrixDescribeTasksResponse struct { // task set TaskSet OpenpitrixDescribeTasksResponseTaskSet `json:"task_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixDescribeTasksResponse openpitrix describe tasks response swagger:model openpitrixDescribeTasksResponse
func (*OpenpitrixDescribeTasksResponse) MarshalBinary ¶
func (m *OpenpitrixDescribeTasksResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDescribeTasksResponse) UnmarshalBinary ¶
func (m *OpenpitrixDescribeTasksResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDescribeTasksResponseTaskSet ¶
type OpenpitrixDescribeTasksResponseTaskSet []*OpenpitrixTask
OpenpitrixDescribeTasksResponseTaskSet openpitrix describe tasks response task set swagger:model openpitrixDescribeTasksResponseTaskSet
type OpenpitrixDetachCredentialFromRuntimeEnvRequset ¶
type OpenpitrixDetachCredentialFromRuntimeEnvRequset struct { // runtime env credential id RuntimeEnvCredentialID string `json:"runtime_env_credential_id,omitempty"` // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` }
OpenpitrixDetachCredentialFromRuntimeEnvRequset openpitrix detach credential from runtime env requset swagger:model openpitrixDetachCredentialFromRuntimeEnvRequset
func (*OpenpitrixDetachCredentialFromRuntimeEnvRequset) MarshalBinary ¶
func (m *OpenpitrixDetachCredentialFromRuntimeEnvRequset) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDetachCredentialFromRuntimeEnvRequset) UnmarshalBinary ¶
func (m *OpenpitrixDetachCredentialFromRuntimeEnvRequset) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixDetachCredentialFromRuntimeEnvResponse ¶
type OpenpitrixDetachCredentialFromRuntimeEnvResponse struct { // runtime env credential id RuntimeEnvCredentialID string `json:"runtime_env_credential_id,omitempty"` // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` }
OpenpitrixDetachCredentialFromRuntimeEnvResponse openpitrix detach credential from runtime env response swagger:model openpitrixDetachCredentialFromRuntimeEnvResponse
func (*OpenpitrixDetachCredentialFromRuntimeEnvResponse) MarshalBinary ¶
func (m *OpenpitrixDetachCredentialFromRuntimeEnvResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixDetachCredentialFromRuntimeEnvResponse) UnmarshalBinary ¶
func (m *OpenpitrixDetachCredentialFromRuntimeEnvResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixGetAppVersionPackageResponse ¶
type OpenpitrixGetAppVersionPackageResponse struct { // package Package strfmt.Base64 `json:"package,omitempty"` }
OpenpitrixGetAppVersionPackageResponse openpitrix get app version package response swagger:model openpitrixGetAppVersionPackageResponse
func (*OpenpitrixGetAppVersionPackageResponse) MarshalBinary ¶
func (m *OpenpitrixGetAppVersionPackageResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixGetAppVersionPackageResponse) UnmarshalBinary ¶
func (m *OpenpitrixGetAppVersionPackageResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixGetSubtaskStatusResponse ¶
type OpenpitrixGetSubtaskStatusResponse struct { // subtask status set SubtaskStatusSet OpenpitrixGetSubtaskStatusResponseSubtaskStatusSet `json:"subtask_status_set"` // total count TotalCount int64 `json:"total_count,omitempty"` }
OpenpitrixGetSubtaskStatusResponse openpitrix get subtask status response swagger:model openpitrixGetSubtaskStatusResponse
func (*OpenpitrixGetSubtaskStatusResponse) MarshalBinary ¶
func (m *OpenpitrixGetSubtaskStatusResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixGetSubtaskStatusResponse) UnmarshalBinary ¶
func (m *OpenpitrixGetSubtaskStatusResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixGetSubtaskStatusResponseSubtaskStatusSet ¶
type OpenpitrixGetSubtaskStatusResponseSubtaskStatusSet []*OpenpitrixSubtaskStatus
OpenpitrixGetSubtaskStatusResponseSubtaskStatusSet openpitrix get subtask status response subtask status set swagger:model openpitrixGetSubtaskStatusResponseSubtaskStatusSet
type OpenpitrixHandleSubtaskRequest ¶
type OpenpitrixHandleSubtaskRequest struct { // directive Directive string `json:"directive,omitempty"` // subtask action SubtaskAction string `json:"subtask_action,omitempty"` // subtask id SubtaskID string `json:"subtask_id,omitempty"` }
OpenpitrixHandleSubtaskRequest openpitrix handle subtask request swagger:model openpitrixHandleSubtaskRequest
func (*OpenpitrixHandleSubtaskRequest) MarshalBinary ¶
func (m *OpenpitrixHandleSubtaskRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixHandleSubtaskRequest) UnmarshalBinary ¶
func (m *OpenpitrixHandleSubtaskRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixHandleSubtaskResponse ¶
type OpenpitrixHandleSubtaskResponse struct { // subtask id SubtaskID string `json:"subtask_id,omitempty"` }
OpenpitrixHandleSubtaskResponse openpitrix handle subtask response swagger:model openpitrixHandleSubtaskResponse
func (*OpenpitrixHandleSubtaskResponse) MarshalBinary ¶
func (m *OpenpitrixHandleSubtaskResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixHandleSubtaskResponse) UnmarshalBinary ¶
func (m *OpenpitrixHandleSubtaskResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixIndexRepoRequest ¶
type OpenpitrixIndexRepoRequest struct { // repo id RepoID string `json:"repo_id,omitempty"` }
OpenpitrixIndexRepoRequest openpitrix index repo request swagger:model openpitrixIndexRepoRequest
func (*OpenpitrixIndexRepoRequest) MarshalBinary ¶
func (m *OpenpitrixIndexRepoRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixIndexRepoRequest) UnmarshalBinary ¶
func (m *OpenpitrixIndexRepoRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixIndexRepoResponse ¶
type OpenpitrixIndexRepoResponse struct { // repo task RepoTask *OpenpitrixRepoTask `json:"repo_task,omitempty"` }
OpenpitrixIndexRepoResponse openpitrix index repo response swagger:model openpitrixIndexRepoResponse
func (*OpenpitrixIndexRepoResponse) MarshalBinary ¶
func (m *OpenpitrixIndexRepoResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixIndexRepoResponse) UnmarshalBinary ¶
func (m *OpenpitrixIndexRepoResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixJob ¶
type OpenpitrixJob struct { // app id AppID string `json:"app_id,omitempty"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // directive Directive string `json:"directive,omitempty"` // error code ErrorCode *ProtobufUint32Value `json:"error_code,omitempty"` // executor Executor string `json:"executor,omitempty"` // job action JobAction string `json:"job_action,omitempty"` // job id JobID string `json:"job_id,omitempty"` // owner Owner string `json:"owner,omitempty"` // runtime Runtime string `json:"runtime,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` // task count TaskCount *ProtobufUint32Value `json:"task_count,omitempty"` // version id VersionID string `json:"version_id,omitempty"` }
OpenpitrixJob openpitrix job swagger:model openpitrixJob
func (*OpenpitrixJob) MarshalBinary ¶
func (m *OpenpitrixJob) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixJob) UnmarshalBinary ¶
func (m *OpenpitrixJob) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyAppRequest ¶
type OpenpitrixModifyAppRequest struct { // app id AppID string `json:"app_id,omitempty"` // chart name ChartName string `json:"chart_name,omitempty"` // description Description string `json:"description,omitempty"` // home Home string `json:"home,omitempty"` // icon Icon string `json:"icon,omitempty"` // maintainers Maintainers string `json:"maintainers,omitempty"` // name Name string `json:"name,omitempty"` // owner Owner string `json:"owner,omitempty"` // readme Readme string `json:"readme,omitempty"` // repo id RepoID string `json:"repo_id,omitempty"` // screenshots Screenshots string `json:"screenshots,omitempty"` // sources Sources string `json:"sources,omitempty"` }
OpenpitrixModifyAppRequest openpitrix modify app request swagger:model openpitrixModifyAppRequest
func (*OpenpitrixModifyAppRequest) MarshalBinary ¶
func (m *OpenpitrixModifyAppRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyAppRequest) UnmarshalBinary ¶
func (m *OpenpitrixModifyAppRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyAppResponse ¶
type OpenpitrixModifyAppResponse struct { // app App *OpenpitrixApp `json:"app,omitempty"` }
OpenpitrixModifyAppResponse openpitrix modify app response swagger:model openpitrixModifyAppResponse
func (*OpenpitrixModifyAppResponse) MarshalBinary ¶
func (m *OpenpitrixModifyAppResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyAppResponse) UnmarshalBinary ¶
func (m *OpenpitrixModifyAppResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyAppVersionRequest ¶
type OpenpitrixModifyAppVersionRequest struct { // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` // owner Owner string `json:"owner,omitempty"` // package name PackageName string `json:"package_name,omitempty"` // version id VersionID string `json:"version_id,omitempty"` }
OpenpitrixModifyAppVersionRequest openpitrix modify app version request swagger:model openpitrixModifyAppVersionRequest
func (*OpenpitrixModifyAppVersionRequest) MarshalBinary ¶
func (m *OpenpitrixModifyAppVersionRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyAppVersionRequest) UnmarshalBinary ¶
func (m *OpenpitrixModifyAppVersionRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyAppVersionResponse ¶
type OpenpitrixModifyAppVersionResponse struct { // app version AppVersion *OpenpitrixAppVersion `json:"app_version,omitempty"` }
OpenpitrixModifyAppVersionResponse openpitrix modify app version response swagger:model openpitrixModifyAppVersionResponse
func (*OpenpitrixModifyAppVersionResponse) MarshalBinary ¶
func (m *OpenpitrixModifyAppVersionResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyAppVersionResponse) UnmarshalBinary ¶
func (m *OpenpitrixModifyAppVersionResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyClusterNodeRequest ¶
type OpenpitrixModifyClusterNodeRequest struct { // health status HealthStatus string `json:"health_status,omitempty"` // instance id InstanceID string `json:"instance_id,omitempty"` // name Name string `json:"name,omitempty"` // node id NodeID string `json:"node_id,omitempty"` // private ip PrivateIP string `json:"private_ip,omitempty"` // pub key PubKey string `json:"pub_key,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` // transition status TransitionStatus string `json:"transition_status,omitempty"` // volume id VolumeID string `json:"volume_id,omitempty"` // vxnet id VxnetID string `json:"vxnet_id,omitempty"` }
OpenpitrixModifyClusterNodeRequest openpitrix modify cluster node request swagger:model openpitrixModifyClusterNodeRequest
func (*OpenpitrixModifyClusterNodeRequest) MarshalBinary ¶
func (m *OpenpitrixModifyClusterNodeRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyClusterNodeRequest) UnmarshalBinary ¶
func (m *OpenpitrixModifyClusterNodeRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyClusterNodeResponse ¶
type OpenpitrixModifyClusterNodeResponse struct { // node id NodeID string `json:"node_id,omitempty"` }
OpenpitrixModifyClusterNodeResponse openpitrix modify cluster node response swagger:model openpitrixModifyClusterNodeResponse
func (*OpenpitrixModifyClusterNodeResponse) MarshalBinary ¶
func (m *OpenpitrixModifyClusterNodeResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyClusterNodeResponse) UnmarshalBinary ¶
func (m *OpenpitrixModifyClusterNodeResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyClusterRequest ¶
type OpenpitrixModifyClusterRequest struct { // cluster id ClusterID string `json:"cluster_id,omitempty"` // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` // transition status TransitionStatus string `json:"transition_status,omitempty"` // upgrade status UpgradeStatus string `json:"upgrade_status,omitempty"` // upgrade time UpgradeTime strfmt.DateTime `json:"upgrade_time,omitempty"` }
OpenpitrixModifyClusterRequest openpitrix modify cluster request swagger:model openpitrixModifyClusterRequest
func (*OpenpitrixModifyClusterRequest) MarshalBinary ¶
func (m *OpenpitrixModifyClusterRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyClusterRequest) UnmarshalBinary ¶
func (m *OpenpitrixModifyClusterRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyClusterResponse ¶
type OpenpitrixModifyClusterResponse struct { // cluster id ClusterID string `json:"cluster_id,omitempty"` }
OpenpitrixModifyClusterResponse openpitrix modify cluster response swagger:model openpitrixModifyClusterResponse
func (*OpenpitrixModifyClusterResponse) MarshalBinary ¶
func (m *OpenpitrixModifyClusterResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyClusterResponse) UnmarshalBinary ¶
func (m *OpenpitrixModifyClusterResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRepoLabelRequest ¶
type OpenpitrixModifyRepoLabelRequest struct { // label key LabelKey string `json:"label_key,omitempty"` // label value LabelValue string `json:"label_value,omitempty"` // repo label id RepoLabelID string `json:"repo_label_id,omitempty"` // contains filtered or unexported fields }
OpenpitrixModifyRepoLabelRequest openpitrix modify repo label request swagger:model openpitrixModifyRepoLabelRequest
func (*OpenpitrixModifyRepoLabelRequest) MarshalBinary ¶
func (m *OpenpitrixModifyRepoLabelRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRepoLabelRequest) UnmarshalBinary ¶
func (m *OpenpitrixModifyRepoLabelRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRepoLabelResponse ¶
type OpenpitrixModifyRepoLabelResponse struct { // repo label RepoLabel *OpenpitrixRepoLabel `json:"repo_label,omitempty"` }
OpenpitrixModifyRepoLabelResponse openpitrix modify repo label response swagger:model openpitrixModifyRepoLabelResponse
func (*OpenpitrixModifyRepoLabelResponse) MarshalBinary ¶
func (m *OpenpitrixModifyRepoLabelResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRepoLabelResponse) UnmarshalBinary ¶
func (m *OpenpitrixModifyRepoLabelResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRepoRequest ¶
type OpenpitrixModifyRepoRequest struct { // credential Credential string `json:"credential,omitempty"` // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` // repo id RepoID string `json:"repo_id,omitempty"` // type Type string `json:"type,omitempty"` // url URL string `json:"url,omitempty"` // visibility Visibility string `json:"visibility,omitempty"` }
OpenpitrixModifyRepoRequest openpitrix modify repo request swagger:model openpitrixModifyRepoRequest
func (*OpenpitrixModifyRepoRequest) MarshalBinary ¶
func (m *OpenpitrixModifyRepoRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRepoRequest) UnmarshalBinary ¶
func (m *OpenpitrixModifyRepoRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRepoResponse ¶
type OpenpitrixModifyRepoResponse struct { // repo Repo *OpenpitrixRepo `json:"repo,omitempty"` }
OpenpitrixModifyRepoResponse openpitrix modify repo response swagger:model openpitrixModifyRepoResponse
func (*OpenpitrixModifyRepoResponse) MarshalBinary ¶
func (m *OpenpitrixModifyRepoResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRepoResponse) UnmarshalBinary ¶
func (m *OpenpitrixModifyRepoResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRepoSelectorRequest ¶
type OpenpitrixModifyRepoSelectorRequest struct { // repo selector id RepoSelectorID string `json:"repo_selector_id,omitempty"` // selector key SelectorKey string `json:"selector_key,omitempty"` // selector value SelectorValue string `json:"selector_value,omitempty"` // contains filtered or unexported fields }
OpenpitrixModifyRepoSelectorRequest openpitrix modify repo selector request swagger:model openpitrixModifyRepoSelectorRequest
func (*OpenpitrixModifyRepoSelectorRequest) MarshalBinary ¶
func (m *OpenpitrixModifyRepoSelectorRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRepoSelectorRequest) UnmarshalBinary ¶
func (m *OpenpitrixModifyRepoSelectorRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRepoSelectorResponse ¶
type OpenpitrixModifyRepoSelectorResponse struct { // repo selector RepoSelector *OpenpitrixRepoSelector `json:"repo_selector,omitempty"` }
OpenpitrixModifyRepoSelectorResponse openpitrix modify repo selector response swagger:model openpitrixModifyRepoSelectorResponse
func (*OpenpitrixModifyRepoSelectorResponse) MarshalBinary ¶
func (m *OpenpitrixModifyRepoSelectorResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRepoSelectorResponse) UnmarshalBinary ¶
func (m *OpenpitrixModifyRepoSelectorResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRuntimeEnvCredentialRequest ¶
type OpenpitrixModifyRuntimeEnvCredentialRequest struct { // content Content map[string]string `json:"content,omitempty"` // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` // runtime env credential id RuntimeEnvCredentialID string `json:"runtime_env_credential_id,omitempty"` }
OpenpitrixModifyRuntimeEnvCredentialRequest openpitrix modify runtime env credential request swagger:model openpitrixModifyRuntimeEnvCredentialRequest
func (*OpenpitrixModifyRuntimeEnvCredentialRequest) MarshalBinary ¶
func (m *OpenpitrixModifyRuntimeEnvCredentialRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRuntimeEnvCredentialRequest) UnmarshalBinary ¶
func (m *OpenpitrixModifyRuntimeEnvCredentialRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRuntimeEnvCredentialResponse ¶
type OpenpitrixModifyRuntimeEnvCredentialResponse struct { // runtime env credential RuntimeEnvCredential *OpenpitrixRuntimeEnvCredential `json:"runtime_env_credential,omitempty"` }
OpenpitrixModifyRuntimeEnvCredentialResponse openpitrix modify runtime env credential response swagger:model openpitrixModifyRuntimeEnvCredentialResponse
func (*OpenpitrixModifyRuntimeEnvCredentialResponse) MarshalBinary ¶
func (m *OpenpitrixModifyRuntimeEnvCredentialResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRuntimeEnvCredentialResponse) UnmarshalBinary ¶
func (m *OpenpitrixModifyRuntimeEnvCredentialResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRuntimeEnvRequest ¶
type OpenpitrixModifyRuntimeEnvRequest struct { // description Description string `json:"description,omitempty"` // labels Labels string `json:"labels,omitempty"` // name Name string `json:"name,omitempty"` // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` }
OpenpitrixModifyRuntimeEnvRequest openpitrix modify runtime env request swagger:model openpitrixModifyRuntimeEnvRequest
func (*OpenpitrixModifyRuntimeEnvRequest) MarshalBinary ¶
func (m *OpenpitrixModifyRuntimeEnvRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRuntimeEnvRequest) UnmarshalBinary ¶
func (m *OpenpitrixModifyRuntimeEnvRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixModifyRuntimeEnvResponse ¶
type OpenpitrixModifyRuntimeEnvResponse struct { // runtime env RuntimeEnv *OpenpitrixRuntimeEnv `json:"runtime_env,omitempty"` }
OpenpitrixModifyRuntimeEnvResponse openpitrix modify runtime env response swagger:model openpitrixModifyRuntimeEnvResponse
func (*OpenpitrixModifyRuntimeEnvResponse) MarshalBinary ¶
func (m *OpenpitrixModifyRuntimeEnvResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixModifyRuntimeEnvResponse) UnmarshalBinary ¶
func (m *OpenpitrixModifyRuntimeEnvResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRecoverClustersRequest ¶
type OpenpitrixRecoverClustersRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID []string `json:"cluster_id"` }
OpenpitrixRecoverClustersRequest openpitrix recover clusters request swagger:model openpitrixRecoverClustersRequest
func (*OpenpitrixRecoverClustersRequest) MarshalBinary ¶
func (m *OpenpitrixRecoverClustersRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRecoverClustersRequest) UnmarshalBinary ¶
func (m *OpenpitrixRecoverClustersRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRecoverClustersResponse ¶
type OpenpitrixRecoverClustersResponse struct { // cluster id ClusterID []string `json:"cluster_id"` // job id JobID []string `json:"job_id"` }
OpenpitrixRecoverClustersResponse openpitrix recover clusters response swagger:model openpitrixRecoverClustersResponse
func (*OpenpitrixRecoverClustersResponse) MarshalBinary ¶
func (m *OpenpitrixRecoverClustersResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRecoverClustersResponse) UnmarshalBinary ¶
func (m *OpenpitrixRecoverClustersResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRepo ¶
type OpenpitrixRepo struct { // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // credential Credential string `json:"credential,omitempty"` // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` // owner Owner string `json:"owner,omitempty"` // repo id RepoID string `json:"repo_id,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` // type Type string `json:"type,omitempty"` // url URL string `json:"url,omitempty"` // visibility Visibility string `json:"visibility,omitempty"` }
OpenpitrixRepo openpitrix repo swagger:model openpitrixRepo
func (*OpenpitrixRepo) MarshalBinary ¶
func (m *OpenpitrixRepo) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRepo) UnmarshalBinary ¶
func (m *OpenpitrixRepo) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRepoLabel ¶
type OpenpitrixRepoLabel struct { // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // label key LabelKey string `json:"label_key,omitempty"` // label value LabelValue string `json:"label_value,omitempty"` // repo id RepoID string `json:"repo_id,omitempty"` // repo label id RepoLabelID string `json:"repo_label_id,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` }
OpenpitrixRepoLabel openpitrix repo label swagger:model openpitrixRepoLabel
func (*OpenpitrixRepoLabel) MarshalBinary ¶
func (m *OpenpitrixRepoLabel) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRepoLabel) UnmarshalBinary ¶
func (m *OpenpitrixRepoLabel) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRepoSelector ¶
type OpenpitrixRepoSelector struct { // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // repo id RepoID string `json:"repo_id,omitempty"` // repo selector id RepoSelectorID string `json:"repo_selector_id,omitempty"` // selector key SelectorKey string `json:"selector_key,omitempty"` // selector value SelectorValue string `json:"selector_value,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` }
OpenpitrixRepoSelector openpitrix repo selector swagger:model openpitrixRepoSelector
func (*OpenpitrixRepoSelector) MarshalBinary ¶
func (m *OpenpitrixRepoSelector) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRepoSelector) UnmarshalBinary ¶
func (m *OpenpitrixRepoSelector) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRepoTask ¶
type OpenpitrixRepoTask struct { // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // owner Owner string `json:"owner,omitempty"` // repo id RepoID string `json:"repo_id,omitempty"` // repo task id RepoTaskID string `json:"repo_task_id,omitempty"` // result Result string `json:"result,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` }
OpenpitrixRepoTask openpitrix repo task swagger:model openpitrixRepoTask
func (*OpenpitrixRepoTask) MarshalBinary ¶
func (m *OpenpitrixRepoTask) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRepoTask) UnmarshalBinary ¶
func (m *OpenpitrixRepoTask) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixResizeClusterRequest ¶
type OpenpitrixResizeClusterRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // cpu CPU *ProtobufUint32Value `json:"cpu,omitempty"` // memory Memory *ProtobufUint32Value `json:"memory,omitempty"` // role Role string `json:"role,omitempty"` }
OpenpitrixResizeClusterRequest openpitrix resize cluster request swagger:model openpitrixResizeClusterRequest
func (*OpenpitrixResizeClusterRequest) MarshalBinary ¶
func (m *OpenpitrixResizeClusterRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixResizeClusterRequest) UnmarshalBinary ¶
func (m *OpenpitrixResizeClusterRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixResizeClusterResponse ¶
type OpenpitrixResizeClusterResponse struct { // cluster id ClusterID string `json:"cluster_id,omitempty"` // job id JobID string `json:"job_id,omitempty"` }
OpenpitrixResizeClusterResponse openpitrix resize cluster response swagger:model openpitrixResizeClusterResponse
func (*OpenpitrixResizeClusterResponse) MarshalBinary ¶
func (m *OpenpitrixResizeClusterResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixResizeClusterResponse) UnmarshalBinary ¶
func (m *OpenpitrixResizeClusterResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRollbackClusterRequest ¶
type OpenpitrixRollbackClusterRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID string `json:"cluster_id,omitempty"` }
OpenpitrixRollbackClusterRequest openpitrix rollback cluster request swagger:model openpitrixRollbackClusterRequest
func (*OpenpitrixRollbackClusterRequest) MarshalBinary ¶
func (m *OpenpitrixRollbackClusterRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRollbackClusterRequest) UnmarshalBinary ¶
func (m *OpenpitrixRollbackClusterRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRollbackClusterResponse ¶
type OpenpitrixRollbackClusterResponse struct { // cluster id ClusterID string `json:"cluster_id,omitempty"` // job id JobID string `json:"job_id,omitempty"` }
OpenpitrixRollbackClusterResponse openpitrix rollback cluster response swagger:model openpitrixRollbackClusterResponse
func (*OpenpitrixRollbackClusterResponse) MarshalBinary ¶
func (m *OpenpitrixRollbackClusterResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRollbackClusterResponse) UnmarshalBinary ¶
func (m *OpenpitrixRollbackClusterResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRuntimeEnv ¶
type OpenpitrixRuntimeEnv struct { // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // description Description string `json:"description,omitempty"` // labels Labels OpenpitrixRuntimeEnvLabels `json:"labels"` // name Name string `json:"name,omitempty"` // owner Owner string `json:"owner,omitempty"` // runtime env credential id RuntimeEnvCredentialID string `json:"runtime_env_credential_id,omitempty"` // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` // runtime env url RuntimeEnvURL string `json:"runtime_env_url,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` }
OpenpitrixRuntimeEnv openpitrix runtime env swagger:model openpitrixRuntimeEnv
func (*OpenpitrixRuntimeEnv) MarshalBinary ¶
func (m *OpenpitrixRuntimeEnv) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRuntimeEnv) UnmarshalBinary ¶
func (m *OpenpitrixRuntimeEnv) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRuntimeEnvCredential ¶
type OpenpitrixRuntimeEnvCredential struct { // content Content map[string]string `json:"content,omitempty"` // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // description Description string `json:"description,omitempty"` // name Name string `json:"name,omitempty"` // owner Owner string `json:"owner,omitempty"` // runtime env credential id RuntimeEnvCredentialID string `json:"runtime_env_credential_id,omitempty"` // runtime env id RuntimeEnvID []string `json:"runtime_env_id"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` }
OpenpitrixRuntimeEnvCredential openpitrix runtime env credential swagger:model openpitrixRuntimeEnvCredential
func (*OpenpitrixRuntimeEnvCredential) MarshalBinary ¶
func (m *OpenpitrixRuntimeEnvCredential) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRuntimeEnvCredential) UnmarshalBinary ¶
func (m *OpenpitrixRuntimeEnvCredential) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRuntimeEnvLabel ¶
type OpenpitrixRuntimeEnvLabel struct { // label key LabelKey string `json:"label_key,omitempty"` // label value LabelValue string `json:"label_value,omitempty"` // runtime env id RuntimeEnvID string `json:"runtime_env_id,omitempty"` // runtime env label id RuntimeEnvLabelID string `json:"runtime_env_label_id,omitempty"` }
OpenpitrixRuntimeEnvLabel openpitrix runtime env label swagger:model openpitrixRuntimeEnvLabel
func (*OpenpitrixRuntimeEnvLabel) MarshalBinary ¶
func (m *OpenpitrixRuntimeEnvLabel) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixRuntimeEnvLabel) UnmarshalBinary ¶
func (m *OpenpitrixRuntimeEnvLabel) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixRuntimeEnvLabels ¶
type OpenpitrixRuntimeEnvLabels []*OpenpitrixRuntimeEnvLabel
OpenpitrixRuntimeEnvLabels openpitrix runtime env labels swagger:model openpitrixRuntimeEnvLabels
type OpenpitrixStartClustersRequest ¶
type OpenpitrixStartClustersRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID []string `json:"cluster_id"` }
OpenpitrixStartClustersRequest openpitrix start clusters request swagger:model openpitrixStartClustersRequest
func (*OpenpitrixStartClustersRequest) MarshalBinary ¶
func (m *OpenpitrixStartClustersRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixStartClustersRequest) UnmarshalBinary ¶
func (m *OpenpitrixStartClustersRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixStartClustersResponse ¶
type OpenpitrixStartClustersResponse struct { // cluster id ClusterID []string `json:"cluster_id"` // job id JobID []string `json:"job_id"` }
OpenpitrixStartClustersResponse openpitrix start clusters response swagger:model openpitrixStartClustersResponse
func (*OpenpitrixStartClustersResponse) MarshalBinary ¶
func (m *OpenpitrixStartClustersResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixStartClustersResponse) UnmarshalBinary ¶
func (m *OpenpitrixStartClustersResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixStopClustersRequest ¶
type OpenpitrixStopClustersRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID []string `json:"cluster_id"` }
OpenpitrixStopClustersRequest openpitrix stop clusters request swagger:model openpitrixStopClustersRequest
func (*OpenpitrixStopClustersRequest) MarshalBinary ¶
func (m *OpenpitrixStopClustersRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixStopClustersRequest) UnmarshalBinary ¶
func (m *OpenpitrixStopClustersRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixStopClustersResponse ¶
type OpenpitrixStopClustersResponse struct { // cluster id ClusterID []string `json:"cluster_id"` // job id JobID []string `json:"job_id"` }
OpenpitrixStopClustersResponse openpitrix stop clusters response swagger:model openpitrixStopClustersResponse
func (*OpenpitrixStopClustersResponse) MarshalBinary ¶
func (m *OpenpitrixStopClustersResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixStopClustersResponse) UnmarshalBinary ¶
func (m *OpenpitrixStopClustersResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixSubtaskStatus ¶
type OpenpitrixSubtaskStatus struct { // status Status string `json:"status,omitempty"` // subtask id SubtaskID string `json:"subtask_id,omitempty"` }
OpenpitrixSubtaskStatus openpitrix subtask status swagger:model openpitrixSubtaskStatus
func (*OpenpitrixSubtaskStatus) MarshalBinary ¶
func (m *OpenpitrixSubtaskStatus) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixSubtaskStatus) UnmarshalBinary ¶
func (m *OpenpitrixSubtaskStatus) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixTask ¶
type OpenpitrixTask struct { // create time CreateTime strfmt.DateTime `json:"create_time,omitempty"` // directive Directive string `json:"directive,omitempty"` // error code ErrorCode *ProtobufUint32Value `json:"error_code,omitempty"` // executor Executor string `json:"executor,omitempty"` // job id JobID string `json:"job_id,omitempty"` // node id NodeID string `json:"node_id,omitempty"` // owner Owner string `json:"owner,omitempty"` // status Status string `json:"status,omitempty"` // status time StatusTime strfmt.DateTime `json:"status_time,omitempty"` // target Target string `json:"target,omitempty"` // task action TaskAction string `json:"task_action,omitempty"` // task id TaskID string `json:"task_id,omitempty"` }
OpenpitrixTask openpitrix task swagger:model openpitrixTask
func (*OpenpitrixTask) MarshalBinary ¶
func (m *OpenpitrixTask) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixTask) UnmarshalBinary ¶
func (m *OpenpitrixTask) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixUpdateClusterEnvRequest ¶
type OpenpitrixUpdateClusterEnvRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // env Env string `json:"env,omitempty"` }
OpenpitrixUpdateClusterEnvRequest openpitrix update cluster env request swagger:model openpitrixUpdateClusterEnvRequest
func (*OpenpitrixUpdateClusterEnvRequest) MarshalBinary ¶
func (m *OpenpitrixUpdateClusterEnvRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixUpdateClusterEnvRequest) UnmarshalBinary ¶
func (m *OpenpitrixUpdateClusterEnvRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixUpdateClusterEnvResponse ¶
type OpenpitrixUpdateClusterEnvResponse struct { // cluster id ClusterID string `json:"cluster_id,omitempty"` // job id JobID string `json:"job_id,omitempty"` }
OpenpitrixUpdateClusterEnvResponse openpitrix update cluster env response swagger:model openpitrixUpdateClusterEnvResponse
func (*OpenpitrixUpdateClusterEnvResponse) MarshalBinary ¶
func (m *OpenpitrixUpdateClusterEnvResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixUpdateClusterEnvResponse) UnmarshalBinary ¶
func (m *OpenpitrixUpdateClusterEnvResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixUpgradeClusterRequest ¶
type OpenpitrixUpgradeClusterRequest struct { // advanced param AdvancedParam []string `json:"advanced_param"` // cluster id ClusterID string `json:"cluster_id,omitempty"` // version id VersionID string `json:"version_id,omitempty"` }
OpenpitrixUpgradeClusterRequest openpitrix upgrade cluster request swagger:model openpitrixUpgradeClusterRequest
func (*OpenpitrixUpgradeClusterRequest) MarshalBinary ¶
func (m *OpenpitrixUpgradeClusterRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixUpgradeClusterRequest) UnmarshalBinary ¶
func (m *OpenpitrixUpgradeClusterRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OpenpitrixUpgradeClusterResponse ¶
type OpenpitrixUpgradeClusterResponse struct { // cluster id ClusterID string `json:"cluster_id,omitempty"` // job id JobID string `json:"job_id,omitempty"` }
OpenpitrixUpgradeClusterResponse openpitrix upgrade cluster response swagger:model openpitrixUpgradeClusterResponse
func (*OpenpitrixUpgradeClusterResponse) MarshalBinary ¶
func (m *OpenpitrixUpgradeClusterResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OpenpitrixUpgradeClusterResponse) UnmarshalBinary ¶
func (m *OpenpitrixUpgradeClusterResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ProtobufBoolValue ¶
type ProtobufBoolValue struct { // The bool value. Value bool `json:"value,omitempty"` }
ProtobufBoolValue Wrapper message for `bool`.
The JSON representation for `BoolValue` is JSON `true` and `false`. swagger:model protobufBoolValue
func (*ProtobufBoolValue) MarshalBinary ¶
func (m *ProtobufBoolValue) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ProtobufBoolValue) UnmarshalBinary ¶
func (m *ProtobufBoolValue) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ProtobufStringValue ¶
type ProtobufStringValue struct { // The string value. Value string `json:"value,omitempty"` }
ProtobufStringValue Wrapper message for `string`.
The JSON representation for `StringValue` is JSON string. swagger:model protobufStringValue
func (*ProtobufStringValue) MarshalBinary ¶
func (m *ProtobufStringValue) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ProtobufStringValue) UnmarshalBinary ¶
func (m *ProtobufStringValue) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ProtobufUint32Value ¶
type ProtobufUint32Value struct { // The uint32 value. Value int64 `json:"value,omitempty"` }
ProtobufUint32Value Wrapper message for `uint32`.
The JSON representation for `UInt32Value` is JSON number. swagger:model protobufUInt32Value
func (*ProtobufUint32Value) MarshalBinary ¶
func (m *ProtobufUint32Value) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ProtobufUint32Value) UnmarshalBinary ¶
func (m *ProtobufUint32Value) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ProtobufUint64Value ¶
type ProtobufUint64Value struct { // The uint64 value. Value uint64 `json:"value,omitempty"` }
ProtobufUint64Value Wrapper message for `uint64`.
The JSON representation for `UInt64Value` is JSON string. swagger:model protobufUInt64Value
func (*ProtobufUint64Value) MarshalBinary ¶
func (m *ProtobufUint64Value) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ProtobufUint64Value) UnmarshalBinary ¶
func (m *ProtobufUint64Value) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Source Files ¶
- openpitrix_add_cluster_nodes_request.go
- openpitrix_add_cluster_nodes_response.go
- openpitrix_app.go
- openpitrix_app_version.go
- openpitrix_attach_credential_to_runtime_env_requset.go
- openpitrix_attach_credential_to_runtime_env_response.go
- openpitrix_cease_clusters_request.go
- openpitrix_cease_clusters_response.go
- openpitrix_cluster.go
- openpitrix_cluster_cluster_node_set.go
- openpitrix_cluster_node.go
- openpitrix_create_app_request.go
- openpitrix_create_app_response.go
- openpitrix_create_app_version_request.go
- openpitrix_create_app_version_response.go
- openpitrix_create_cluster_request.go
- openpitrix_create_cluster_response.go
- openpitrix_create_job_request.go
- openpitrix_create_job_response.go
- openpitrix_create_repo_label_request.go
- openpitrix_create_repo_label_response.go
- openpitrix_create_repo_request.go
- openpitrix_create_repo_response.go
- openpitrix_create_repo_selector_request.go
- openpitrix_create_repo_selector_response.go
- openpitrix_create_runtime_env_credential_requset.go
- openpitrix_create_runtime_env_credential_response.go
- openpitrix_create_runtime_env_request.go
- openpitrix_create_runtime_env_response.go
- openpitrix_create_task_request.go
- openpitrix_create_task_response.go
- openpitrix_delete_app_request.go
- openpitrix_delete_app_response.go
- openpitrix_delete_app_version_request.go
- openpitrix_delete_app_version_response.go
- openpitrix_delete_cluster_nodes_request.go
- openpitrix_delete_cluster_nodes_response.go
- openpitrix_delete_clusters_request.go
- openpitrix_delete_clusters_response.go
- openpitrix_delete_repo_label_request.go
- openpitrix_delete_repo_label_response.go
- openpitrix_delete_repo_request.go
- openpitrix_delete_repo_response.go
- openpitrix_delete_repo_selector_request.go
- openpitrix_delete_repo_selector_response.go
- openpitrix_delete_runtime_env_credential_requset.go
- openpitrix_delete_runtime_env_credential_response.go
- openpitrix_delete_runtime_env_request.go
- openpitrix_delete_runtime_env_response.go
- openpitrix_describe_app_versions_response.go
- openpitrix_describe_app_versions_response_app_version_set.go
- openpitrix_describe_apps_response.go
- openpitrix_describe_apps_response_app_set.go
- openpitrix_describe_cluster_nodes_response.go
- openpitrix_describe_cluster_nodes_response_cluster_node_set.go
- openpitrix_describe_clusters_response.go
- openpitrix_describe_clusters_response_cluster_set.go
- openpitrix_describe_jobs_response.go
- openpitrix_describe_jobs_response_job_set.go
- openpitrix_describe_repo_labels_response.go
- openpitrix_describe_repo_labels_response_repo_label_set.go
- openpitrix_describe_repo_selectors_response.go
- openpitrix_describe_repo_selectors_response_repo_selector_set.go
- openpitrix_describe_repo_tasks_response.go
- openpitrix_describe_repo_tasks_response_repo_task_set.go
- openpitrix_describe_repos_response.go
- openpitrix_describe_repos_response_repo_set.go
- openpitrix_describe_runtime_env_credentials_response.go
- openpitrix_describe_runtime_env_credentials_response_runtime_env_credential_set.go
- openpitrix_describe_runtime_envs_response.go
- openpitrix_describe_runtime_envs_response_runtime_env_set.go
- openpitrix_describe_tasks_response.go
- openpitrix_describe_tasks_response_task_set.go
- openpitrix_detach_credential_from_runtime_env_requset.go
- openpitrix_detach_credential_from_runtime_env_response.go
- openpitrix_get_app_version_package_response.go
- openpitrix_get_subtask_status_response.go
- openpitrix_get_subtask_status_response_subtask_status_set.go
- openpitrix_handle_subtask_request.go
- openpitrix_handle_subtask_response.go
- openpitrix_index_repo_request.go
- openpitrix_index_repo_response.go
- openpitrix_job.go
- openpitrix_modify_app_request.go
- openpitrix_modify_app_response.go
- openpitrix_modify_app_version_request.go
- openpitrix_modify_app_version_response.go
- openpitrix_modify_cluster_node_request.go
- openpitrix_modify_cluster_node_response.go
- openpitrix_modify_cluster_request.go
- openpitrix_modify_cluster_response.go
- openpitrix_modify_repo_label_request.go
- openpitrix_modify_repo_label_response.go
- openpitrix_modify_repo_request.go
- openpitrix_modify_repo_response.go
- openpitrix_modify_repo_selector_request.go
- openpitrix_modify_repo_selector_response.go
- openpitrix_modify_runtime_env_credential_request.go
- openpitrix_modify_runtime_env_credential_response.go
- openpitrix_modify_runtime_env_request.go
- openpitrix_modify_runtime_env_response.go
- openpitrix_recover_clusters_request.go
- openpitrix_recover_clusters_response.go
- openpitrix_repo.go
- openpitrix_repo_label.go
- openpitrix_repo_selector.go
- openpitrix_repo_task.go
- openpitrix_resize_cluster_request.go
- openpitrix_resize_cluster_response.go
- openpitrix_rollback_cluster_request.go
- openpitrix_rollback_cluster_response.go
- openpitrix_runtime_env.go
- openpitrix_runtime_env_credential.go
- openpitrix_runtime_env_label.go
- openpitrix_runtime_env_labels.go
- openpitrix_start_clusters_request.go
- openpitrix_start_clusters_response.go
- openpitrix_stop_clusters_request.go
- openpitrix_stop_clusters_response.go
- openpitrix_subtask_status.go
- openpitrix_task.go
- openpitrix_update_cluster_env_request.go
- openpitrix_update_cluster_env_response.go
- openpitrix_upgrade_cluster_request.go
- openpitrix_upgrade_cluster_response.go
- protobuf_bool_value.go
- protobuf_string_value.go
- protobuf_uint32_value.go
- protobuf_uint64_value.go