Загрузка данных
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl describe crd publicservices.production.openapi.platform.ckpr.integrations.rshbintech.ru
Name: publicservices.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: 6
Resource Version: 887481755
UID: 14dc0b71-71ed-4aec-a6ae-543ef8f54bee
Spec:
Conversion:
Strategy: None
Group: production.openapi.platform.ckpr.integrations.rshbintech.ru
Names:
Kind: PublicService
List Kind: PublicServiceList
Plural: publicservices
Short Names:
pubsvc
Singular: publicservice
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: PublicService is the Schema for the publicservice 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: PublicServiceSpec defines the desired state of PublicService
Properties:
Auth Settings:
Description: Настройки client Auth Provider
Properties:
Is Public Client:
Description: Признак публичного клиента
Type: boolean
Required:
isPublicClient
Type: object
Description:
Description: Описание сервиса
Type: string
Environment:
Description: Код окружения (DEV, REGRESS, STRESS, RC, PRODUCTION)
Enum:
DEV
REGRESS
STRESS
RC
PRODUCTION
Type: string
Hostname:
Description: Hostname публичного сервиса
Type: string
Name:
Description: Наименование публичного сервиса
Max Length: 64
Min Length: 3
Type: string
System Id:
Description: Идентификатор информационной системы
Max Length: 64
Min Length: 2
Type: string
Required:
authSettings
description
environment
hostname
name
systemId
Type: object
Status:
Description: PublicServiceStatus defines the observed state of PublicService
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: PublicService
List Kind: PublicServiceList
Plural: publicservices
Short Names:
pubsvc
Singular: publicservice
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>