Differential D4920 Diff 28838 python_modules/automation/automation/helm/schema/subschema/kubernetes.py
Changeset View
Changeset View
Standalone View
Standalone View
python_modules/automation/automation/helm/schema/subschema/kubernetes.py
Show First 20 Lines • Show All 81 Lines • ▼ Show 20 Lines | class Config: | ||||
"io.k8s.api.core.v1.Probe", version=SupportedKubernetes.V1_16, | "io.k8s.api.core.v1.Probe", version=SupportedKubernetes.V1_16, | ||||
) | ) | ||||
} | } | ||||
class SecretRef(BaseModel): | class SecretRef(BaseModel): | ||||
class Config: | class Config: | ||||
schema_extra = {"$ref": create_definition_ref("io.k8s.api.core.v1.LocalObjectReference")} | schema_extra = {"$ref": create_definition_ref("io.k8s.api.core.v1.LocalObjectReference")} | ||||
class SecretEnvSource(BaseModel): | |||||
class Config: | |||||
schema_extra = {"$ref": create_definition_ref("io.k8s.api.core.v1.SecretEnvSource")} |