*: Fix CRD generation
This commit is contained in:
@@ -11,7 +11,6 @@ spec:
|
||||
scope: Namespaced
|
||||
validation:
|
||||
openAPIV3Schema:
|
||||
description: Alertmanager describes an Alertmanager cluster.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: 'APIVersion defines the versioned schema of this representation
|
||||
@@ -815,7 +814,10 @@ spec:
|
||||
path:
|
||||
description: Path to access on the HTTP server.
|
||||
type: string
|
||||
port: {}
|
||||
port:
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
scheme:
|
||||
description: Scheme to use for connecting to the host.
|
||||
Defaults to HTTP.
|
||||
@@ -830,7 +832,10 @@ spec:
|
||||
description: 'Optional: Host name to connect to, defaults
|
||||
to the pod IP.'
|
||||
type: string
|
||||
port: {}
|
||||
port:
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
required:
|
||||
- port
|
||||
preStop:
|
||||
@@ -882,7 +887,10 @@ spec:
|
||||
path:
|
||||
description: Path to access on the HTTP server.
|
||||
type: string
|
||||
port: {}
|
||||
port:
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
scheme:
|
||||
description: Scheme to use for connecting to the host.
|
||||
Defaults to HTTP.
|
||||
@@ -897,7 +905,10 @@ spec:
|
||||
description: 'Optional: Host name to connect to, defaults
|
||||
to the pod IP.'
|
||||
type: string
|
||||
port: {}
|
||||
port:
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
required:
|
||||
- port
|
||||
livenessProbe:
|
||||
@@ -955,7 +966,10 @@ spec:
|
||||
path:
|
||||
description: Path to access on the HTTP server.
|
||||
type: string
|
||||
port: {}
|
||||
port:
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
scheme:
|
||||
description: Scheme to use for connecting to the host.
|
||||
Defaults to HTTP.
|
||||
@@ -986,7 +1000,10 @@ spec:
|
||||
description: 'Optional: Host name to connect to, defaults
|
||||
to the pod IP.'
|
||||
type: string
|
||||
port: {}
|
||||
port:
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
required:
|
||||
- port
|
||||
timeoutSeconds:
|
||||
@@ -1095,7 +1112,10 @@ spec:
|
||||
path:
|
||||
description: Path to access on the HTTP server.
|
||||
type: string
|
||||
port: {}
|
||||
port:
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
scheme:
|
||||
description: Scheme to use for connecting to the host.
|
||||
Defaults to HTTP.
|
||||
@@ -1126,7 +1146,10 @@ spec:
|
||||
description: 'Optional: Host name to connect to, defaults
|
||||
to the pod IP.'
|
||||
type: string
|
||||
port: {}
|
||||
port:
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
required:
|
||||
- port
|
||||
timeoutSeconds:
|
||||
@@ -2379,12 +2402,4 @@ spec:
|
||||
- updatedReplicas
|
||||
- availableReplicas
|
||||
- unavailableReplicas
|
||||
required:
|
||||
- spec
|
||||
version: v1
|
||||
status:
|
||||
acceptedNames:
|
||||
kind: ""
|
||||
plural: ""
|
||||
conditions: null
|
||||
storedVersions: null
|
||||
|
Reference in New Issue
Block a user