etcd-operator/docs/api-references/docs.md

1.7 KiB

ETCD Operator API References

Packages

operator.etcd.io/v1alpha1

Package v1alpha1 contains API Schema definitions for the operator v1alpha1 API group.

Resource Types

EtcdCluster

EtcdCluster is the Schema for the etcdclusters API.

Appears in:

Field Description Default Validation
apiVersion string operator.etcd.io/v1alpha1
kind string EtcdCluster
metadata ObjectMeta Refer to Kubernetes API documentation for fields of metadata.
spec EtcdClusterSpec

EtcdClusterList

EtcdClusterList contains a list of EtcdCluster.

Field Description Default Validation
apiVersion string operator.etcd.io/v1alpha1
kind string EtcdClusterList
metadata ListMeta Refer to Kubernetes API documentation for fields of metadata.
items EtcdCluster array

EtcdClusterSpec

EtcdClusterSpec defines the desired state of EtcdCluster.

Appears in:

Field Description Default Validation
size integer Size is the expected size of the etcd cluster.
version string Version is the expected version of the etcd container image.