Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 81 for phis (0.31 sec)

  1. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                "type": "string"
              },
              "verbs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                      If not specified, then this is defaulted to "Never" (i.e. IPIP tunneling
                      is disabled).
                    type: string
                  nat-outgoing:
                    description: 'Deprecated: this field is only used for APIv1 backwards
                      compatibility. Setting this field is not allowed, this field is
                      for internal use only.'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "nodeName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // nodeAffinity defines constraints that limit what nodes this volume can be accessed from.
      // This field influences the scheduling of pods that use this volume.
      // +optional
      optional VolumeNodeAffinity nodeAffinity = 9;
    
      // Name of VolumeAttributesClass to which this persistent volume belongs. Empty value
      // is not allowed. When this field is not set, it indicates that this volume does not belong to any
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

    "description": "MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							},
    						},
    						SchemaProps: spec.SchemaProps{
    							Description: "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.",
    							Type:        []string{"array"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    		`Reason:` + fmt.Sprintf("%v", this.Reason) + `,`,
    		`Message:` + fmt.Sprintf("%v", this.Message) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *DaemonSetList) String() string {
    	if this == nil {
    		return "nil"
    	}
    	repeatedStringForItems := "[]DaemonSet{"
    	for _, f := range this.Items {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Format:` + fmt.Sprintf("%v", this.Format) + `,`,
    		`Description:` + fmt.Sprintf("%v", this.Description) + `,`,
    		`Priority:` + fmt.Sprintf("%v", this.Priority) + `,`,
    		`JSONPath:` + fmt.Sprintf("%v", this.JSONPath) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *CustomResourceConversion) String() string {
    	if this == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Format:` + fmt.Sprintf("%v", this.Format) + `,`,
    		`Description:` + fmt.Sprintf("%v", this.Description) + `,`,
    		`Priority:` + fmt.Sprintf("%v", this.Priority) + `,`,
    		`JSONPath:` + fmt.Sprintf("%v", this.JSONPath) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *CustomResourceConversion) String() string {
    	if this == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ResourceClaimSchedulingStatus) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ResourceClaimSchedulingStatus{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`UnsuitableNodes:` + fmt.Sprintf("%v", this.UnsuitableNodes) + `,`,
    		`}`,
    	}, "")
    	return s
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
Back to top