Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for associateBy (0.33 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

              the state of the GatewayClass at the time it was created and changes to
              the GatewayClass or associated parameters are not propagated down to existing
              Gateways. This recommendation is intended to limit the blast radius of changes
              to GatewayClass or associated parameters. If implementations choose to propagate
              GatewayClass changes to existing Gateways, that MUST be clearly documented
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

    example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\";  you will set the selector as follows: \"namespaceSelector\": {\n  \"matchExpressions\": [\n    {\n      \"key\": \"runlevel\",\n      \"operator\": \"NotIn\",\n      \"values\": [\n        \"0\",\n        \"1\"\n      ]\n    }\n  ]\n}\n\nIf instead you want to only run the policy on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	ProtectionDomain string
    	// The ScaleIO Storage Pool associated with the protection domain.
    	// +optional
    	StoragePool string
    	// Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
    	// Default is ThinProvisioned.
    	// +optional
    	StorageMode string
    	// The name of a volume already created in the ScaleIO system
    	// that is associated with this volume source.
    	VolumeName 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)
  4. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              },
              "group": {
                "description": "The group attribute of the resource associated with the status StatusReason.",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"weight":     "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.",
    	"preference": "A node selector term, associated with the corresponding weight.",
    }
    
    func (PreferredSchedulingTerm) SwaggerDoc() map[string]string {
    	return map_PreferredSchedulingTerm
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

                  }
                ],
                "default": {},
                "description": "A node selector term, associated with the corresponding weight."
              },
              "weight": {
                "default": 0,
                "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.",
                "format": "int32",
                "type": "integer"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

    // (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).
    message PreferredSchedulingTerm {
      // Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
      optional int32 weight = 1;
    
      // A node selector term, associated with the corresponding weight.
      optional NodeSelectorTerm preference = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

              },
              "group": {
                "description": "The group attribute of the resource associated with the status StatusReason.",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

    // (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).
    message PreferredSchedulingTerm {
      // Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
      optional int32 weight = 1;
    
      // A node selector term, associated with the corresponding weight.
      optional NodeSelectorTerm preference = 2;
    }
    
    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. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

              },
              "group": {
                "description": "The group attribute of the resource associated with the status StatusReason.",
                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
Back to top