Class SecretMapping
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.SecretMapping
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SecretMappingBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SecretMapping extends Object implements io.fabric8.kubernetes.api.builder.Editable<SecretMappingBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
SecretMapping defines a source and destination for a secret to be synced by a SyncSet- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecretMapping()No args constructor for use in serializationSecretMapping(SecretReference sourceRef, SecretReference targetRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretMappingBuilderedit()Map<String,Object>getAdditionalProperties()SecretReferencegetSourceRef()SecretMapping defines a source and destination for a secret to be synced by a SyncSetSecretReferencegetTargetRef()SecretMapping defines a source and destination for a secret to be synced by a SyncSetvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetSourceRef(SecretReference sourceRef)SecretMapping defines a source and destination for a secret to be synced by a SyncSetvoidsetTargetRef(SecretReference targetRef)SecretMapping defines a source and destination for a secret to be synced by a SyncSetSecretMappingBuildertoBuilder()
-
-
-
Constructor Detail
-
SecretMapping
public SecretMapping()
No args constructor for use in serialization
-
SecretMapping
public SecretMapping(SecretReference sourceRef, SecretReference targetRef)
-
-
Method Detail
-
getSourceRef
public SecretReference getSourceRef()
SecretMapping defines a source and destination for a secret to be synced by a SyncSet
-
setSourceRef
public void setSourceRef(SecretReference sourceRef)
SecretMapping defines a source and destination for a secret to be synced by a SyncSet
-
getTargetRef
public SecretReference getTargetRef()
SecretMapping defines a source and destination for a secret to be synced by a SyncSet
-
setTargetRef
public void setTargetRef(SecretReference targetRef)
SecretMapping defines a source and destination for a secret to be synced by a SyncSet
-
edit
public SecretMappingBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SecretMappingBuilder>
-
toBuilder
public SecretMappingBuilder toBuilder()
-
-