Package io.fabric8.kubernetes.api.model
Class PodCertificateProjectionFluent<A extends PodCertificateProjectionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodCertificateProjectionFluent<A>
-
- Direct Known Subclasses:
PodCertificateProjectionBuilder,VolumeProjectionFluent.PodCertificateNested
public class PodCertificateProjectionFluent<A extends PodCertificateProjectionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description PodCertificateProjectionFluent()PodCertificateProjectionFluent(PodCertificateProjection instance)
-
Method Summary
-
-
-
Constructor Detail
-
PodCertificateProjectionFluent
public PodCertificateProjectionFluent()
-
PodCertificateProjectionFluent
public PodCertificateProjectionFluent(PodCertificateProjection instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PodCertificateProjection instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PodCertificateProjectionFluent<A>>
-
getCertificateChainPath
public String getCertificateChainPath()
-
getCredentialBundlePath
public String getCredentialBundlePath()
-
getKeyPath
public String getKeyPath()
-
getKeyType
public String getKeyType()
-
getMaxExpirationSeconds
public Integer getMaxExpirationSeconds()
-
getSignerName
public String getSignerName()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasCertificateChainPath
public boolean hasCertificateChainPath()
-
hasCredentialBundlePath
public boolean hasCredentialBundlePath()
-
hasKeyPath
public boolean hasKeyPath()
-
hasKeyType
public boolean hasKeyType()
-
hasMaxExpirationSeconds
public boolean hasMaxExpirationSeconds()
-
hasSignerName
public boolean hasSignerName()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PodCertificateProjectionFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-