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


dmitriev-aal@VDI-Dmitriev-A:~$ kubectl describe crd keycloakclientrolebindings.production.platform.ckpr.integrations.rshbintech.ru
Name:         keycloakclientrolebindings.production.platform.ckpr.integrations.rshbintech.ru
Namespace:    
Labels:       <none>
Annotations:  controller-gen.kubebuilder.io/version: v0.16.5
API Version:  apiextensions.k8s.io/v1
Kind:         CustomResourceDefinition
Metadata:
  Creation Timestamp:  2023-03-22T13:35:54Z
  Generation:          7
  Resource Version:    17040881123
  UID:                 cae911c7-c3fd-4255-bcaa-24e0057aee8b
Spec:
  Conversion:
    Strategy:  None
  Group:       production.platform.ckpr.integrations.rshbintech.ru
  Names:
    Kind:       KeyCloakClientRoleBinding
    List Kind:  KeyCloakClientRoleBindingList
    Plural:     keycloakclientrolebindings
    Singular:   keycloakclientrolebinding
  Scope:        Namespaced
  Versions:
    Additional Printer Columns:
      Description:  Рилм
      Json Path:    .spec.realm
      Name:         Realm
      Type:         string
      Description:  Идентификатор клиента
      Json Path:    .spec.clientId
      Name:         ClientID
      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:  KeyCloakClientRoleBinding is the Schema for the keycloakclientrolebindings 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:  KeyCloakClientRoleBindingSpec defines the desired state of KeyCloakClientRoleBinding
            Properties:
              Client Id:
                Type:  string
              Realm:
                Type:  string
              Role Binding:
                Description:  Ресурс для назначение роли субъекту
                Properties:
                  Role Name:
                    Description:  Наименование роли
                    Type:         string
                  Subject Client Id:
                    Description:  Субъект, которому назначается роль, идентификатор клиента
                    Type:         string
                Required:
                  roleName
                  subjectClientId
                Type:  object
            Required:
              clientId
              realm
              roleBinding
            Type:  object
          Status:
            Description:  KeyCloakClientRoleBindingStatus defines the observed state of KeyCloakClientRoleBinding
            Properties:
              Code:
                Description:  Код статуса
                Enum:
                  ERROR
                  OK
                Type:  string
              Message:
                Description:  Информация о состоянии ресурса
                Type:         string
            Type:             object
        Type:                 object
    Served:                   true
    Storage:                  true
    Subresources:
      Status:
Status:
  Accepted Names:
    Kind:       KeyCloakClientRoleBinding
    List Kind:  KeyCloakClientRoleBindingList
    Plural:     keycloakclientrolebindings
    Singular:   keycloakclientrolebinding
  Conditions:
    Last Transition Time:  2023-03-22T13:35:54Z
    Message:               no conflicts found
    Reason:                NoConflicts
    Status:                True
    Type:                  NamesAccepted
    Last Transition Time:  2023-03-22T13:35:54Z
    Message:               the initial names have been accepted
    Reason:                InitialNamesAccepted
    Status:                True
    Type:                  Established
  Stored Versions:
    v1
Events:  <none>