Commit Graph

13 Commits

Author SHA1 Message Date
Craig Box 5fcb020312
New HTML (#3388) 2024-12-16 10:19:15 -05:00
Rudrakh Panigrahi f3e32c3b7a
support grpc probes for workload group health checks (#3372)
Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
2024-12-03 20:48:20 -05:00
rob salmond 76c3278753
new schema format (#3352) 2024-11-07 02:19:27 -05:00
John Howard eb7df4d4b4
Add CEL validation to SE and WG (#3302)
* Add CEL validation to SE and WG

* fix bad validation
2024-10-02 14:37:29 -04:00
Whitney Griffith db01f1058c
update docs to show latest API version examples (#3192)
Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com>
2024-05-20 13:50:35 -04:00
John Howard 76d8e65ae7
docs: remove per-version API tabs (#3100)
Fixes https://github.com/istio/api/issues/2994
2024-03-05 07:22:21 -08:00
AndreaM12345 f8ef33f530
fixes for Duplicate reference docs overwriting each other (#2811)
* change page

* changes for docs to sync the needed ones

* fix tabset error

* fix spacing issue

* add checks to sync.sh to ensure mode is set

* fix changes from merge

* fix missing tabset

* fix tabset again
2023-06-22 06:41:07 -07:00
Eric Van Norman a51f8f8389
Run `make gen` with the new build-tools to generate new html (#2509) 2022-10-17 06:58:09 -07:00
John Howard 6e9e4699ed
Validate api docs, and fix issues (#1885)
* Fix invalid examples and alpha/beta discrepencies

* gen

* license

* lint

* missing space

* gen
2021-02-17 09:30:48 -08:00
John Howard 0ef6f5608b
Mark port as required field for health check (#1770)
Matches Kubernetes
2021-01-12 14:25:16 -08:00
Shamsher Ansari 5d144e8c9f
Fix workload-group docs (#1743) 2020-11-10 17:30:48 -08:00
Aditya Prerepa da5469b620
Add HealthCheck Config to ProxyStatus (#1620)
* add to proxyconfig

* lint

* follow k8s readiness probe exec field type

* match k8s exactly

* gen

* rename to snake case

* Update mesh/v1alpha1/proxy.proto

Co-authored-by: John Howard <howardjohn@google.com>

* fix some stuff

* lint & gen

* add to workloadgroup

* add example & comments

* make gen

Co-authored-by: John Howard <howardjohn@google.com>
2020-09-10 08:48:33 -07:00
Justin Wei 24be265d41
WorkloadGroup CRD (#1554)
* workload group template

* add storage version, timestamp

* new workloadgroup crd

* add docs for workloadentrytemplate

* comments for workloadgroup

* revised doc wording

* remove k8s dependency

* remove name, namespace

* remove WorkloadEntryTemplate

* regen

* formatting

* revise comments

* inline objectmeta

Co-authored-by: Justin Wei <juswei@google.com>
2020-08-12 13:27:21 -07:00