Versions in this module Expand all Collapse all v0 v0.5.3 Jun 7, 2018 Changes in this version + type ClusterModel struct + MasterURL *string + MasterWebRoute string + MasterWebURL *string + Pods []*ClusterModelPodsItems0 + Status *string + func (m *ClusterModel) Validate(formats strfmt.Registry) error + type ClusterModelPodsItems0 struct + IP *string + Status *string + Type *string + func (m *ClusterModelPodsItems0) Validate(formats strfmt.Registry) error + type ErrorModel struct + Details *string + Status *int32 + Title *string + func (m *ErrorModel) Validate(formats strfmt.Registry) error + type ErrorResponse struct + Errors []*ErrorModel + func (m *ErrorResponse) Validate(formats strfmt.Registry) error + type NewCluster struct + Config *NewClusterConfig + Name *string + func (m *NewCluster) Validate(formats strfmt.Registry) error + type NewClusterConfig struct + ExposeWebUI string + MasterCount *int64 + Metrics string + Name string + SparkImage string + SparkMasterConfig string + SparkWorkerConfig string + WorkerCount *int64 + func (m *NewClusterConfig) Validate(formats strfmt.Registry) error + type SingleCluster struct + Cluster *ClusterModel + func (m *SingleCluster) Validate(formats strfmt.Registry) error