Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
Signed-off-by: terrytangyuan <[email protected]>
  • Loading branch information
terrytangyuan committed Nov 28, 2023
1 parent 08587ff commit 3d0241a
Show file tree
Hide file tree
Showing 98 changed files with 0 additions and 11,047 deletions.
86 changes: 0 additions & 86 deletions hack/python-sdk/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,92 +220,6 @@
}
}
},
"kubeflow.org.v1.MXJob": {
"description": "MXJob is the Schema for the mxjobs API",
"type": "object",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"metadata": {
"default": {},
"$ref": "#/definitions/v1.ObjectMeta"
},
"spec": {
"default": {},
"$ref": "#/definitions/kubeflow.org.v1.MXJobSpec"
},
"status": {
"default": {},
"$ref": "#/definitions/kubeflow.org.v1.JobStatus"
}
}
},
"kubeflow.org.v1.MXJobList": {
"description": "MXJobList contains a list of MXJob",
"type": "object",
"required": [
"items"
],
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"items": {
"type": "array",
"items": {
"default": {},
"$ref": "#/definitions/kubeflow.org.v1.MXJob"
}
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"metadata": {
"default": {},
"$ref": "#/definitions/v1.ListMeta"
}
}
},
"kubeflow.org.v1.MXJobSpec": {
"description": "MXJobSpec defines the desired state of MXJob",
"type": "object",
"required": [
"runPolicy",
"jobMode",
"mxReplicaSpecs"
],
"properties": {
"jobMode": {
"description": "JobMode specify the kind of MXjob to do. Different mode may have different MXReplicaSpecs request",
"type": "string",
"default": ""
},
"mxReplicaSpecs": {
"description": "MXReplicaSpecs is map of ReplicaType and ReplicaSpec specifies the MX replicas to run. For example,\n {\n \"Scheduler\": ReplicaSpec,\n \"Server\": ReplicaSpec,\n \"Worker\": ReplicaSpec,\n }",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/kubeflow.org.v1.ReplicaSpec"
}
},
"runPolicy": {
"description": "RunPolicy encapsulates various runtime policies of the distributed training job, for example how to clean up resources and how long the job can stay active.",
"default": {},
"$ref": "#/definitions/kubeflow.org.v1.RunPolicy"
}
}
},
"kubeflow.org.v1.MXJobStatus": {
"description": "MXJobStatus defines the observed state of MXJob",
"type": "object"
},
"kubeflow.org.v1.PaddleElasticPolicy": {
"type": "object",
"properties": {
Expand Down
156 changes: 0 additions & 156 deletions pkg/apis/kubeflow.org/v1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 0 additions & 106 deletions pkg/apis/kubeflow.org/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3d0241a

Please sign in to comment.