Skip to content

Commit

Permalink
Fix doc test with new property order
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Karlsson committed Mar 14, 2024
1 parent 93c26cd commit 069620b
Showing 1 changed file with 82 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,81 +5,93 @@
[cols="2,2,3a",options="header"]
|====
|Property |Property type |Description
|affinity
|{KubeApiReferenceBase}#affinity-v1-core[Affinity]
|
|arrayOfBoundTypeVar
|xref:type-Number-{context}[`Number`] array
|
|arrayOfBoundTypeVar2
|xref:type-Number-{context}[`Number`] array
|stringProperty
|string
|
|arrayOfList
|string array of dimension 2
|intProperty
|integer
|Added in Strimzi 0.0.1. An example int property.
|longProperty
|integer
|An example long property.
|booleanProperty
|boolean
|
|arrayOfRawList
|object array of dimension 2
|normalEnum
|string (one of [BAR, FOO])
|
|arrayOfTypeVar
|object array
|customisedEnum
|string (one of [one, two])
|
|arrayProperty
|string array
|objectProperty
|xref:type-ObjectProperty-{context}[`ObjectProperty`]
|
|arrayProperty2
|string array of dimension 2
|mapStringObject
|map
|
|booleanProperty
|boolean
|mapStringString
|map
|
|customisedEnum
|string (one of [one, two])
|polymorphicProperty
|xref:type-PolymorphicLeft-{context}[`PolymorphicLeft`], xref:type-PolymorphicRight-{context}[`PolymorphicRight`]
|
|either
|string
|affinity
|{KubeApiReferenceBase}#affinity-v1-core[Affinity]
|
|fieldProperty
|string
|Example of field property.
|intProperty
|integer
|Added in Strimzi 0.0.1. An example int property.
|listOfArray
|string array of dimension 2
|
|listOfBoundTypeVar
|xref:type-Number-{context}[`Number`] array
|
|listOfBoundTypeVar2
|xref:type-Number-{context}[`Number`] array
|arrayProperty
|string array
|
|listOfCustomizedEnum
|string (one or more of [one, two]) array
|arrayProperty2
|string array of dimension 2
|
|listOfInts
|integer array
|
|listOfInts2
|integer array of dimension 2
|
|listOfMaps
|map array
|
|listOfNormalEnum
|string (one or more of [BAR, FOO]) array
|
|listOfObjects
|xref:type-ObjectProperty-{context}[`ObjectProperty`] array
|
|listOfPolymorphic
|xref:type-PolymorphicLeft-{context}[`PolymorphicLeft`], xref:type-PolymorphicRight-{context}[`PolymorphicRight`] array
|
|rawList
|object array
|
|listOfRawList
|object array of dimension 2
|
|arrayOfList
|string array of dimension 2
|
|arrayOfRawList
|object array of dimension 2
|
|listOfArray
|string array of dimension 2
|
|arrayOfTypeVar
|object array
|
|listOfTypeVar
|object array
|
|arrayOfBoundTypeVar
|xref:type-Number-{context}[`Number`] array
|
|listOfBoundTypeVar
|xref:type-Number-{context}[`Number`] array
|
|arrayOfBoundTypeVar2
|xref:type-Number-{context}[`Number`] array
|
|listOfBoundTypeVar2
|xref:type-Number-{context}[`Number`] array
|
|listOfWildcardTypeVar1
|string array
|
Expand All @@ -92,52 +104,29 @@
|listOfWildcardTypeVar4
|xref:type-Number-{context}[`Number`] array of dimension 2
|
|longProperty
|integer
|An example long property.
|mapStringObject
|map
|listOfCustomizedEnum
|string (one or more of [one, two]) array
|
|mapStringString
|map
|listOfNormalEnum
|string (one or more of [BAR, FOO]) array
|
|normalEnum
|string (one of [BAR, FOO])
|listOfMaps
|map array
|
|objectProperty
|xref:type-ObjectProperty-{context}[`ObjectProperty`]
|either
|string
|
|or
|string
|
|polymorphicProperty
|xref:type-PolymorphicLeft-{context}[`PolymorphicLeft`], xref:type-PolymorphicRight-{context}[`PolymorphicRight`]
|
|rawList
|object array
|
|spec
|object
|
|status
|object
|
|stringProperty
|string
|spec
|object
|
|====

[id='type-Number-{context}']
= `Number` schema reference

Used in: xref:type-ExampleCrd-{context}[`ExampleCrd`]


[cols="2,2,3a",options="header"]
|====
|Property |Property type |Description
|====

[id='type-ObjectProperty-{context}']
= `ObjectProperty` schema reference

Expand All @@ -148,10 +137,10 @@ Example of complex type.
[cols="2,2,3a",options="header"]
|====
|Property |Property type |Description
|bar
|foo
|string
|
|foo
|bar
|string
|
|====
Expand All @@ -167,10 +156,10 @@ It must have the value `left` for the type `PolymorphicLeft`.
[cols="2,2,3a",options="header"]
|====
|Property |Property type |Description
|commonProperty
|discrim
|string
|
|discrim
|commonProperty
|string
|
|leftProperty
Expand All @@ -189,14 +178,25 @@ It must have the value `right` for the type `PolymorphicRight`.
[cols="2,2,3a",options="header"]
|====
|Property |Property type |Description
|commonProperty
|discrim
|string
|
|discrim
|commonProperty
|string
|
|rightProperty
|string
|when descrim=right, the right-hand property.
|====

[id='type-Number-{context}']
= `Number` schema reference

Used in: xref:type-ExampleCrd-{context}[`ExampleCrd`]


[cols="2,2,3a",options="header"]
|====
|Property |Property type |Description
|====

0 comments on commit 069620b

Please sign in to comment.