Class CertificateBundleSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.CertificateBundleSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<CertificateBundleSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class CertificateBundleSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<CertificateBundleSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
CertificateBundleSpec specifies a certificate bundle associated with a cluster deployment- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertificateBundleSpec()No args constructor for use in serializationCertificateBundleSpec(io.fabric8.kubernetes.api.model.LocalObjectReference certificateSecretRef, Boolean generate, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateBundleSpecBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.LocalObjectReferencegetCertificateSecretRef()CertificateBundleSpec specifies a certificate bundle associated with a cluster deploymentBooleangetGenerate()Generate indicates whether this bundle should have real certificates generated for it.StringgetName()Name is an identifier that must be unique within the bundle and must be referenced by an ingress or by the control plane serving certsvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCertificateSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference certificateSecretRef)CertificateBundleSpec specifies a certificate bundle associated with a cluster deploymentvoidsetGenerate(Boolean generate)Generate indicates whether this bundle should have real certificates generated for it.voidsetName(String name)Name is an identifier that must be unique within the bundle and must be referenced by an ingress or by the control plane serving certsCertificateBundleSpecBuildertoBuilder()
-
-
-
Method Detail
-
getCertificateSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference getCertificateSecretRef()
CertificateBundleSpec specifies a certificate bundle associated with a cluster deployment
-
setCertificateSecretRef
public void setCertificateSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference certificateSecretRef)
CertificateBundleSpec specifies a certificate bundle associated with a cluster deployment
-
getGenerate
public Boolean getGenerate()
Generate indicates whether this bundle should have real certificates generated for it.
-
setGenerate
public void setGenerate(Boolean generate)
Generate indicates whether this bundle should have real certificates generated for it.
-
getName
public String getName()
Name is an identifier that must be unique within the bundle and must be referenced by an ingress or by the control plane serving certs
-
setName
public void setName(String name)
Name is an identifier that must be unique within the bundle and must be referenced by an ingress or by the control plane serving certs
-
edit
public CertificateBundleSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<CertificateBundleSpecBuilder>
-
toBuilder
public CertificateBundleSpecBuilder toBuilder()
-
-