Skip to content

Commit

Permalink
chore(deps): update docs from repo source
Browse files Browse the repository at this point in the history
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
  • Loading branch information
kumahq[bot] authored and fabianrbz committed Apr 16, 2024
1 parent 58e026a commit b1c530a
Show file tree
Hide file tree
Showing 55 changed files with 9,879 additions and 14 deletions.
10 changes: 7 additions & 3 deletions app/_data/kong_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@
- edition: mesh
version: 1.2.6
release: 1.2.x
releaseDate: "2021-04-09"
endOfLifeDate: "2022-04-09"
releaseDate: "2021-04-16"
endOfLifeDate: "2022-04-16"
branch: release-1.2
- edition: mesh
version: 1.3.4
Expand Down Expand Up @@ -389,7 +389,11 @@
endOfLifeDate: "2025-02-01"
branch: release-2.6
- edition: mesh
version: preview
version: 2.7.0
release: 2.7.x
branch: release-2.7
- edition: mesh
version: preview
release: 2.8.x
branch: master
label: dev
25 changes: 25 additions & 0 deletions app/assets/mesh/2.7.x/raw/crds/access-audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: accessaudits.kuma.io
spec:
group: kuma.io
names:
kind: AccessAudit
plural: accessaudits
scope: Cluster
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
description: AccessAudit is the Schema for the accessaudit API
properties:
mesh:
type: string
spec:
x-kubernetes-preserve-unknown-fields: true
type: object
type: object
25 changes: 25 additions & 0 deletions app/assets/mesh/2.7.x/raw/crds/access-role-binding.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: accessrolebindings.kuma.io
spec:
group: kuma.io
names:
kind: AccessRoleBinding
plural: accessrolebindings
scope: Cluster
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
description: AccessRoleBinding is the Schema for the accessrolebinding API
properties:
mesh:
type: string
spec:
x-kubernetes-preserve-unknown-fields: true
type: object
type: object
25 changes: 25 additions & 0 deletions app/assets/mesh/2.7.x/raw/crds/access-role.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: accessroles.kuma.io
spec:
group: kuma.io
names:
kind: AccessRole
plural: accessroles
scope: Cluster
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
description: AccessRole is the Schema for the accessrole API
properties:
mesh:
type: string
spec:
x-kubernetes-preserve-unknown-fields: true
type: object
type: object
50 changes: 50 additions & 0 deletions app/assets/mesh/2.7.x/raw/crds/kuma.io_circuitbreakers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
name: circuitbreakers.kuma.io
spec:
group: kuma.io
names:
categories:
- kuma
kind: CircuitBreaker
listKind: CircuitBreakerList
plural: circuitbreakers
singular: circuitbreaker
scope: Cluster
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
mesh:
description: |-
Mesh is the name of the Kuma mesh this resource belongs to.
It may be omitted for cluster-scoped resources.
type: string
metadata:
type: object
spec:
description: Spec is the specification of the Kuma CircuitBreaker resource.
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
114 changes: 114 additions & 0 deletions app/assets/mesh/2.7.x/raw/crds/kuma.io_containerpatches.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
name: containerpatches.kuma.io
spec:
group: kuma.io
names:
categories:
- kuma
kind: ContainerPatch
listKind: ContainerPatchList
plural: containerpatches
singular: containerpatch
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: ContainerPatch stores a list of patches to apply to init and
sidecar containers.
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
mesh:
type: string
metadata:
type: object
spec:
description: ContainerPatchSpec specifies the options available for a
ContainerPatch
properties:
initPatch:
description: InitPatch specifies jsonpatch to apply to an init container.
items:
description: JsonPatchBlock is one json patch operation block.
properties:
from:
description: From is a jsonpatch from string, used by move and
copy operations.
type: string
op:
description: Op is a jsonpatch operation string.
enum:
- add
- remove
- replace
- move
- copy
type: string
path:
description: Path is a jsonpatch path string.
type: string
value:
description: |-
Value must be a string representing a valid json object used
by replace and add operations. String has to be escaped with " to be valid a json object.
type: string
required:
- op
- path
type: object
type: array
sidecarPatch:
description: SidecarPatch specifies jsonpatch to apply to a sidecar
container.
items:
description: JsonPatchBlock is one json patch operation block.
properties:
from:
description: From is a jsonpatch from string, used by move and
copy operations.
type: string
op:
description: Op is a jsonpatch operation string.
enum:
- add
- remove
- replace
- move
- copy
type: string
path:
description: Path is a jsonpatch path string.
type: string
value:
description: |-
Value must be a string representing a valid json object used
by replace and add operations. String has to be escaped with " to be valid a json object.
type: string
required:
- op
- path
type: object
type: array
type: object
type: object
served: true
storage: true
50 changes: 50 additions & 0 deletions app/assets/mesh/2.7.x/raw/crds/kuma.io_dataplaneinsights.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
name: dataplaneinsights.kuma.io
spec:
group: kuma.io
names:
categories:
- kuma
kind: DataplaneInsight
listKind: DataplaneInsightList
plural: dataplaneinsights
singular: dataplaneinsight
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
mesh:
description: |-
Mesh is the name of the Kuma mesh this resource belongs to.
It may be omitted for cluster-scoped resources.
type: string
metadata:
type: object
status:
description: Status is the status the Kuma resource.
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
70 changes: 70 additions & 0 deletions app/assets/mesh/2.7.x/raw/crds/kuma.io_dataplanes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
name: dataplanes.kuma.io
spec:
group: kuma.io
names:
categories:
- kuma
kind: Dataplane
listKind: DataplaneList
plural: dataplanes
singular: dataplane
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: Service tag of the first inbound
jsonPath: .spec.networking.inbound[0].tags['kuma\.io/service']
name: kuma.io/service
type: string
- description: Service tag of the second inbound
jsonPath: .spec.networking.inbound[1].tags['kuma\.io/service']
name: kuma.io/service
type: string
- description: Service tag of the third inbound
jsonPath: .spec.networking.inbound[2].tags['kuma\.io/service']
name: kuma.io/service
priority: 1
type: string
- description: Service tag of the fourth inbound
jsonPath: .spec.networking.inbound[3].tags['kuma\.io/service']
name: kuma.io/service
priority: 1
type: string
name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
mesh:
description: |-
Mesh is the name of the Kuma mesh this resource belongs to.
It may be omitted for cluster-scoped resources.
type: string
metadata:
type: object
spec:
description: Spec is the specification of the Kuma Dataplane resource.
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources: {}
Loading

0 comments on commit b1c530a

Please sign in to comment.