Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for describeTo (0.24 sec)

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

    	"":                "Affinity is a group of affinity scheduling rules.",
    	"nodeAffinity":    "Describes node affinity scheduling rules for the pod.",
    	"podAffinity":     "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).",
    	"podAntiAffinity": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).",
    }
    
    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. pkg/apis/core/types.go

    	// Removed capabilities
    	// +optional
    	Drop []Capability
    }
    
    // ResourceRequirements describes the compute resource requirements.
    type ResourceRequirements struct {
    	// Limits describes the maximum amount of compute resources allowed.
    	// +optional
    	Limits ResourceList
    	// Requests describes the minimum amount of compute resources required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"type": {
    						SchemaProps: spec.SchemaProps{
    							Description: "type describes the current condition",
    							Default:     "",
    							Type:        []string{"string"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

    message Affinity {
      // Describes node affinity scheduling rules for the pod.
      // +optional
      optional NodeAffinity nodeAffinity = 1;
    
      // Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
      // +optional
      optional PodAffinity podAffinity = 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)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// TemplateRef is a reference to an object that describes the pod that will be created if
    	// insufficient replicas are detected.
    	// Reference to an object that describes the pod that will be created if insufficient replicas are detected.
    	// +optional
    	// TemplateRef *ObjectReference `json:"templateRef,omitempty"`
    
    	// Template is the object that describes the pod that will be created if
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

    message Affinity {
      // Describes node affinity scheduling rules for the pod.
      // +optional
      optional NodeAffinity nodeAffinity = 1;
    
      // Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
      // +optional
      optional PodAffinity podAffinity = 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)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

                  }
                ],
                "description": "Describes node affinity scheduling rules for the pod."
              },
              "podAffinity": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.PodAffinity"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              "paths"
            ],
            "type": "object"
          },
          "io.k8s.api.networking.v1.IPBlock": {
            "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.0/24\",\"2001:db8::/64\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.",
            "properties": {
              "cidr": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.api.admissionregistration.v1.AuditAnnotation": {
            "description": "AuditAnnotation describes how to produce an audit annotation for an API request.",
            "properties": {
              "key": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.api.rbac.v1.AggregationRule": {
            "description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
            "properties": {
              "clusterRoleSelectors": {
                "description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
    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