From 1894c1228df9c57b0154eec4899655fedb37517e Mon Sep 17 00:00:00 2001 From: Meni Yakove Date: Wed, 14 Aug 2024 17:39:54 +0300 Subject: [PATCH] class-generator: update cluster schema files, add schema files --- class_generator/tests/manifests/Pod/pod_res.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/class_generator/tests/manifests/Pod/pod_res.py b/class_generator/tests/manifests/Pod/pod_res.py index 146c1834d0..e2a6712215 100644 --- a/class_generator/tests/manifests/Pod/pod_res.py +++ b/class_generator/tests/manifests/Pod/pod_res.py @@ -102,8 +102,7 @@ def __init__( ephemeralcontainers subresource. host_aliases(List[Any]): HostAliases is an optional list of hosts and IPs that will be injected - into the pod's hosts file if specified. This is only valid for - non-hostNetwork pods. + into the pod's hosts file if specified. host_ipc(Dict[str, Any]): Use the host's ipc namespace. Optional: Default to false. @@ -227,8 +226,7 @@ def __init__( block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod. SchedulingGates can only be set at - pod creation time, and be removed only afterwards. This is a beta - feature enabled by the PodSchedulingReadiness feature gate. + pod creation time, and be removed only afterwards. security_context(Dict[str, Any]): PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in @@ -236,8 +234,8 @@ def __init__( container.securityContext take precedence over field values of PodSecurityContext. - service_account(Dict[str, Any]): DeprecatedServiceAccount is a depreciated alias for - ServiceAccountName. Deprecated: Use serviceAccountName instead. + service_account(Dict[str, Any]): DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. + Deprecated: Use serviceAccountName instead. service_account_name(Dict[str, Any]): ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-