Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 697 Bytes

Syncset.md

File metadata and controls

14 lines (10 loc) · 697 Bytes

Syncset

Representation of a syncset.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'Syncset' if this is a complete object or 'SyncsetLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
resources list[object] List of k8s objects to configure for the cluster. [optional]

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