Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateNodePool ¶
type CreateNodePool struct { Cluster *v1alpha1.ElasticsearchCluster NodePool *v1alpha1.ElasticsearchClusterNodePool }
func (*CreateNodePool) Execute ¶
func (c *CreateNodePool) Execute(state *controllers.State) error
func (*CreateNodePool) Name ¶
func (c *CreateNodePool) Name() string
type CreatePilot ¶
type CreatePilot struct { Cluster *v1alpha1.ElasticsearchCluster NodePool *v1alpha1.ElasticsearchClusterNodePool }
func (*CreatePilot) Execute ¶
func (c *CreatePilot) Execute(state *controllers.State) error
func (*CreatePilot) Name ¶
func (c *CreatePilot) Name() string
type Scale ¶
type Scale struct { // The Elasticsearch cluster resource being operated on Cluster *v1alpha1.ElasticsearchCluster // The node pool being scaled NodePool *v1alpha1.ElasticsearchClusterNodePool // Number of replicas to scale to Replicas int32 }
type UpdateVersion ¶
type UpdateVersion struct { // The Elasticsearch cluster resource being operated on Cluster *v1alpha1.ElasticsearchCluster // The node pool being scaled NodePool *v1alpha1.ElasticsearchClusterNodePool // contains filtered or unexported fields }
func (*UpdateVersion) Execute ¶
func (c *UpdateVersion) Execute(state *controllers.State) error
func (*UpdateVersion) Name ¶
func (c *UpdateVersion) Name() string
Click to show internal directories.
Click to hide internal directories.