@kubevirt-ui/kubevirt-api
    Preparing search index...

    CDICertConfig has the CertConfigs for CDI

    interface V1beta1CDICertConfig {
        ca?: V1beta1CertConfig;
        client?: V1beta1CertConfig;
        server?: V1beta1CertConfig;
    }
    Index

    Properties

    Properties

    CA configuration CA certs are kept in the CA bundle as long as they are valid

    Client configuration Certs are rotated and discarded

    Server configuration Certs are rotated and discarded