%PDF- %PDF-
| Direktori : /lib/python3/dist-packages/sos/report/plugins/__pycache__/ | 
| Current File : //lib/python3/dist-packages/sos/report/plugins/__pycache__/etcd.cpython-312.pyc | 
�
    i��di  �                   �,   � d dl mZmZ  G d� dee�      Zy)�    )�Plugin�RedHatPluginc                   �2   � e Zd ZdZdZd ZdZdZdZdZ	dZ
d� Zy)	�etcda�  The etcd plugin collects information from the etcd key-value store. It
    is primarily used by Kubernetes/OpenShift clusters and is often run inside
    a container within the cluster.
    Collections will default to executing within an `etcdctl` container, if one
    is present, and only execute on the host if such a container is not
    currently running. The `etcdctl` name preference is adopted from OpenShift
    Container Platform deployments.
    This plugin is written for etcd v3 and later.
    zetcd plugin)r   )�	container�system�services�cluster)�/etc/etcd/etcd.conf)�etcdctlr   c                 �F  � d }| j                   D ]  }| j                  |�      s�|} n | j                  ddi�       | j                  ddg�       | j	                  d|��       | j                  d|��       g d�}| j	                  |D �cg c]  }d	|� ���	 c}|��       y c c}w )
Nr   �	etcd_confz/etc/etcd/caz/etc/etcd/*.keyzls -lR /var/lib/etcd/)r   z	/etc/etcd)�versionzmember listz
alarm listzendpoint statuszendpoint healthzetcdctl )�
containers�get_container_by_name�
add_file_tags�add_forbidden_path�add_cmd_output�
add_copy_spec)�self�etcd_con�con�subcmds�subs        �9/usr/lib/python3/dist-packages/sos/report/plugins/etcd.py�setupz
etcd.setup%   s�   � ����?�?� 	�C��)�)�#�.����	�
 	
���!�;�
� 	� 	
�����!
� 	�
 	
���3�x��H����;�(��;�
�� 	
���)0�1�#�x��u�
�1�� 	� 	
��1s   �BN)�__name__�
__module__�__qualname__�__doc__�
short_desc�plugin_name�packages�profiles�filesr   r	   r   � �    r   r   r      s1   � �
� �J��K��H�=�H�$�E�$�J��H�
r'