Skip to content

Commit

Permalink
Merge pull request kubernetes-client#217 from kubernetes-client/autom…
Browse files Browse the repository at this point in the history
…ated-generate-b9e3438d

Automated Generate from openapi release-1.29
  • Loading branch information
k8s-ci-robot committed Jan 26, 2024
2 parents ea7f644 + 3a1cc6f commit ca88044
Show file tree
Hide file tree
Showing 317 changed files with 18,917 additions and 10,319 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
RUN apt-get update && \
apt-get install -qq -y git libssl-dev libcurl4-openssl-dev uncrustify cmake g++

RUN git clone https://libwebsockets.org/repo/libwebsockets --depth 1 --branch v4.2-stable && \
RUN git clone https://github.com/warmcat/libwebsockets --depth 1 --branch v4.2-stable && \
cd libwebsockets && \
mkdir build && \
cd build && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt-get install -y libssl-dev libcurl4-openssl-dev uncrustify valgrind
- name: Prepare libwebsockets
run: |
git clone https://libwebsockets.org/repo/libwebsockets --depth 1 --branch v4.2-stable
git clone https://github.com/warmcat/libwebsockets --depth 1 --branch v4.2-stable
cd libwebsockets
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CLIENT_REPO_ROOT=${PWD}/c
sudo apt-get install libssl-dev libcurl4-openssl-dev uncrustify

# Build pre-requisite: libwebsockets
git clone https://libwebsockets.org/repo/libwebsockets --depth 1 --branch v4.2-stable
git clone https://github.com/warmcat/libwebsockets --depth 1 --branch v4.2-stable
cd libwebsockets
mkdir build
cd build
Expand Down
5 changes: 2 additions & 3 deletions kubernetes/.openapi-generator/COMMIT
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Requested Commit/Tag : v7.0.0
Actual Commit : c37fa8a4e8399ebd76d7f190136fd4b851c9aa7e
Actual Tag : v7.0.0
Requested Commit/Tag : master
Actual Commit : 90bd1f361b11ddff72cc541d99efafed5307c8c5
Loading

0 comments on commit ca88044

Please sign in to comment.