Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Automated release of 27.2.0 upstream release 27.0 1687062556 #2077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v27.2.0

Kubernetes API Version: v1.27.3

### Documentation
- Fix request_timeout example and doc. Arg name should be _request_timeout. Single value type should be int or long. (#2071, @hemslo)

# v27.2.0b1

Kubernetes API Version: v1.27.2
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ supported versions of Kubernetes clusters.
- [client 24.y.z](https://pypi.org/project/kubernetes/24.2.0/): Kubernetes 1.23 or below (+-), Kubernetes 1.24 (✓), Kubernetes 1.25 or above (+-)
- [client 25.y.z](https://pypi.org/project/kubernetes/25.3.0/): Kubernetes 1.24 or below (+-), Kubernetes 1.25 (✓), Kubernetes 1.26 or above (+-)
- [client 26.y.z](https://pypi.org/project/kubernetes/26.1.0/): Kubernetes 1.25 or below (+-), Kubernetes 1.26 (✓), Kubernetes 1.27 or above (+-)
- [client 27.y.z](https://pypi.org/project/kubernetes/27.2.0b1/): Kubernetes 1.26 or below (+-), Kubernetes 1.27 (✓), Kubernetes 1.28 or above (+-)
- [client 27.y.z](https://pypi.org/project/kubernetes/27.2.0/): Kubernetes 1.26 or below (+-), Kubernetes 1.27 (✓), Kubernetes 1.28 or above (+-)

> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.

Expand Down Expand Up @@ -148,12 +148,13 @@ between client-python versions.
| 23.0 Alpha/Beta | Kubernetes main repo, 1.23 branch | ✗ |
| 23.0 | Kubernetes main repo, 1.23 branch | ✗ |
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch | ✗ |
| 24.0 | Kubernetes main repo, 1.24 branch | |
| 24.0 | Kubernetes main repo, 1.24 branch | |
| 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✗ |
| 25.0 | Kubernetes main repo, 1.25 branch | ✓ |
| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch | ✗ |
26.0 | Kubernetes main repo, 1.26 branch | ✓ |
| 27.0 Alpha/Beta | Kubernetes main repo, 1.27 branch | ✓ |
| 26.0 | Kubernetes main repo, 1.26 branch | ✓ |
| 27.0 Alpha/Beta | Kubernetes main repo, 1.27 branch | ✗ |
| 27.0 | Kubernetes main repo, 1.27 branch | ✓ |

> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.

Expand Down
2 changes: 1 addition & 1 deletion devel/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export PATCH_VERSION=y # The latest patch version for the minor version. Not re
```
To create a snapshot:
```
$ KUBERNETES_BRANCH=release-1.${MINOR_VERSION} CLIENT_VERSION=${MINOR_VERSION}.0.0-snapshot DEVELOPMENT_STATUS="3 - Alpha" scripts/release.sh
$ KUBERNETES_BRANCH=release-1.${MINOR_VERSION} CLIENT_VERSION=${MINOR_VERSION}.0.0+snapshot DEVELOPMENT_STATUS="3 - Alpha" scripts/release.sh
```
To create an a1 release:
```
Expand Down
1 change: 0 additions & 1 deletion doc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source/README.md
source/CONTRIBUTING.md
source/kubernetes.*
build
8 changes: 6 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ help:

.PHONY: help Makefile

# additional step to use sphinx-apidoc to generate rst files for APIs
rst:
rm -f $(SOURCEDIR)/kubernetes.*.rst
$(SPHINXAPIDOC) -o "$(SOURCEDIR)" ../kubernetes/ -e -f

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
html:
$(SPHINXAPIDOC) -o "$(SOURCEDIR)" ../kubernetes/ -e -f
html: rst
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@echo "\nDocs rendered successfully, open _/build/html/index.html to view"
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.admissionregistration\_api module
=======================================================

.. automodule:: kubernetes.client.api.admissionregistration_api
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.admissionregistration\_v1\_api module
===========================================================

.. automodule:: kubernetes.client.api.admissionregistration_v1_api
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.admissionregistration\_v1alpha1\_api module
=================================================================

.. automodule:: kubernetes.client.api.admissionregistration_v1alpha1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.apiextensions_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.apiextensions\_api module
===============================================

.. automodule:: kubernetes.client.api.apiextensions_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.apiextensions_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.apiextensions\_v1\_api module
===================================================

.. automodule:: kubernetes.client.api.apiextensions_v1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.apiregistration_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.apiregistration\_api module
=================================================

.. automodule:: kubernetes.client.api.apiregistration_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.apiregistration_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.apiregistration\_v1\_api module
=====================================================

.. automodule:: kubernetes.client.api.apiregistration_v1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.apis_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.apis\_api module
======================================

.. automodule:: kubernetes.client.api.apis_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.apps_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.apps\_api module
======================================

.. automodule:: kubernetes.client.api.apps_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.apps_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.apps\_v1\_api module
==========================================

.. automodule:: kubernetes.client.api.apps_v1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.authentication_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.authentication\_api module
================================================

.. automodule:: kubernetes.client.api.authentication_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.authentication_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.authentication\_v1\_api module
====================================================

.. automodule:: kubernetes.client.api.authentication_v1_api
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.authentication\_v1alpha1\_api module
==========================================================

.. automodule:: kubernetes.client.api.authentication_v1alpha1_api
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.authentication\_v1beta1\_api module
=========================================================

.. automodule:: kubernetes.client.api.authentication_v1beta1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.authorization_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.authorization\_api module
===============================================

.. automodule:: kubernetes.client.api.authorization_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.authorization_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.authorization\_v1\_api module
===================================================

.. automodule:: kubernetes.client.api.authorization_v1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.autoscaling_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.autoscaling\_api module
=============================================

.. automodule:: kubernetes.client.api.autoscaling_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.autoscaling_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.autoscaling\_v1\_api module
=================================================

.. automodule:: kubernetes.client.api.autoscaling_v1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.autoscaling_v2_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.autoscaling\_v2\_api module
=================================================

.. automodule:: kubernetes.client.api.autoscaling_v2_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.batch_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.batch\_api module
=======================================

.. automodule:: kubernetes.client.api.batch_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.batch_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.batch\_v1\_api module
===========================================

.. automodule:: kubernetes.client.api.batch_v1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.certificates_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.certificates\_api module
==============================================

.. automodule:: kubernetes.client.api.certificates_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.certificates_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.certificates\_v1\_api module
==================================================

.. automodule:: kubernetes.client.api.certificates_v1_api
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.certificates\_v1alpha1\_api module
========================================================

.. automodule:: kubernetes.client.api.certificates_v1alpha1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.coordination_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.coordination\_api module
==============================================

.. automodule:: kubernetes.client.api.coordination_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.coordination_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.coordination\_v1\_api module
==================================================

.. automodule:: kubernetes.client.api.coordination_v1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.core_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.core\_api module
======================================

.. automodule:: kubernetes.client.api.core_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.core_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.core\_v1\_api module
==========================================

.. automodule:: kubernetes.client.api.core_v1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.custom_objects_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.custom\_objects\_api module
=================================================

.. automodule:: kubernetes.client.api.custom_objects_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.discovery_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.discovery\_api module
===========================================

.. automodule:: kubernetes.client.api.discovery_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.discovery_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.discovery\_v1\_api module
===============================================

.. automodule:: kubernetes.client.api.discovery_v1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.events_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.events\_api module
========================================

.. automodule:: kubernetes.client.api.events_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.events_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.events\_v1\_api module
============================================

.. automodule:: kubernetes.client.api.events_v1_api
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.flowcontrol\_apiserver\_api module
========================================================

.. automodule:: kubernetes.client.api.flowcontrol_apiserver_api
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.flowcontrol\_apiserver\_v1beta2\_api module
=================================================================

.. automodule:: kubernetes.client.api.flowcontrol_apiserver_v1beta2_api
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.flowcontrol\_apiserver\_v1beta3\_api module
=================================================================

.. automodule:: kubernetes.client.api.flowcontrol_apiserver_v1beta3_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.internal_apiserver_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.internal\_apiserver\_api module
=====================================================

.. automodule:: kubernetes.client.api.internal_apiserver_api
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.internal\_apiserver\_v1alpha1\_api module
===============================================================

.. automodule:: kubernetes.client.api.internal_apiserver_v1alpha1_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.logs_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.logs\_api module
======================================

.. automodule:: kubernetes.client.api.logs_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.networking_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.networking\_api module
============================================

.. automodule:: kubernetes.client.api.networking_api
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/source/kubernetes.client.api.networking_v1_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes.client.api.networking\_v1\_api module
================================================

.. automodule:: kubernetes.client.api.networking_v1_api
:members:
:undoc-members:
:show-inheritance:
Loading