You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "JungraeKim (Jira)" <ji...@apache.org> on 2019/11/26 07:50:00 UTC

[jira] [Created] (AIRFLOW-6068) [Airflow] Set coherence of KubernetesPodOperator args's behavior

JungraeKim created AIRFLOW-6068:
-----------------------------------

             Summary: [Airflow] Set coherence of KubernetesPodOperator args's behavior
                 Key: AIRFLOW-6068
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6068
             Project: Apache Airflow
          Issue Type: Bug
          Components: operators
    Affects Versions: 1.10.6
         Environment: 1.10
            Reporter: JungraeKim
            Assignee: JungraeKim


There are many class used by KubernetesPodOperator.
- Port
- Resource
- PodRuntimeInfoEnv
- Secret
- Volume
- VolumeMount

Some of them provide convert (_set function) from dict type. But other class need to be copied.

At least, PodRuntimeInfoEnv can used _set function with validate function



--
This message was sent by Atlassian Jira
(v8.3.4#803005)