Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for suffixMsg (0.14 sec)

  1. CHANGELOG/CHANGELOG-1.12.md

    - kubeadm: Control plane images (etcd, kube-apiserver, kube-proxy, etc.) no longer use arch suffixes. Arch suffixes are kept for kube-dns only. ([#66960](https://github.com/kubernetes/kubernetes/pull/66960),
    [@rosti](https://github.com/rosti)) Courtesy of SIG Cluster Lifecycle, SIG Release, and SIG Testing
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

    ### Bug or Regression
    
    - Added (dry run) and (server dry run) suffixes to `kubectl scale` command when `dry-run` is passed ([#114252](https://github.com/kubernetes/kubernetes/pull/114252), [@ardaguclu](https://github.com/ardaguclu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      optional int32 nodePort = 5;
    }
    
    // ServiceProxyOptions is the query options to a Service's proxy call.
    message ServiceProxyOptions {
      // Path is the part of URLs that include service endpoints, suffixes,
      // and parameters to use for the current proxy request to service.
      // For example, the whole request URL is
      // http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    // ServiceProxyOptions is the query options to a Service's proxy call.
    type ServiceProxyOptions struct {
    	metav1.TypeMeta
    
    	// Path is the part of URLs that include service endpoints, suffixes,
    	// and parameters to use for the current proxy request to service.
    	// For example, the whole request URL is
    	// http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    var map_ServiceProxyOptions = map[string]string{
    	"":     "ServiceProxyOptions is the query options to a Service's proxy call.",
    	"path": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      optional int32 nodePort = 5;
    }
    
    // ServiceProxyOptions is the query options to a Service's proxy call.
    message ServiceProxyOptions {
      // Path is the part of URLs that include service endpoints, suffixes,
      // and parameters to use for the current proxy request to service.
      // For example, the whole request URL is
      // http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    // ServiceProxyOptions is the query options to a Service's proxy call.
    type ServiceProxyOptions struct {
    	metav1.TypeMeta `json:",inline"`
    
    	// Path is the part of URLs that include service endpoints, suffixes,
    	// and parameters to use for the current proxy request to service.
    	// For example, the whole request URL is
    	// http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top