Cluster Resource which belongs to a cluster, example Cluster Deployment.
Name | Type | Description | Notes |
---|---|---|---|
kind | str | Indicates the type of this object. Will be 'ClusterResources' if this is a complete object or 'ClusterResourcesLink' if it is just a link. | [optional] |
id | str | Unique identifier of the object. | [optional] |
href | str | Self link. | [optional] |
cluster_id | str | Cluster ID for the fetched resources | [optional] |
creation_timestamp | datetime | Date and time when the resources were fetched. | [optional] |
resources | dict(str, str) | Returned map of cluster resources fetched. | [optional] |