github.com/redhat-appstudio/release-service@v0.0.0-20240507143925-083712697924/config/crd/bases/appstudio.redhat.com_releaseserviceconfigs.yaml (about)

     1  ---
     2  apiVersion: apiextensions.k8s.io/v1
     3  kind: CustomResourceDefinition
     4  metadata:
     5    annotations:
     6      controller-gen.kubebuilder.io/version: v0.8.0
     7    creationTimestamp: null
     8    name: releaseserviceconfigs.appstudio.redhat.com
     9  spec:
    10    group: appstudio.redhat.com
    11    names:
    12      kind: ReleaseServiceConfig
    13      listKind: ReleaseServiceConfigList
    14      plural: releaseserviceconfigs
    15      shortNames:
    16      - rsc
    17      singular: releaseserviceconfig
    18    scope: Namespaced
    19    versions:
    20    - name: v1alpha1
    21      schema:
    22        openAPIV3Schema:
    23          description: ReleaseServiceConfig is the Schema for the releaseserviceconfigs
    24            API
    25          properties:
    26            apiVersion:
    27              description: 'APIVersion defines the versioned schema of this representation
    28                of an object. Servers should convert recognized schemas to the latest
    29                internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
    30              type: string
    31            kind:
    32              description: 'Kind is a string value representing the REST resource this
    33                object represents. Servers may infer this from the endpoint the client
    34                submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
    35              type: string
    36            metadata:
    37              type: object
    38            spec:
    39              description: ReleaseServiceConfigSpec defines the desired state of ReleaseServiceConfig.
    40              properties:
    41                advisoryRepo:
    42                  description: AdvisoryRepo is the repo to create advisories in during
    43                    the managed release PipelineRun
    44                  type: string
    45                debug:
    46                  description: Debug is the boolean that specifies whether or not the
    47                    Release Service should run in debug mode
    48                  type: boolean
    49                defaultTimeouts:
    50                  description: DefaultTimeouts contain the default Tekton timeouts to
    51                    be used in case they are not specified in the ReleasePlanAdmission
    52                    resource.
    53                  properties:
    54                    finally:
    55                      description: Finally sets the maximum allowed duration of this
    56                        pipeline's finally
    57                      type: string
    58                    pipeline:
    59                      description: Pipeline sets the maximum allowed duration for execution
    60                        of the entire pipeline. The sum of individual timeouts for tasks
    61                        and finally must not exceed this value.
    62                      type: string
    63                    tasks:
    64                      description: Tasks sets the maximum allowed duration of this pipeline's
    65                        tasks
    66                      type: string
    67                  type: object
    68              type: object
    69            status:
    70              description: ReleaseServiceConfigStatus defines the observed state of
    71                ReleaseServiceConfig.
    72              type: object
    73          type: object
    74      served: true
    75      storage: true
    76      subresources:
    77        status: {}
    78  status:
    79    acceptedNames:
    80      kind: ""
    81      plural: ""
    82    conditions: []
    83    storedVersions: []