public class OperatorPKISpecFluentImpl<A extends OperatorPKISpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OperatorPKISpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
OperatorPKISpecFluentImpl.TargetCertNestedImpl<N> |
OperatorPKISpecFluent.TargetCertNested<N>| Constructor and Description |
|---|
OperatorPKISpecFluentImpl() |
OperatorPKISpecFluentImpl(OperatorPKISpec instance) |
| Modifier and Type | Method and Description |
|---|---|
CertSpec |
buildTargetCert() |
OperatorPKISpecFluent.TargetCertNested<A> |
editOrNewTargetCert() |
OperatorPKISpecFluent.TargetCertNested<A> |
editOrNewTargetCertLike(CertSpec item) |
OperatorPKISpecFluent.TargetCertNested<A> |
editTargetCert() |
boolean |
equals(Object o) |
CertSpec |
getTargetCert()
Deprecated.
|
int |
hashCode() |
Boolean |
hasTargetCert() |
OperatorPKISpecFluent.TargetCertNested<A> |
withNewTargetCert() |
A |
withNewTargetCert(String commonName) |
OperatorPKISpecFluent.TargetCertNested<A> |
withNewTargetCertLike(CertSpec item) |
A |
withTargetCert(CertSpec targetCert) |
public OperatorPKISpecFluentImpl()
public OperatorPKISpecFluentImpl(OperatorPKISpec instance)
@Deprecated public CertSpec getTargetCert()
getTargetCert in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>public CertSpec buildTargetCert()
buildTargetCert in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>public A withTargetCert(CertSpec targetCert)
withTargetCert in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>public Boolean hasTargetCert()
hasTargetCert in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>public A withNewTargetCert(String commonName)
withNewTargetCert in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>public OperatorPKISpecFluent.TargetCertNested<A> withNewTargetCert()
withNewTargetCert in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>public OperatorPKISpecFluent.TargetCertNested<A> withNewTargetCertLike(CertSpec item)
withNewTargetCertLike in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>public OperatorPKISpecFluent.TargetCertNested<A> editTargetCert()
editTargetCert in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>public OperatorPKISpecFluent.TargetCertNested<A> editOrNewTargetCert()
editOrNewTargetCert in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>public OperatorPKISpecFluent.TargetCertNested<A> editOrNewTargetCertLike(CertSpec item)
editOrNewTargetCertLike in interface OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.