Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 203 for plural2 (0.13 sec)

  1. cluster/addons/fluentd-gcp/scaler-policy.yaml

          served: true
          storage: true
          schema:
            openAPIV3Schema:
              type: object
              x-kubernetes-preserve-unknown-fields: true
      names:
        kind: ScalingPolicy
        plural: scalingpolicies
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 19 14:01:46 UTC 2021
    - 485 bytes
    - Viewed (0)
  2. pkg/config/schema/ast/ast.go

    	Group              string   `json:"group"`
    	Version            string   `json:"version"`
    	VersionAliases     []string `json:"versionAliases"`
    	Kind               string   `json:"kind"`
    	Plural             string   `json:"plural"`
    	ClusterScoped      bool     `json:"clusterScoped"`
    	Builtin            bool     `json:"builtin"`
    	Specless           bool     `json:"specless"`
    	Synthetic          bool     `json:"synthetic"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. hack/testdata/multi-resource-4.yaml

    kind: Widget
    metadata:
      name: foo
    ---
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      name: widgets.example.com
    spec:
      group: example.com
      scope: Namespaced
      names:
        plural: widgets
        kind: Widget
      versions:
        - name: v1
          served: true
          storage: true
          schema:
            openAPIV3Schema:
              x-kubernetes-preserve-unknown-fields: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 19 14:06:37 UTC 2021
    - 669 bytes
    - Viewed (0)
  4. hack/testdata/CRD/example-crd-1-namespaced.yaml

            openAPIV3Schema:
              type: object
              properties:
                spec:
                  type: object
                  properties:
                    test:
                      type: string
      names:
        plural: examples
        singular: example
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 26 06:01:46 UTC 2022
    - 491 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/status/naming_controller.go

    	if err := equalToAcceptedOrFresh(requestedNames.Plural, acceptedNames.Plural, allResources); err != nil {
    		namesAcceptedCondition.Status = apiextensionsv1.ConditionFalse
    		namesAcceptedCondition.Reason = "PluralConflict"
    		namesAcceptedCondition.Message = err.Error()
    	} else {
    		newNames.Plural = requestedNames.Plural
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apihelpers/helpers_test.go

    	testCRDObjectMeta := metav1.ObjectMeta{
    		Name:            "plural.group.com",
    		ResourceVersion: "12",
    	}
    	testCRDSpec := apiextensionsv1.CustomResourceDefinitionSpec{
    		Group: "group.com",
    		Names: apiextensionsv1.CustomResourceDefinitionNames{
    			Plural:   "plural",
    			Singular: "singular",
    			Kind:     "kind",
    			ListKind: "listkind",
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 03 16:49:27 UTC 2019
    - 20.3K bytes
    - Viewed (0)
  7. cluster/addons/calico-policy-controller/ippool-crd.yaml

    metadata:
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
      name: ippools.crd.projectcalico.org
    spec:
      group: crd.projectcalico.org
      names:
        kind: IPPool
        listKind: IPPoolList
        plural: ippools
        singular: ippool
      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
    - 4.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1beta1.CustomResourceDefinition.yaml

            path: pathValue
            port: 4
          url: urlValue
      group: groupValue
      names:
        categories:
        - categoriesValue
        kind: kindValue
        listKind: listKindValue
        plural: pluralValue
        shortNames:
        - shortNamesValue
        singular: singularValue
      preserveUnknownFields: true
      scope: scopeValue
      selectableFields:
      - jsonPath: jsonPathValue
      subresources:
        scale:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1beta1.CustomResourceDefinition.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  10. cluster/addons/calico-policy-controller/hostendpoints-crd.yaml

    metadata:
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
      name: hostendpoints.crd.projectcalico.org
    spec:
      group: crd.projectcalico.org
      names:
        kind: HostEndpoint
        listKind: HostEndpointList
        plural: hostendpoints
        singular: hostendpoint
      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
    - 4.9K bytes
    - Viewed (0)
Back to top