All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.strimzi.api.kafka.model.common.CertificateExpirationPolicy Maven / Gradle / Ivy

There is a newer version: 0.44.0
Show newest version
/*
 * Copyright Strimzi authors.
 * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
 */
package io.strimzi.api.kafka.model.common;

import com.fasterxml.jackson.annotation.JsonProperty;

public enum CertificateExpirationPolicy {

    @JsonProperty("renew-certificate")
    RENEW_CERTIFICATE,

    @JsonProperty("replace-key")
    REPLACE_KEY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy