Home
last modified time | relevance | path

Searched refs:LocalhostProfile (Results 1 – 25 of 73) sorted by relevance

123

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/kuberuntime/
H A Dhelpers_test.go216 LocalhostProfile: utilpointer.StringPtr("profile.json"),
272 LocalhostProfile: utilpointer.StringPtr("profile.json"),
413 …mpProfile: &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("fi…
428 …mpProfile: &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("fi…
440 …mpProfile: &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("fi…
603 …mpProfile: &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("fi…
618 …mpProfile: &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("fi…
711 …mpProfile: &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("fi…
729 …mpProfile: &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("fi…
805 …mpProfile: &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("fi…
[all …]
H A Dhelpers.go215 …mp.Type == v1.SeccompProfileTypeLocalhost && scmp.LocalhostProfile != nil && len(*scmp.LocalhostPr…
216 fname := filepath.Join(profileRootPath, *scmp.LocalhostProfile)
285 …mp.Type == v1.SeccompProfileTypeLocalhost && scmp.LocalhostProfile != nil && len(*scmp.LocalhostPr…
286 fname := filepath.Join(profileRootPath, *scmp.LocalhostProfile)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/security/podsecuritypolicy/seccomp/
H A Dstrategy_test.go162 LocalhostProfile: &bar,
245 LocalhostProfile: &foo,
253 LocalhostProfile: &foo,
261 LocalhostProfile: &foo,
378 LocalhostProfile: &foo,
386 LocalhostProfile: &bar,
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dseccompprofile.go29 LocalhostProfile *string `json:"localhostProfile,omitempty"` member
50 b.LocalhostProfile = &value
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dseccompprofile.go29 LocalhostProfile *string `json:"localhostProfile,omitempty"` member
50 b.LocalhostProfile = &value
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dseccompprofile.go29 LocalhostProfile *string `json:"localhostProfile,omitempty"` member
50 b.LocalhostProfile = &value
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dseccompprofile.go29 LocalhostProfile *string `json:"localhostProfile,omitempty"` member
50 b.LocalhostProfile = &value
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/core/v1/
H A Dseccompprofile.go29 LocalhostProfile *string `json:"localhostProfile,omitempty"` member
50 b.LocalhostProfile = &value
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dseccompprofile.go29 LocalhostProfile *string `json:"localhostProfile,omitempty"` member
50 b.LocalhostProfile = &value
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/core/v1/
H A Dseccompprofile.go29 LocalhostProfile *string `json:"localhostProfile,omitempty"` member
50 b.LocalhostProfile = &value
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dseccompprofile.go29 LocalhostProfile *string `json:"localhostProfile,omitempty"` member
50 b.LocalhostProfile = &value
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/registry/core/pod/
H A Dstrategy_test.go794 LocalhostProfile: &testProfile,
831 require.Nil(t, pod.Spec.SecurityContext.SeccompProfile.LocalhostProfile)
846 require.Nil(t, pod.Spec.SecurityContext.SeccompProfile.LocalhostProfile)
861 require.Nil(t, pod.Spec.SecurityContext.SeccompProfile.LocalhostProfile)
876 require.Equal(t, testProfile, *pod.Spec.SecurityContext.SeccompProfile.LocalhostProfile)
969 LocalhostProfile: &testProfile,
1030 require.Nil(t, pod.Spec.Containers[0].SecurityContext.SeccompProfile.LocalhostProfile)
1050 require.Nil(t, pod.Spec.Containers[0].SecurityContext.SeccompProfile.LocalhostProfile)
1070 require.Nil(t, pod.Spec.Containers[0].SecurityContext.SeccompProfile.LocalhostProfile)
1092 …uire.Equal(t, testProfile, *pod.Spec.Containers[0].SecurityContext.SeccompProfile.LocalhostProfile)
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/pod-security-admission/test/
H A Dhelpers_seccomp.go44 LocalhostProfile: &profile,
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/api/pod/
H A Dutil.go911 if field.LocalhostProfile != nil {
912 return v1.SeccompLocalhostProfileNamePrefix + *field.LocalhostProfile
942 LocalhostProfile: &localhostProfile,
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/core/
H A Dtypes.go3029 LocalhostProfile *string member
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/core/validation/
H A Dvalidation_test.go8246 LocalhostProfile: utilpointer.StringPtr("filename.json"),
8261 LocalhostProfile: utilpointer.StringPtr("filename.json"),
17613 LocalhostProfile: &testProfile,
17634 LocalhostProfile: &testProfile,
17703 LocalhostProfile: &testProfile,
17727 LocalhostProfile: &testProfile,
17793 LocalhostProfile: ctr.SecurityContext.SeccompProfile.LocalhostProfile,
17837 …seccompField: &core.SeccompProfile{Type: core.SeccompProfileTypeLocalhost, LocalhostProfile: ut…
17850 …seccompField: &core.SeccompProfile{Type: core.SeccompProfileTypeLocalhost, LocalhostProfile: ut…
H A Dvalidation.go3780 if sp.LocalhostProfile == nil {
3783 …allErrs = append(allErrs, validateLocalDescendingPath(*sp.LocalhostProfile, fldPath.Child("localho…
3786 if sp.LocalhostProfile != nil {
4040 …ompField.LocalhostProfile == nil || strings.TrimPrefix(annotationValue, v1.SeccompLocalhostProfile…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/k8s.io/api/core/v1/
H A Dzz_generated.deepcopy.go4730 if in.LocalhostProfile != nil {
4731 in, out := &in.LocalhostProfile, &out.LocalhostProfile
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/api/core/v1/
H A Dzz_generated.deepcopy.go4742 if in.LocalhostProfile != nil {
4743 in, out := &in.LocalhostProfile, &out.LocalhostProfile
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/k8s.io/api/core/v1/
H A Dzz_generated.deepcopy.go4760 if in.LocalhostProfile != nil {
4761 in, out := &in.LocalhostProfile, &out.LocalhostProfile
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/api/core/v1/
H A Dzz_generated.deepcopy.go4770 if in.LocalhostProfile != nil {
4771 in, out := &in.LocalhostProfile, &out.LocalhostProfile
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/k8s.io/api/core/v1/
H A Dzz_generated.deepcopy.go4760 if in.LocalhostProfile != nil {
4761 in, out := &in.LocalhostProfile, &out.LocalhostProfile
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/k8s.io/api/core/v1/
H A Dzz_generated.deepcopy.go4730 if in.LocalhostProfile != nil {
4731 in, out := &in.LocalhostProfile, &out.LocalhostProfile
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/k8s.io/api/core/v1/
H A Dzz_generated.deepcopy.go4730 if in.LocalhostProfile != nil {
4731 in, out := &in.LocalhostProfile, &out.LocalhostProfile
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/k8s.io/api/core/v1/
H A Dzz_generated.deepcopy.go4760 if in.LocalhostProfile != nil {
4761 in, out := &in.LocalhostProfile, &out.LocalhostProfile

123