ipamconfigs.crd.projectcalico.org created 2021-08-30 18:56:44, version 3249

kubectl.kubernetes.io/last-applied-configuration: {"apiVersion":"apiextensions.k8s.io/v...

Spec

conversion:
  strategy: None
group: crd.projectcalico.org
names:
  kind: IPAMConfig
  listKind: IPAMConfigList
  plural: ipamconfigs
  singular: ipamconfig
scope: Cluster
versions:
- name: v1
  schema:
    openAPIV3Schema:
      properties:
        apiVersion:
          description: 'APIVersion defines the versioned schema of this representation
            of an object. Servers should convert recognized schemas to the latest
            internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
          type: string
        kind:
          description: 'Kind is a string value representing the REST resource this
            object represents. Servers may infer this from the endpoint the client
            submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
          type: string
        metadata:
          type: object
        spec:
          description: IPAMConfigSpec contains the specification for an IPAMConfig
            resource.
          properties:
            autoAllocateBlocks:
              type: boolean
            maxBlocksPerHost:
              description: MaxBlocksPerHost, if non-zero, is the max number of blocks
                that can be affine to each host.
              type: integer
            strictAffinity:
              type: boolean
          required:
          - autoAllocateBlocks
          - strictAffinity
          type: object
      type: object
  served: true
  storage: true

Status

acceptedNames:
  kind: IPAMConfig
  listKind: IPAMConfigList
  plural: ipamconfigs
  singular: ipamconfig
conditions:
- lastTransitionTime: '2021-08-30T18:56:44Z'
  message: no conflicts found
  reason: NoConflicts
  status: 'True'
  type: NamesAccepted
- lastTransitionTime: '2021-08-30T18:56:44Z'
  message: the initial names have been accepted
  reason: InitialNamesAccepted
  status: 'True'
  type: Established
storedVersions:
- v1

Events

Type Reason Age From Message
No events found.