working with images
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user