Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 203 for plural2 (0.14 sec)

  1. src/cmd/compile/internal/typecheck/stmt.go

    				base.ErrorfAt(stmt.Pos(), errors.WrongAssignCount, "assignment mismatch: %d variable%s but %v returns %d value%s", len(lhs), plural(len(lhs)), r.Fun, cr, plural(cr))
    			}
    		} else {
    			base.ErrorfAt(stmt.Pos(), errors.WrongAssignCount, "assignment mismatch: %d variable%s but %v value%s", len(lhs), plural(len(lhs)), len(rhs), plural(len(rhs)))
    		}
    
    		for i := range lhs {
    			checkLHS(i, nil)
    		}
    		return
    	}
    
    	// x,y,z = f()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 15:10:54 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go

    type CustomResourceDefinitionNames struct {
    	// plural is the plural name of the resource to serve.
    	// The custom resources are served under `/apis/<group>/<version>/.../<plural>`.
    	// Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
    	// Must be all lowercase.
    	Plural string `json:"plural" protobuf:"bytes,1,opt,name=plural"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/fieldselector_test.go

    					{JSONPath: ".spec.hue"},
    					{JSONPath: ".spec.quantity"},
    					{JSONPath: ".spec.size"},
    					{JSONPath: ".spec.branded"},
    				},
    			},
    		},
    		Names: apiextensionsv1.CustomResourceDefinitionNames{
    			Plural:   "shirts",
    			Singular: "shirt",
    			Kind:     "Shirt",
    			ListKind: "ShirtList",
    		},
    		Scope:                 apiextensionsv1.ClusterScoped,
    		PreserveUnknownFields: false,
    	},
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:53:03 UTC 2024
    - 27K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/apiapproval_test.go

    					{
    						Name:    "v1beta1",
    						Served:  true,
    						Storage: true,
    						Schema:  fixtures.AllowAllSchema(),
    					},
    				},
    				Names: apiextensionsv1.CustomResourceDefinitionNames{
    					Plural:   resource,
    					Singular: resource + "singular",
    					Kind:     resource + "Kind",
    					ListKind: resource + "List",
    				},
    				Scope: apiextensionsv1.NamespaceScoped,
    			},
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 02 19:34:41 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go

    type CustomResourceDefinitionNames struct {
    	// plural is the plural name of the resource to serve.
    	// The custom resources are served under `/apis/<group>/<version>/.../<plural>`.
    	// Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
    	// Must be all lowercase.
    	Plural string `json:"plural" protobuf:"bytes,1,opt,name=plural"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzer_test.go

    	g.Expect(a2.ran).To(BeTrue())
    	g.Expect(a3.ran).To(BeFalse())
    	g.Expect(a4.ran).To(BeFalse())
    }
    
    func newSchema(name string) resource2.Schema {
    	return resource2.Builder{
    		Kind:         name,
    		Plural:       name + "s",
    		ProtoPackage: "github.com/gogo/protobuf/types",
    		Proto:        "google.protobuf.Empty",
    	}.MustBuild()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  7. cluster/addons/calico-policy-controller/kubecontrollersconfigurations-crd.yaml

      name: kubecontrollersconfigurations.crd.projectcalico.org
    spec:
      group: crd.projectcalico.org
      names:
        kind: KubeControllersConfiguration
        listKind: KubeControllersConfigurationList
        plural: kubecontrollersconfigurations
        singular: kubecontrollersconfiguration
      scope: Cluster
      versions:
      - name: v1
        schema:
          openAPIV3Schema:
            properties:
              apiVersion:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 11K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/mcs-serviceexport-crd.yaml

    # limitations under the License.
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      name: serviceexports.{{ .Group }}
    spec:
      group: {{ .Group }}
      scope: Namespaced
      names:
        plural: serviceexports
        singular: serviceexport
        kind: ServiceExport
        shortNames:
          - svcex
      versions:
        - name: {{ .Version }}
          served: true
          storage: true
          subresources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 00:51:29 UTC 2021
    - 4K bytes
    - Viewed (0)
  9. prow/config/calico.yaml

    status:
      acceptedNames:
        kind: ""
        plural: ""
      conditions: []
      storedVersions: []
    ---
    # Source: calico/templates/kdd-crds.yaml
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      name: bgppeers.crd.projectcalico.org
    spec:
      group: crd.projectcalico.org
      names:
        kind: BGPPeer
        listKind: BGPPeerList
        plural: bgppeers
        singular: bgppeer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/builder_test.go

    					Group: "bar.k8s.io",
    					Versions: []apiextensionsv1.CustomResourceDefinitionVersion{
    						{
    							Name: "v1",
    						},
    					},
    					Names: apiextensionsv1.CustomResourceDefinitionNames{
    						Plural:   "foos",
    						Singular: "foo",
    						Kind:     "Foo",
    						ListKind: "FooList",
    					},
    					Scope: apiextensionsv1.NamespaceScoped,
    				},
    			}, "v1", schema, Options{V2: tt.v2})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 26.2K bytes
    - Viewed (0)
Back to top