public class ClientTLSFluentImpl<A extends ClientTLSFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClientTLSFluent<A>
| Constructor and Description |
|---|
ClientTLSFluentImpl() |
ClientTLSFluentImpl(ClientTLS instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ClientTLSFluentImpl()
public ClientTLSFluentImpl(ClientTLS instance)
public A addToAllowedSubjectPatterns(int index, String item)
addToAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A setToAllowedSubjectPatterns(int index, String item)
setToAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A addToAllowedSubjectPatterns(String... items)
addToAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A addAllToAllowedSubjectPatterns(Collection<String> items)
addAllToAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A removeFromAllowedSubjectPatterns(String... items)
removeFromAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A removeAllFromAllowedSubjectPatterns(Collection<String> items)
removeAllFromAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public List<String> getAllowedSubjectPatterns()
getAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public String getAllowedSubjectPattern(int index)
getAllowedSubjectPattern in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public String getFirstAllowedSubjectPattern()
getFirstAllowedSubjectPattern in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public String getLastAllowedSubjectPattern()
getLastAllowedSubjectPattern in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public String getMatchingAllowedSubjectPattern(Predicate<String> predicate)
getMatchingAllowedSubjectPattern in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public Boolean hasMatchingAllowedSubjectPattern(Predicate<String> predicate)
hasMatchingAllowedSubjectPattern in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A withAllowedSubjectPatterns(List<String> allowedSubjectPatterns)
withAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A withAllowedSubjectPatterns(String... allowedSubjectPatterns)
withAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public Boolean hasAllowedSubjectPatterns()
hasAllowedSubjectPatterns in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public io.fabric8.openshift.api.model.config.v1.ConfigMapNameReference getClientCA()
getClientCA in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A withClientCA(io.fabric8.openshift.api.model.config.v1.ConfigMapNameReference clientCA)
withClientCA in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public Boolean hasClientCA()
hasClientCA in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A withNewClientCA(String name)
withNewClientCA in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public String getClientCertificatePolicy()
getClientCertificatePolicy in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A withClientCertificatePolicy(String clientCertificatePolicy)
withClientCertificatePolicy in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public Boolean hasClientCertificatePolicy()
hasClientCertificatePolicy in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ClientTLSFluent<A extends ClientTLSFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClientTLSFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClientTLSFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.