models

package
v0.0.0-...-162f8c7 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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

func (*OpenpitrixAddClusterNodesRequest) Validate

Validate validates this openpitrix add cluster nodes request

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

func (*OpenpitrixAddClusterNodesResponse) Validate

Validate validates this openpitrix add cluster nodes response

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

func (*OpenpitrixApp) Validate

func (m *OpenpitrixApp) Validate(formats strfmt.Registry) error

Validate validates this openpitrix app

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

func (*OpenpitrixAppVersion) Validate

func (m *OpenpitrixAppVersion) Validate(formats strfmt.Registry) error

Validate validates this openpitrix app version

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

MarshalBinary interface implementation

func (*OpenpitrixAttachCredentialToRuntimeEnvRequset) UnmarshalBinary

UnmarshalBinary interface implementation

func (*OpenpitrixAttachCredentialToRuntimeEnvRequset) Validate

Validate validates this openpitrix attach credential to runtime env requset

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

MarshalBinary interface implementation

func (*OpenpitrixAttachCredentialToRuntimeEnvResponse) UnmarshalBinary

UnmarshalBinary interface implementation

func (*OpenpitrixAttachCredentialToRuntimeEnvResponse) Validate

Validate validates this openpitrix attach credential to runtime env response

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

func (*OpenpitrixCeaseClustersRequest) Validate

func (m *OpenpitrixCeaseClustersRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix cease clusters request

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

func (*OpenpitrixCeaseClustersResponse) Validate

Validate validates this openpitrix cease clusters response

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

func (*OpenpitrixCluster) Validate

func (m *OpenpitrixCluster) Validate(formats strfmt.Registry) error

Validate validates this openpitrix cluster

type OpenpitrixClusterClusterNodeSet

type OpenpitrixClusterClusterNodeSet []*OpenpitrixClusterNode

OpenpitrixClusterClusterNodeSet openpitrix cluster cluster node set swagger:model openpitrixClusterClusterNodeSet

func (OpenpitrixClusterClusterNodeSet) Validate

Validate validates this openpitrix cluster cluster node set

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

func (*OpenpitrixClusterNode) Validate

func (m *OpenpitrixClusterNode) Validate(formats strfmt.Registry) error

Validate validates this openpitrix cluster node

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

func (*OpenpitrixCreateAppRequest) Validate

func (m *OpenpitrixCreateAppRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix create app request

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

func (*OpenpitrixCreateAppResponse) Validate

func (m *OpenpitrixCreateAppResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix create app response

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

func (*OpenpitrixCreateAppVersionRequest) Validate

Validate validates this openpitrix create app version request

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

func (*OpenpitrixCreateAppVersionResponse) Validate

Validate validates this openpitrix create app version response

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

func (*OpenpitrixCreateClusterRequest) Validate

func (m *OpenpitrixCreateClusterRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix create cluster request

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

func (*OpenpitrixCreateClusterResponse) Validate

Validate validates this openpitrix create cluster response

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

func (*OpenpitrixCreateJobRequest) Validate

func (m *OpenpitrixCreateJobRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix create job request

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

func (*OpenpitrixCreateJobResponse) Validate

func (m *OpenpitrixCreateJobResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix create job response

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

func (*OpenpitrixCreateRepoLabelRequest) Validate

Validate validates this openpitrix create repo label request

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

func (*OpenpitrixCreateRepoLabelResponse) Validate

Validate validates this openpitrix create repo label response

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

func (*OpenpitrixCreateRepoRequest) Validate

func (m *OpenpitrixCreateRepoRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix create repo request

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

func (*OpenpitrixCreateRepoResponse) Validate

func (m *OpenpitrixCreateRepoResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix create repo response

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

func (*OpenpitrixCreateRepoSelectorRequest) Validate

Validate validates this openpitrix create repo selector request

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

func (*OpenpitrixCreateRepoSelectorResponse) Validate

Validate validates this openpitrix create repo selector response

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

func (*OpenpitrixCreateRuntimeEnvCredentialRequset) Validate

Validate validates this openpitrix create runtime env credential requset

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

MarshalBinary interface implementation

func (*OpenpitrixCreateRuntimeEnvCredentialResponse) UnmarshalBinary

UnmarshalBinary interface implementation

func (*OpenpitrixCreateRuntimeEnvCredentialResponse) Validate

Validate validates this openpitrix create runtime env credential response

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

func (*OpenpitrixCreateRuntimeEnvRequest) Validate

Validate validates this openpitrix create runtime env request

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

func (*OpenpitrixCreateRuntimeEnvResponse) Validate

Validate validates this openpitrix create runtime env response

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

func (*OpenpitrixCreateTaskRequest) Validate

func (m *OpenpitrixCreateTaskRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix create task request

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

func (*OpenpitrixCreateTaskResponse) Validate

func (m *OpenpitrixCreateTaskResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix create task response

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

func (*OpenpitrixDeleteAppRequest) Validate

func (m *OpenpitrixDeleteAppRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix delete app request

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

func (*OpenpitrixDeleteAppResponse) Validate

func (m *OpenpitrixDeleteAppResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix delete app response

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

func (*OpenpitrixDeleteAppVersionRequest) Validate

Validate validates this openpitrix delete app version request

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

func (*OpenpitrixDeleteAppVersionResponse) Validate

Validate validates this openpitrix delete app version response

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

func (*OpenpitrixDeleteClusterNodesRequest) Validate

Validate validates this openpitrix delete cluster nodes request

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

func (*OpenpitrixDeleteClusterNodesResponse) Validate

Validate validates this openpitrix delete cluster nodes response

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

func (*OpenpitrixDeleteClustersRequest) Validate

Validate validates this openpitrix delete clusters request

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

func (*OpenpitrixDeleteClustersResponse) Validate

Validate validates this openpitrix delete clusters response

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

func (*OpenpitrixDeleteRepoLabelRequest) Validate

Validate validates this openpitrix delete repo label request

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

func (*OpenpitrixDeleteRepoLabelResponse) Validate

Validate validates this openpitrix delete repo label response

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

func (*OpenpitrixDeleteRepoRequest) Validate

func (m *OpenpitrixDeleteRepoRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix delete repo request

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

func (*OpenpitrixDeleteRepoResponse) Validate

func (m *OpenpitrixDeleteRepoResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix delete repo response

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

func (*OpenpitrixDeleteRepoSelectorRequest) Validate

Validate validates this openpitrix delete repo selector request

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

func (*OpenpitrixDeleteRepoSelectorResponse) Validate

Validate validates this openpitrix delete repo selector response

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

func (*OpenpitrixDeleteRuntimeEnvCredentialRequset) Validate

Validate validates this openpitrix delete runtime env credential requset

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

MarshalBinary interface implementation

func (*OpenpitrixDeleteRuntimeEnvCredentialResponse) UnmarshalBinary

UnmarshalBinary interface implementation

func (*OpenpitrixDeleteRuntimeEnvCredentialResponse) Validate

Validate validates this openpitrix delete runtime env credential response

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

func (*OpenpitrixDeleteRuntimeEnvRequest) Validate

Validate validates this openpitrix delete runtime env request

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

func (*OpenpitrixDeleteRuntimeEnvResponse) Validate

Validate validates this openpitrix delete runtime env response

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

func (*OpenpitrixDescribeAppVersionsResponse) Validate

Validate validates this openpitrix describe app versions response

type OpenpitrixDescribeAppVersionsResponseAppVersionSet

type OpenpitrixDescribeAppVersionsResponseAppVersionSet []*OpenpitrixAppVersion

OpenpitrixDescribeAppVersionsResponseAppVersionSet openpitrix describe app versions response app version set swagger:model openpitrixDescribeAppVersionsResponseAppVersionSet

func (OpenpitrixDescribeAppVersionsResponseAppVersionSet) Validate

Validate validates this openpitrix describe app versions response app version set

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

func (*OpenpitrixDescribeAppsResponse) Validate

func (m *OpenpitrixDescribeAppsResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix describe apps response

type OpenpitrixDescribeAppsResponseAppSet

type OpenpitrixDescribeAppsResponseAppSet []*OpenpitrixApp

OpenpitrixDescribeAppsResponseAppSet openpitrix describe apps response app set swagger:model openpitrixDescribeAppsResponseAppSet

func (OpenpitrixDescribeAppsResponseAppSet) Validate

Validate validates this openpitrix describe apps response app set

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

func (*OpenpitrixDescribeClusterNodesResponse) Validate

Validate validates this openpitrix describe cluster nodes response

type OpenpitrixDescribeClusterNodesResponseClusterNodeSet

type OpenpitrixDescribeClusterNodesResponseClusterNodeSet []*OpenpitrixClusterNode

OpenpitrixDescribeClusterNodesResponseClusterNodeSet openpitrix describe cluster nodes response cluster node set swagger:model openpitrixDescribeClusterNodesResponseClusterNodeSet

func (OpenpitrixDescribeClusterNodesResponseClusterNodeSet) Validate

Validate validates this openpitrix describe cluster nodes response cluster node set

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

func (*OpenpitrixDescribeClustersResponse) Validate

Validate validates this openpitrix describe clusters response

type OpenpitrixDescribeClustersResponseClusterSet

type OpenpitrixDescribeClustersResponseClusterSet []*OpenpitrixCluster

OpenpitrixDescribeClustersResponseClusterSet openpitrix describe clusters response cluster set swagger:model openpitrixDescribeClustersResponseClusterSet

func (OpenpitrixDescribeClustersResponseClusterSet) Validate

Validate validates this openpitrix describe clusters response cluster set

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

func (*OpenpitrixDescribeJobsResponse) Validate

func (m *OpenpitrixDescribeJobsResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix describe jobs response

type OpenpitrixDescribeJobsResponseJobSet

type OpenpitrixDescribeJobsResponseJobSet []*OpenpitrixJob

OpenpitrixDescribeJobsResponseJobSet openpitrix describe jobs response job set swagger:model openpitrixDescribeJobsResponseJobSet

func (OpenpitrixDescribeJobsResponseJobSet) Validate

Validate validates this openpitrix describe jobs response job set

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

func (*OpenpitrixDescribeRepoLabelsResponse) Validate

Validate validates this openpitrix describe repo labels response

type OpenpitrixDescribeRepoLabelsResponseRepoLabelSet

type OpenpitrixDescribeRepoLabelsResponseRepoLabelSet []*OpenpitrixRepoLabel

OpenpitrixDescribeRepoLabelsResponseRepoLabelSet openpitrix describe repo labels response repo label set swagger:model openpitrixDescribeRepoLabelsResponseRepoLabelSet

func (OpenpitrixDescribeRepoLabelsResponseRepoLabelSet) Validate

Validate validates this openpitrix describe repo labels response repo label set

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

func (*OpenpitrixDescribeRepoSelectorsResponse) Validate

Validate validates this openpitrix describe repo selectors response

type OpenpitrixDescribeRepoSelectorsResponseRepoSelectorSet

type OpenpitrixDescribeRepoSelectorsResponseRepoSelectorSet []*OpenpitrixRepoSelector

OpenpitrixDescribeRepoSelectorsResponseRepoSelectorSet openpitrix describe repo selectors response repo selector set swagger:model openpitrixDescribeRepoSelectorsResponseRepoSelectorSet

func (OpenpitrixDescribeRepoSelectorsResponseRepoSelectorSet) Validate

Validate validates this openpitrix describe repo selectors response repo selector set

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

func (*OpenpitrixDescribeRepoTasksResponse) Validate

Validate validates this openpitrix describe repo tasks response

type OpenpitrixDescribeRepoTasksResponseRepoTaskSet

type OpenpitrixDescribeRepoTasksResponseRepoTaskSet []*OpenpitrixRepoTask

OpenpitrixDescribeRepoTasksResponseRepoTaskSet openpitrix describe repo tasks response repo task set swagger:model openpitrixDescribeRepoTasksResponseRepoTaskSet

func (OpenpitrixDescribeRepoTasksResponseRepoTaskSet) Validate

Validate validates this openpitrix describe repo tasks response repo task set

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

func (*OpenpitrixDescribeReposResponse) Validate

Validate validates this openpitrix describe repos response

type OpenpitrixDescribeReposResponseRepoSet

type OpenpitrixDescribeReposResponseRepoSet []*OpenpitrixRepo

OpenpitrixDescribeReposResponseRepoSet openpitrix describe repos response repo set swagger:model openpitrixDescribeReposResponseRepoSet

func (OpenpitrixDescribeReposResponseRepoSet) Validate

Validate validates this openpitrix describe repos response repo set

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

MarshalBinary interface implementation

func (*OpenpitrixDescribeRuntimeEnvCredentialsResponse) UnmarshalBinary

UnmarshalBinary interface implementation

func (*OpenpitrixDescribeRuntimeEnvCredentialsResponse) Validate

Validate validates this openpitrix describe runtime env credentials response

type OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet

type OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet []*OpenpitrixRuntimeEnvCredential

OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet openpitrix describe runtime env credentials response runtime env credential set swagger:model openpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet

func (OpenpitrixDescribeRuntimeEnvCredentialsResponseRuntimeEnvCredentialSet) Validate

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

func (*OpenpitrixDescribeRuntimeEnvsResponse) Validate

Validate validates this openpitrix describe runtime envs response

type OpenpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet

type OpenpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet []*OpenpitrixRuntimeEnv

OpenpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet openpitrix describe runtime envs response runtime env set swagger:model openpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet

func (OpenpitrixDescribeRuntimeEnvsResponseRuntimeEnvSet) Validate

Validate validates this openpitrix describe runtime envs response runtime env set

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

func (*OpenpitrixDescribeTasksResponse) Validate

Validate validates this openpitrix describe tasks response

type OpenpitrixDescribeTasksResponseTaskSet

type OpenpitrixDescribeTasksResponseTaskSet []*OpenpitrixTask

OpenpitrixDescribeTasksResponseTaskSet openpitrix describe tasks response task set swagger:model openpitrixDescribeTasksResponseTaskSet

func (OpenpitrixDescribeTasksResponseTaskSet) Validate

Validate validates this openpitrix describe tasks response task set

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

MarshalBinary interface implementation

func (*OpenpitrixDetachCredentialFromRuntimeEnvRequset) UnmarshalBinary

UnmarshalBinary interface implementation

func (*OpenpitrixDetachCredentialFromRuntimeEnvRequset) Validate

Validate validates this openpitrix detach credential from runtime env requset

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

MarshalBinary interface implementation

func (*OpenpitrixDetachCredentialFromRuntimeEnvResponse) UnmarshalBinary

UnmarshalBinary interface implementation

func (*OpenpitrixDetachCredentialFromRuntimeEnvResponse) Validate

Validate validates this openpitrix detach credential from runtime env response

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

func (*OpenpitrixGetAppVersionPackageResponse) Validate

Validate validates this openpitrix get app version package response

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

func (*OpenpitrixGetSubtaskStatusResponse) Validate

Validate validates this openpitrix get subtask status response

type OpenpitrixGetSubtaskStatusResponseSubtaskStatusSet

type OpenpitrixGetSubtaskStatusResponseSubtaskStatusSet []*OpenpitrixSubtaskStatus

OpenpitrixGetSubtaskStatusResponseSubtaskStatusSet openpitrix get subtask status response subtask status set swagger:model openpitrixGetSubtaskStatusResponseSubtaskStatusSet

func (OpenpitrixGetSubtaskStatusResponseSubtaskStatusSet) Validate

Validate validates this openpitrix get subtask status response subtask status set

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

func (*OpenpitrixHandleSubtaskRequest) Validate

func (m *OpenpitrixHandleSubtaskRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix handle subtask request

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

func (*OpenpitrixHandleSubtaskResponse) Validate

Validate validates this openpitrix handle subtask response

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

func (*OpenpitrixIndexRepoRequest) Validate

func (m *OpenpitrixIndexRepoRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix index repo request

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

func (*OpenpitrixIndexRepoResponse) Validate

func (m *OpenpitrixIndexRepoResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix index repo response

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

func (*OpenpitrixJob) Validate

func (m *OpenpitrixJob) Validate(formats strfmt.Registry) error

Validate validates this openpitrix job

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

func (*OpenpitrixModifyAppRequest) Validate

func (m *OpenpitrixModifyAppRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix modify app request

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

func (*OpenpitrixModifyAppResponse) Validate

func (m *OpenpitrixModifyAppResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix modify app response

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

func (*OpenpitrixModifyAppVersionRequest) Validate

Validate validates this openpitrix modify app version request

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

func (*OpenpitrixModifyAppVersionResponse) Validate

Validate validates this openpitrix modify app version response

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

func (*OpenpitrixModifyClusterNodeRequest) Validate

Validate validates this openpitrix modify cluster node request

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

func (*OpenpitrixModifyClusterNodeResponse) Validate

Validate validates this openpitrix modify cluster node response

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

func (*OpenpitrixModifyClusterRequest) Validate

func (m *OpenpitrixModifyClusterRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix modify cluster request

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

func (*OpenpitrixModifyClusterResponse) Validate

Validate validates this openpitrix modify cluster response

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

func (*OpenpitrixModifyRepoLabelRequest) Validate

Validate validates this openpitrix modify repo label request

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

func (*OpenpitrixModifyRepoLabelResponse) Validate

Validate validates this openpitrix modify repo label response

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

func (*OpenpitrixModifyRepoRequest) Validate

func (m *OpenpitrixModifyRepoRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix modify repo request

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

func (*OpenpitrixModifyRepoResponse) Validate

func (m *OpenpitrixModifyRepoResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix modify repo response

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

func (*OpenpitrixModifyRepoSelectorRequest) Validate

Validate validates this openpitrix modify repo selector request

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

func (*OpenpitrixModifyRepoSelectorResponse) Validate

Validate validates this openpitrix modify repo selector response

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

func (*OpenpitrixModifyRuntimeEnvCredentialRequest) Validate

Validate validates this openpitrix modify runtime env credential request

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

MarshalBinary interface implementation

func (*OpenpitrixModifyRuntimeEnvCredentialResponse) UnmarshalBinary

UnmarshalBinary interface implementation

func (*OpenpitrixModifyRuntimeEnvCredentialResponse) Validate

Validate validates this openpitrix modify runtime env credential response

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

func (*OpenpitrixModifyRuntimeEnvRequest) Validate

Validate validates this openpitrix modify runtime env request

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

func (*OpenpitrixModifyRuntimeEnvResponse) Validate

Validate validates this openpitrix modify runtime env response

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

func (*OpenpitrixRecoverClustersRequest) Validate

Validate validates this openpitrix recover clusters request

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

func (*OpenpitrixRecoverClustersResponse) Validate

Validate validates this openpitrix recover clusters response

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

func (*OpenpitrixRepo) Validate

func (m *OpenpitrixRepo) Validate(formats strfmt.Registry) error

Validate validates this openpitrix repo

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

func (*OpenpitrixRepoLabel) Validate

func (m *OpenpitrixRepoLabel) Validate(formats strfmt.Registry) error

Validate validates this openpitrix repo label

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

func (*OpenpitrixRepoSelector) Validate

func (m *OpenpitrixRepoSelector) Validate(formats strfmt.Registry) error

Validate validates this openpitrix repo selector

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

func (*OpenpitrixRepoTask) Validate

func (m *OpenpitrixRepoTask) Validate(formats strfmt.Registry) error

Validate validates this openpitrix repo task

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

func (*OpenpitrixResizeClusterRequest) Validate

func (m *OpenpitrixResizeClusterRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix resize cluster request

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

func (*OpenpitrixResizeClusterResponse) Validate

Validate validates this openpitrix resize cluster response

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

func (*OpenpitrixRollbackClusterRequest) Validate

Validate validates this openpitrix rollback cluster request

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

func (*OpenpitrixRollbackClusterResponse) Validate

Validate validates this openpitrix rollback cluster response

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

func (*OpenpitrixRuntimeEnv) Validate

func (m *OpenpitrixRuntimeEnv) Validate(formats strfmt.Registry) error

Validate validates this openpitrix runtime env

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

func (*OpenpitrixRuntimeEnvCredential) Validate

func (m *OpenpitrixRuntimeEnvCredential) Validate(formats strfmt.Registry) error

Validate validates this openpitrix runtime env credential

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

func (*OpenpitrixRuntimeEnvLabel) Validate

func (m *OpenpitrixRuntimeEnvLabel) Validate(formats strfmt.Registry) error

Validate validates this openpitrix runtime env label

type OpenpitrixRuntimeEnvLabels

type OpenpitrixRuntimeEnvLabels []*OpenpitrixRuntimeEnvLabel

OpenpitrixRuntimeEnvLabels openpitrix runtime env labels swagger:model openpitrixRuntimeEnvLabels

func (OpenpitrixRuntimeEnvLabels) Validate

func (m OpenpitrixRuntimeEnvLabels) Validate(formats strfmt.Registry) error

Validate validates this openpitrix runtime env labels

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

func (*OpenpitrixStartClustersRequest) Validate

func (m *OpenpitrixStartClustersRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix start clusters request

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

func (*OpenpitrixStartClustersResponse) Validate

Validate validates this openpitrix start clusters response

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

func (*OpenpitrixStopClustersRequest) Validate

func (m *OpenpitrixStopClustersRequest) Validate(formats strfmt.Registry) error

Validate validates this openpitrix stop clusters request

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

func (*OpenpitrixStopClustersResponse) Validate

func (m *OpenpitrixStopClustersResponse) Validate(formats strfmt.Registry) error

Validate validates this openpitrix stop clusters response

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

func (*OpenpitrixSubtaskStatus) Validate

func (m *OpenpitrixSubtaskStatus) Validate(formats strfmt.Registry) error

Validate validates this openpitrix subtask status

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

func (*OpenpitrixTask) Validate

func (m *OpenpitrixTask) Validate(formats strfmt.Registry) error

Validate validates this openpitrix task

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

func (*OpenpitrixUpdateClusterEnvRequest) Validate

Validate validates this openpitrix update cluster env request

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

func (*OpenpitrixUpdateClusterEnvResponse) Validate

Validate validates this openpitrix update cluster env response

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

func (*OpenpitrixUpgradeClusterRequest) Validate

Validate validates this openpitrix upgrade cluster request

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

func (*OpenpitrixUpgradeClusterResponse) Validate

Validate validates this openpitrix upgrade cluster response

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

func (*ProtobufBoolValue) Validate

func (m *ProtobufBoolValue) Validate(formats strfmt.Registry) error

Validate validates this protobuf bool value

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

func (*ProtobufStringValue) Validate

func (m *ProtobufStringValue) Validate(formats strfmt.Registry) error

Validate validates this protobuf string value

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

func (*ProtobufUint32Value) Validate

func (m *ProtobufUint32Value) Validate(formats strfmt.Registry) error

Validate validates this protobuf uint32 value

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

func (*ProtobufUint64Value) Validate

func (m *ProtobufUint64Value) Validate(formats strfmt.Registry) error

Validate validates this protobuf uint64 value

Source Files

Jump to

Keyboard shortcuts

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