Class CertAndKeySecretSource

java.lang.Object
io.strimzi.api.kafka.model.common.CertSecretSource
io.strimzi.api.kafka.model.common.CertAndKeySecretSource
All Implemented Interfaces:
UnknownPropertyPreserving

public class CertAndKeySecretSource extends CertSecretSource
Represents a certificate and private key pair inside a Secret
  • Constructor Details

    • CertAndKeySecretSource

      public CertAndKeySecretSource()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)