Class NormalizedSource
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.NormalizedSource
- Direct Known Subclasses:
LabeledConfigMapNormalizedSource, LabeledSecretNormalizedSource, NamedConfigMapNormalizedSource, NamedSecretNormalizedSource
public abstract sealed class NormalizedSource
extends Object
permits NamedSecretNormalizedSource, LabeledSecretNormalizedSource, NamedConfigMapNormalizedSource, LabeledConfigMapNormalizedSource
Base class for Normalized Sources. It should contain all the "normalized" properties
that users can specify, either explicitly or implicitly.
- Author:
- wind57
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNormalizedSource(String name, String namespace, boolean failFast) -
Method Summary
-
Constructor Details
-
NormalizedSource
-
-
Method Details
-
namespace
-
name
-
failFast
public final boolean failFast() -
type
type of this normalized source. Callers are sensitive towards the actual type specified. -
target
-
toString
-
equals
-
hashCode
-