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


dmitriev-aal@VDI-Dmitriev-A:~$ kubectl describe crd dmzproxyrules.production.openapi.platform.ckpr.integrations.rshbintech.ru
Name:         dmzproxyrules.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-04-05T11:08:46Z
  Generation:          4
  Resource Version:    887481752
  UID:                 8468cda1-72b7-4765-9a2f-967a5c0b54ec
Spec:
  Conversion:
    Strategy:  None
  Group:       production.openapi.platform.ckpr.integrations.rshbintech.ru
  Names:
    Kind:       DMZProxyRule
    List Kind:  DMZProxyRuleList
    Plural:     dmzproxyrules
    Short Names:
      dmzproxyrules
      dmzproxyrule
    Singular:  dmzproxyrule
  Scope:       Namespaced
  Versions:
    Name:  v1
    Schema:
      openAPIV3Schema:
        Description:  Схема ресурса DMZProxyRule
        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:  Спецификация ресурса DMZProxyRule
            Properties:
              Gateway Selector:
                Additional Properties:
                  Type:       string
                Description:  Набор меток, определяющий набор Pod/VM, через которые будет проходить трафик этого DMZ-правила
                Type:         object
              Hostname:
                Description:  Доменное имя ресурса, для которого будет создано правило
                Type:         string
            Required:
              gatewaySelector
              hostname
            Type:  object
          Status:
            Description:  Статус ресурса DMZProxyRule
            Properties:
              Code:
                Description:  Код результата выполнения последней реконсиляции
                Enum:
                  ACTIVE
                  ERROR
                Type:  string
              Message:
                Description:  Сообщение результата выполнения последней реконсиляции
                Type:         string
            Required:
              code
              message
            Type:  object
        Type:      object
    Served:        true
    Storage:       true
    Subresources:
      Status:
Status:
  Accepted Names:
    Kind:       DMZProxyRule
    List Kind:  DMZProxyRuleList
    Plural:     dmzproxyrules
    Short Names:
      dmzproxyrules
      dmzproxyrule
    Singular:  dmzproxyrule
  Conditions:
    Last Transition Time:  2022-04-05T11:08:46Z
    Message:               no conflicts found
    Reason:                NoConflicts
    Status:                True
    Type:                  NamesAccepted
    Last Transition Time:  2022-04-05T11:08:46Z
    Message:               the initial names have been accepted
    Reason:                InitialNamesAccepted
    Status:                True
    Type:                  Established
  Stored Versions:
    v1
Events:  <none>