public class CertSpecFluentImpl<A extends CertSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CertSpecFluent<A>
| Constructor and Description |
|---|
CertSpecFluentImpl() |
CertSpecFluentImpl(CertSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCommonName() |
Boolean |
hasCommonName() |
int |
hashCode() |
A |
withCommonName(String commonName) |
A |
withNewCommonName(String arg0)
Deprecated.
|
public CertSpecFluentImpl()
public CertSpecFluentImpl(CertSpec instance)
public String getCommonName()
getCommonName in interface CertSpecFluent<A extends CertSpecFluent<A>>public A withCommonName(String commonName)
withCommonName in interface CertSpecFluent<A extends CertSpecFluent<A>>public Boolean hasCommonName()
hasCommonName in interface CertSpecFluent<A extends CertSpecFluent<A>>@Deprecated public A withNewCommonName(String arg0)
withNewCommonName in interface CertSpecFluent<A extends CertSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.