List of usage examples for java.util.stream Node subclass-usage
From source file com.netflix.spinnaker.halyard.config.model.v1.node.Halconfig.java
/** * Maps the entire contents of ~/.hal/config. */ @Data @EqualsAndHashCode(callSuper = false) public class Halconfig extends Node {
From source file com.netflix.spinnaker.halyard.config.model.v1.node.DeploymentConfiguration.java
/**
* A DeploymentConfiguration is an installation of Spinnaker, described in your Halconfig.
*
* @see Halconfig
*/
@Data