Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rootsOf (0.14 sec)

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

    					},
    					"caBundle": {
    						SchemaProps: spec.SchemaProps{
    							Description: "`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.",
    							Type:        []string{"string"},
    							Format:      "byte",
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

          "properties": {
            "caBundle": {
              "description": "`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.",
              "format": "byte",
              "type": "string"
            },
            "service": {
              "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ServiceReference",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top