Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for uris (0.06 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	ConfigSource *PilotConfigSource `protobuf:"bytes,31,opt,name=configSource,proto3" json:"configSource,omitempty"`
    	// Specifies an extra root certificate in PEM format. This certificate will be trusted
    	// by pilot when resolving JWKS URIs.
    	JwksResolverExtraRootCA string `protobuf:"bytes,32,opt,name=jwksResolverExtraRootCA,proto3" json:"jwksResolverExtraRootCA,omitempty"`
    	// Hub to pull the container image from. Image will be `Hub/Image:Tag-Variant`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    ### Docs
    
    * ✏ Tweak wording to clarify `docs/en/docs/project-generation.md`. PR [#5930](https://github.com/tiangolo/fastapi/pull/5930) by [@chandra-deb](https://github.com/chandra-deb).
    * ✏ Update Pydantic GitHub URLs. PR [#5952](https://github.com/tiangolo/fastapi/pull/5952) by [@yezz123](https://github.com/yezz123).
    * 📝 Add opinion from Cisco. PR [#5981](https://github.com/tiangolo/fastapi/pull/5981) by [@tiangolo](https://github.com/tiangolo).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K 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
    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

    	return map_ServicePort
    }
    
    var map_ServiceProxyOptions = map[string]string{
    	"":     "ServiceProxyOptions is the query options to a Service's proxy call.",
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "diskName is the Name of the data disk in the blob storage",
                "type": "string"
              },
              "diskURI": {
                "default": "",
                "description": "diskURI is the URI of data disk in the blob storage",
                "type": "string"
              },
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top