Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 123 for meth (0.07 sec)

  1. pilot/pkg/networking/core/cluster_test.go

    	configs := []config.Config{}
    	if c.destRule != nil {
    		configs = append(configs, config.Config{
    			Meta: config.Meta{
    				GroupVersionKind: gvk.DestinationRule,
    				Name:             "acme",
    			},
    			Spec: c.destRule,
    		})
    	}
    	if c.sidecar != nil {
    		configs = append(configs, config.Config{
    			Meta: config.Meta{
    				GroupVersionKind: gvk.Sidecar,
    				Name:             "default",
    			},
    			Spec: c.sidecar,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_test.go

    					},
    				},
    			},
    		},
    	}
    	virtualService := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.VirtualService,
    			Name:             "virtual-service",
    			Namespace:        "default",
    		},
    		Spec: virtualServiceSpec,
    	}
    	virtualServiceCaseInsensitive := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.VirtualService,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder_test.go

    		name           string
    		clusterName    string
    		port           *model.Port
    		mesh           *meshconfig.MeshConfig
    		connectionPool *networking.ConnectionPoolSettings
    
    		upgrade bool
    	}{
    		{
    			name:        "mesh upgrade - dr default",
    			clusterName: "bar",
    			port:        &model.Port{Protocol: protocol.HTTP},
    			mesh:        &meshconfig.MeshConfig{H2UpgradePolicy: meshconfig.MeshConfig_UPGRADE},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  4. cmd/site-replication.go

    				bms.ObjectLockConfig = &objLockStr
    				bms.ObjectLockConfigUpdatedAt = meta.ObjectLockConfigUpdatedAt
    			}
    
    			if len(meta.QuotaConfigJSON) > 0 {
    				quotaConfigStr := base64.StdEncoding.EncodeToString(meta.QuotaConfigJSON)
    				bms.QuotaConfig = &quotaConfigStr
    				bms.QuotaConfigUpdatedAt = meta.QuotaConfigUpdatedAt
    			}
    
    			if len(meta.EncryptionConfigXML) > 0 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__policy__v1_openapi.json

            ]
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Condition": {
            "description": "Condition contains details for one aspect of the current state of this API Resource.",
            "properties": {
              "lastTransitionTime": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Patch": {
            "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Patch": {
            "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

            ]
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Condition": {
            "description": "Condition contains details for one aspect of the current state of this API Resource.",
            "properties": {
              "lastTransitionTime": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  9. cmd/bucket-replication.go

    			continue
    		}
    		meta[k] = v
    	}
    
    	if oi.ContentEncoding != "" {
    		meta[xhttp.ContentEncoding] = oi.ContentEncoding
    	}
    
    	if oi.ContentType != "" {
    		meta[xhttp.ContentType] = oi.ContentType
    	}
    
    	meta[xhttp.AmzObjectTagging] = oi.UserTags
    	meta[xhttp.AmzTagDirective] = "REPLACE"
    
    	if sc == "" {
    		sc = oi.StorageClass
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Patch": {
            "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
Back to top