Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for hard (0.3 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    			i--
    			dAtA[i] = 0x12
    		}
    	}
    	if len(m.Hard) > 0 {
    		keysForHard := make([]string, 0, len(m.Hard))
    		for k := range m.Hard {
    			keysForHard = append(keysForHard, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForHard)
    		for iNdEx := len(keysForHard) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.Hard[ResourceName(keysForHard[iNdEx])]
    			baseI := i
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/adminlte.min.css.map

    td.active:hover {\n  background: #34ce57;\n  color: #ffffff;\n}\n\n.card-info:not(.card-outline) > .card-header {\n  background-color: #17a2b8;\n}\n\n.card-info:not(.card-outline) > .card-header,\n.card-info:not(.card-outline) > .card-header a {\n  color: #ffffff;\n}\n\n.card-info:not(.card-outline) > .card-header a.active {\n  color: #1F2D3D;\n}\n\n.card-info.card-outline {\n  border-top: 3px solid #17a2b8;\n}\n\n.card-info.card-outline-tabs > .card-header a:hover {\n  border-top: 3px solid #dee2e6;\n}\n\...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 2M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__v1_openapi.json

            "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
            "properties": {
              "hard": {
                "additionalProperties": {
                  "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
          "properties": {
            "hard": {
              "additionalProperties": {
                "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    			SchemaProps: spec.SchemaProps{
    				Description: "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"hard": {
    						SchemaProps: spec.SchemaProps{
    							Description: "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

          "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
          "properties": {
            "hard": {
              "additionalProperties": {
                "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
          "properties": {
            "hard": {
              "additionalProperties": {
                "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top