public class CertificateSpecFluentImpl<A extends CertificateSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CertificateSpecFluent<A>
CertificateSpecFluent.AdditionalOutputFormatsNested<N>, CertificateSpecFluent.IssuerRefNested<N>, CertificateSpecFluent.KeystoresNested<N>, CertificateSpecFluent.PrivateKeyNested<N>, CertificateSpecFluent.SecretTemplateNested<N>, CertificateSpecFluent.SubjectNested<N>| Constructor and Description |
|---|
CertificateSpecFluentImpl() |
CertificateSpecFluentImpl(CertificateSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CertificateSpecFluentImpl()
public CertificateSpecFluentImpl(CertificateSpec instance)
public A addToAdditionalOutputFormats(Integer index, CertificateAdditionalOutputFormat item)
addToAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A setToAdditionalOutputFormats(Integer index, CertificateAdditionalOutputFormat item)
setToAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToAdditionalOutputFormats(CertificateAdditionalOutputFormat... items)
addToAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addAllToAdditionalOutputFormats(Collection<CertificateAdditionalOutputFormat> items)
addAllToAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeFromAdditionalOutputFormats(CertificateAdditionalOutputFormat... items)
removeFromAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeAllFromAdditionalOutputFormats(Collection<CertificateAdditionalOutputFormat> items)
removeAllFromAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeMatchingFromAdditionalOutputFormats(Predicate<CertificateAdditionalOutputFormatBuilder> predicate)
removeMatchingFromAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>@Deprecated public List<CertificateAdditionalOutputFormat> getAdditionalOutputFormats()
getAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public List<CertificateAdditionalOutputFormat> buildAdditionalOutputFormats()
buildAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateAdditionalOutputFormat buildAdditionalOutputFormat(Integer index)
buildAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateAdditionalOutputFormat buildFirstAdditionalOutputFormat()
buildFirstAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateAdditionalOutputFormat buildLastAdditionalOutputFormat()
buildLastAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateAdditionalOutputFormat buildMatchingAdditionalOutputFormat(Predicate<CertificateAdditionalOutputFormatBuilder> predicate)
buildMatchingAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasMatchingAdditionalOutputFormat(Predicate<CertificateAdditionalOutputFormatBuilder> predicate)
hasMatchingAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withAdditionalOutputFormats(List<CertificateAdditionalOutputFormat> additionalOutputFormats)
withAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withAdditionalOutputFormats(CertificateAdditionalOutputFormat... additionalOutputFormats)
withAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasAdditionalOutputFormats()
hasAdditionalOutputFormats in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addNewAdditionalOutputFormat(String type)
addNewAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.AdditionalOutputFormatsNested<A> addNewAdditionalOutputFormat()
addNewAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.AdditionalOutputFormatsNested<A> addNewAdditionalOutputFormatLike(CertificateAdditionalOutputFormat item)
addNewAdditionalOutputFormatLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.AdditionalOutputFormatsNested<A> setNewAdditionalOutputFormatLike(Integer index, CertificateAdditionalOutputFormat item)
setNewAdditionalOutputFormatLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.AdditionalOutputFormatsNested<A> editAdditionalOutputFormat(Integer index)
editAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.AdditionalOutputFormatsNested<A> editFirstAdditionalOutputFormat()
editFirstAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.AdditionalOutputFormatsNested<A> editLastAdditionalOutputFormat()
editLastAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.AdditionalOutputFormatsNested<A> editMatchingAdditionalOutputFormat(Predicate<CertificateAdditionalOutputFormatBuilder> predicate)
editMatchingAdditionalOutputFormat in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getCommonName()
getCommonName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withCommonName(String commonName)
withCommonName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasCommonName()
hasCommonName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToDnsNames(Integer index, String item)
addToDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A setToDnsNames(Integer index, String item)
setToDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToDnsNames(String... items)
addToDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addAllToDnsNames(Collection<String> items)
addAllToDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeFromDnsNames(String... items)
removeFromDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeAllFromDnsNames(Collection<String> items)
removeAllFromDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public List<String> getDnsNames()
getDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getDnsName(Integer index)
getDnsName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getFirstDnsName()
getFirstDnsName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getLastDnsName()
getLastDnsName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getMatchingDnsName(Predicate<String> predicate)
getMatchingDnsName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasMatchingDnsName(Predicate<String> predicate)
hasMatchingDnsName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withDnsNames(List<String> dnsNames)
withDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withDnsNames(String... dnsNames)
withDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasDnsNames()
hasDnsNames in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public io.fabric8.kubernetes.api.model.Duration getDuration()
getDuration in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withDuration(io.fabric8.kubernetes.api.model.Duration duration)
withDuration in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasDuration()
hasDuration in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToEmailAddresses(Integer index, String item)
addToEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A setToEmailAddresses(Integer index, String item)
setToEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToEmailAddresses(String... items)
addToEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addAllToEmailAddresses(Collection<String> items)
addAllToEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeFromEmailAddresses(String... items)
removeFromEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeAllFromEmailAddresses(Collection<String> items)
removeAllFromEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public List<String> getEmailAddresses()
getEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getEmailAddress(Integer index)
getEmailAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getFirstEmailAddress()
getFirstEmailAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getLastEmailAddress()
getLastEmailAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getMatchingEmailAddress(Predicate<String> predicate)
getMatchingEmailAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasMatchingEmailAddress(Predicate<String> predicate)
hasMatchingEmailAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withEmailAddresses(List<String> emailAddresses)
withEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withEmailAddresses(String... emailAddresses)
withEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasEmailAddresses()
hasEmailAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean getEncodeUsagesInRequest()
getEncodeUsagesInRequest in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withEncodeUsagesInRequest(Boolean encodeUsagesInRequest)
withEncodeUsagesInRequest in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasEncodeUsagesInRequest()
hasEncodeUsagesInRequest in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToIpAddresses(Integer index, String item)
addToIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A setToIpAddresses(Integer index, String item)
setToIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToIpAddresses(String... items)
addToIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addAllToIpAddresses(Collection<String> items)
addAllToIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeFromIpAddresses(String... items)
removeFromIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeAllFromIpAddresses(Collection<String> items)
removeAllFromIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public List<String> getIpAddresses()
getIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getIpAddress(Integer index)
getIpAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getFirstIpAddress()
getFirstIpAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getLastIpAddress()
getLastIpAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getMatchingIpAddress(Predicate<String> predicate)
getMatchingIpAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasMatchingIpAddress(Predicate<String> predicate)
hasMatchingIpAddress in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withIpAddresses(List<String> ipAddresses)
withIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withIpAddresses(String... ipAddresses)
withIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasIpAddresses()
hasIpAddresses in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean getIsCA()
getIsCA in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withIsCA(Boolean isCA)
withIsCA in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasIsCA()
hasIsCA in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>@Deprecated public ObjectReference getIssuerRef()
getIssuerRef in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public ObjectReference buildIssuerRef()
buildIssuerRef in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withIssuerRef(ObjectReference issuerRef)
withIssuerRef in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasIssuerRef()
hasIssuerRef in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withNewIssuerRef(String group, String kind, String name)
withNewIssuerRef in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.IssuerRefNested<A> withNewIssuerRef()
withNewIssuerRef in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.IssuerRefNested<A> withNewIssuerRefLike(ObjectReference item)
withNewIssuerRefLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.IssuerRefNested<A> editIssuerRef()
editIssuerRef in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.IssuerRefNested<A> editOrNewIssuerRef()
editOrNewIssuerRef in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.IssuerRefNested<A> editOrNewIssuerRefLike(ObjectReference item)
editOrNewIssuerRefLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>@Deprecated public CertificateKeystores getKeystores()
getKeystores in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateKeystores buildKeystores()
buildKeystores in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withKeystores(CertificateKeystores keystores)
withKeystores in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasKeystores()
hasKeystores in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.KeystoresNested<A> withNewKeystores()
withNewKeystores in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.KeystoresNested<A> withNewKeystoresLike(CertificateKeystores item)
withNewKeystoresLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.KeystoresNested<A> editKeystores()
editKeystores in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.KeystoresNested<A> editOrNewKeystores()
editOrNewKeystores in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.KeystoresNested<A> editOrNewKeystoresLike(CertificateKeystores item)
editOrNewKeystoresLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getLiteralSubject()
getLiteralSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withLiteralSubject(String literalSubject)
withLiteralSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasLiteralSubject()
hasLiteralSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>@Deprecated public CertificatePrivateKey getPrivateKey()
getPrivateKey in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificatePrivateKey buildPrivateKey()
buildPrivateKey in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withPrivateKey(CertificatePrivateKey privateKey)
withPrivateKey in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasPrivateKey()
hasPrivateKey in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withNewPrivateKey(String algorithm, String encoding, String rotationPolicy, Integer size)
withNewPrivateKey in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.PrivateKeyNested<A> withNewPrivateKey()
withNewPrivateKey in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.PrivateKeyNested<A> withNewPrivateKeyLike(CertificatePrivateKey item)
withNewPrivateKeyLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.PrivateKeyNested<A> editPrivateKey()
editPrivateKey in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.PrivateKeyNested<A> editOrNewPrivateKey()
editOrNewPrivateKey in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.PrivateKeyNested<A> editOrNewPrivateKeyLike(CertificatePrivateKey item)
editOrNewPrivateKeyLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public io.fabric8.kubernetes.api.model.Duration getRenewBefore()
getRenewBefore in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withRenewBefore(io.fabric8.kubernetes.api.model.Duration renewBefore)
withRenewBefore in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasRenewBefore()
hasRenewBefore in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Integer getRevisionHistoryLimit()
getRevisionHistoryLimit in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withRevisionHistoryLimit(Integer revisionHistoryLimit)
withRevisionHistoryLimit in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasRevisionHistoryLimit()
hasRevisionHistoryLimit in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getSecretName()
getSecretName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withSecretName(String secretName)
withSecretName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasSecretName()
hasSecretName in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>@Deprecated public CertificateSecretTemplate getSecretTemplate()
getSecretTemplate in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSecretTemplate buildSecretTemplate()
buildSecretTemplate in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withSecretTemplate(CertificateSecretTemplate secretTemplate)
withSecretTemplate in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasSecretTemplate()
hasSecretTemplate in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SecretTemplateNested<A> withNewSecretTemplate()
withNewSecretTemplate in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SecretTemplateNested<A> withNewSecretTemplateLike(CertificateSecretTemplate item)
withNewSecretTemplateLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SecretTemplateNested<A> editSecretTemplate()
editSecretTemplate in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SecretTemplateNested<A> editOrNewSecretTemplate()
editOrNewSecretTemplate in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SecretTemplateNested<A> editOrNewSecretTemplateLike(CertificateSecretTemplate item)
editOrNewSecretTemplateLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>@Deprecated public X509Subject getSubject()
getSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public X509Subject buildSubject()
buildSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withSubject(X509Subject subject)
withSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasSubject()
hasSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SubjectNested<A> withNewSubject()
withNewSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SubjectNested<A> withNewSubjectLike(X509Subject item)
withNewSubjectLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SubjectNested<A> editSubject()
editSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SubjectNested<A> editOrNewSubject()
editOrNewSubject in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public CertificateSpecFluent.SubjectNested<A> editOrNewSubjectLike(X509Subject item)
editOrNewSubjectLike in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToUris(Integer index, String item)
addToUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A setToUris(Integer index, String item)
setToUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToUris(String... items)
addToUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addAllToUris(Collection<String> items)
addAllToUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeFromUris(String... items)
removeFromUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeAllFromUris(Collection<String> items)
removeAllFromUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public List<String> getUris()
getUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getUri(Integer index)
getUri in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getFirstUri()
getFirstUri in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getLastUri()
getLastUri in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getMatchingUri(Predicate<String> predicate)
getMatchingUri in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasMatchingUri(Predicate<String> predicate)
hasMatchingUri in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withUris(List<String> uris)
withUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withUris(String... uris)
withUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasUris()
hasUris in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToUsages(Integer index, String item)
addToUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A setToUsages(Integer index, String item)
setToUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addToUsages(String... items)
addToUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A addAllToUsages(Collection<String> items)
addAllToUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeFromUsages(String... items)
removeFromUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A removeAllFromUsages(Collection<String> items)
removeAllFromUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public List<String> getUsages()
getUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getUsage(Integer index)
getUsage in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getFirstUsage()
getFirstUsage in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getLastUsage()
getLastUsage in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public String getMatchingUsage(Predicate<String> predicate)
getMatchingUsage in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasMatchingUsage(Predicate<String> predicate)
hasMatchingUsage in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withUsages(List<String> usages)
withUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withUsages(String... usages)
withUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public Boolean hasUsages()
hasUsages in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CertificateSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CertificateSpecFluent<A>>public A withEncodeUsagesInRequest()
withEncodeUsagesInRequest in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>public A withIsCA()
withIsCA in interface CertificateSpecFluent<A extends CertificateSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.