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


dmitriev-aal@VDI-Dmitriev-A:~$ kubectl describe crd publicsystems.production.openapi.platform.ckpr.integrations.rshbintech.ru
Name:         publicsystems.production.openapi.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:  2022-06-21T10:58:26Z
  Generation:          7
  Resource Version:    887481754
  UID:                 2592f178-b2f5-4e6c-84c5-2816ab4039a2
Spec:
  Conversion:
    Strategy:  None
  Group:       production.openapi.platform.ckpr.integrations.rshbintech.ru
  Names:
    Kind:       PublicSystem
    List Kind:  PublicSystemList
    Plural:     publicsystems
    Short Names:
      pubsys
    Singular:  publicsystem
  Scope:       Namespaced
  Versions:
    Additional Printer Columns:
      Description:  Окружение
      Json Path:    .spec.environment
      Name:         Environment
      Type:         string
      Description:  Текущий статус ресурса
      Json Path:    .status.code
      Name:         Status
      Type:         string
      Description:  Сообщение о статусе ресурса
      Json Path:    .status.message
      Name:         Message
      Type:         string
      Description:  Дата создания
      Json Path:    .metadata.creationTimestamp
      Name:         Timestamp
      Type:         string
    Name:           v1
    Schema:
      openAPIV3Schema:
        Description:  PublicSystem is the Schema for the publicsystems 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:  PublicSystemSpec defines the desired state of PublicSystem
            Properties:
              Description:
                Description:  Описание сервиса
                Type:         string
              Environment:
                Description:  Код окружения (DEV, REGRESS, STRESS, RC, PRODUCTION)
                Enum:
                  DEV
                  REGRESS
                  STRESS
                  RC
                  PRODUCTION
                Type:  string
              Name:
                Description:  Наименование информационной системы
                Max Length:   64
                Min Length:   3
                Type:         string
              Namespace:
                Description:  Пространство имён, в котором будут расположены сервисы ИС
                Type:         string
              Public Services:
                Additional Properties:
                  Description:  PublicServiceInfo информация о публичном сервисе
                  Properties:
                    Auth Settings:
                      Description:  Настройки client Auth Provider
                      Properties:
                        Is Public Client:
                          Description:  Признак публичного клиента
                          Type:         boolean
                      Required:
                        isPublicClient
                      Type:  object
                    Description:
                      Description:  Описание сервиса
                      Type:         string
                    Hostname:
                      Description:  Hostname публичного сервиса
                      Type:         string
                    Name:
                      Description:  Наименование публичного сервиса
                      Max Length:   64
                      Min Length:   3
                      Type:         string
                  Required:
                    authSettings
                    description
                    hostname
                    name
                  Type:       object
                Description:  Сервисы системы публикуемые для внешнего пользования
                Type:         object
              Roles:
                Description:  Список ролей системы
                Items:
                  Properties:
                    Code:
                      Description:  Короткое имя роли в системе
                      Pattern:      ^([a-zA-Z][a-zA-Z0-9\-\_]+[a-zA-Z0-9])+$
                      Type:         string
                    Description:
                      Description:  Описание роли в системе
                      Type:         string
                  Required:
                    code
                  Type:  object
                Type:    array
            Required:
              description
              environment
              name
              namespace
              roles
            Type:  object
          Status:
            Description:  PublicSystemStatus defines the observed state of PublicSystem
            Properties:
              Code:
                Description:  Код статуса
                Enum:
                  ACTIVE
                  ERROR
                  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:       PublicSystem
    List Kind:  PublicSystemList
    Plural:     publicsystems
    Short Names:
      pubsys
    Singular:  publicsystem
  Conditions:
    Last Transition Time:  2022-06-21T10:58:26Z
    Message:               no conflicts found
    Reason:                NoConflicts
    Status:                True
    Type:                  NamesAccepted
    Last Transition Time:  2022-06-21T10:58:26Z
    Message:               the initial names have been accepted
    Reason:                InitialNamesAccepted
    Status:                True
    Type:                  Established
  Stored Versions:
    v1
Events:  <none>