public interface CAIssuerFluent<A extends CAIssuerFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
A addAllToCrlDistributionPoints(Collection<String> items)
A removeAllFromCrlDistributionPoints(Collection<String> items)
String getCrlDistributionPoint(int index)
String getFirstCrlDistributionPoint()
String getLastCrlDistributionPoint()
Boolean hasMatchingCrlDistributionPoint(Predicate<String> predicate)
Boolean hasCrlDistributionPoints()
String getSecretName()
Boolean hasSecretName()
@Deprecated A withNewSecretName(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.