Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for acceptedNames (0.23 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1beta1/customresourcedefinitionstatus.go

    // with apply.
    type CustomResourceDefinitionStatusApplyConfiguration struct {
    	Conditions     []CustomResourceDefinitionConditionApplyConfiguration `json:"conditions,omitempty"`
    	AcceptedNames  *CustomResourceDefinitionNamesApplyConfiguration      `json:"acceptedNames,omitempty"`
    	StoredVersions []string                                              `json:"storedVersions,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1/customresourcedefinitionstatus.go

    // with apply.
    type CustomResourceDefinitionStatusApplyConfiguration struct {
    	Conditions     []CustomResourceDefinitionConditionApplyConfiguration `json:"conditions,omitempty"`
    	AcceptedNames  *CustomResourceDefinitionNamesApplyConfiguration      `json:"acceptedNames,omitempty"`
    	StoredVersions []string                                              `json:"storedVersions,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. cluster/addons/calico-policy-controller/ipamhandle-crd.yaml

                    type: string
                required:
                - block
                - handleID
                type: object
            type: object
        served: true
        storage: true
    status:
      acceptedNames:
        kind: ""
        plural: ""
      conditions: []
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  4. cluster/addons/calico-policy-controller/globalnetworksets-crd.yaml

                    items:
                      type: string
                    type: array
                type: object
            type: object
        served: true
        storage: true
    status:
      acceptedNames:
        kind: ""
        plural: ""
      conditions: []
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 2K bytes
    - Viewed (0)
  5. cluster/addons/calico-policy-controller/blockaffinity-crd.yaml

                    type: string
                required:
                - cidr
                - node
                - state
                type: object
            type: object
        served: true
        storage: true
    status:
      acceptedNames:
        kind: ""
        plural: ""
      conditions: []
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 2K bytes
    - Viewed (0)
  6. cluster/addons/calico-policy-controller/networkset-crd.yaml

                    items:
                      type: string
                    type: array
                type: object
            type: object
        served: true
        storage: true
    status:
      acceptedNames:
        kind: ""
        plural: ""
      conditions: []
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  7. cluster/addons/calico-policy-controller/clusterinformations-crd.yaml

                    description: Variant declares which variant of Calico should be active.
                    type: string
                type: object
            type: object
        served: true
        storage: true
    status:
      acceptedNames:
        kind: ""
        plural: ""
      conditions: []
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  8. cluster/addons/calico-policy-controller/ipamconfig-crd.yaml

                    type: boolean
                required:
                - autoAllocateBlocks
                - strictAffinity
                type: object
            type: object
        served: true
        storage: true
    status:
      acceptedNames:
        kind: ""
        plural: ""
      conditions: []
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  9. cluster/addons/calico-policy-controller/ipamblock-crd.yaml

                - attributes
                - cidr
                - strictAffinity
                - unallocated
                type: object
            type: object
        served: true
        storage: true
    status:
      acceptedNames:
        kind: ""
        plural: ""
      conditions: []
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1.CustomResourceDefinition.json

            "type": "typeValue",
            "status": "statusValue",
            "lastTransitionTime": "2003-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "acceptedNames": {
          "plural": "pluralValue",
          "singular": "singularValue",
          "shortNames": [
            "shortNamesValue"
          ],
          "kind": "kindValue",
          "listKind": "listKindValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top