Class CertificateBundleSpecFluent<A extends CertificateBundleSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.CertificateBundleSpecFluent<A>
-
- Direct Known Subclasses:
CertificateBundleSpecBuilder,ClusterDeploymentSpecFluent.CertificateBundlesNested
public class CertificateBundleSpecFluent<A extends CertificateBundleSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCertificateBundleSpecFluent.CertificateSecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description CertificateBundleSpecFluent()CertificateBundleSpecFluent(CertificateBundleSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
CertificateBundleSpecFluent
public CertificateBundleSpecFluent()
-
CertificateBundleSpecFluent
public CertificateBundleSpecFluent(CertificateBundleSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CertificateBundleSpec instance)
-
buildCertificateSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference buildCertificateSecretRef()
-
withCertificateSecretRef
public A withCertificateSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference certificateSecretRef)
-
hasCertificateSecretRef
public boolean hasCertificateSecretRef()
-
withNewCertificateSecretRef
public CertificateBundleSpecFluent.CertificateSecretRefNested<A> withNewCertificateSecretRef()
-
withNewCertificateSecretRefLike
public CertificateBundleSpecFluent.CertificateSecretRefNested<A> withNewCertificateSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
editCertificateSecretRef
public CertificateBundleSpecFluent.CertificateSecretRefNested<A> editCertificateSecretRef()
-
editOrNewCertificateSecretRef
public CertificateBundleSpecFluent.CertificateSecretRefNested<A> editOrNewCertificateSecretRef()
-
editOrNewCertificateSecretRefLike
public CertificateBundleSpecFluent.CertificateSecretRefNested<A> editOrNewCertificateSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
getGenerate
public Boolean getGenerate()
-
hasGenerate
public boolean hasGenerate()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CertificateBundleSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CertificateBundleSpecFluent<A>>
-
withGenerate
public A withGenerate()
-
-