Загрузка данных


dmitriev-aal@VDI-Dmitriev-A:~$ kubectl describe crd platformreleases.production.platform.ckpr.integrations.rshbintech.ru
Name:         platformreleases.production.platform.ckpr.integrations.rshbintech.ru
Namespace:    
Labels:       <none>
Annotations:  controller-gen.kubebuilder.io/version: v0.9.0
API Version:  apiextensions.k8s.io/v1
Kind:         CustomResourceDefinition
Metadata:
  Creation Timestamp:  2021-06-23T10:50:02Z
  Generation:          9
  Resource Version:    10032640744
  UID:                 a7ff9918-4437-4ea8-8942-b360045925a5
Spec:
  Conversion:
    Strategy:  None
  Group:       production.platform.ckpr.integrations.rshbintech.ru
  Names:
    Kind:       PlatformRelease
    List Kind:  PlatformReleaseList
    Plural:     platformreleases
    Short Names:
      release
    Singular:  platformrelease
  Scope:       Namespaced
  Versions:
    Additional Printer Columns:
      Description:  Окружение
      Json Path:    .spec.environment
      Name:         Environment
      Type:         string
      Description:  Владелец (тип)
      Json Path:    .spec.owner.kind
      Name:         OwnerKind
      Type:         string
      Description:  Владелец (неймспейс)
      Json Path:    .spec.owner.namespace
      Name:         OwnerNamespace
      Type:         string
      Description:  Владелец (имя)
      Json Path:    .spec.owner.name
      Name:         OwnerName
      Type:         string
      Description:  ID реконсиляции
      Json Path:    .spec.reconcileId
      Name:         ReconcileId
      Type:         string
      Description:  Текущий статус ресурса
      Json Path:    .status.code
      Name:         Status
      Type:         string
      Description:  Сообщение о статусе ресурса
      Json Path:    .status.message
      Name:         Message
      Type:         string
    Name:           v1
    Schema:
      openAPIV3Schema:
        Description:  PlatformRelease is the Schema for the platformreleases API
        Properties:
          API Version:
            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:  PlatformReleaseSpec defines the desired state of PlatformRelease
            Properties:
              Environment:
                Description:  Код окружения (DEV, REGRESS, STRESS, RC, PRODUCTION)
                Enum:
                  DEV
                  REGRESS
                  STRESS
                  RC
                  PRODUCTION
                Type:  string
              Owner:
                Description:  Ресурс - владелец, на основании которого создан релиз и выполнена реконсиляция
                Properties:
                  API Version:
                    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
                  Generation:
                    Description:  Номер поколения
                    Format:       int64
                    Type:         integer
                  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
                  Name:
                    Description:  Наименование владельца
                    Type:         string
                  Namespace:
                    Description:  Неймспейс владельца
                    Type:         string
                  Snapshot:
                    Description:  Слепок ресурса
                    Type:         string
                Required:
                  name
                  namespace
                  snapshot
                Type:  object
              Reconcile Id:
                Description:  Идентификатор реконсиляции
                Type:         string
              Time To Live Seconds:
                Description:  Период, по истечении которого релиз и все его артефакты будут помечены на удаление
                Format:       int64
                Type:         integer
            Required:
              environment
              owner
              reconcileId
            Type:  object
          Status:
            Description:  PlatformReleaseStatus defines the observed state of PlatformRelease
            Properties:
              Code:
                Description:  Код статуса
                Enum:
                  ERROR
                  ACTIVE
                  VALIDATED
                  PENDING
                  FINALIZING
                  DELETION_BLOCKED
                Type:  string
              Message:
                Description:  Информация о состоянии информационной системы
                Type:         string
            Required:
              code
              message
            Type:  object
        Type:      object
    Served:        true
    Storage:       true
    Subresources:
      Status:
Status:
  Accepted Names:
    Kind:       PlatformRelease
    List Kind:  PlatformReleaseList
    Plural:     platformreleases
    Short Names:
      release
    Singular:  platformrelease
  Conditions:
    Last Transition Time:  2021-06-23T10:50:02Z
    Message:               no conflicts found
    Reason:                NoConflicts
    Status:                True
    Type:                  NamesAccepted
    Last Transition Time:  2021-06-23T10:50:02Z
    Message:               the initial names have been accepted
    Reason:                InitialNamesAccepted
    Status:                True
    Type:                  Established
  Stored Versions:
    v1
Events:  <none>