Skip to content

Commit

Permalink
chore: run make sync-helm-crd
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirdavid1 committed Dec 23, 2024
1 parent c679274 commit 717dfb7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,13 @@ spec:
containerName:
type: string
criErrorMessage:
description: Stores the error message from the CRI runtime if
returned to prevent instrumenting the container if an error
exists.
type: string
envFromContainerRuntime:
description: Holds the environment variables retrieved from
the container runtime.
items:
properties:
name:
Expand Down Expand Up @@ -479,6 +484,10 @@ spec:
type: string
type: object
runtimeUpdateState:
description: A temporary variable used during migration to track
whether the new runtime detection process has been executed.
If empty, it indicates the process has not yet been run. This
field may be removed later.
type: string
runtimeVersion:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,13 @@ spec:
containerName:
type: string
criErrorMessage:
description: Stores the error message from the CRI runtime if
returned to prevent instrumenting the container if an error
exists.
type: string
envFromContainerRuntime:
description: Holds the environment variables retrieved from
the container runtime.
items:
properties:
name:
Expand Down Expand Up @@ -139,6 +144,10 @@ spec:
type: string
type: object
runtimeUpdateState:
description: A temporary variable used during migration to track
whether the new runtime detection process has been executed.
If empty, it indicates the process has not yet been run. This
field may be removed later.
type: string
runtimeVersion:
type: string
Expand Down

0 comments on commit 717dfb7

Please sign in to comment.