All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToCertificateRefs(Collection<SecretObjectReference> items) |
GatewayTLSConfigFluent.CertificateRefsNested<A> |
addNewCertificateRef() |
A |
addNewCertificateRef(String group,
String kind,
String name,
String namespace) |
GatewayTLSConfigFluent.CertificateRefsNested<A> |
addNewCertificateRefLike(SecretObjectReference item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToCertificateRefs(int index,
SecretObjectReference item) |
A |
addToCertificateRefs(SecretObjectReference... items) |
A |
addToOptions(Map<String,String> map) |
A |
addToOptions(String key,
String value) |
SecretObjectReference |
buildCertificateRef(int index) |
List<SecretObjectReference> |
buildCertificateRefs() |
SecretObjectReference |
buildFirstCertificateRef() |
SecretObjectReference |
buildLastCertificateRef() |
SecretObjectReference |
buildMatchingCertificateRef(Predicate<SecretObjectReferenceBuilder> predicate) |
protected void |
copyInstance(GatewayTLSConfig instance) |
GatewayTLSConfigFluent.CertificateRefsNested<A> |
editCertificateRef(int index) |
GatewayTLSConfigFluent.CertificateRefsNested<A> |
editFirstCertificateRef() |
GatewayTLSConfigFluent.CertificateRefsNested<A> |
editLastCertificateRef() |
GatewayTLSConfigFluent.CertificateRefsNested<A> |
editMatchingCertificateRef(Predicate<SecretObjectReferenceBuilder> predicate) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMode() |
Map<String,String> |
getOptions() |
boolean |
hasAdditionalProperties() |
boolean |
hasCertificateRefs() |
int |
hashCode() |
boolean |
hasMatchingCertificateRef(Predicate<SecretObjectReferenceBuilder> predicate) |
boolean |
hasMode() |
boolean |
hasOptions() |
A |
removeAllFromCertificateRefs(Collection<SecretObjectReference> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromCertificateRefs(SecretObjectReference... items) |
A |
removeFromOptions(Map<String,String> map) |
A |
removeFromOptions(String key) |
A |
removeMatchingFromCertificateRefs(Predicate<SecretObjectReferenceBuilder> predicate) |
GatewayTLSConfigFluent.CertificateRefsNested<A> |
setNewCertificateRefLike(int index,
SecretObjectReference item) |
A |
setToCertificateRefs(int index,
SecretObjectReference item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCertificateRefs(List<SecretObjectReference> certificateRefs) |
A |
withCertificateRefs(SecretObjectReference... certificateRefs) |
A |
withMode(String mode) |
<K,V> A |
withOptions(Map<String,String> options) |