argo.models.v1alpha1_hdfs_config

Argo

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v2.4.3 Generated by: https://openapi-generator.tech

Module Contents

class argo.models.v1alpha1_hdfs_config.V1alpha1HDFSConfig(addresses=None, hdfs_user=None, krb_c_cache_secret=None, krb_config_config_map=None, krb_keytab_secret=None, krb_realm=None, krb_service_principal_name=None, krb_username=None, local_vars_configuration=None)

Bases: object

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

Addresses is accessible addresses of HDFS name nodes # noqa: E501

Returns

The addresses of this V1alpha1HDFSConfig. # noqa: E501

Return type

list[str]

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

property krb_c_cache_secret(self)

Gets the krb_c_cache_secret of this V1alpha1HDFSConfig. # noqa: E501

Returns

The krb_c_cache_secret of this V1alpha1HDFSConfig. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property krb_config_config_map(self)

Gets the krb_config_config_map of this V1alpha1HDFSConfig. # noqa: E501

Returns

The krb_config_config_map of this V1alpha1HDFSConfig. # noqa: E501

Return type

kubernetes.client.models.V1ConfigMapKeySelector

property krb_keytab_secret(self)

Gets the krb_keytab_secret of this V1alpha1HDFSConfig. # noqa: E501

Returns

The krb_keytab_secret of this V1alpha1HDFSConfig. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property krb_realm(self)

Gets the krb_realm of this V1alpha1HDFSConfig. # noqa: E501

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used. # noqa: E501

Returns

The krb_realm of this V1alpha1HDFSConfig. # noqa: E501

Return type

str

property krb_service_principal_name(self)

Gets the krb_service_principal_name of this V1alpha1HDFSConfig. # noqa: E501

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used. # noqa: E501

Returns

The krb_service_principal_name of this V1alpha1HDFSConfig. # noqa: E501

Return type

str

property krb_username(self)

Gets the krb_username of this V1alpha1HDFSConfig. # noqa: E501

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used. # noqa: E501

Returns

The krb_username 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