Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(mesh): update docs and changelog #8035

Merged
merged 1 commit into from
Oct 9, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ spec:
singular: meshexternalservice
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.addresses[0].hostname
name: Hostname
type: string
name: v1alpha1
schema:
openAPIV3Schema:
properties:
Expand Down Expand Up @@ -326,3 +330,4 @@ spec:
type: object
served: true
storage: true
subresources: {}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ spec:
singular: meshmultizoneservice
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.addresses[0].hostname
name: Hostname
type: string
name: v1alpha1
schema:
openAPIV3Schema:
properties:
Expand Down Expand Up @@ -192,3 +196,4 @@ spec:
type: object
served: true
storage: true
subresources: {}
7 changes: 6 additions & 1 deletion app/assets/mesh/dev/raw/crds/kuma.io_meshservices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ spec:
singular: meshservice
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.addresses[0].hostname
name: Hostname
type: string
name: v1alpha1
schema:
openAPIV3Schema:
properties:
Expand Down Expand Up @@ -211,3 +215,4 @@ spec:
type: object
served: true
storage: true
subresources: {}
Loading