public class OperatorPKISpecFluent<A extends OperatorPKISpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
OperatorPKISpecFluent.TargetCertNested<N> |
| Constructor and Description |
|---|
OperatorPKISpecFluent() |
OperatorPKISpecFluent(OperatorPKISpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
CertSpec |
buildTargetCert() |
OperatorPKISpecFluent.TargetCertNested<A> |
editOrNewTargetCert() |
OperatorPKISpecFluent.TargetCertNested<A> |
editOrNewTargetCertLike(CertSpec item) |
OperatorPKISpecFluent.TargetCertNested<A> |
editTargetCert() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasTargetCert() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
OperatorPKISpecFluent.TargetCertNested<A> |
withNewTargetCert() |
A |
withNewTargetCert(String commonName) |
OperatorPKISpecFluent.TargetCertNested<A> |
withNewTargetCertLike(CertSpec item) |
A |
withTargetCert(CertSpec targetCert) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic OperatorPKISpecFluent()
public OperatorPKISpecFluent(OperatorPKISpec instance)
public CertSpec buildTargetCert()
public boolean hasTargetCert()
public OperatorPKISpecFluent.TargetCertNested<A> withNewTargetCert()
public OperatorPKISpecFluent.TargetCertNested<A> withNewTargetCertLike(CertSpec item)
public OperatorPKISpecFluent.TargetCertNested<A> editTargetCert()
public OperatorPKISpecFluent.TargetCertNested<A> editOrNewTargetCert()
public OperatorPKISpecFluent.TargetCertNested<A> editOrNewTargetCertLike(CertSpec item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OperatorPKISpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OperatorPKISpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.