Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 105 for appArmorProfile (0.32 sec)

  1. pkg/apis/core/validation/validation_test.go

    							AppArmorProfile: &core.AppArmorProfile{
    								Type: "test",
    							},
    						},
    					}},
    					RestartPolicy: core.RestartPolicyAlways,
    					DNSPolicy:     core.DNSDefault,
    				},
    			},
    		},
    		"missing pod AppArmor profile type": {
    			expectedError: "Required value: type is required when appArmorProfile is set",
    			spec: core.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1.AppArmorProfile)(nil), (*core.AppArmorProfile)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_AppArmorProfile_To_core_AppArmorProfile(a.(*v1.AppArmorProfile), b.(*core.AppArmorProfile), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*core.AppArmorProfile)(nil), (*v1.AppArmorProfile)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  3. pkg/apis/core/zz_generated.deepcopy.go

    func (in *AppArmorProfile) DeepCopyInto(out *AppArmorProfile) {
    	*out = *in
    	if in.LocalhostProfile != nil {
    		in, out := &in.LocalhostProfile, &out.LocalhostProfile
    		*out = new(string)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppArmorProfile.
    func (in *AppArmorProfile) DeepCopy() *AppArmorProfile {
    	if in == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    func (in *AppArmorProfile) DeepCopyInto(out *AppArmorProfile) {
    	*out = *in
    	if in.LocalhostProfile != nil {
    		in, out := &in.LocalhostProfile, &out.LocalhostProfile
    		*out = new(string)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppArmorProfile.
    func (in *AppArmorProfile) DeepCopy() *AppArmorProfile {
    	if in == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    	allErrs := field.ErrorList{}
    
    	var podProfile *core.AppArmorProfile
    	if podSpec.SecurityContext != nil {
    		podProfile = podSpec.SecurityContext.AppArmorProfile
    	}
    	podshelper.VisitContainersWithPath(podSpec, specPath, func(c *core.Container, cFldPath *field.Path) bool {
    		containerProfile := podProfile
    		if c.SecurityContext != nil && c.SecurityContext.AppArmorProfile != nil {
    			containerProfile = c.SecurityContext.AppArmorProfile
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (1)
  6. pkg/apis/core/types.go

    	// +optional
    	SeccompProfile *SeccompProfile
    	// appArmorProfile is the AppArmor options to use by this container. If set, this profile
    	// overrides the pod's appArmorProfile.
    	// Note that this field cannot be set when spec.os.name is windows.
    	// +optional
    	AppArmorProfile *AppArmorProfile
    }
    
    // ProcMountType defines the type of proc mount
    type ProcMountType string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// appArmorProfile is the AppArmor options to use by this container. If set, this profile
    	// overrides the pod's appArmorProfile.
    	// Note that this field cannot be set when spec.os.name is windows.
    	// +optional
    	AppArmorProfile *AppArmorProfile `json:"appArmorProfile,omitempty" protobuf:"bytes,12,opt,name=appArmorProfile"`
    }
    
    // +enum
    type ProcMountType string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"appArmorProfile":          "appArmorProfile is the AppArmor options to use by this container. If set, this profile overrides the pod's appArmorProfile. Note that this field cannot be set when spec.os.name is windows.",
    }
    
    func (SecurityContext) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional SeccompProfile seccompProfile = 11;
    
      // appArmorProfile is the AppArmor options to use by this container. If set, this profile
      // overrides the pod's appArmorProfile.
      // Note that this field cannot be set when spec.os.name is windows.
      // +optional
      optional AppArmorProfile appArmorProfile = 12;
    }
    
    // SerializedReference is a reference to serialized object.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.pb.go

    var xxx_messageInfo_Affinity proto.InternalMessageInfo
    
    func (m *AppArmorProfile) Reset()      { *m = AppArmorProfile{} }
    func (*AppArmorProfile) ProtoMessage() {}
    func (*AppArmorProfile) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{2}
    }
    func (m *AppArmorProfile) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *AppArmorProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top