Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for forList (0.27 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    kind: CustomResourceDefinition
    metadata:
      name: foos.tests.example.com
    spec:
      group: tests.example.com
      version: v1beta1
      names:
        plural: foos
        singular: foo
        kind: Foo
        listKind: Foolist
      scope: Cluster
      versions:
      - name: v1beta1
        served: true
        storage: true
        schema:
          openAPIV3Schema:
            type: object
            properties:
              items-no-type:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  2. pkg/workloadapi/workload.pb.go

    	if x != nil {
    		return x.Zone
    	}
    	return ""
    }
    
    func (x *Locality) GetSubzone() string {
    	if x != nil {
    		return x.Subzone
    	}
    	return ""
    }
    
    // PorList represents the ports for a service
    type PortList struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top