public class KeyRefFluentImpl<A extends KeyRefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KeyRefFluent<A>
| Constructor and Description |
|---|
KeyRefFluentImpl() |
KeyRefFluentImpl(KeyRef instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getData() |
String |
getHashAlgorithm() |
String |
getKms() |
io.fabric8.kubernetes.api.model.SecretReference |
getSecretRef() |
Boolean |
hasData() |
Boolean |
hasHashAlgorithm() |
int |
hashCode() |
Boolean |
hasKms() |
Boolean |
hasSecretRef() |
String |
toString() |
A |
withData(String data) |
A |
withHashAlgorithm(String hashAlgorithm) |
A |
withKms(String kms) |
A |
withNewSecretRef(String name,
String namespace) |
A |
withSecretRef(io.fabric8.kubernetes.api.model.SecretReference secretRef) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic KeyRefFluentImpl()
public KeyRefFluentImpl(KeyRef instance)
public String getData()
getData in interface KeyRefFluent<A extends KeyRefFluent<A>>public A withData(String data)
withData in interface KeyRefFluent<A extends KeyRefFluent<A>>public Boolean hasData()
hasData in interface KeyRefFluent<A extends KeyRefFluent<A>>public String getHashAlgorithm()
getHashAlgorithm in interface KeyRefFluent<A extends KeyRefFluent<A>>public A withHashAlgorithm(String hashAlgorithm)
withHashAlgorithm in interface KeyRefFluent<A extends KeyRefFluent<A>>public Boolean hasHashAlgorithm()
hasHashAlgorithm in interface KeyRefFluent<A extends KeyRefFluent<A>>public String getKms()
getKms in interface KeyRefFluent<A extends KeyRefFluent<A>>public A withKms(String kms)
withKms in interface KeyRefFluent<A extends KeyRefFluent<A>>public Boolean hasKms()
hasKms in interface KeyRefFluent<A extends KeyRefFluent<A>>public io.fabric8.kubernetes.api.model.SecretReference getSecretRef()
getSecretRef in interface KeyRefFluent<A extends KeyRefFluent<A>>public A withSecretRef(io.fabric8.kubernetes.api.model.SecretReference secretRef)
withSecretRef in interface KeyRefFluent<A extends KeyRefFluent<A>>public Boolean hasSecretRef()
hasSecretRef in interface KeyRefFluent<A extends KeyRefFluent<A>>public A withNewSecretRef(String name, String namespace)
withNewSecretRef in interface KeyRefFluent<A extends KeyRefFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KeyRefFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KeyRefFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.