Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 64 for serverAddress (0.19 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// Address of this server, suitable for a client that matches the above CIDR.
    	// This can be a hostname, hostname:port, IP or IP:port.
    	ServerAddress string `json:"serverAddress" protobuf:"bytes,2,opt,name=serverAddress"`
    }
    
    // GroupVersion contains the "group/version" and "version" string of a version.
    // It is made a struct to keep extensibility.
    type GroupVersionForDiscovery struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  2. pkg/istio-agent/xds_proxy.go

    	}
    	key, cert := agent.GetKeyCertsForXDS()
    	return &istiogrpc.TLSOptions{
    		RootCert:      xdsCACertPath,
    		Key:           key,
    		Cert:          cert,
    		ServerAddress: agent.proxyConfig.DiscoveryAddress,
    		SAN:           p.istiodSAN,
    	}, nil
    }
    
    // tapRequest() sends "req" to Istiod, and returns a matching response, or `nil` on timeout.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    }
    
    func (m *ServerAddressByClientCIDR) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.ServerAddress)
    	copy(dAtA[i:], m.ServerAddress)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ServerAddress)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.ClientCIDR)
    	copy(dAtA[i:], m.ClientCIDR)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ClientCIDR)))
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"clientCIDR":    "The CIDR with which clients can match their IP to figure out the server address that they should use.",
    	"serverAddress": "Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.",
    }
    
    func (ServerAddressByClientCIDR) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional string clientCIDR = 1;
    
      // Address of this server, suitable for a client that matches the above CIDR.
      // This can be a hostname, hostname:port, IP or IP:port.
      optional string serverAddress = 2;
    }
    
    // Status is a return value for calls that don't return other objects.
    message Status {
      // Standard list metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional string clientCIDR = 1;
    
      // Address of this server, suitable for a client that matches the above CIDR.
      // This can be a hostname, hostname:port, IP or IP:port.
      optional string serverAddress = 2;
    }
    
    // Status is a return value for calls that don't return other objects.
    message Status {
      // Standard list metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"serverAddress": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.",
    							Default:     "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  8. samples/addons/loki.yaml

          http_server_write_timeout: 600s
        storage_config:
          boltdb_shipper:
            index_gateway_client:
              server_address: ""
          hedging:
            at: 250ms
            max_per_second: 20
            up_to: 3
          tsdb_shipper:
            index_gateway_client:
              server_address: ""
        tracing:
          enabled: false
    ---
    # Source: loki/templates/runtime-configmap.yaml
    apiVersion: v1
    kind: ConfigMap
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  9. scripts/docs.py

        typer.echo("This is here only to preview a site with translations already built.")
        typer.echo("Make sure you run the build-all command first.")
        os.chdir("site")
        server_address = ("", 8008)
        server = HTTPServer(server_address, SimpleHTTPRequestHandler)
        typer.echo("Serving at: http://127.0.0.1:8008")
        server.serve_forever()
    
    
    @app.command()
    def live(
        lang: str = typer.Argument(
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:26:14 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  10. samples/security/spire/spire-quickstart.yaml

    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: spire-agent
      namespace: spire
    data:
      agent.conf: |
        agent {
          data_dir = "/run/spire"
          log_level = "DEBUG"
          server_address = "spire-server"
          server_port = "8081"
          socket_path = "/run/secrets/workload-spiffe-uds/socket"
          trust_bundle_path = "/run/spire/bundle/bundle.crt"
          trust_domain = "example.org"
        }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
Back to top