Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 506 for sw_vers (0.18 sec)

  1. pkg/apis/apiserverinternal/types.go

    	// +optional
    	StorageVersions []ServerStorageVersion
    	// If all API server instances agree on the same encoding storage version,
    	// then this field is set to that version. Otherwise this field is left empty.
    	// API servers should finish updating its storageVersionStatus entry before
    	// serving write operations, so that this field will be in sync with the reality.
    	// +optional
    	CommonEncodingVersion *string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/gateway-custom-ingressgateway-badport.yaml

    # Gateway with non-standard IngressGateway
    #
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: httpbin-gateway
    spec:
      selector:
        myapp: private-ingressgateway
      servers:
      - port:
          number: 8004
          name: http2
          protocol: HTTP
        hosts:
        - "*"
    ---
    apiVersion: v1
    kind: Pod
    metadata:
      labels:
        myapp: private-ingressgateway
      name: my-ingressgateway-1234
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 08:48:06 UTC 2024
    - 674 bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/gateway-custom-ingressgateway-translation.yaml

    # Gateway with non-standard IngressGateway
    #
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: httpbin-gateway
    spec:
      selector:
        myapp: private-ingressgateway
      servers:
      - port:
          number: 80
          name: http2
          protocol: HTTP
        hosts:
        - "*"
    ---
    apiVersion: v1
    kind: Pod
    metadata:
      labels:
        myapp: private-ingressgateway
      name: my-ingressgateway-1234
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 08:48:06 UTC 2024
    - 672 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/options/etcd_test.go

    				EnableWatchCache:        true,
    				DefaultWatchCacheSize:   100,
    				EtcdServersOverrides:    []string{"/events/http://127.0.0.1:4002"},
    			},
    			expectErr: "--etcd-servers-overrides invalid, must be of format: group/resource#servers, where servers are URLs, semicolon separated",
    		},
    		{
    			name: "test when encryption-provider-config-automatic-reload is invalid",
    			testOptions: &EtcdOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  5. manifests/charts/default/files/profile-preview.yaml

    meshConfig:
      defaultConfig:
        proxyMetadata:
          # Enable Istio agent to handle DNS requests for known hosts
          # Unknown hosts will automatically be resolved using upstream dns servers in resolv.conf
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 22:30:06 UTC 2024
    - 670 bytes
    - Viewed (0)
  6. pkg/controller/namespace/namespace_controller.go

    	// don't queue if we aren't deleted
    	if namespace.DeletionTimestamp == nil || namespace.DeletionTimestamp.IsZero() {
    		return
    	}
    
    	// delay processing namespace events to allow HA api servers to observe namespace deletion,
    	// and HA etcd servers to observe last minute object creations inside the namespace
    	nm.queue.AddAfter(key, namespaceDeletionGracePeriod)
    }
    
    // worker processes the queue of namespace objects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/gateway_simulation_test.go

    spec:
      selector:
        istio: ingressgateway
      servers:
    {{- range $i, $p := $.Servers }}
      -
    {{$p | trim | indent 4}}
    {{- end }}
    ---
    `, struct {
    		Name      string
    		Namespace string
    		Servers   []string
    	}{name, namespace, servers})
    }
    
    func createGatewayWithServiceSelector(name, service string, servers ...string) string {
    	if name == "" {
    		name = "default"
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  8. README.md

    ## Container Installation
    
    Use the following commands to run a standalone MinIO server as a container.
    
    Standalone MinIO servers are best suited for early development and evaluation. Certain features such as versioning, object locking, and bucket replication
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 10 00:22:36 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  9. manifests/charts/istio-cni/files/profile-preview.yaml

    meshConfig:
      defaultConfig:
        proxyMetadata:
          # Enable Istio agent to handle DNS requests for known hosts
          # Unknown hosts will automatically be resolved using upstream dns servers in resolv.conf
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 22:30:06 UTC 2024
    - 670 bytes
    - Viewed (0)
  10. manifests/charts/gateway/files/profile-preview.yaml

    meshConfig:
      defaultConfig:
        proxyMetadata:
          # Enable Istio agent to handle DNS requests for known hosts
          # Unknown hosts will automatically be resolved using upstream dns servers in resolv.conf
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 22:30:06 UTC 2024
    - 670 bytes
    - Viewed (0)
Back to top