Class SecretMappingFluent<A extends SecretMappingFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.SecretMappingFluent<A>
-
- Direct Known Subclasses:
SecretMappingBuilder,SelectorSyncSetSpecFluent.SecretMappingsNested,SyncSetCommonSpecFluent.SecretMappingsNested,SyncSetSpecFluent.SecretMappingsNested
public class SecretMappingFluent<A extends SecretMappingFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSecretMappingFluent.SourceRefNested<N>classSecretMappingFluent.TargetRefNested<N>
-
Constructor Summary
Constructors Constructor Description SecretMappingFluent()SecretMappingFluent(SecretMapping instance)
-
Method Summary
-
-
-
Constructor Detail
-
SecretMappingFluent
public SecretMappingFluent()
-
SecretMappingFluent
public SecretMappingFluent(SecretMapping instance)
-
-
Method Detail
-
buildSourceRef
public SecretReference buildSourceRef()
-
buildTargetRef
public SecretReference buildTargetRef()
-
copyInstance
protected void copyInstance(SecretMapping instance)
-
editOrNewSourceRef
public SecretMappingFluent.SourceRefNested<A> editOrNewSourceRef()
-
editOrNewSourceRefLike
public SecretMappingFluent.SourceRefNested<A> editOrNewSourceRefLike(SecretReference item)
-
editOrNewTargetRef
public SecretMappingFluent.TargetRefNested<A> editOrNewTargetRef()
-
editOrNewTargetRefLike
public SecretMappingFluent.TargetRefNested<A> editOrNewTargetRefLike(SecretReference item)
-
editSourceRef
public SecretMappingFluent.SourceRefNested<A> editSourceRef()
-
editTargetRef
public SecretMappingFluent.TargetRefNested<A> editTargetRef()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretMappingFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasSourceRef
public boolean hasSourceRef()
-
hasTargetRef
public boolean hasTargetRef()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretMappingFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withNewSourceRef
public SecretMappingFluent.SourceRefNested<A> withNewSourceRef()
-
withNewSourceRefLike
public SecretMappingFluent.SourceRefNested<A> withNewSourceRefLike(SecretReference item)
-
withNewTargetRef
public SecretMappingFluent.TargetRefNested<A> withNewTargetRef()
-
withNewTargetRefLike
public SecretMappingFluent.TargetRefNested<A> withNewTargetRefLike(SecretReference item)
-
withSourceRef
public A withSourceRef(SecretReference sourceRef)
-
withTargetRef
public A withTargetRef(SecretReference targetRef)
-
-