16 lines
250 B
YAML
16 lines
250 B
YAML
type: object
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
required: [name]
|
|
spec:
|
|
type: object
|
|
required: [apiVersion, kind, metadata, spec]
|