Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SeccompProfile (0.16 sec)

  1. pkg/apis/core/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.Sysctls != nil {
    		in, out := &in.Sysctls, &out.Sysctls
    		*out = make([]Sysctl, len(*in))
    		copy(*out, *in)
    	}
    	if in.SeccompProfile != nil {
    		in, out := &in.SeccompProfile, &out.SeccompProfile
    		*out = new(SeccompProfile)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.AppArmorProfile != nil {
    		in, out := &in.AppArmorProfile, &out.AppArmorProfile
    		*out = new(AppArmorProfile)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    	if in.FSGroupChangePolicy != nil {
    		in, out := &in.FSGroupChangePolicy, &out.FSGroupChangePolicy
    		*out = new(PodFSGroupChangePolicy)
    		**out = **in
    	}
    	if in.SeccompProfile != nil {
    		in, out := &in.SeccompProfile, &out.SeccompProfile
    		*out = new(SeccompProfile)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.AppArmorProfile != nil {
    		in, out := &in.AppArmorProfile, &out.AppArmorProfile
    		*out = new(AppArmorProfile)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    --monitoring-port={{ .Values.operator.monitoring.port }} securityContext: allowPrivilegeEscala: false capabilities: drop: - ALL privileged: false readOnlyRootFilesyst: true runAsNonRoot: true {{- if .Values.operator.seccompProfile }} seccompProfile: {{ toYaml .Values.operator.seccompProfile | trim | indent 14 }} {{- end }} {{- if .Values.imagePullPolicy }} imagePullPolicy: {{ .Values.imagePullPolicy }} {{- end }} resources: {{ toYaml .Values.operator.resources | trim | indent 12 }} env: - name: WATCH_NAMESPACE...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. samples/addons/grafana.yaml

              imagePullPolicy: IfNotPresent
              securityContext:
                allowPrivilegeEscalation: false
                capabilities:
                  drop:
                  - ALL
                seccompProfile:
                  type: RuntimeDefault
              volumeMounts:
                - name: config
                  mountPath: "/etc/grafana/grafana.ini"
                  subPath: grafana.ini
                - name: storage
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top