working with images

This commit is contained in:
2025-04-03 23:46:25 +03:00
parent f464e8966d
commit b021c161ca
7 changed files with 184 additions and 15 deletions

View File

@@ -39,13 +39,57 @@ spec:
spec:
description: ImageSpec defines the desired state of Image
properties:
args:
items:
type: string
type: array
command:
items:
type: string
type: array
init_script:
properties:
args:
items:
type: string
type: array
command:
items:
type: string
type: array
image:
type: string
required:
- args
- command
- image
type: object
location:
type: string
name:
description: |-
INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file
type: string
ports:
items:
properties:
port:
format: int32
type: integer
protocol:
description: Protocol defines network protocols supported for
things like container ports.
type: string
type: object
type: array
working_dir:
type: string
required:
- location
- name
- ports
- working_dir
type: object
type: object
served: true