Skip to content

Commit ca88044

Browse files
authored
Merge pull request #217 from kubernetes-client/automated-generate-b9e3438d
Automated Generate from openapi release-1.29
2 parents ea7f644 + 3a1cc6f commit ca88044

File tree

317 files changed

+18917
-10319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

317 files changed

+18917
-10319
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
77
RUN apt-get update && \
88
apt-get install -qq -y git libssl-dev libcurl4-openssl-dev uncrustify cmake g++
99

10-
RUN git clone https://libwebsockets.org/repo/libwebsockets --depth 1 --branch v4.2-stable && \
10+
RUN git clone https://github.com/warmcat/libwebsockets --depth 1 --branch v4.2-stable && \
1111
cd libwebsockets && \
1212
mkdir build && \
1313
cd build && \

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get install -y libssl-dev libcurl4-openssl-dev uncrustify valgrind
1919
- name: Prepare libwebsockets
2020
run: |
21-
git clone https://libwebsockets.org/repo/libwebsockets --depth 1 --branch v4.2-stable
21+
git clone https://github.com/warmcat/libwebsockets --depth 1 --branch v4.2-stable
2222
cd libwebsockets
2323
mkdir build
2424
cd build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CLIENT_REPO_ROOT=${PWD}/c
1717
sudo apt-get install libssl-dev libcurl4-openssl-dev uncrustify
1818

1919
# Build pre-requisite: libwebsockets
20-
git clone https://libwebsockets.org/repo/libwebsockets --depth 1 --branch v4.2-stable
20+
git clone https://github.com/warmcat/libwebsockets --depth 1 --branch v4.2-stable
2121
cd libwebsockets
2222
mkdir build
2323
cd build

kubernetes/.openapi-generator/COMMIT

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Requested Commit/Tag : v7.0.0
2-
Actual Commit : c37fa8a4e8399ebd76d7f190136fd4b851c9aa7e
3-
Actual Tag : v7.0.0
1+
Requested Commit/Tag : master
2+
Actual Commit : 90bd1f361b11ddff72cc541d99efafed5307c8c5

0 commit comments

Comments
 (0)