Skip to content

Latest commit

History

History
30 lines (21 loc) · 1.01 KB

File metadata and controls

30 lines (21 loc) · 1.01 KB

KubePrometheusStack

Properties

NameTypeDescriptionNotes
enabledbool[optional] [default to True]
valuesobject[optional]

Example

fromplatform_api_python_client.models.kube_prometheus_stackimportKubePrometheusStack# TODO update the JSON string belowjson="{}"# create an instance of KubePrometheusStack from a JSON stringkube_prometheus_stack_instance=KubePrometheusStack.from_json(json)
# print the JSON string representation of the objectprint(KubePrometheusStack.to_json())
# convert the object into a dictkube_prometheus_stack_dict=kube_prometheus_stack_instance.to_dict()
# create an instance of KubePrometheusStack from a dictkube_prometheus_stack_from_dict=KubePrometheusStack.from_dict(kube_prometheus_stack_dict)

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