public interface CertificatePrivateKeyFluent<A extends CertificatePrivateKeyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getEncoding() |
String |
getRotationPolicy() |
Integer |
getSize() |
Boolean |
hasAlgorithm() |
Boolean |
hasEncoding() |
Boolean |
hasRotationPolicy() |
Boolean |
hasSize() |
A |
withAlgorithm(String algorithm) |
A |
withEncoding(String encoding) |
A |
withNewAlgorithm(String arg0)
Deprecated.
|
A |
withNewEncoding(String arg0)
Deprecated.
|
A |
withNewRotationPolicy(String arg0)
Deprecated.
|
A |
withRotationPolicy(String rotationPolicy) |
A |
withSize(Integer size) |
String getAlgorithm()
Boolean hasAlgorithm()
@Deprecated A withNewAlgorithm(String arg0)
String getEncoding()
Boolean hasEncoding()
@Deprecated A withNewEncoding(String arg0)
String getRotationPolicy()
Boolean hasRotationPolicy()
@Deprecated A withNewRotationPolicy(String arg0)
Integer getSize()
Boolean hasSize()
Copyright © 2015–2020 Red Hat. All rights reserved.