Documentation ¶
Index ¶
- func CassandraCluster(c CassandraClusterConfig) *v1alpha1.CassandraCluster
- func CassandraClusterNodePool(c CassandraClusterNodePoolConfig) *v1alpha1.CassandraClusterNodePool
- func Cluster(c ClusterConfig) *v1alpha1.ElasticsearchCluster
- func Pilot(c PilotConfig) *v1alpha1.Pilot
- func StatefulSet(c StatefulSetConfig) *apps.StatefulSet
- type CassandraClusterConfig
- type CassandraClusterNodePoolConfig
- type ClusterConfig
- type PilotConfig
- type StatefulSetConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CassandraCluster ¶
func CassandraCluster(c CassandraClusterConfig) *v1alpha1.CassandraCluster
func CassandraClusterNodePool ¶
func CassandraClusterNodePool(c CassandraClusterNodePoolConfig) *v1alpha1.CassandraClusterNodePool
func Cluster ¶
func Cluster(c ClusterConfig) *v1alpha1.ElasticsearchCluster
func Pilot ¶
func Pilot(c PilotConfig) *v1alpha1.Pilot
func StatefulSet ¶
func StatefulSet(c StatefulSetConfig) *apps.StatefulSet
Types ¶
type CassandraClusterConfig ¶
type CassandraClusterConfig struct {
Name, Namespace string
}
type ClusterConfig ¶
type ClusterConfig struct {
Name, Namespace string
NodePools []v1alpha1.ElasticsearchClusterNodePool
Version string
ClusterConfig v1alpha1.NavigatorClusterConfig
Health *v1alpha1.ElasticsearchClusterHealth
}
type PilotConfig ¶
Click to show internal directories.
Click to hide internal directories.