public class KafkaTLSSpecFluent<A extends KafkaTLSSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaTLSSpecFluent.CaCertNested<N> |
class |
KafkaTLSSpecFluent.CertNested<N> |
class |
KafkaTLSSpecFluent.KeyNested<N> |
| Constructor and Description |
|---|
KafkaTLSSpecFluent() |
KafkaTLSSpecFluent(KafkaTLSSpec instance) |
public KafkaTLSSpecFluent()
public KafkaTLSSpecFluent(KafkaTLSSpec instance)
protected void copyInstance(KafkaTLSSpec instance)
public SecretValueFromSource buildCaCert()
public A withCaCert(SecretValueFromSource caCert)
public boolean hasCaCert()
public KafkaTLSSpecFluent.CaCertNested<A> withNewCaCert()
public KafkaTLSSpecFluent.CaCertNested<A> withNewCaCertLike(SecretValueFromSource item)
public KafkaTLSSpecFluent.CaCertNested<A> editCaCert()
public KafkaTLSSpecFluent.CaCertNested<A> editOrNewCaCert()
public KafkaTLSSpecFluent.CaCertNested<A> editOrNewCaCertLike(SecretValueFromSource item)
public SecretValueFromSource buildCert()
public A withCert(SecretValueFromSource cert)
public boolean hasCert()
public KafkaTLSSpecFluent.CertNested<A> withNewCert()
public KafkaTLSSpecFluent.CertNested<A> withNewCertLike(SecretValueFromSource item)
public KafkaTLSSpecFluent.CertNested<A> editCert()
public KafkaTLSSpecFluent.CertNested<A> editOrNewCert()
public KafkaTLSSpecFluent.CertNested<A> editOrNewCertLike(SecretValueFromSource item)
public Boolean getEnable()
public boolean hasEnable()
public SecretValueFromSource buildKey()
public A withKey(SecretValueFromSource key)
public boolean hasKey()
public KafkaTLSSpecFluent.KeyNested<A> withNewKey()
public KafkaTLSSpecFluent.KeyNested<A> withNewKeyLike(SecretValueFromSource item)
public KafkaTLSSpecFluent.KeyNested<A> editKey()
public KafkaTLSSpecFluent.KeyNested<A> editOrNewKey()
public KafkaTLSSpecFluent.KeyNested<A> editOrNewKeyLike(SecretValueFromSource item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaTLSSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaTLSSpecFluent<A>>public A withEnable()
Copyright © 2015–2024 Red Hat. All rights reserved.