Skip to content

Commit 59354f3

Browse files
chore(deps): bump istio.io/client-go from 1.24.2 to 1.24.3 in /kubernetes-model-generator/openapi/generator (6875)
chore(deps): bump istio.io/client-go Bumps [istio.io/client-go](https://github.com/istio/client-go) from 1.24.2 to 1.24.3. - [Commits](istio/client-go@1.24.2...1.24.3) --- updated-dependencies: - dependency-name: istio.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --- feat(openapi): regenerate model for istio.io/client-go 1.24.3 Signed-off-by: Marc Nuri <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Nuri <[email protected]>
1 parent 449ffa9 commit 59354f3

26 files changed

+152
-152
lines changed

extensions/istio/model/src/generated/java/io/fabric8/istio/api/api/extensions/v1alpha1/WasmPlugin.java

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

extensions/istio/model/src/generated/java/io/fabric8/istio/api/api/networking/v1alpha3/ClientTLSSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public void setSni(String sni) {
245245
}
246246

247247
/**
248-
* A list of alternate names to verify the subject identity in the certificate. If specified, the proxy will verify that the server certificate's subject alt name matches one of the specified values. If specified, this list overrides the value of subject_alt_names from the ServiceEntry. If unspecified, automatic validation of upstream presented certificate for new upstream connections will be done based on the downstream HTTP host/authority header.
248+
* A list of alternate names to verify the subject identity in the certificate. If specified, the proxy will verify that the server certificate's subject alt name matches one of the specified values. If specified, this list overrides the value of `subjectAltNames` from the `ServiceEntry`. If unspecified, automatic validation of upstream presented certificate for new upstream connections will be done based on the downstream HTTP host/authority header.
249249
*/
250250
@JsonProperty("subjectAltNames")
251251
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -254,7 +254,7 @@ public List<String> getSubjectAltNames() {
254254
}
255255

256256
/**
257-
* A list of alternate names to verify the subject identity in the certificate. If specified, the proxy will verify that the server certificate's subject alt name matches one of the specified values. If specified, this list overrides the value of subject_alt_names from the ServiceEntry. If unspecified, automatic validation of upstream presented certificate for new upstream connections will be done based on the downstream HTTP host/authority header.
257+
* A list of alternate names to verify the subject identity in the certificate. If specified, the proxy will verify that the server certificate's subject alt name matches one of the specified values. If specified, this list overrides the value of `subjectAltNames` from the `ServiceEntry`. If unspecified, automatic validation of upstream presented certificate for new upstream connections will be done based on the downstream HTTP host/authority header.
258258
*/
259259
@JsonProperty("subjectAltNames")
260260
public void setSubjectAltNames(List<String> subjectAltNames) {

extensions/istio/model/src/generated/java/io/fabric8/istio/api/api/networking/v1alpha3/ConnectionPoolSettingsHTTPSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ public void setMaxRetries(Integer maxRetries) {
222222
}
223223

224224
/**
225-
* If set to true, client protocol will be preserved while initiating connection to backend. Note that when this is set to true, h2_upgrade_policy will be ineffective i.e. the client connections will not be upgraded to http2.
225+
* If set to true, client protocol will be preserved while initiating connection to backend. Note that when this is set to true, `h2UpgradePolicy` will be ineffective i.e. the client connections will not be upgraded to http2.
226226
*/
227227
@JsonProperty("useClientProtocol")
228228
public Boolean getUseClientProtocol() {
229229
return useClientProtocol;
230230
}
231231

232232
/**
233-
* If set to true, client protocol will be preserved while initiating connection to backend. Note that when this is set to true, h2_upgrade_policy will be ineffective i.e. the client connections will not be upgraded to http2.
233+
* If set to true, client protocol will be preserved while initiating connection to backend. Note that when this is set to true, `h2UpgradePolicy` will be ineffective i.e. the client connections will not be upgraded to http2.
234234
*/
235235
@JsonProperty("useClientProtocol")
236236
public void setUseClientProtocol(Boolean useClientProtocol) {

extensions/istio/model/src/generated/java/io/fabric8/istio/api/api/networking/v1alpha3/DestinationRule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ public void setExportTo(List<String> exportTo) {
130130
}
131131

132132
/**
133-
* The name of a service from the service registry. Service names are looked up from the platform's service registry (e.g., Kubernetes services, Consul services, etc.) and from the hosts declared by [ServiceEntries](https://istio.io/docs/reference/config/networking/service-entry/#ServiceEntry). Rules defined for services that do not exist in the service registry will be ignored.<br><p> <br><p> &#42;Note for Kubernetes users&#42;: When short names are used (e.g. "reviews" instead of "reviews.default.svc.cluster.local"), Istio will interpret the short name based on the namespace of the rule, not the service. A rule in the "default" namespace containing a host "reviews" will be interpreted as "reviews.default.svc.cluster.local", irrespective of the actual namespace associated with the reviews service. _To avoid potential misconfigurations, it is recommended to always use fully qualified domain names over short names._<br><p> <br><p> Note that the host field applies to both HTTP and TCP services.
133+
* The name of a service from the service registry. Service names are looked up from the platform's service registry (e.g., Kubernetes services, Consul services, etc.) and from the hosts declared by [ServiceEntries](https://istio.io/docs/reference/config/networking/service-entry/#ServiceEntry). Rules defined for services that do not exist in the service registry will be ignored.<br><p> <br><p> &#42;Note for Kubernetes users&#42;: When short names are used (e.g. "reviews" instead of "reviews.default.svc.cluster.local"), Istio will interpret the short name based on the namespace of the rule, not the service. A rule in the "default" namespace containing a host "reviews" will be interpreted as "reviews.default.svc.cluster.local", irrespective of the actual namespace associated with the reviews service. To avoid potential misconfigurations, it is recommended to always use fully qualified domain names over short names.<br><p> <br><p> Note that the host field applies to both HTTP and TCP services.
134134
*/
135135
@JsonProperty("host")
136136
public String getHost() {
137137
return host;
138138
}
139139

140140
/**
141-
* The name of a service from the service registry. Service names are looked up from the platform's service registry (e.g., Kubernetes services, Consul services, etc.) and from the hosts declared by [ServiceEntries](https://istio.io/docs/reference/config/networking/service-entry/#ServiceEntry). Rules defined for services that do not exist in the service registry will be ignored.<br><p> <br><p> &#42;Note for Kubernetes users&#42;: When short names are used (e.g. "reviews" instead of "reviews.default.svc.cluster.local"), Istio will interpret the short name based on the namespace of the rule, not the service. A rule in the "default" namespace containing a host "reviews" will be interpreted as "reviews.default.svc.cluster.local", irrespective of the actual namespace associated with the reviews service. _To avoid potential misconfigurations, it is recommended to always use fully qualified domain names over short names._<br><p> <br><p> Note that the host field applies to both HTTP and TCP services.
141+
* The name of a service from the service registry. Service names are looked up from the platform's service registry (e.g., Kubernetes services, Consul services, etc.) and from the hosts declared by [ServiceEntries](https://istio.io/docs/reference/config/networking/service-entry/#ServiceEntry). Rules defined for services that do not exist in the service registry will be ignored.<br><p> <br><p> &#42;Note for Kubernetes users&#42;: When short names are used (e.g. "reviews" instead of "reviews.default.svc.cluster.local"), Istio will interpret the short name based on the namespace of the rule, not the service. A rule in the "default" namespace containing a host "reviews" will be interpreted as "reviews.default.svc.cluster.local", irrespective of the actual namespace associated with the reviews service. To avoid potential misconfigurations, it is recommended to always use fully qualified domain names over short names.<br><p> <br><p> Note that the host field applies to both HTTP and TCP services.
142142
*/
143143
@JsonProperty("host")
144144
public void setHost(String host) {

extensions/istio/model/src/generated/java/io/fabric8/istio/api/api/networking/v1alpha3/EnvoyFilter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import lombok.experimental.Accessors;
4242

4343
/**
44-
* EnvoyFilter provides a mechanism to customize the Envoy configuration generated by Istio Pilot.<br><p> <br><p> &lt;!-- crd generation tags --&gt;<br><p> <br><p> &lt;!-- go code generation tags --&gt;
44+
* EnvoyFilter provides a mechanism to customize the Envoy configuration generated by istiod.<br><p> <br><p> &lt;!-- crd generation tags --&gt;<br><p> <br><p> &lt;!-- go code generation tags --&gt;
4545
*/
4646
@JsonDeserialize(using = com.fasterxml.jackson.databind.JsonDeserializer.None.class)
4747
@JsonInclude(JsonInclude.Include.NON_NULL)
@@ -159,15 +159,15 @@ public void setTargetRefs(List<PolicyTargetReference> targetRefs) {
159159
}
160160

161161
/**
162-
* EnvoyFilter provides a mechanism to customize the Envoy configuration generated by Istio Pilot.<br><p> <br><p> &lt;!-- crd generation tags --&gt;<br><p> <br><p> &lt;!-- go code generation tags --&gt;
162+
* EnvoyFilter provides a mechanism to customize the Envoy configuration generated by istiod.<br><p> <br><p> &lt;!-- crd generation tags --&gt;<br><p> <br><p> &lt;!-- go code generation tags --&gt;
163163
*/
164164
@JsonProperty("workloadSelector")
165165
public WorkloadSelector getWorkloadSelector() {
166166
return workloadSelector;
167167
}
168168

169169
/**
170-
* EnvoyFilter provides a mechanism to customize the Envoy configuration generated by Istio Pilot.<br><p> <br><p> &lt;!-- crd generation tags --&gt;<br><p> <br><p> &lt;!-- go code generation tags --&gt;
170+
* EnvoyFilter provides a mechanism to customize the Envoy configuration generated by istiod.<br><p> <br><p> &lt;!-- crd generation tags --&gt;<br><p> <br><p> &lt;!-- go code generation tags --&gt;
171171
*/
172172
@JsonProperty("workloadSelector")
173173
public void setWorkloadSelector(WorkloadSelector workloadSelector) {

extensions/istio/model/src/generated/java/io/fabric8/istio/api/api/networking/v1alpha3/EnvoyFilterListenerMatch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ public void setListenerFilter(String listenerFilter) {
130130
}
131131

132132
/**
133-
* Match a specific listener by its name. The listeners generated by Pilot are typically named as IP:Port.
133+
* Match a specific listener by its name. The listeners generated by istiod are typically named as IP:Port.
134134
*/
135135
@JsonProperty("name")
136136
public String getName() {
137137
return name;
138138
}
139139

140140
/**
141-
* Match a specific listener by its name. The listeners generated by Pilot are typically named as IP:Port.
141+
* Match a specific listener by its name. The listeners generated by istiod are typically named as IP:Port.
142142
*/
143143
@JsonProperty("name")
144144
public void setName(String name) {

extensions/istio/model/src/generated/java/io/fabric8/istio/api/api/networking/v1alpha3/EnvoyFilterProxyMatch.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public EnvoyFilterProxyMatch(Map<String, String> metadata, String proxyVersion)
8787
}
8888

8989
/**
90-
* Match on the node metadata supplied by a proxy when connecting to Istio Pilot. Note that while Envoy's node metadata is of type Struct, only string key-value pairs are processed by Pilot. All keys specified in the metadata must match with exact values. The match will fail if any of the specified keys are absent or the values fail to match.
90+
* Match on the node metadata supplied by a proxy when connecting to istiod. Note that while Envoy's node metadata is of type Struct, only string key-value pairs are processed by istiod. All keys specified in the metadata must match with exact values. The match will fail if any of the specified keys are absent or the values fail to match.
9191
*/
9292
@JsonProperty("metadata")
9393
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -96,23 +96,23 @@ public Map<String, String> getMetadata() {
9696
}
9797

9898
/**
99-
* Match on the node metadata supplied by a proxy when connecting to Istio Pilot. Note that while Envoy's node metadata is of type Struct, only string key-value pairs are processed by Pilot. All keys specified in the metadata must match with exact values. The match will fail if any of the specified keys are absent or the values fail to match.
99+
* Match on the node metadata supplied by a proxy when connecting to istiod. Note that while Envoy's node metadata is of type Struct, only string key-value pairs are processed by istiod. All keys specified in the metadata must match with exact values. The match will fail if any of the specified keys are absent or the values fail to match.
100100
*/
101101
@JsonProperty("metadata")
102102
public void setMetadata(Map<String, String> metadata) {
103103
this.metadata = metadata;
104104
}
105105

106106
/**
107-
* A regular expression in golang regex format (RE2) that can be used to select proxies using a specific version of istio proxy. The Istio version for a given proxy is obtained from the node metadata field `ISTIO_VERSION` supplied by the proxy when connecting to Pilot. This value is embedded as an environment variable (`ISTIO_META_ISTIO_VERSION`) in the Istio proxy docker image. Custom proxy implementations should provide this metadata variable to take advantage of the Istio version check option.
107+
* A regular expression in golang regex format (RE2) that can be used to select proxies using a specific version of istio proxy. The Istio version for a given proxy is obtained from the node metadata field `ISTIO_VERSION` supplied by the proxy when connecting to istiod. This value is embedded as an environment variable (`ISTIO_META_ISTIO_VERSION`) in the Istio proxy docker image. Custom proxy implementations should provide this metadata variable to take advantage of the Istio version check option.
108108
*/
109109
@JsonProperty("proxyVersion")
110110
public String getProxyVersion() {
111111
return proxyVersion;
112112
}
113113

114114
/**
115-
* A regular expression in golang regex format (RE2) that can be used to select proxies using a specific version of istio proxy. The Istio version for a given proxy is obtained from the node metadata field `ISTIO_VERSION` supplied by the proxy when connecting to Pilot. This value is embedded as an environment variable (`ISTIO_META_ISTIO_VERSION`) in the Istio proxy docker image. Custom proxy implementations should provide this metadata variable to take advantage of the Istio version check option.
115+
* A regular expression in golang regex format (RE2) that can be used to select proxies using a specific version of istio proxy. The Istio version for a given proxy is obtained from the node metadata field `ISTIO_VERSION` supplied by the proxy when connecting to istiod. This value is embedded as an environment variable (`ISTIO_META_ISTIO_VERSION`) in the Istio proxy docker image. Custom proxy implementations should provide this metadata variable to take advantage of the Istio version check option.
116116
*/
117117
@JsonProperty("proxyVersion")
118118
public void setProxyVersion(String proxyVersion) {

extensions/istio/model/src/generated/java/io/fabric8/istio/api/api/networking/v1alpha3/HTTPRetry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ public HTTPRetry(Integer attempts, String perTryTimeout, String retryOn, Boolean
9494
}
9595

9696
/**
97-
* Number of retries to be allowed for a given request. The interval between retries will be determined automatically (25ms+). When request `timeout` of the [HTTP route](https://istio.io/docs/reference/config/networking/virtual-service/#HTTPRoute) or `per_try_timeout` is configured, the actual number of retries attempted also depends on the specified request `timeout` and `per_try_timeout` values. MUST BE &gt;= 0. If `0`, retries will be disabled. The maximum possible number of requests made will be 1 + `attempts`.
97+
* Number of retries to be allowed for a given request. The interval between retries will be determined automatically (25ms+). When request `timeout` of the [HTTP route](https://istio.io/docs/reference/config/networking/virtual-service/#HTTPRoute) or `per_try_timeout` is configured, the actual number of retries attempted also depends on the specified request `timeout` and `per_try_timeout` values. MUST be &gt;= 0. If `0`, retries will be disabled. The maximum possible number of requests made will be 1 + `attempts`.
9898
*/
9999
@JsonProperty("attempts")
100100
public Integer getAttempts() {
101101
return attempts;
102102
}
103103

104104
/**
105-
* Number of retries to be allowed for a given request. The interval between retries will be determined automatically (25ms+). When request `timeout` of the [HTTP route](https://istio.io/docs/reference/config/networking/virtual-service/#HTTPRoute) or `per_try_timeout` is configured, the actual number of retries attempted also depends on the specified request `timeout` and `per_try_timeout` values. MUST BE &gt;= 0. If `0`, retries will be disabled. The maximum possible number of requests made will be 1 + `attempts`.
105+
* Number of retries to be allowed for a given request. The interval between retries will be determined automatically (25ms+). When request `timeout` of the [HTTP route](https://istio.io/docs/reference/config/networking/virtual-service/#HTTPRoute) or `per_try_timeout` is configured, the actual number of retries attempted also depends on the specified request `timeout` and `per_try_timeout` values. MUST be &gt;= 0. If `0`, retries will be disabled. The maximum possible number of requests made will be 1 + `attempts`.
106106
*/
107107
@JsonProperty("attempts")
108108
public void setAttempts(Integer attempts) {

0 commit comments

Comments
 (0)