public class ParametersFromSourceFluent<A extends ParametersFromSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ParametersFromSourceFluent.SecretKeyRefNested<N> |
| Constructor and Description |
|---|
ParametersFromSourceFluent() |
ParametersFromSourceFluent(ParametersFromSource instance) |
public ParametersFromSourceFluent()
public ParametersFromSourceFluent(ParametersFromSource instance)
protected void copyInstance(ParametersFromSource instance)
public SecretKeyReference buildSecretKeyRef()
public A withSecretKeyRef(SecretKeyReference secretKeyRef)
public boolean hasSecretKeyRef()
public ParametersFromSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRef()
public ParametersFromSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRefLike(SecretKeyReference item)
public ParametersFromSourceFluent.SecretKeyRefNested<A> editSecretKeyRef()
public ParametersFromSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRef()
public ParametersFromSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRefLike(SecretKeyReference 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 ParametersFromSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParametersFromSourceFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.