Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Served (0.57 sec)

  1. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "boolean"
            },
            "server": {
              "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
              "type": "string"
            }
          },
          "required": [
            "server",
            "path"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  2. api/openapi-spec/v3/api__v1_openapi.json

                "type": "boolean"
              },
              "server": {
                "default": "",
                "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
                "type": "string"
              }
            },
            "required": [
              "server",
              "path"
            ],
            "type": "object"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"served": {
    						SchemaProps: spec.SchemaProps{
    							Description: "served is a flag enabling/disabling this version from being served via REST APIs",
    							Default:     false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "boolean"
            },
            "server": {
              "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
              "type": "string"
            }
          },
          "required": [
            "server",
            "path"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

              "type": "boolean"
            },
            "server": {
              "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
              "type": "string"
            }
          },
          "required": [
            "server",
            "path"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. CREDITS

        copy the object code is a network server, the Corresponding Source
        may be on a different server (operated by you or a third party)
        that supports equivalent copying facilities, provided you maintain
        clear directions next to the object code saying where to find the
        Corresponding Source.  Regardless of what server hosts the
        Corresponding Source, you remain obligated to ensure that it is
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  7. api/go1.txt

    pkg net/http, type ServeMux struct
    pkg net/http, type Server struct
    pkg net/http, type Server struct, Addr string
    pkg net/http, type Server struct, Handler Handler
    pkg net/http, type Server struct, MaxHeaderBytes int
    pkg net/http, type Server struct, ReadTimeout time.Duration
    pkg net/http, type Server struct, TLSConfig *tls.Config
    pkg net/http, type Server struct, WriteTimeout time.Duration
    pkg net/http, type Transport struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. test-site/activator-launch-1.3.2.jar

    Specification-Vendor: org.scala-sbt Specification-Title: Launcher Specification-Version: 0.13.8-M5 Main-Class: xsbt.boot.Boot xsbti/ServerMain.class package xsbti; public abstract interface ServerMain { public abstract Server start(AppConfiguration); } xsbti/Server.class package xsbti; public abstract interface Server { public abstract java.net.URI uri(); public abstract MainResult awaitTermination(); } xsbti/ScalaProvider.class package xsbti; public abstract interface ScalaProvider { public abstract Launcher launcher();...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

    function mergeRanges(inRanges,mergeThreshold,mergeFunction){const remainingEvents=inRanges.slice();remainingEvents.sort(function(x,y){return x.min-y.min;});if(remainingEvents.length<=1){const merged=[];if(remainingEvents.length===1){merged.push(mergeFunction(remainingEvents));}
    return merged;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  10. staging/src/k8s.io/api/core/v1/generated.pb.go

    	dAtA[i] = 0x18
    	i -= len(m.Path)
    	copy(dAtA[i:], m.Path)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Path)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Server)
    	copy(dAtA[i:], m.Server)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Server)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *Namespace) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top