Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 837 Bytes

ServerConfig.md

File metadata and controls

16 lines (12 loc) · 837 Bytes

ServerConfig

Representation of a server config

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'ServerConfig' if this is a complete object or 'ServerConfigLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
kubeconfig str The kubeconfig of the server. [optional]
server str The URL of the server. [optional]
topology ProvisionShardTopology [optional]

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