Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Nov 7, 2017
1 parent e534465 commit 072717e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer.rst
Expand Up @@ -42,7 +42,7 @@ Use this class... ...when
The :py:class:`~k8s.fields.Field` class takes three parameters:

type
The type of value this field contains. Can be simple types (int, bool etc), or subclasses of :py:class:`~k8s.base.Model`.
The type of value this field contains. Can be simple types (int, bool etc), :py:class:`datetime.datetime` or subclasses of :py:class:`~k8s.base.Model`.

default_value
The field is set to this value when an instance of the class is created. The default default is ``None``.
Expand Down
7 changes: 7 additions & 0 deletions docs/source/modules/k8s.models.configmap.rst
@@ -0,0 +1,7 @@
k8s\.models\.configmap module
=============================

.. automodule:: k8s.models.configmap
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/modules/k8s.models.resourcequota.rst
@@ -0,0 +1,7 @@
k8s\.models\.resourcequota module
=================================

.. automodule:: k8s.models.resourcequota
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/source/modules/k8s.models.rst
Expand Up @@ -13,10 +13,12 @@ Submodules

k8s.models.autoscaler
k8s.models.common
k8s.models.configmap
k8s.models.deployment
k8s.models.ingress
k8s.models.pod
k8s.models.replication_controller
k8s.models.resourcequota
k8s.models.service
k8s.models.third_party_resource

0 comments on commit 072717e

Please sign in to comment.