java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.netflix.spinnaker.clouddriver.kubernetes.description.manifest.KubernetesManifest
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class KubernetesManifest extends HashMap<String,Object>
Because this class maps the received Kubernetes manifest to an untyped map, it has no choice but to perform many unchecked casts when retrieving information. New logic should convert the manifest to an appropriate strongly-typed model object instead of adding more unchecked casts here. Methods that already perform unchecked casts are annotated to suppress them; please avoid adding more such methods if at all possible.
See Also: