Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,771 changes: 1,623 additions & 148 deletions docs/api-reference.md

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions helm/kaap/crds/autorecoveries.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1068,6 +1075,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1197,6 +1211,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down
21 changes: 21 additions & 0 deletions helm/kaap/crds/bastions.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1068,6 +1075,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1197,6 +1211,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down
96 changes: 78 additions & 18 deletions helm/kaap/crds/bookkeepers.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1382,6 +1389,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1555,6 +1569,17 @@ spec:
apiGroup:
type: string
type: object
dataSourceRef:
properties:
name:
type: string
kind:
type: string
namespace:
type: string
apiGroup:
type: string
type: object
resources:
properties:
limits:
Expand All @@ -1564,6 +1589,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand All @@ -1572,15 +1604,6 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
dataSourceRef:
properties:
name:
type: string
kind:
type: string
apiGroup:
type: string
type: object
accessModes:
items:
type: string
Expand Down Expand Up @@ -2593,6 +2616,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -2963,6 +2993,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -3557,6 +3594,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -3729,6 +3773,17 @@ spec:
apiGroup:
type: string
type: object
dataSourceRef:
properties:
name:
type: string
kind:
type: string
namespace:
type: string
apiGroup:
type: string
type: object
resources:
properties:
limits:
Expand All @@ -3738,6 +3793,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand All @@ -3746,15 +3808,6 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
dataSourceRef:
properties:
name:
type: string
kind:
type: string
apiGroup:
type: string
type: object
accessModes:
items:
type: string
Expand Down Expand Up @@ -4767,6 +4820,13 @@ spec:
- type: string
x-kubernetes-int-or-string: true
type: object
claims:
items:
properties:
name:
type: string
type: object
type: array
requests:
additionalProperties:
anyOf:
Expand Down
Loading