Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 203 for plural2 (0.18 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler_test.go

    		StorageConfig:           etcdOptions.StorageConfig.ForResource(schema.GroupResource{Group: crd.Spec.Group, Resource: crd.Spec.Names.Plural}),
    		Decorator:               generic.UndecoratedStorage,
    		EnableGarbageCollection: true,
    		DeleteCollectionWorkers: 1,
    		ResourcePrefix:          crd.Spec.Group + "/" + crd.Spec.Names.Plural,
    		CountMetricPollPeriod:   time.Minute,
    	}
    	if enableWatchCache {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 13 15:27:39 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  2. samples/security/spire/spire-quickstart.yaml

      creationTimestamp: null
      name: clusterfederatedtrustdomains.spire.spiffe.io
    spec:
      group: spire.spiffe.io
      names:
        kind: ClusterFederatedTrustDomain
        listKind: ClusterFederatedTrustDomainList
        plural: clusterfederatedtrustdomains
        singular: clusterfederatedtrustdomain
      scope: Cluster
      versions:
      - additionalPrinterColumns:
        - jsonPath: .spec.trustDomain
          name: Trust Domain
          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  3. operator/pkg/verifier/k8s_util.go

    	s, f := collections.All.FindByGroupVersionAliasesKind(config.GroupVersionKind{
    		Group:   gvk.Group,
    		Version: gvk.Version,
    		Kind:    gvk.Kind,
    	})
    	if !f {
    		return ""
    	}
    	return s.Plural()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 28 16:26:13 UTC 2023
    - 4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    // CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
    type CustomResourceDefinitionNames struct {
    	// Plural is the plural name of the resource to serve.  It must match the name of the CustomResourceDefinition-registration
    	// too: plural.group and it must be all lowercase.
    	Plural string
    	// Singular is the singular name of the resource.  It must be all lowercase  Defaults to lowercased <kind>
    	Singular string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/internal/buildevents/BuildExceptionReporter.java

                if (suppressedDuplicateBranchCount > 0) {
                    LinePrefixingStyledTextOutput output = getLinePrefixingStyledTextOutput(failureDetails);
                    boolean plural = suppressedDuplicateBranchCount > 1;
                    if (plural) {
                        output.append(String.format("There are %d more failures with identical causes.", suppressedDuplicateBranchCount));
                    } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:45:59 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    			ObjectMeta: metav1.ObjectMeta{Name: "noxus.mygroup.example.com"},
    			Spec: apiextensionsv1.CustomResourceDefinitionSpec{
    				Group: "mygroup.example.com",
    				Names: apiextensionsv1.CustomResourceDefinitionNames{
    					Plural:     "noxus",
    					Singular:   "nonenglishnoxu",
    					Kind:       "WishIHadChosenNoxu",
    					ShortNames: []string{"foo", "bar", "abc", "def"},
    					ListKind:   "NoxuItemList",
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/operator/output/operator-remove.yaml

    apiVersion: apiextensions.k8s.io/v1beta1
    kind: CustomResourceDefinition
    metadata:
      name: istiooperators.install.istio.io
    spec:
      group: install.istio.io
      names:
        kind: IstioOperator
        plural: istiooperators
        singular: istiooperator
        shortNames:
        - iop
      scope: Namespaced
      subresources:
        status: {}
      validation:
        openAPIV3Schema:
          properties:
            apiVersion:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 21 01:45:21 UTC 2020
    - 5.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/api/meta/multirestmapper.go

    		nested = append(nested, strings.Join(splitStrings, "\n\t"))
    	}
    
    	return fmt.Sprintf("MultiRESTMapper{\n\t%s\n}", strings.Join(nested, "\n\t"))
    }
    
    // ResourceSingularizer converts a REST resource name from plural to singular (e.g., from pods to pod)
    // This implementation supports multiple REST schemas and return the first match.
    func (m MultiRESTMapper) ResourceSingularizer(resource string) (singular string, err error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 05 23:44:02 UTC 2021
    - 5.8K bytes
    - Viewed (0)
  9. dbflute_fess/dfprop/littleAdjustmentMap.dfprop

        #  If you use synchronizer and specify this property, no need to refresh(F5) your eclipse project.
        #  The projectName can be set plural names by slash '/'. e.g. sea/land
        #
        #; refreshMap = map:{
        #    ; projectName = $$AutoDetect$$
        #    ; requestUrl = http://localhost:8386/
        #}
        # - - - - - - - - - -/
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jul 25 06:04:16 UTC 2015
    - 8.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

    message CustomResourceDefinitionNames {
      // 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.
      optional string plural = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
Back to top