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


dmitriev-aal@VDI-Dmitriev-A:~$ kubectl describe crd keycloakclientauthpermissions.production.platform.ckpr.integrations.rshbintech.ru
Name:         keycloakclientauthpermissions.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:  2021-12-15T04:58:31Z
  Generation:          8
  Resource Version:    17040881102
  UID:                 73a14a0f-699e-4092-b331-03d377def1e3
Spec:
  Conversion:
    Strategy:  None
  Group:       production.platform.ckpr.integrations.rshbintech.ru
  Names:
    Kind:       KeyCloakClientAuthPermission
    List Kind:  KeyCloakClientAuthPermissionList
    Plural:     keycloakclientauthpermissions
    Singular:   keycloakclientauthpermission
  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:  KeyCloakClientAuthPermission is the Schema for the keycloakclientauthpermissions 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:  KeyCloakClientAuthPermissionSpec defines the desired state of KeyCloakClientAuthPermission
            Properties:
              Client Id:
                Type:  string
              Permission:
                Description:  PermissionRepresentation is a representation of a RequestingPartyPermission
                Properties:
                  Decision Strategy:
                    Description:  DecisionStrategy is an enum type for DecisionStrategy of PolicyRepresentation
                    Type:         string
                  Description:
                    Type:  string
                  Id:
                    Type:  string
                  Logic:
                    Description:  Logic is an enum type for policy logic
                    Type:         string
                  Name:
                    Type:  string
                  Policies:
                    Items:
                      Type:  string
                    Type:    array
                  resource_type:
                    Type:  string
                  Resources:
                    Items:
                      Type:  string
                    Type:    array
                  Scopes:
                    Items:
                      Type:  string
                    Type:    array
                  Type:
                    Type:  string
                Type:      object
              Realm:
                Type:  string
            Required:
              clientId
              permission
              realm
            Type:  object
          Status:
            Description:  KeyCloakClientAuthPermissionStatus defines the observed state of KeyCloakClientAuthPermission
            Properties:
              Code:
                Description:  Код статуса
                Enum:
                  ERROR
                  OK
                  PENDING
                Type:  string
              Message:
                Description:  Информация о состоянии роли
                Type:         string
            Type:             object
        Type:                 object
    Served:                   true
    Storage:                  true
    Subresources:
      Status:
Status:
  Accepted Names:
    Kind:       KeyCloakClientAuthPermission
    List Kind:  KeyCloakClientAuthPermissionList
    Plural:     keycloakclientauthpermissions
    Singular:   keycloakclientauthpermission
  Conditions:
    Last Transition Time:  2021-12-15T04:58:31Z
    Message:               no conflicts found
    Reason:                NoConflicts
    Status:                True
    Type:                  NamesAccepted
    Last Transition Time:  2021-12-15T04:58:31Z
    Message:               the initial names have been accepted
    Reason:                InitialNamesAccepted
    Status:                True
    Type:                  Established
  Stored Versions:
    v1
Events:  <none>