Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 46 for Applies (0.26 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":      "SELinuxOptions are the labels to be applied to the container",
    	"user":  "User is a SELinux user label that applies to the container.",
    	"role":  "Role is a SELinux role label that applies to the container.",
    	"type":  "Type is a SELinux type label that applies to the container.",
    	"level": "Level is SELinux level label that applies to the container.",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

    }
    
    // SELinuxOptions are the labels to be applied to the container
    message SELinuxOptions {
      // User is a SELinux user label that applies to the container.
      // +optional
      optional string user = 1;
    
      // Role is a SELinux role label that applies to the container.
      // +optional
      optional string role = 2;
    
      // Type is a SELinux type label that applies to the container.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                      which the policy is applied. Policies with higher "order" are applied
                      after those with lower order.  If the order is omitted, it may be
                      considered to be "infinite" - i.e. the policy will be applied last.  Policies
                      with identical order will be applied in alphanumerical order based
                      on the Policy "Name".
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-NEXT: %[[cmul:.*]] = mhlo.convert %[[mul]] : tensor<8x8x8x8xf32>
      // CHECK-NEXT: %[[init:.*]] = mhlo.constant dense<-0.000000e+00> : tensor<f32>
      // CHECK-NEXT: %[[red1:.*]] = mhlo.reduce(%[[cmul]] init: %[[init]]) applies mhlo.add across dimensions = [0, 1, 2] : (tensor<8x8x8x8xf32>, tensor<f32>) -> tensor<8xf32>
      // CHECK-NEXT: %[[scr2:.*]] = mhlo.convert %[[red1]] : tensor<8xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // SELinuxOptions are the labels to be applied to the container
    message SELinuxOptions {
      // User is a SELinux user label that applies to the container.
      // +optional
      optional string user = 1;
    
      // Role is a SELinux role label that applies to the container.
      // +optional
      optional string role = 2;
    
      // Type is a SELinux type label that applies to the container.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    type LimitType string
    
    const (
    	// LimitTypePod defines limit that applies to all pods in a namespace
    	LimitTypePod LimitType = "Pod"
    	// LimitTypeContainer defines limit that applies to all containers in a namespace
    	LimitTypeContainer LimitType = "Container"
    	// LimitTypePersistentVolumeClaim defines limit that applies to all persistent volume claims in a namespace
    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

    // a fully qualified resource name.
    type LimitType string
    
    const (
    	// Limit that applies to all pods in a namespace
    	LimitTypePod LimitType = "Pod"
    	// Limit that applies to all containers in a namespace
    	LimitTypeContainer LimitType = "Container"
    	// Limit that applies to all persistent volume claims in a namespace
    	LimitTypePersistentVolumeClaim LimitType = "PersistentVolumeClaim"
    )
    
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "description": "SELinuxOptions are the labels to be applied to the container",
            "properties": {
              "level": {
                "description": "Level is SELinux level label that applies to the container.",
                "type": "string"
              },
              "role": {
                "description": "Role is a SELinux role label that applies to the container.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

              }
            ]
          },
          "io.k8s.api.rbac.v1.PolicyRule": {
            "description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.",
            "properties": {
              "apiGroups": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "resources": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
Back to top