public class OrderSpecFluentImpl<A extends OrderSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OrderSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
OrderSpecFluentImpl.IssuerRefNestedImpl<N> |
OrderSpecFluent.IssuerRefNested<N>| Constructor and Description |
|---|
OrderSpecFluentImpl() |
OrderSpecFluentImpl(OrderSpec instance) |
public OrderSpecFluentImpl()
public OrderSpecFluentImpl(OrderSpec instance)
public String getCommonName()
getCommonName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A withCommonName(String commonName)
withCommonName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public Boolean hasCommonName()
hasCommonName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>@Deprecated public A withNewCommonName(String arg0)
withNewCommonName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A addToDnsNames(Integer index, String item)
addToDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A setToDnsNames(Integer index, String item)
setToDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A addToDnsNames(String... items)
addToDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A addAllToDnsNames(Collection<String> items)
addAllToDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A removeFromDnsNames(String... items)
removeFromDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A removeAllFromDnsNames(Collection<String> items)
removeAllFromDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public List<String> getDnsNames()
getDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public String getDnsName(Integer index)
getDnsName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public String getFirstDnsName()
getFirstDnsName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public String getLastDnsName()
getLastDnsName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public String getMatchingDnsName(Predicate<String> predicate)
getMatchingDnsName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public Boolean hasMatchingDnsName(Predicate<String> predicate)
hasMatchingDnsName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A withDnsNames(List<String> dnsNames)
withDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A withDnsNames(String... dnsNames)
withDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public Boolean hasDnsNames()
hasDnsNames in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A addNewDnsName(String arg0)
addNewDnsName in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public io.fabric8.kubernetes.api.model.Duration getDuration()
getDuration in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A withDuration(io.fabric8.kubernetes.api.model.Duration duration)
withDuration in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public Boolean hasDuration()
hasDuration in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A addToIpAddresses(Integer index, String item)
addToIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A setToIpAddresses(Integer index, String item)
setToIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A addToIpAddresses(String... items)
addToIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A addAllToIpAddresses(Collection<String> items)
addAllToIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A removeFromIpAddresses(String... items)
removeFromIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A removeAllFromIpAddresses(Collection<String> items)
removeAllFromIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public List<String> getIpAddresses()
getIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public String getIpAddress(Integer index)
getIpAddress in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public String getFirstIpAddress()
getFirstIpAddress in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public String getLastIpAddress()
getLastIpAddress in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public String getMatchingIpAddress(Predicate<String> predicate)
getMatchingIpAddress in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public Boolean hasMatchingIpAddress(Predicate<String> predicate)
hasMatchingIpAddress in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A withIpAddresses(List<String> ipAddresses)
withIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A withIpAddresses(String... ipAddresses)
withIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public Boolean hasIpAddresses()
hasIpAddresses in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A addNewIpAddress(String arg0)
addNewIpAddress in interface OrderSpecFluent<A extends OrderSpecFluent<A>>@Deprecated public ObjectReference getIssuerRef()
getIssuerRef in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public ObjectReference buildIssuerRef()
buildIssuerRef in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A withIssuerRef(ObjectReference issuerRef)
withIssuerRef in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public Boolean hasIssuerRef()
hasIssuerRef in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A withNewIssuerRef(String group, String kind, String name)
withNewIssuerRef in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public OrderSpecFluent.IssuerRefNested<A> withNewIssuerRef()
withNewIssuerRef in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public OrderSpecFluent.IssuerRefNested<A> withNewIssuerRefLike(ObjectReference item)
withNewIssuerRefLike in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public OrderSpecFluent.IssuerRefNested<A> editIssuerRef()
editIssuerRef in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public OrderSpecFluent.IssuerRefNested<A> editOrNewIssuerRef()
editOrNewIssuerRef in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public OrderSpecFluent.IssuerRefNested<A> editOrNewIssuerRefLike(ObjectReference item)
editOrNewIssuerRefLike in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public String getRequest()
getRequest in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public A withRequest(String request)
withRequest in interface OrderSpecFluent<A extends OrderSpecFluent<A>>public Boolean hasRequest()
hasRequest in interface OrderSpecFluent<A extends OrderSpecFluent<A>>@Deprecated public A withNewRequest(String arg0)
withNewRequest in interface OrderSpecFluent<A extends OrderSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.