Class 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 Detail

      • SecretMapping

        public SecretMapping()
        No args constructor for use in serialization
    • 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
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)