Skip to content

Commit bba800a

Browse files
authored
Fix bug validation vs status (#191)
* fix bug: update vs in store on validation
1 parent 32627f9 commit bba800a

File tree

24 files changed

+961
-514
lines changed

24 files changed

+961
-514
lines changed

docs/grpc.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- [ListClustersResponse](#listclustersresponse)
3131
- [ResourceRef](#resourceref)
3232
- [ResourceRefs](#resourcerefs)
33+
- [TLSConfig](#tlsconfig)
3334
- [UIDS](#uids)
3435
- [VirtualHost](#virtualhost)
3536
- [HTTPFilterListItem](#httpfilterlistitem)
@@ -312,6 +313,17 @@ ResourceRef represents a reference to a resource with a UID and name.
312313

313314

314315

316+
### TLSConfig {#tlsconfig}
317+
318+
319+
320+
| Field | Type | Description |
321+
| ----- | ---- | ----------- |
322+
| secret_ref | [ ResourceRef](#resourceref) | none |
323+
| [**oneof**](https://developers.google.com/protocol-buffers/docs/proto3#oneof) _auto_discovery.auto_discovery | [optional bool](#bool) | none |
324+
325+
326+
315327
### UIDS {#uids}
316328

317329

@@ -594,6 +606,7 @@ Request message for filling a template with specific configurations.
594606
| description | [ string](#string) | Description is the human-readable description of the resource |
595607
| expand_references | [ bool](#bool) | Expand references determines whether to replace reference links with their full expanded content in the returned structure. |
596608
| extra_fields | [map FillTemplateRequest.ExtraFieldsEntry](#filltemplaterequestextrafieldsentry) | Extra fields |
609+
| tls_config | [ common.v1.TLSConfig](#commonv1tlsconfig) | TLS config |
597610

598611

599612

@@ -750,6 +763,7 @@ GetVirtualServiceResponse is the response message for retrieving a virtual servi
750763
| raw | [ string](#string) | The raw string representation of the resource |
751764
| status | [ Status](#status) | Status |
752765
| extra_fields | [map GetVirtualServiceResponse.ExtraFieldsEntry](#getvirtualserviceresponseextrafieldsentry) | Extra fields |
766+
| tls_config | [ common.v1.TLSConfig](#commonv1tlsconfig) | TLS config |
753767

754768

755769

helm/charts/envoy-xds-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "0.78"
18+
version: "0.79"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.13.0"
24+
appVersion: "v0.13.1"
2525

2626
home: https://github.com/kaasops/envoy-xds-controller
2727
sources:

0 commit comments

Comments
 (0)