54 lines
2.0 KiB
YAML
54 lines
2.0 KiB
YAML
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: portshiftinstallers.portshift.io
|
|
labels:
|
|
app: portshift-operator
|
|
spec:
|
|
group: portshift.io
|
|
names:
|
|
kind: PortshiftInstaller
|
|
listKind: PortshiftInstallerList
|
|
plural: portshiftinstallers
|
|
singular: portshiftinstaller
|
|
scope: Namespaced
|
|
subresources:
|
|
status: {}
|
|
validation:
|
|
openAPIV3Schema:
|
|
description: PortshiftInstaller is the Schema for the portshiftinstallers API
|
|
properties:
|
|
apiVersion:
|
|
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 in 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 in https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
description: PortshiftInstallerSpec defines the desired state of PortshiftInstaller
|
|
properties:
|
|
portshiftClusterId:
|
|
description: Portshift cluster id as specified in Portshift console
|
|
type: string
|
|
managementUrl:
|
|
description: Portshift console URL
|
|
type: string
|
|
required:
|
|
- portshiftClusterId
|
|
- managementUrl
|
|
type: object
|
|
status:
|
|
description: Place holder for future use.
|
|
properties:
|
|
phase:
|
|
type: string
|
|
type: object
|
|
type: object
|
|
version: v1
|
|
versions:
|
|
- name: v1
|
|
served: true
|
|
storage: true
|