Class NamedSecretNormalizedSource

java.lang.Object
org.springframework.cloud.kubernetes.commons.config.NormalizedSource
org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource

public final class NamedSecretNormalizedSource extends NormalizedSource
A secret source that is based on name.
Author:
wind57
  • Constructor Details

    • NamedSecretNormalizedSource

      public NamedSecretNormalizedSource(String name, String namespace, boolean failFast, ConfigUtils.Prefix prefix, boolean includeProfileSpecificSources, boolean appendProfileToName)
    • NamedSecretNormalizedSource

      public NamedSecretNormalizedSource(String name, String namespace, boolean failFast, boolean includeProfileSpecificSources)
    • NamedSecretNormalizedSource

      public NamedSecretNormalizedSource(String name, String namespace, boolean failFast, ConfigUtils.Prefix prefix, boolean includeProfileSpecificSources)
  • Method Details