generate

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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 CassandraClusterNodePoolConfig

type CassandraClusterNodePoolConfig struct {
	Name     string
	Replicas int32
}

type ClusterConfig

type ClusterConfig struct {
	Name, Namespace string
	NodePools       []v1alpha1.ElasticsearchClusterNodePool
	Version         string
	ClusterConfig   v1alpha1.NavigatorClusterConfig
	Health          *v1alpha1.ElasticsearchClusterHealth
}

type PilotConfig

type PilotConfig struct {
	Name, Namespace   string
	Cluster, NodePool string
	Documents         *int64
	Version           string
}

type StatefulSetConfig

type StatefulSetConfig struct {
	Name, Namespace                  string
	Replicas                         *int32
	Version, Image                   string
	Partition                        *int32
	CurrentRevision, UpdateRevision  string
	CurrentReplicas, UpdatedReplicas int32
	ReadyReplicas                    int32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL