Files
Stephen Finucane 0863f04a26 docs: Turn on warning-as-error
There were two main issues here. Firstly, a function was being
documented as a class, resulting in:

  WARNING: error while formatting arguments for barbicanclient.client.Client:
  'function' object has no attribute '__mro__'

Secondly, a docstring for a common function had an incorrect field list
format, resulting in:

  docstring of barbicanclient.v1.acls.SecretACL.get:4: WARNING: Field list
  ends without a blank line; unexpected unindent
  docstring of barbicanclient.v1.acls.ContainerACL.get:4: WARNING: Field list
  ends without a blank line; unexpected unindent

Resolve both.

Change-Id: I69ef97cb48c6b5a1add4e89c4a53047420d314f4
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-10-01 19:14:55 +02:00

1.3 KiB

Reference

Client

barbicanclient.client.Client

Secrets

barbicanclient.v1.secrets.SecretManager

barbicanclient.v1.secrets.Secret

Orders

barbicanclient.v1.orders.OrderManager

barbicanclient.v1.orders.Order

barbicanclient.v1.orders.KeyOrder

barbicanclient.v1.orders.AsymmetricOrder

Containers

barbicanclient.v1.containers.ContainerManager

barbicanclient.v1.containers.Container

barbicanclient.v1.containers.RSAContainer

barbicanclient.v1.containers.CertificateContainer

Certificate Authorities

barbicanclient.v1.cas.CAManager

barbicanclient.v1.cas.CA

ACLs

barbicanclient.v1.acls.ACLManager

barbicanclient.v1.acls.SecretACL

barbicanclient.v1.acls.ContainerACL

Exceptions

barbicanclient.exceptions