Class CertExpiry
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.CertExpiry
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<CertExpiryBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class CertExpiry extends Object implements io.fabric8.kubernetes.api.builder.Editable<CertExpiryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ceryExpiry contains the bundle name and the expiry date- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertExpiry()No args constructor for use in serializationCertExpiry(String bundle, String expiry, String subject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertExpiryBuilderedit()Map<String,Object>getAdditionalProperties()StringgetBundle()bundle is the name of the bundle in which the subject certificate residesStringgetExpiry()ceryExpiry contains the bundle name and the expiry dateStringgetSubject()subject is the subject of the certificatevoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetBundle(String bundle)bundle is the name of the bundle in which the subject certificate residesvoidsetExpiry(String expiry)ceryExpiry contains the bundle name and the expiry datevoidsetSubject(String subject)subject is the subject of the certificateCertExpiryBuildertoBuilder()
-
-
-
Method Detail
-
getBundle
public String getBundle()
bundle is the name of the bundle in which the subject certificate resides
-
setBundle
public void setBundle(String bundle)
bundle is the name of the bundle in which the subject certificate resides
-
getExpiry
public String getExpiry()
ceryExpiry contains the bundle name and the expiry date
-
setExpiry
public void setExpiry(String expiry)
ceryExpiry contains the bundle name and the expiry date
-
getSubject
public String getSubject()
subject is the subject of the certificate
-
setSubject
public void setSubject(String subject)
subject is the subject of the certificate
-
edit
public CertExpiryBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<CertExpiryBuilder>
-
toBuilder
public CertExpiryBuilder toBuilder()
-
-