Container Infrastructure Management
===================================

.. automodule:: openstack.container_infrastructure_management.v1._proxy

Cluster Operations
^^^^^^^^^^^^^^^^^^

.. autoclass:: openstack.container_infrastructure_management.v1._proxy.Proxy
  :noindex:
  :members: create_cluster, delete_cluster, update_cluster, get_cluster,
            find_cluster, clusters

Cluster Certificates Operations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autoclass:: openstack.container_infrastructure_management.v1._proxy.Proxy
  :noindex:
  :members: create_cluster_certificate, get_cluster_certificate

Cluster Templates Operations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autoclass:: openstack.container_infrastructure_management.v1._proxy.Proxy
  :noindex:
  :members: create_cluster_template, delete_cluster_template,
   find_cluster_template,
            get_cluster_template, cluster_templates, update_cluster_template

Service Operations
^^^^^^^^^^^^^^^^^^

.. autoclass:: openstack.container_infrastructure_management.v1._proxy.Proxy
  :noindex:
  :members: services
