argo.models.v1alpha1_hdfs_krb_config

Argo

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

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

Module Contents

class argo.models.v1alpha1_hdfs_krb_config.V1alpha1HDFSKrbConfig(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.

V1alpha1HDFSKrbConfig - a model defined in OpenAPI

openapi_types
attribute_map
property krb_c_cache_secret(self)

Gets the krb_c_cache_secret of this V1alpha1HDFSKrbConfig. # noqa: E501

Returns

The krb_c_cache_secret of this V1alpha1HDFSKrbConfig. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property krb_config_config_map(self)

Gets the krb_config_config_map of this V1alpha1HDFSKrbConfig. # noqa: E501

Returns

The krb_config_config_map of this V1alpha1HDFSKrbConfig. # noqa: E501

Return type

kubernetes.client.models.V1ConfigMapKeySelector

property krb_keytab_secret(self)

Gets the krb_keytab_secret of this V1alpha1HDFSKrbConfig. # noqa: E501

Returns

The krb_keytab_secret of this V1alpha1HDFSKrbConfig. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property krb_realm(self)

Gets the krb_realm of this V1alpha1HDFSKrbConfig. # 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 V1alpha1HDFSKrbConfig. # noqa: E501

Return type

str

property krb_service_principal_name(self)

Gets the krb_service_principal_name of this V1alpha1HDFSKrbConfig. # 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 V1alpha1HDFSKrbConfig. # noqa: E501

Return type

str

property krb_username(self)

Gets the krb_username of this V1alpha1HDFSKrbConfig. # 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 V1alpha1HDFSKrbConfig. # 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