Skip to content

Commit

Permalink
class-generator: update cluster schema files, add schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Aug 14, 2024
1 parent 4ea5d8b commit 1894c12
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions class_generator/tests/manifests/Pod/pod_res.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -227,17 +226,16 @@ 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
container.securityContext. Field values of
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-
Expand Down

0 comments on commit 1894c12

Please sign in to comment.