Class 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 Detail

      • CertificateBundleSpec

        public CertificateBundleSpec()
        No args constructor for use in serialization
      • CertificateBundleSpec

        public CertificateBundleSpec​(io.fabric8.kubernetes.api.model.LocalObjectReference certificateSecretRef,
                                     Boolean generate,
                                     String name)
    • 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
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)