Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for IntPtr (0.39 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    	v1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1"
    	resource "k8s.io/apimachinery/pkg/api/resource"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	intstr "k8s.io/apimachinery/pkg/util/intstr"
    	common "k8s.io/kube-openapi/pkg/common"
    	spec "k8s.io/kube-openapi/pkg/validation/spec"
    )
    
    func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "description": "Spec to control the desired behavior of daemon set rolling update.",
          "properties": {
            "maxSurge": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

          "description": "Spec to control the desired behavior of daemon set rolling update.",
          "properties": {
            "maxSurge": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "description": "Spec to control the desired behavior of daemon set rolling update.",
          "properties": {
            "maxSurge": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

                "type": "string"
              },
              "port": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.util.intstr.IntOrString"
                  }
                ],
                "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.pb.go

    	repeatedStringForHTTPHeaders += "}"
    	s := strings.Join([]string{`&HTTPGetAction{`,
    		`Path:` + fmt.Sprintf("%v", this.Path) + `,`,
    		`Port:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Port), "IntOrString", "intstr.IntOrString", 1), `&`, ``, 1) + `,`,
    		`Host:` + fmt.Sprintf("%v", this.Host) + `,`,
    		`Scheme:` + fmt.Sprintf("%v", this.Scheme) + `,`,
    		`HTTPHeaders:` + repeatedStringForHTTPHeaders + `,`,
    		`}`,
    	}, "")
    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