mirror of https://github.com/crossplane/docs.git
update APIs to v1.14.4 (#657)
This commit is contained in:
parent
a1ca578be8
commit
978de78f73
|
@ -384,6 +384,7 @@ spec:
|
|||
deprecationWarning:
|
||||
description: DeprecationWarning specifies the message that should
|
||||
be shown to the user when using this version.
|
||||
maxLength: 256
|
||||
type: string
|
||||
name:
|
||||
description: Name of this version, e.g. “v1”, “v2beta1”, etc.
|
||||
|
|
|
@ -158,6 +158,11 @@ spec:
|
|||
if nil.
|
||||
format: int64
|
||||
type: integer
|
||||
minMatch:
|
||||
description: MinMatch specifies the required minimum
|
||||
of extracted EnvironmentConfigs in Multiple mode.
|
||||
format: int64
|
||||
type: integer
|
||||
mode:
|
||||
default: Single
|
||||
description: 'Mode specifies retrieval strategy: "Single"
|
||||
|
@ -1612,6 +1617,11 @@ spec:
|
|||
if nil.
|
||||
format: int64
|
||||
type: integer
|
||||
minMatch:
|
||||
description: MinMatch specifies the required minimum
|
||||
of extracted EnvironmentConfigs in Multiple mode.
|
||||
format: int64
|
||||
type: integer
|
||||
mode:
|
||||
default: Single
|
||||
description: 'Mode specifies retrieval strategy: "Single"
|
||||
|
|
|
@ -153,6 +153,11 @@ spec:
|
|||
if nil.
|
||||
format: int64
|
||||
type: integer
|
||||
minMatch:
|
||||
description: MinMatch specifies the required minimum
|
||||
of extracted EnvironmentConfigs in Multiple mode.
|
||||
format: int64
|
||||
type: integer
|
||||
mode:
|
||||
default: Single
|
||||
description: 'Mode specifies retrieval strategy: "Single"
|
||||
|
|
Loading…
Reference in New Issue