mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-03 03:36:20 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
45
kubeflow/kfapp/kustomize/pytorch-job-crds/base/crd.yaml
Normal file
45
kubeflow/kfapp/kustomize/pytorch-job-crds/base/crd.yaml
Normal file
|
@ -0,0 +1,45 @@
|
|||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: pytorchjobs.kubeflow.org
|
||||
spec:
|
||||
additionalPrinterColumns:
|
||||
- JSONPath: .status.conditions[-1:].type
|
||||
name: State
|
||||
type: string
|
||||
- JSONPath: .metadata.creationTimestamp
|
||||
name: Age
|
||||
type: date
|
||||
group: kubeflow.org
|
||||
names:
|
||||
kind: PyTorchJob
|
||||
plural: pytorchjobs
|
||||
singular: pytorchjob
|
||||
scope: Namespaced
|
||||
subresources:
|
||||
status: {}
|
||||
validation:
|
||||
openAPIV3Schema:
|
||||
properties:
|
||||
spec:
|
||||
properties:
|
||||
pytorchReplicaSpecs:
|
||||
properties:
|
||||
Master:
|
||||
properties:
|
||||
replicas:
|
||||
maximum: 1
|
||||
minimum: 1
|
||||
type: integer
|
||||
Worker:
|
||||
properties:
|
||||
replicas:
|
||||
minimum: 1
|
||||
type: integer
|
||||
versions:
|
||||
- name: v1beta2
|
||||
served: true
|
||||
storage: false
|
||||
- name: v1
|
||||
served: true
|
||||
storage: true
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- crd.yaml
|
Loading…
Add table
Add a link
Reference in a new issue