Skip to content

Commit 9dab832

Browse files
committed
chore(deps): update docs from repo source
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
1 parent 86191eb commit 9dab832

File tree

67 files changed

+14429
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+14429
-2
lines changed

app/_data/products/mesh.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,16 @@ releases:
6161
branch: release-2.11
6262
- version: 2.12.5
6363
release: "2.12"
64-
latest: true
6564
releaseDate: "2025-09-09"
6665
eol: "2026-09-09"
6766
branch: release-2.12
68-
- version: preview
67+
- version: 2.13.0
6968
release: "2.13"
69+
latest: true
70+
releaseDate: "2025-12-22"
71+
eol: "2026-12-22"
72+
branch: release-2.13
73+
- version: preview
74+
release: "2.14"
7075
branch: master
7176
label: dev
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
name: accessaudits.kuma.io
6+
spec:
7+
group: kuma.io
8+
names:
9+
kind: AccessAudit
10+
plural: accessaudits
11+
scope: Cluster
12+
versions:
13+
- name: v1alpha1
14+
served: true
15+
storage: true
16+
schema:
17+
openAPIV3Schema:
18+
description: AccessAudit is the Schema for the accessaudit API
19+
properties:
20+
mesh:
21+
type: string
22+
spec:
23+
x-kubernetes-preserve-unknown-fields: true
24+
type: object
25+
type: object
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
name: accessrolebindings.kuma.io
6+
spec:
7+
group: kuma.io
8+
names:
9+
kind: AccessRoleBinding
10+
plural: accessrolebindings
11+
scope: Cluster
12+
versions:
13+
- name: v1alpha1
14+
served: true
15+
storage: true
16+
schema:
17+
openAPIV3Schema:
18+
description: AccessRoleBinding is the Schema for the accessrolebinding API
19+
properties:
20+
mesh:
21+
type: string
22+
spec:
23+
x-kubernetes-preserve-unknown-fields: true
24+
type: object
25+
type: object
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
creationTimestamp: null
5+
name: accessroles.kuma.io
6+
spec:
7+
group: kuma.io
8+
names:
9+
kind: AccessRole
10+
plural: accessroles
11+
scope: Cluster
12+
versions:
13+
- name: v1alpha1
14+
served: true
15+
storage: true
16+
schema:
17+
openAPIV3Schema:
18+
description: AccessRole is the Schema for the accessrole API
19+
properties:
20+
mesh:
21+
type: string
22+
spec:
23+
x-kubernetes-preserve-unknown-fields: true
24+
type: object
25+
type: object
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
apiVersion: apiextensions.k8s.io/v1
3+
kind: CustomResourceDefinition
4+
metadata:
5+
annotations:
6+
controller-gen.kubebuilder.io/version: v0.19.0
7+
name: circuitbreakers.kuma.io
8+
spec:
9+
group: kuma.io
10+
names:
11+
categories:
12+
- kuma
13+
kind: CircuitBreaker
14+
listKind: CircuitBreakerList
15+
plural: circuitbreakers
16+
singular: circuitbreaker
17+
scope: Cluster
18+
versions:
19+
- name: v1alpha1
20+
schema:
21+
openAPIV3Schema:
22+
properties:
23+
apiVersion:
24+
description: |-
25+
APIVersion defines the versioned schema of this representation of an object.
26+
Servers should convert recognized schemas to the latest internal value, and
27+
may reject unrecognized values.
28+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29+
type: string
30+
kind:
31+
description: |-
32+
Kind is a string value representing the REST resource this object represents.
33+
Servers may infer this from the endpoint the client submits requests to.
34+
Cannot be updated.
35+
In CamelCase.
36+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
37+
type: string
38+
mesh:
39+
description: |-
40+
Mesh is the name of the Kuma mesh this resource belongs to.
41+
It may be omitted for cluster-scoped resources.
42+
type: string
43+
metadata:
44+
type: object
45+
spec:
46+
description: Spec is the specification of the Kuma CircuitBreaker resource.
47+
x-kubernetes-preserve-unknown-fields: true
48+
type: object
49+
served: true
50+
storage: true
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
apiVersion: apiextensions.k8s.io/v1
3+
kind: CustomResourceDefinition
4+
metadata:
5+
annotations:
6+
controller-gen.kubebuilder.io/version: v0.19.0
7+
name: containerpatches.kuma.io
8+
spec:
9+
group: kuma.io
10+
names:
11+
categories:
12+
- kuma
13+
kind: ContainerPatch
14+
listKind: ContainerPatchList
15+
plural: containerpatches
16+
singular: containerpatch
17+
scope: Namespaced
18+
versions:
19+
- name: v1alpha1
20+
schema:
21+
openAPIV3Schema:
22+
description: ContainerPatch stores a list of patches to apply to init and
23+
sidecar containers.
24+
properties:
25+
apiVersion:
26+
description: |-
27+
APIVersion defines the versioned schema of this representation of an object.
28+
Servers should convert recognized schemas to the latest internal value, and
29+
may reject unrecognized values.
30+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
31+
type: string
32+
kind:
33+
description: |-
34+
Kind is a string value representing the REST resource this object represents.
35+
Servers may infer this from the endpoint the client submits requests to.
36+
Cannot be updated.
37+
In CamelCase.
38+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
39+
type: string
40+
mesh:
41+
type: string
42+
metadata:
43+
type: object
44+
spec:
45+
description: ContainerPatchSpec specifies the options available for a
46+
ContainerPatch
47+
properties:
48+
initPatch:
49+
description: InitPatch specifies jsonpatch to apply to an init container.
50+
items:
51+
description: JsonPatchBlock is one json patch operation block.
52+
properties:
53+
from:
54+
description: From is a jsonpatch from string, used by move and
55+
copy operations.
56+
type: string
57+
op:
58+
description: Op is a jsonpatch operation string.
59+
enum:
60+
- add
61+
- remove
62+
- replace
63+
- move
64+
- copy
65+
type: string
66+
path:
67+
description: Path is a jsonpatch path string.
68+
type: string
69+
value:
70+
description: |-
71+
Value must be a string representing a valid json object used
72+
by replace and add operations. String has to be escaped with " to be valid a json object.
73+
type: string
74+
required:
75+
- op
76+
- path
77+
type: object
78+
type: array
79+
sidecarPatch:
80+
description: SidecarPatch specifies jsonpatch to apply to a sidecar
81+
container.
82+
items:
83+
description: JsonPatchBlock is one json patch operation block.
84+
properties:
85+
from:
86+
description: From is a jsonpatch from string, used by move and
87+
copy operations.
88+
type: string
89+
op:
90+
description: Op is a jsonpatch operation string.
91+
enum:
92+
- add
93+
- remove
94+
- replace
95+
- move
96+
- copy
97+
type: string
98+
path:
99+
description: Path is a jsonpatch path string.
100+
type: string
101+
value:
102+
description: |-
103+
Value must be a string representing a valid json object used
104+
by replace and add operations. String has to be escaped with " to be valid a json object.
105+
type: string
106+
required:
107+
- op
108+
- path
109+
type: object
110+
type: array
111+
type: object
112+
type: object
113+
served: true
114+
storage: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
apiVersion: apiextensions.k8s.io/v1
3+
kind: CustomResourceDefinition
4+
metadata:
5+
annotations:
6+
controller-gen.kubebuilder.io/version: v0.19.0
7+
name: dataplaneinsights.kuma.io
8+
spec:
9+
group: kuma.io
10+
names:
11+
categories:
12+
- kuma
13+
kind: DataplaneInsight
14+
listKind: DataplaneInsightList
15+
plural: dataplaneinsights
16+
singular: dataplaneinsight
17+
scope: Namespaced
18+
versions:
19+
- name: v1alpha1
20+
schema:
21+
openAPIV3Schema:
22+
properties:
23+
apiVersion:
24+
description: |-
25+
APIVersion defines the versioned schema of this representation of an object.
26+
Servers should convert recognized schemas to the latest internal value, and
27+
may reject unrecognized values.
28+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29+
type: string
30+
kind:
31+
description: |-
32+
Kind is a string value representing the REST resource this object represents.
33+
Servers may infer this from the endpoint the client submits requests to.
34+
Cannot be updated.
35+
In CamelCase.
36+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
37+
type: string
38+
mesh:
39+
description: |-
40+
Mesh is the name of the Kuma mesh this resource belongs to.
41+
It may be omitted for cluster-scoped resources.
42+
type: string
43+
metadata:
44+
type: object
45+
status:
46+
description: Status is the status the Kuma resource.
47+
x-kubernetes-preserve-unknown-fields: true
48+
type: object
49+
served: true
50+
storage: true
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
apiVersion: apiextensions.k8s.io/v1
3+
kind: CustomResourceDefinition
4+
metadata:
5+
annotations:
6+
controller-gen.kubebuilder.io/version: v0.19.0
7+
name: dataplanes.kuma.io
8+
spec:
9+
group: kuma.io
10+
names:
11+
categories:
12+
- kuma
13+
kind: Dataplane
14+
listKind: DataplaneList
15+
plural: dataplanes
16+
shortNames:
17+
- dp
18+
singular: dataplane
19+
scope: Namespaced
20+
versions:
21+
- additionalPrinterColumns:
22+
- description: Service tag of the first inbound
23+
jsonPath: .spec.networking.inbound[0].tags['kuma\.io/service']
24+
name: kuma.io/service
25+
type: string
26+
- description: Service tag of the second inbound
27+
jsonPath: .spec.networking.inbound[1].tags['kuma\.io/service']
28+
name: kuma.io/service
29+
type: string
30+
- description: Service tag of the third inbound
31+
jsonPath: .spec.networking.inbound[2].tags['kuma\.io/service']
32+
name: kuma.io/service
33+
priority: 1
34+
type: string
35+
- description: Service tag of the fourth inbound
36+
jsonPath: .spec.networking.inbound[3].tags['kuma\.io/service']
37+
name: kuma.io/service
38+
priority: 1
39+
type: string
40+
name: v1alpha1
41+
schema:
42+
openAPIV3Schema:
43+
properties:
44+
apiVersion:
45+
description: |-
46+
APIVersion defines the versioned schema of this representation of an object.
47+
Servers should convert recognized schemas to the latest internal value, and
48+
may reject unrecognized values.
49+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
50+
type: string
51+
kind:
52+
description: |-
53+
Kind is a string value representing the REST resource this object represents.
54+
Servers may infer this from the endpoint the client submits requests to.
55+
Cannot be updated.
56+
In CamelCase.
57+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
58+
type: string
59+
mesh:
60+
description: |-
61+
Mesh is the name of the Kuma mesh this resource belongs to.
62+
It may be omitted for cluster-scoped resources.
63+
type: string
64+
metadata:
65+
type: object
66+
spec:
67+
description: Spec is the specification of the Kuma Dataplane resource.
68+
x-kubernetes-preserve-unknown-fields: true
69+
type: object
70+
served: true
71+
storage: true
72+
subresources: {}

0 commit comments

Comments
 (0)