ExternalEndpointSpec defines the configurations for external etcd cluster
| Name | Type | Description | Notes |
|---|---|---|---|
| encrypt_options | list[EncryptOption] | encrypt info for accessing the external etcd cluster | [optional] |
| options | dict(str, str) | Configurable options for External Etcd cluster. | [optional] |
| uri | str | URI specifies the endpoint of external Etcd cluster E,g. "etcd-svc.etcd-namespace.svc.cluster.local:2379" Default is not set and use http protocol to connect to external etcd cluster | [optional] [default to ''] |