Kubernetes Prow Robot
060e5f800a
Automated openapi generation from release-1.26
...
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com >
2023-02-23 01:48:36 +00:00
Kubernetes Prow Robot
488460fe9b
Merge pull request #171 from ahmedyarub/ay/fix_android_build
...
Correct check for getenv()/secure_getenv()
2023-02-11 08:29:31 -08:00
Ahmed Yarub Hani Al Nuaimi
2e2b5c91da
Fix symbol tests
2023-02-09 22:36:24 -03:00
Ahmed Yarub Hani Al Nuaimi
ccef130aeb
Temporarily revert changes
2023-02-09 21:40:22 -03:00
Ahmed Yarub Hani Al Nuaimi
de6542609e
Fix configuration file
2023-02-08 20:38:10 -03:00
Ahmed Yarub Hani Al Nuaimi
c8c27b1da6
Correct check for getenv()/secure_getenv()
2023-02-08 19:23:16 -03:00
Kubernetes Prow Robot
18431c6194
Merge pull request #169 from ityuhui/yh-mlk-0116
...
Fix memory leak when kubeconfig is invalid
2023-01-17 10:56:35 -08:00
Hui Yu
cf0e04da8d
Build and clean list_pod_with_invalid_kubeconfig for testing
2023-01-16 16:08:38 +08:00
Hui Yu
1ab7d304d3
code style check and fix
2023-01-16 15:42:58 +08:00
Hui Yu
2887dd5fee
* Fix memory leak when kubeconfig is invalid
...
* Add a test for this case
2023-01-16 15:41:01 +08:00
Kubernetes Prow Robot
5911cc0ae4
Merge pull request #167 from hirishh/fix-user-certs-by-paths
...
Load user certificates by file path
2023-01-13 14:00:15 -08:00
hirishh
1e06eb2dfd
Load user certificates by file path
2023-01-13 17:09:51 +01:00
Kubernetes Prow Robot
f8e62c1faf
Merge pull request #165 from ityuhui/yh-config-in-0103
...
Update config.h.in to be more clear
2023-01-03 15:41:32 -08:00
Hui Yu
8b70a4f482
Update config.h.in to be more clear
2023-01-03 14:53:28 +08:00
Kubernetes Prow Robot
1bb6fadb0d
Merge pull request #164 from irozzo-1A/in_cluster_ipv6_support
...
Add support for IPv6 addresses in the in-cluster resolution
2022-12-30 21:03:30 -08:00
Iacopo Rozzo
fc4f5d1f27
Address review comments
2022-12-30 16:37:52 +01:00
Iacopo Rozzo
42a7642d4e
Add support for IPv6 addresses in the in-cluster resolution
...
This change adds support for kubernetes services with cluster IPs v6 for
the in cluster resolution. Previously, the IP v6 addresses were not wrapped
in square brackets when forming the Apiserver URL.
2022-12-30 15:13:40 +01:00
Kubernetes Prow Robot
05257357f8
Merge pull request #163 from irozzo-1A/add-secure-getenv-check
...
Add check for the presence of secure_getenv
2022-12-29 18:51:30 -08:00
Iacopo Rozzo
703fdc63ef
Add check for the presence of secure_getenv
...
This change introduces support for glibc versions older than 2.17 where
secure_getenv was introduced.
2022-12-29 17:47:02 +01:00
Kubernetes Prow Robot
c14ef1fe5d
Merge pull request #162 from ityuhui/yh-string-null-1229
...
Allow cJSON_IsNull() if the string is not mandatory
2022-12-28 21:17:28 -08:00
Hui Yu
c740f061c9
Allow cJSON_IsNull() for a string if it is not mandatory
2022-12-29 10:58:47 +08:00
Kubernetes Prow Robot
3a1307001e
Merge pull request #160 from ityuhui/yh-int-bool-para-1130
...
Always send integer or boolean query parameters to the API server
2022-12-01 13:55:53 -08:00
Hui Yu
ab0c7fc276
Provide a grace period (30 seconds) for pod deletion
2022-11-30 11:29:05 +08:00
Hui Yu
9dca01932d
Always send integer or boolean query parameters to the API server
2022-11-30 11:07:13 +08:00
Kubernetes Prow Robot
39a4dab250
Merge pull request #157 from ityuhui/yh-datetime-null-1107
...
Check cJSON_IsNull when the data type is datetime
2022-11-09 15:28:54 -08:00
Hui Yu
18c9414a1a
Add an example to list events
2022-11-07 11:05:38 +08:00
Hui Yu
1102730a9e
Regenerate the c client to merge https://github.com/OpenAPITools/openapi-generator/pull/13884
2022-11-07 10:45:06 +08:00
Kubernetes Prow Robot
92aaa7f6f3
Merge pull request #152 from ityuhui/yh-0.5.0-compatibility-0927
...
Update version and compatibility documentation for the release 0.5.0
2022-09-27 12:31:50 -07:00
Hui Yu
863e472736
Update version and compatibility for the release 0.5.0
2022-09-27 09:25:32 +08:00
Kubernetes Prow Robot
72692c7b10
Merge pull request #151 from kubernetes-client/automated-generate-3effa2b7
...
Automated Generate from openapi release-1.25
2022-09-26 14:40:14 -07:00
Hui Yu
04ea94918b
Update example due to API change
2022-09-26 10:37:43 +08:00
Kubernetes Prow Robot
fd71accdaf
Automated openapi generation from release-1.25
...
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com >
2022-09-26 01:26:15 +00:00
Kubernetes Prow Robot
eb35d27669
Merge pull request #149 from ityuhui/yh-readme-0921
...
Add "debug mode" and "Compatibility" descriptions to README.md
2022-09-21 12:11:18 -07:00
Hui Yu
c43533691b
Add "debug mode" and "Compatibility" to README.md
2022-09-21 12:02:35 +08:00
Kubernetes Prow Robot
8afde9c48b
Merge pull request #141 from ityuhui/yh-null-value-in-map-0909
...
Treat "null" as a valid value for a field of a JSON map
2022-09-09 13:35:23 -07:00
Hui Yu
d305005b80
Treat "null" as a valid value for a field of a JSON map
...
(Marge https://github.com/OpenAPITools/openapi-generator/pull/13352 )
2022-09-09 10:18:51 +08:00
Kubernetes Prow Robot
2bb4393cc8
Merge pull request #140 from caesar0301/master
...
Resolve cpp keyword conflict
2022-08-26 01:06:25 -07:00
chenxm
86dc1b2b9b
Resolve cpp keyword conflict
2022-08-25 20:07:05 +08:00
Kubernetes Prow Robot
9a78e0fe02
Merge pull request #135 from ityuhui/yh-wait-pod-deleting-0818
...
Wait for the pod to terminate cleanly after deleting the pod during testing
2022-08-21 13:31:36 -07:00
Hui Yu
5890c9b595
Wait for the pod to terminate cleanly after deleting the pod
2022-08-18 11:35:47 +08:00
Kubernetes Prow Robot
4e38e7292e
Merge pull request #133 from ityuhui/yh-memory-test-0812
...
Add the Valgrind memory check for examples
2022-08-17 08:55:12 -07:00
Hui Yu
fd7fbe50c0
Replace "sleep" with "kubectl wait" to wait for the pod to be ready
2022-08-17 10:25:14 +08:00
Hui Yu
3fe8c8b11c
Add valgrind memory check for examples
2022-08-12 14:56:25 +08:00
Kubernetes Prow Robot
8f8874e9f5
Merge pull request #131 from ityuhui/yh-update-readme-0725
...
Update the README
2022-07-25 08:46:35 -07:00
Hui Yu
e91dcc4a4a
Update the README
...
* Remove "work in progress"
* Introduce the generic client
* Correct the address of the mailing list
2022-07-25 09:39:27 +08:00
Kubernetes Prow Robot
6c22e91923
Merge pull request #130 from ityuhui/yh-action-0720
...
Build deb package in GitHub Action
2022-07-21 14:17:16 -07:00
Hui Yu
b271aca2f3
Build deb package in GitHub Action
2022-07-20 16:39:14 +08:00
Kubernetes Prow Robot
f5f12a8074
Merge pull request #129 from ityuhui/yh-update-versioning-doc-0621
...
Request to release 0.4.0 for kuberntes v1.24
2022-06-28 15:19:34 -07:00
Hui Yu
1ba2c720cb
Update versioning and compatibility doc for v0.4.0
2022-06-21 10:54:45 +08:00
Kubernetes Prow Robot
b47d6f8a98
Merge pull request #128 from ityuhui/yh-freefrom-object-0614
...
Support free-form objects
2022-06-16 13:21:05 -07:00