argo.models.v1alpha1_prometheus¶
Argo
Argo # noqa: E501
The version of the OpenAPI document: v2.7.5 Generated by: https://openapi-generator.tech
Module Contents¶
-
class
argo.models.v1alpha1_prometheus.V1alpha1Prometheus(counter=None, gauge=None, help=None, histogram=None, labels=None, name=None, when=None)¶ NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
V1alpha1Prometheus - a model defined in OpenAPI
-
openapi_types¶
-
attribute_map¶
-
property
counter(self)¶ Gets the counter of this V1alpha1Prometheus. # noqa: E501
- Returns
The counter of this V1alpha1Prometheus. # noqa: E501
- Return type
-
property
gauge(self)¶ Gets the gauge of this V1alpha1Prometheus. # noqa: E501
- Returns
The gauge of this V1alpha1Prometheus. # noqa: E501
- Return type
-
property
help(self)¶ Gets the help of this V1alpha1Prometheus. # noqa: E501
- Returns
The help of this V1alpha1Prometheus. # noqa: E501
- Return type
str
-
property
histogram(self)¶ Gets the histogram of this V1alpha1Prometheus. # noqa: E501
- Returns
The histogram of this V1alpha1Prometheus. # noqa: E501
- Return type
-
property
labels(self)¶ Gets the labels of this V1alpha1Prometheus. # noqa: E501
- Returns
The labels of this V1alpha1Prometheus. # noqa: E501
- Return type
list[V1alpha1MetricLabel]
-
property
name(self)¶ Gets the name of this V1alpha1Prometheus. # noqa: E501
- Returns
The name of this V1alpha1Prometheus. # noqa: E501
- Return type
str
-
property
when(self)¶ Gets the when of this V1alpha1Prometheus. # noqa: E501
- Returns
The when of this V1alpha1Prometheus. # noqa: E501
- Return type
str
-
to_dict(self)¶ Returns the model properties as a dict
-
to_str(self)¶ Returns the string representation of the model
-