165 lines
6.6 KiB
YAML
Generated
165 lines
6.6 KiB
YAML
Generated
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
annotations:
|
|
controller-gen.kubebuilder.io/version: (devel)
|
|
creationTimestamp: null
|
|
name: s2iruns.devops.kubesphere.io
|
|
spec:
|
|
group: devops.kubesphere.io
|
|
names:
|
|
kind: S2iRun
|
|
listKind: S2iRunList
|
|
plural: s2iruns
|
|
shortNames:
|
|
- s2ir
|
|
singular: s2irun
|
|
scope: Namespaced
|
|
versions:
|
|
- additionalPrinterColumns:
|
|
- jsonPath: .status.runState
|
|
name: State
|
|
type: string
|
|
- jsonPath: .status.kubernetesJobName
|
|
name: K8sJobName
|
|
type: string
|
|
- jsonPath: .status.startTime
|
|
name: StartTime
|
|
type: date
|
|
- jsonPath: .status.completionTime
|
|
name: CompletionTime
|
|
type: date
|
|
- jsonPath: .status.s2iBuildResult.imageName
|
|
name: ImageName
|
|
type: string
|
|
name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
description: S2iRun is the Schema for the s2iruns 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: 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: S2iRunSpec defines the desired state of S2iRun
|
|
properties:
|
|
backoffLimit:
|
|
description: BackoffLimit limits the restart count of each s2irun. Default is 0
|
|
format: int32
|
|
type: integer
|
|
builderName:
|
|
description: BuilderName specify the name of s2ibuilder, required
|
|
type: string
|
|
newRevisionId:
|
|
description: NewRevisionId override the default NewRevisionId in its s2ibuilder.
|
|
type: string
|
|
newSourceURL:
|
|
description: NewSourceURL is used to download new binary artifacts
|
|
type: string
|
|
newTag:
|
|
description: NewTag override the default tag in its s2ibuilder, image name cannot be changed.
|
|
type: string
|
|
secondsAfterFinished:
|
|
description: SecondsAfterFinished if is set and greater than zero, and the job created by s2irun become successful or failed , the job will be auto deleted after SecondsAfterFinished
|
|
format: int32
|
|
type: integer
|
|
required:
|
|
- builderName
|
|
type: object
|
|
status:
|
|
description: S2iRunStatus defines the observed state of S2iRun
|
|
properties:
|
|
completionTime:
|
|
description: Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.
|
|
format: date-time
|
|
type: string
|
|
kubernetesJobName:
|
|
description: KubernetesJobName is the job name in k8s
|
|
type: string
|
|
logURL:
|
|
description: LogURL is uesd for external log handler to let user know where is log located in
|
|
type: string
|
|
runState:
|
|
description: RunState indicates whether this job is done or failed
|
|
type: string
|
|
s2iBuildResult:
|
|
description: S2i build result info.
|
|
properties:
|
|
commandPull:
|
|
description: Command for pull image.
|
|
type: string
|
|
imageCreated:
|
|
description: Image created time.
|
|
type: string
|
|
imageID:
|
|
description: Image ID.
|
|
type: string
|
|
imageName:
|
|
description: ImageName is the name of artifact
|
|
type: string
|
|
imageRepoTags:
|
|
description: image tags.
|
|
items:
|
|
type: string
|
|
type: array
|
|
imageSize:
|
|
description: The size in bytes of the image
|
|
format: int64
|
|
type: integer
|
|
type: object
|
|
s2iBuildSource:
|
|
description: S2i build source info.
|
|
properties:
|
|
binaryName:
|
|
description: Binary file Name
|
|
type: string
|
|
binarySize:
|
|
description: Binary file Size
|
|
format: int64
|
|
type: integer
|
|
builderImage:
|
|
description: // BuilderImage describes which image is used for building the result images.
|
|
type: string
|
|
commitID:
|
|
description: CommitID represents an arbitrary extended object reference in Git as SHA-1
|
|
type: string
|
|
committerEmail:
|
|
description: CommitterEmail contains the e-mail of the committer
|
|
type: string
|
|
committerName:
|
|
description: CommitterName contains the name of the committer
|
|
type: string
|
|
description:
|
|
description: Description is a result image description label. The default is no description.
|
|
type: string
|
|
revisionId:
|
|
description: The RevisionId is a branch name or a SHA-1 hash of every important thing about the commit
|
|
type: string
|
|
sourceUrl:
|
|
description: SourceURL is url of the codes such as https://github.com/a/b.git
|
|
type: string
|
|
type: object
|
|
startTime:
|
|
description: StartTime represent when this run began
|
|
format: date-time
|
|
type: string
|
|
type: object
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
subresources:
|
|
status: {}
|
|
status:
|
|
acceptedNames:
|
|
kind: ""
|
|
plural: ""
|
|
conditions: []
|
|
storedVersions: []
|