Move k8s modules to dynamic backend (#39632)

* Move k8s modules to dynamic backend
This commit is contained in:
Fabian von Feilitzsch 2018-05-16 11:57:36 -04:00 committed by Adam Miller
commit 4373b155a5
18 changed files with 540 additions and 1883 deletions

View file

@ -21,7 +21,9 @@ short_description: Set a new size for a Deployment, ReplicaSet, Replication Cont
version_added: "2.5"
author: "Chris Houseknecht (@chouseknecht)"
author:
- "Chris Houseknecht (@chouseknecht)"
- "Fabian von Feilitzsch (@fabianvf)"
description:
- Similar to the kubectl scale command. Use to set the number of replicas for a Deployment, ReplicatSet,
@ -35,7 +37,7 @@ extends_documentation_fragment:
requirements:
- "python >= 2.7"
- "openshift == 0.4.3"
- "openshift >= 0.6"
- "PyYAML >= 3.11"
'''