Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-kubernetes
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-kubernetes
Merge requests
!6
Newer upstream version for python-kubernetes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Newer upstream version for python-kubernetes
gitbmvb/python-kubernetes:master
into
master
Overview
1
Commits
8
Pipelines
1
Changes
1000+
1 unresolved thread
Hide all comments
Open
Bruno Martins
requested to merge
gitbmvb/python-kubernetes:master
into
master
6 months ago
Overview
1
Commits
8
Pipelines
1
Changes
1000
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
d40183d0
8 commits,
6 months ago
1000+ files
+
26910
−
14332
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
1000+
Search (e.g. *.vue) (Ctrl+P)
Some changes are not shown.
For a faster browsing experience, only
1000 of 1000+
files are shown. Download one of the files below to see all changes.
Plain diff
Patches
.github/workflows/e2e-master.yaml
+
2
−
2
Options
@@ -13,13 +13,13 @@ jobs:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
3.
7
,
3.
8
,
3.
9
]
python-version
:
[
"
3.
8"
,
"
3.
9"
,
"
3.
10"
]
steps
:
-
uses
:
actions/checkout@v4
with
:
submodules
:
true
-
name
:
Create Kind Cluster
uses
:
helm/kind-action@v1.1
0
.0
uses
:
helm/kind-action@v1.1
2
.0
with
:
cluster_name
:
kubernetes-python-e2e-master-${{ matrix.python-version }}
# The kind version to be used to spin the cluster up
Loading