Class ControlPlaneServingCertificateSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.ControlPlaneServingCertificateSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ControlPlaneServingCertificateSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ControlPlaneServingCertificateSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<ControlPlaneServingCertificateSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ControlPlaneServingCertificateSpec specifies serving certificate settings for the control plane of the target cluster.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ControlPlaneServingCertificateSpec()No args constructor for use in serializationControlPlaneServingCertificateSpec(List<ControlPlaneAdditionalCertificate> additional, String _default)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlPlaneServingCertificateSpecBuilderedit()List<ControlPlaneAdditionalCertificate>getAdditional()Additional is a list of additional domains and certificates that are also associated with the control plane's api endpoint.Map<String,Object>getAdditionalProperties()StringgetDefault()Default references the name of a CertificateBundle in the ClusterDeployment that should be used for the control plane's default endpoint.voidsetAdditional(List<ControlPlaneAdditionalCertificate> additional)Additional is a list of additional domains and certificates that are also associated with the control plane's api endpoint.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDefault(String _default)Default references the name of a CertificateBundle in the ClusterDeployment that should be used for the control plane's default endpoint.ControlPlaneServingCertificateSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
ControlPlaneServingCertificateSpec
public ControlPlaneServingCertificateSpec()
No args constructor for use in serialization
-
ControlPlaneServingCertificateSpec
public ControlPlaneServingCertificateSpec(List<ControlPlaneAdditionalCertificate> additional, String _default)
-
-
Method Detail
-
getAdditional
public List<ControlPlaneAdditionalCertificate> getAdditional()
Additional is a list of additional domains and certificates that are also associated with the control plane's api endpoint.
-
setAdditional
public void setAdditional(List<ControlPlaneAdditionalCertificate> additional)
Additional is a list of additional domains and certificates that are also associated with the control plane's api endpoint.
-
getDefault
public String getDefault()
Default references the name of a CertificateBundle in the ClusterDeployment that should be used for the control plane's default endpoint.
-
setDefault
public void setDefault(String _default)
Default references the name of a CertificateBundle in the ClusterDeployment that should be used for the control plane's default endpoint.
-
edit
public ControlPlaneServingCertificateSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ControlPlaneServingCertificateSpecBuilder>
-
toBuilder
public ControlPlaneServingCertificateSpecBuilder toBuilder()
-
-