public class ControllerCertificateFluent<A extends ControllerCertificateFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ControllerCertificateFluent() |
ControllerCertificateFluent(ControllerCertificate instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ControllerCertificate instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBundleFile() |
String |
getNotAfter() |
String |
getNotBefore() |
String |
getSigner() |
String |
getSubject() |
boolean |
hasAdditionalProperties() |
boolean |
hasBundleFile() |
int |
hashCode() |
boolean |
hasNotAfter() |
boolean |
hasNotBefore() |
boolean |
hasSigner() |
boolean |
hasSubject() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withBundleFile(String bundleFile) |
A |
withNotAfter(String notAfter) |
A |
withNotBefore(String notBefore) |
A |
withSigner(String signer) |
A |
withSubject(String subject) |
public ControllerCertificateFluent()
public ControllerCertificateFluent(ControllerCertificate instance)
protected void copyInstance(ControllerCertificate instance)
public String getBundleFile()
public boolean hasBundleFile()
public String getNotAfter()
public boolean hasNotAfter()
public String getNotBefore()
public boolean hasNotBefore()
public String getSigner()
public boolean hasSigner()
public String getSubject()
public boolean hasSubject()
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 ControllerCertificateFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ControllerCertificateFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.