public class SecretMappingFluent<A extends SecretMappingFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
SecretMappingFluent.SourceRefNested<N> |
class |
SecretMappingFluent.TargetRefNested<N> |
| Constructor and Description |
|---|
SecretMappingFluent() |
SecretMappingFluent(SecretMapping instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SecretMappingFluent()
public SecretMappingFluent(SecretMapping instance)
protected void copyInstance(SecretMapping instance)
public SecretReference buildSourceRef()
public A withSourceRef(SecretReference sourceRef)
public boolean hasSourceRef()
public SecretMappingFluent.SourceRefNested<A> withNewSourceRef()
public SecretMappingFluent.SourceRefNested<A> withNewSourceRefLike(SecretReference item)
public SecretMappingFluent.SourceRefNested<A> editSourceRef()
public SecretMappingFluent.SourceRefNested<A> editOrNewSourceRef()
public SecretMappingFluent.SourceRefNested<A> editOrNewSourceRefLike(SecretReference item)
public SecretReference buildTargetRef()
public A withTargetRef(SecretReference targetRef)
public boolean hasTargetRef()
public SecretMappingFluent.TargetRefNested<A> withNewTargetRef()
public SecretMappingFluent.TargetRefNested<A> withNewTargetRefLike(SecretReference item)
public SecretMappingFluent.TargetRefNested<A> editTargetRef()
public SecretMappingFluent.TargetRefNested<A> editOrNewTargetRef()
public SecretMappingFluent.TargetRefNested<A> editOrNewTargetRefLike(SecretReference 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 SecretMappingFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretMappingFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.