public class SelfSignedIssuerFluentImpl<A extends SelfSignedIssuerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SelfSignedIssuerFluent<A>
| Constructor and Description |
|---|
SelfSignedIssuerFluentImpl() |
SelfSignedIssuerFluentImpl(SelfSignedIssuer instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToCrlDistributionPoints(Collection<String> items) |
A |
addToCrlDistributionPoints(Integer index,
String item) |
A |
addToCrlDistributionPoints(String... items) |
boolean |
equals(Object o) |
String |
getCrlDistributionPoint(Integer index) |
List<String> |
getCrlDistributionPoints() |
String |
getFirstCrlDistributionPoint() |
String |
getLastCrlDistributionPoint() |
String |
getMatchingCrlDistributionPoint(Predicate<String> predicate) |
Boolean |
hasCrlDistributionPoints() |
int |
hashCode() |
Boolean |
hasMatchingCrlDistributionPoint(Predicate<String> predicate) |
A |
removeAllFromCrlDistributionPoints(Collection<String> items) |
A |
removeFromCrlDistributionPoints(String... items) |
A |
setToCrlDistributionPoints(Integer index,
String item) |
String |
toString() |
A |
withCrlDistributionPoints(List<String> crlDistributionPoints) |
A |
withCrlDistributionPoints(String... crlDistributionPoints) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SelfSignedIssuerFluentImpl()
public SelfSignedIssuerFluentImpl(SelfSignedIssuer instance)
public A addToCrlDistributionPoints(Integer index, String item)
addToCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public A setToCrlDistributionPoints(Integer index, String item)
setToCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public A addToCrlDistributionPoints(String... items)
addToCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public A addAllToCrlDistributionPoints(Collection<String> items)
addAllToCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public A removeFromCrlDistributionPoints(String... items)
removeFromCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public A removeAllFromCrlDistributionPoints(Collection<String> items)
removeAllFromCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public List<String> getCrlDistributionPoints()
getCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public String getCrlDistributionPoint(Integer index)
getCrlDistributionPoint in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public String getFirstCrlDistributionPoint()
getFirstCrlDistributionPoint in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public String getLastCrlDistributionPoint()
getLastCrlDistributionPoint in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public String getMatchingCrlDistributionPoint(Predicate<String> predicate)
getMatchingCrlDistributionPoint in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public Boolean hasMatchingCrlDistributionPoint(Predicate<String> predicate)
hasMatchingCrlDistributionPoint in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public A withCrlDistributionPoints(List<String> crlDistributionPoints)
withCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public A withCrlDistributionPoints(String... crlDistributionPoints)
withCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public Boolean hasCrlDistributionPoints()
hasCrlDistributionPoints in interface SelfSignedIssuerFluent<A extends SelfSignedIssuerFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SelfSignedIssuerFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SelfSignedIssuerFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.