Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 848 Bytes

ExternalEndpointSpec.md

File metadata and controls

13 lines (9 loc) · 848 Bytes

ExternalEndpointSpec

ExternalEndpointSpec defines the configurations for external etcd cluster

Properties

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 '']

[Back to Model list] [Back to API list] [Back to README]