argo.models.v1alpha1_hdfs_config¶
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_hdfs_config.V1alpha1HDFSConfig(addresses=None, h_dfs_krb_config=None, hdfs_user=None)¶ NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
V1alpha1HDFSConfig - a model defined in OpenAPI
-
openapi_types¶
-
attribute_map¶
-
property
addresses(self)¶ Gets the addresses of this V1alpha1HDFSConfig. # noqa: E501
- Returns
The addresses of this V1alpha1HDFSConfig. # noqa: E501
- Return type
list[str]
-
property
h_dfs_krb_config(self)¶ Gets the h_dfs_krb_config of this V1alpha1HDFSConfig. # noqa: E501
- Returns
The h_dfs_krb_config of this V1alpha1HDFSConfig. # noqa: E501
- Return type
-
property
hdfs_user(self)¶ Gets the hdfs_user of this V1alpha1HDFSConfig. # noqa: E501
HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used. # noqa: E501
- Returns
The hdfs_user of this V1alpha1HDFSConfig. # 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
-