Skip to content

Instantly share code, notes, and snippets.

@pmuir
Last active January 28, 2019 20:59
Show Gist options
  • Save pmuir/fe01160a96736130ac3d442aaf223571 to your computer and use it in GitHub Desktop.
Save pmuir/fe01160a96736130ac3d442aaf223571 to your computer and use it in GitHub Desktop.
apiVersion: v1
items:
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:37Z"
generation: 3
name: apps.jenkins.io
resourceVersion: "13970195"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/apps.jenkins.io
uid: 1d7dfa37-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: jenkins.io
names:
kind: App
listKind: AppList
plural: apps
shortNames:
- app
singular: app
scope: Namespaced
validation:
openAPIV3Schema:
description: App is the metadata for an App
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: AppSpec provides details of the metadata for an App
properties:
exposedServices:
description: A list of services that this App exposes
items:
type: string
type: array
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: App
listKind: AppList
plural: apps
shortNames:
- app
singular: app
conditions:
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:06:37Z"
generation: 2
name: backendconfigs.cloud.google.com
resourceVersion: "244031"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/backendconfigs.cloud.google.com
uid: f98ec53f-fd4d-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: cloud.google.com
names:
kind: BackendConfig
listKind: BackendConfigList
plural: backendconfigs
singular: backendconfig
scope: Namespaced
validation:
openAPIV3Schema:
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/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/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: BackendConfigSpec is the spec for a BackendConfig resource
properties:
cdn:
description: CDNConfig contains configuration for CDN-enabled backends.
properties:
cachePolicy:
description: CacheKeyPolicy contains configuration for how requests
to a CDN-enabled backend are cached.
properties:
includeHost:
description: If true, requests to different hosts will be
cached separately.
type: boolean
includeProtocol:
description: If true, http and https requests will be cached
separately.
type: boolean
includeQueryString:
description: If true, query string parameters are included
in the cache key according to QueryStringBlacklist and QueryStringWhitelist.
If neither is set, the entire query string is included and
if false the entire query string is excluded.
type: boolean
queryStringBlacklist:
description: Names of query strint parameters to exclude from
cache keys. All other parameters are included. Either specify
QueryStringBlacklist or QueryStringWhitelist, but not both.
items:
type: string
type: array
queryStringWhitelist:
description: Names of query string parameters to include in
cache keys. All other parameters are excluded. Either specify
QueryStringBlacklist or QueryStringWhitelist, but not both.
items:
type: string
type: array
type: object
enabled:
type: boolean
required:
- enabled
type: object
connectionDraining:
description: ConnectionDrainingConfig contains configuration for connection
draining. For now the draining timeout. May manage more settings
in the future.
properties:
drainingTimeoutSec:
description: Draining timeout in seconds.
format: int64
type: integer
type: object
iap:
description: IAPConfig contains configuration for IAP-enabled backends.
properties:
enabled:
type: boolean
oauthclientCredentials:
description: OAuthClientCredentials contains credentials for a
single IAP-enabled backend.
properties:
clientID:
description: Direct reference to OAuth client id.
type: string
clientSecret:
description: Direct reference to OAuth client secret.
type: string
secretName:
description: The name of a k8s secret which stores the OAuth
client id & secret.
type: string
required:
- secretName
type: object
required:
- enabled
- oauthclientCredentials
type: object
securityPolicy:
type: object
sessionAffinity:
description: SessionAffinityConfig contains configuration for stickyness
parameters.
properties:
affinityCookieTtlSec:
format: int64
type: integer
affinityType:
type: string
type: object
timeoutSec:
format: int64
type: integer
type: object
status:
type: object
version: v1beta1
versions:
- name: v1beta1
served: true
storage: true
status:
acceptedNames:
kind: BackendConfig
listKind: BackendConfigList
plural: backendconfigs
singular: backendconfig
conditions:
- lastTransitionTime: "2018-12-11T14:06:37Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:06:37Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1beta1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:37Z"
generation: 4
name: buildpacks.jenkins.io
resourceVersion: "13970189"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/buildpacks.jenkins.io
uid: 1d4e750f-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .spec.Label
description: The label of the BuildPack
name: LABEL
type: string
- JSONPath: .spec.gitUrl
description: The Git URL of the BuildPack
name: GIT URL
type: string
- JSONPath: .spec.gitRef
description: The Git REf of the BuildPack
name: Git Ref
type: string
group: jenkins.io
names:
kind: BuildPack
listKind: BuildPackList
plural: buildpacks
shortNames:
- bp
singular: buildpack
scope: Namespaced
validation:
openAPIV3Schema:
description: BuildPack represents a set of language specific build packs and
associated quickstarts
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: BuildPackSpec is the specification of an BuildPack
properties:
gitRef:
type: string
gitUrl:
type: string
label:
type: string
quickstartLocations:
items:
description: QuickStartLocation
properties:
excludes:
items:
type: string
type: array
gitKind:
type: string
gitUrl:
type: string
includes:
items:
type: string
type: array
owner:
type: string
type: object
type: array
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: BuildPack
listKind: BuildPackList
plural: buildpacks
shortNames:
- bp
singular: buildpack
conditions:
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:11:51Z"
generation: 1
name: builds.build.knative.dev
resourceVersion: "1597"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/builds.build.knative.dev
uid: b46321dd-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: build.knative.dev
names:
kind: Build
listKind: BuildList
plural: builds
singular: build
scope: Namespaced
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
status:
acceptedNames:
kind: Build
listKind: BuildList
plural: builds
singular: build
conditions:
- lastTransitionTime: "2018-12-11T14:11:51Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:11:51Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1alpha1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:11:51Z"
generation: 1
name: buildtemplates.build.knative.dev
resourceVersion: "1600"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/buildtemplates.build.knative.dev
uid: b4660dd7-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: build.knative.dev
names:
kind: BuildTemplate
listKind: BuildTemplateList
plural: buildtemplates
singular: buildtemplate
scope: Namespaced
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
status:
acceptedNames:
kind: BuildTemplate
listKind: BuildTemplateList
plural: buildtemplates
singular: buildtemplate
conditions:
- lastTransitionTime: "2018-12-11T14:11:51Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:11:51Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1alpha1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:37Z"
generation: 3
name: commitstatuses.jenkins.io
resourceVersion: "13970191"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/commitstatuses.jenkins.io
uid: 1d5a8b23-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: jenkins.io
names:
kind: CommitStatus
listKind: CommitStatusList
plural: commitstatuses
shortNames:
- commitstatus
singular: commitstatus
scope: Namespaced
validation:
openAPIV3Schema:
description: CommitStatus represents the commit statuses for a particular
pull request
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: CommitStatusSpec provides details of a particular commit
status
properties:
items:
items:
properties:
Items:
items:
properties:
description:
type: string
name:
type: string
pass:
type: boolean
required:
- pass
type: object
type: array
checked:
type: boolean
commit:
properties:
gitUrl:
type: string
pullRequest:
type: string
sha:
type: string
type: object
context:
type: string
pipelineActivity:
properties:
apiVersion:
description: API version of the referent.
type: string
kind:
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
name:
description: 'Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names'
type: string
uid:
description: 'UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids'
type: string
required:
- apiVersion
- kind
- name
- uid
type: object
required:
- pipelineActivity
- checked
- commit
- context
type: object
type: array
required:
- items
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: CommitStatus
listKind: CommitStatusList
plural: commitstatuses
shortNames:
- commitstatus
singular: commitstatus
conditions:
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:38Z"
generation: 3
name: environmentrolebindings.jenkins.io
resourceVersion: "13970197"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/environmentrolebindings.jenkins.io
uid: 1da5b777-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: jenkins.io
names:
kind: EnvironmentRoleBinding
listKind: EnvironmentRoleBindingList
plural: environmentrolebindings
shortNames:
- envrolebindings
- envrolebinding
- envrb
singular: environmentrolebinding
scope: Namespaced
validation:
openAPIV3Schema:
description: |-
EnvironmentRoleBinding is like a vanilla RoleBinding but applies to a set of Namespaces based on an Environment filter so that roles can be bound to multiple namespaces easily.
For example to specify the binding of roles on all Preview environments or on all permanent environments.
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: EnvironmentRoleBindingSpec is the specification of an EnvironmentRoleBinding
properties:
environments:
description: specifies which sets of environments this binding applies
to
items:
description: EnvironmentFilter specifies the environments to apply
the role binding to
properties:
excludes:
items:
type: string
type: array
includes:
items:
type: string
type: array
kind:
type: string
type: object
type: array
roleRef: {}
subjects:
description: Subjects holds references to the objects the role applies
to.
items: {}
type: array
required:
- subjects
- roleRef
type: object
status:
description: EnvironmentRoleBindingStatus is the status for an EnvironmentRoleBinding
resource
properties:
version:
type: string
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: EnvironmentRoleBinding
listKind: EnvironmentRoleBindingList
plural: environmentrolebindings
shortNames:
- envrolebindings
- envrolebinding
- envrb
singular: environmentrolebinding
conditions:
- lastTransitionTime: "2018-12-11T14:07:38Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:38Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:37Z"
generation: 4
name: environments.jenkins.io
resourceVersion: "13970193"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/environments.jenkins.io
uid: 1d677f7e-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .spec.namespace
description: The namespace used for the environment
name: Namespace
type: string
- JSONPath: .spec.kind
description: The kind of environment
name: Kind
type: string
- JSONPath: .spec.promotionStrategy
description: The strategy used for promoting to this environment
name: Promotion
type: string
- JSONPath: .spec.order
description: The order in which environments are automatically promoted
name: Order
type: integer
- JSONPath: .spec.source.url
description: The Git repository URL for the source of the environment configuration
name: Git URL
type: string
- JSONPath: .spec.source.ref
description: The git branch for the source of the environment configuration
name: Git Branch
type: string
group: jenkins.io
names:
kind: Environment
listKind: EnvironmentList
plural: environments
shortNames:
- env
singular: environment
scope: Namespaced
validation:
openAPIV3Schema:
description: Environment represents an environment like Dev, Test, Staging,
Production where code lives
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: EnvironmentSpec is the specification of an Environment
properties:
cluster:
type: string
kind:
type: string
label:
type: string
namespace:
type: string
order:
format: int32
type: integer
previewGitInfo:
description: PreviewGitSpec is the preview git branch/pull request
details
properties:
appName:
type: string
applicationURL:
type: string
buildStatus:
type: string
buildStatusUrl:
type: string
description:
type: string
name:
type: string
title:
type: string
url:
type: string
user:
description: UserSpec is the user details
properties:
imageUrl:
type: string
linkUrl:
type: string
name:
type: string
username:
type: string
type: object
type: object
promotionStrategy:
type: string
pullRequestURL:
type: string
source:
description: EnvironmentRepository is the repository for an environment
using GitOps
properties:
kind:
type: string
ref:
type: string
url:
type: string
type: object
teamSettings:
description: TeamSettings the default settings for a team
properties:
appsRepository:
type: string
askOnCreate:
type: boolean
branchPatterns:
type: string
buildPackName:
type: string
buildPackRef:
type: string
buildPackUrl:
type: string
dockerRegistryOrg:
type: string
envOrganisation:
type: string
forkBranchPatterns:
type: string
gitPrivate:
type: boolean
gitServer:
type: string
helmBinary:
type: string
helmTemplate:
type: boolean
kubeProvider:
type: string
noTiller:
type: boolean
organisation:
type: string
pipelineUsername:
type: string
postPreviewJobs:
items: {}
type: array
promotionEngine:
type: string
quickstartLocations:
items:
description: QuickStartLocation
properties:
excludes:
items:
type: string
type: array
gitKind:
type: string
gitUrl:
type: string
includes:
items:
type: string
type: array
owner:
type: string
type: object
type: array
storageLocations:
items:
description: StorageLocation
properties:
bucketUrl:
type: string
classifier:
type: string
gitBranch:
type: string
gitUrl:
type: string
type: object
type: array
useGitOps:
type: boolean
type: object
webHookEngine:
type: string
type: object
status:
description: EnvironmentStatus is the status for an Environment resource
properties:
version:
type: string
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: Environment
listKind: EnvironmentList
plural: environments
shortNames:
- env
singular: environment
conditions:
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:37Z"
generation: 4
name: extensions.jenkins.io
resourceVersion: "13970194"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/extensions.jenkins.io
uid: 1d729120-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .spec.name
description: The name of the extension
name: Name
type: string
- JSONPath: .spec.description
description: A description of the extension
name: Description
type: string
group: jenkins.io
names:
kind: Extension
listKind: ExtensionList
plural: extensions
shortNames:
- extension
- ext
singular: extensions
scope: Namespaced
validation:
openAPIV3Schema:
description: Extension represents an extension available to this Jenkins X
install
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: ExtensionSpec provides details of an extension available
for a team
properties:
children:
items:
type: string
type: array
description:
type: string
given:
type: string
name:
type: string
namespace:
type: string
parameters:
items:
description: ExtensionParameter describes a parameter definition
for an extension
properties:
defaultValue:
type: string
description:
type: string
environmentVariableName:
type: string
name:
type: string
type: object
type: array
script:
type: string
uuid:
type: string
version:
type: string
when:
items:
type: string
type: array
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: Extension
listKind: ExtensionList
plural: extensions
shortNames:
- extension
- ext
singular: extensions
conditions:
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:38Z"
generation: 4
name: gitservices.jenkins.io
resourceVersion: "13970200"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/gitservices.jenkins.io
uid: 1de343f6-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .spec.url
description: The URL of the Git repository
name: Git URL
type: string
- JSONPath: .spec.gitKind
description: The kind of the Git provider
name: Kind
type: string
group: jenkins.io
names:
kind: GitService
listKind: GitServiceList
plural: gitservices
shortNames:
- gits
singular: gitservice
scope: Namespaced
validation:
openAPIV3Schema:
description: GitService represents a git provider so we can map the host name
to a kinda of git service
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: GitServiceSpec is the specification of an GitService
properties:
gitKind:
type: string
name:
type: string
url:
type: string
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: GitService
listKind: GitServiceList
plural: gitservices
shortNames:
- gits
singular: gitservice
conditions:
- lastTransitionTime: "2018-12-11T14:07:38Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:38Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:38Z"
generation: 4
name: pipelineactivities.jenkins.io
resourceVersion: "13970201"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/pipelineactivities.jenkins.io
uid: 1e20267c-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .spec.gitUrl
description: The URL of the Git repository
name: Git URL
type: string
- JSONPath: .spec.status
description: The status of the pipeline
name: Status
type: string
group: jenkins.io
names:
kind: PipelineActivity
listKind: PipelineActivityList
plural: pipelineactivities
shortNames:
- activity
- act
singular: pipelineactivity
scope: Namespaced
validation:
openAPIV3Schema:
description: PipelineActivity represents pipeline activity for a particular
run of a pipeline
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: PipelineActivitySpec is the specification of the pipeline
activity
properties:
attachments:
items:
properties:
name:
type: string
urls:
items:
type: string
type: array
type: object
type: array
build:
type: string
buildLogsUrl:
type: string
buildUrl:
type: string
completedTimestamp: {}
facts:
items:
properties:
factType:
type: string
id:
format: int32
type: integer
measurements:
items:
properties:
measurementType:
type: string
measurementValue:
format: int32
type: integer
name:
type: string
tags:
items:
type: string
type: array
required:
- name
- measurementType
- measurementValue
type: object
type: array
name:
type: string
original:
properties:
mimetype:
type: string
tags:
items:
type: string
type: array
url:
type: string
type: object
statements:
items:
properties:
measurementValue:
type: boolean
name:
type: string
statementType:
type: string
tags:
items:
type: string
type: array
required:
- name
- statementType
- measurementValue
type: object
type: array
tags:
items:
type: string
type: array
required:
- name
- id
- factType
- measurements
- statements
type: object
type: array
gitBranch:
type: string
gitOwner:
type: string
gitRepository:
type: string
gitUrl:
type: string
lastCommitMessage:
type: string
lastCommitSHA:
type: string
lastCommitURL:
type: string
pipeline:
type: string
postExtensions:
items:
description: ExtensionExecution is an executable instance of an
extension which can be attached into a pipeline for later execution.
It differs from an Extension as it cannot have children and parameters
have been resolved to environment variables
properties:
description:
type: string
environmentVariables:
items:
properties:
name:
type: string
value:
type: string
type: object
type: array
given:
type: string
name:
type: string
namespace:
type: string
script:
type: string
uuid:
type: string
type: object
type: array
releaseNotesURL:
type: string
startedTimestamp: {}
status:
type: string
steps:
items:
description: PipelineActivityStep represents a step in a pipeline
activity
properties:
kind:
type: string
preview:
description: PreviewActivityStep is the step of creating a preview
environment as part of a Pull Request pipeline
properties:
CoreActivityStep:
description: CoreActivityStep is a base step included in
Stages of a pipeline or other kinds of step
properties:
completedTimestamp: {}
description:
type: string
name:
type: string
startedTimestamp: {}
status:
type: string
type: object
applicationURL:
type: string
environment:
type: string
pullRequestURL:
type: string
required:
- CoreActivityStep
type: object
promote:
description: PromoteActivityStep is the step of promoting a
version of an application to an environment
properties:
CoreActivityStep:
description: CoreActivityStep is a base step included in
Stages of a pipeline or other kinds of step
properties:
completedTimestamp: {}
description:
type: string
name:
type: string
startedTimestamp: {}
status:
type: string
type: object
applicationURL:
type: string
environment:
type: string
pullRequest:
description: PromotePullRequestStep is the step for promoting
a version to an environment by raising a Pull Request
on the git repository of the environment
properties:
CoreActivityStep:
description: CoreActivityStep is a base step included
in Stages of a pipeline or other kinds of step
properties:
completedTimestamp: {}
description:
type: string
name:
type: string
startedTimestamp: {}
status:
type: string
type: object
mergeCommitSHA:
type: string
pullRequestURL:
type: string
required:
- CoreActivityStep
type: object
update:
description: PromoteUpdateStep is the step for updating
a promotion after the Pull Request merges to master
properties:
CoreActivityStep:
description: CoreActivityStep is a base step included
in Stages of a pipeline or other kinds of step
properties:
completedTimestamp: {}
description:
type: string
name:
type: string
startedTimestamp: {}
status:
type: string
type: object
statuses:
items:
description: GitStatus the status of a git commit
in terms of CI/CD
properties:
status:
type: string
url:
type: string
type: object
type: array
required:
- CoreActivityStep
type: object
required:
- CoreActivityStep
type: object
stage:
description: StageActivityStep represents a stage of zero to
more sub steps in a jenkins pipeline
properties:
CoreActivityStep:
description: CoreActivityStep is a base step included in
Stages of a pipeline or other kinds of step
properties:
completedTimestamp: {}
description:
type: string
name:
type: string
startedTimestamp: {}
status:
type: string
type: object
steps:
items:
description: CoreActivityStep is a base step included
in Stages of a pipeline or other kinds of step
properties:
completedTimestamp: {}
description:
type: string
name:
type: string
startedTimestamp: {}
status:
type: string
type: object
type: array
required:
- CoreActivityStep
type: object
type: object
type: array
version:
type: string
workflow:
type: string
workflowMessage:
type: string
workflowStatus:
type: string
type: object
status:
description: PipelineActivityStatus is the status for an Environment resource
properties:
version:
type: string
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: PipelineActivity
listKind: PipelineActivityList
plural: pipelineactivities
shortNames:
- activity
- act
singular: pipelineactivity
conditions:
- lastTransitionTime: "2018-12-11T14:07:38Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:38Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:37Z"
generation: 4
name: plugins.jenkins.io
resourceVersion: "13970196"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/plugins.jenkins.io
uid: 1d88ce5b-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .spec.name
description: The name of the plugin
name: Name
type: string
- JSONPath: .spec.description
description: A description of the plugin
name: Description
type: string
group: jenkins.io
names:
kind: Plugin
listKind: PluginList
plural: plugins
singular: plugin
scope: Namespaced
validation:
openAPIV3Schema:
description: Plugin represents a binary plugin installed into this Jenkins
X team
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: PluginSpec provides details of a binary plugin available
for a team
properties:
binaries:
items:
description: Binary provies the details of a downloadable binary
properties:
goarch:
type: string
goos:
type: string
url:
type: string
type: object
type: array
description:
type: string
group:
type: string
name:
type: string
subCommand:
type: string
version:
type: string
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: Plugin
listKind: PluginList
plural: plugins
singular: plugin
conditions:
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:37Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:11:45Z"
generation: 1
name: prowjobs.prow.k8s.io
resourceVersion: "1437"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/prowjobs.prow.k8s.io
uid: b101eb96-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: prow.k8s.io
names:
kind: ProwJob
listKind: ProwJobList
plural: prowjobs
singular: prowjob
scope: Namespaced
validation:
openAPIV3Schema:
properties:
spec:
properties:
max_concurrency:
minimum: 0
type: integer
type:
enum:
- presubmit
- postsubmit
- periodic
- batch
type: string
status:
anyOf:
- not:
properties:
state:
enum:
- success
- failure
- error
- aborted
type: string
- required:
- completionTime
properties:
state:
enum:
- triggered
- pending
- success
- failure
- aborted
- error
type: string
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: ProwJob
listKind: ProwJobList
plural: prowjobs
singular: prowjob
conditions:
- lastTransitionTime: "2018-12-11T14:11:45Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:11:45Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:39Z"
generation: 4
name: releases.jenkins.io
resourceVersion: "13970204"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/releases.jenkins.io
uid: 1e5d75fd-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .spec.name
description: The name of the Release
name: Name
type: string
- JSONPath: .spec.version
description: The version number of the Release
name: Version
type: string
- JSONPath: .spec.gitHttpUrl
description: The URL of the Git repository
name: Git URL
type: string
group: jenkins.io
names:
kind: Release
listKind: ReleaseList
plural: releases
shortNames:
- rel
singular: release
scope: Namespaced
validation:
openAPIV3Schema:
description: Release represents a single version of an app that has been released
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: ReleaseSpec is the specification of the Release
properties:
commits:
items:
description: CommitSummary is the summary of a commit
properties:
author:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user
account in another system that is attached to this user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
branch:
type: string
committer:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user
account in another system that is attached to this user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
issueIds:
items:
type: string
type: array
message:
type: string
sha:
type: string
url:
type: string
type: object
type: array
gitCloneUrl:
type: string
gitHttpUrl:
type: string
gitOwner:
type: string
gitRepository:
type: string
issues:
items:
description: IssueSummary is the summary of an issue
properties:
assignees:
items:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user
account in another system that is attached to this
user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
type: array
body:
type: string
closedBy:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user
account in another system that is attached to this user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
creationTimestamp: {}
id:
type: string
labels:
items:
properties:
color:
type: string
name:
type: string
url:
type: string
type: object
type: array
message:
type: string
state:
type: string
title:
type: string
url:
type: string
user:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user
account in another system that is attached to this user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
type: object
type: array
name:
type: string
pullRequests:
items:
description: IssueSummary is the summary of an issue
properties:
assignees:
items:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user
account in another system that is attached to this
user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
type: array
body:
type: string
closedBy:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user
account in another system that is attached to this user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
creationTimestamp: {}
id:
type: string
labels:
items:
properties:
color:
type: string
name:
type: string
url:
type: string
type: object
type: array
message:
type: string
state:
type: string
title:
type: string
url:
type: string
user:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user
account in another system that is attached to this user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
type: object
type: array
releaseNotesURL:
type: string
version:
type: string
type: object
status:
description: ReleaseStatus is the status of a release
properties:
status:
type: string
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: Release
listKind: ReleaseList
plural: releases
shortNames:
- rel
singular: release
conditions:
- lastTransitionTime: "2018-12-11T14:07:39Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:39Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apiextensions.k8s.io/v1beta1","kind":"CustomResourceDefinition","metadata":{"annotations":{},"labels":{"addonmanager.kubernetes.io/mode":"Reconcile"},"name":"scalingpolicies.scalingpolicy.kope.io","namespace":""},"spec":{"group":"scalingpolicy.kope.io","names":{"kind":"ScalingPolicy","plural":"scalingpolicies"},"scope":"Namespaced","version":"v1alpha1"}}
creationTimestamp: "2018-12-11T14:07:07Z"
generation: 1
labels:
addonmanager.kubernetes.io/mode: Reconcile
name: scalingpolicies.scalingpolicy.kope.io
resourceVersion: "244293"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/scalingpolicies.scalingpolicy.kope.io
uid: 0b4bc3b3-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: scalingpolicy.kope.io
names:
kind: ScalingPolicy
listKind: ScalingPolicyList
plural: scalingpolicies
singular: scalingpolicy
scope: Namespaced
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
status:
acceptedNames:
kind: ScalingPolicy
listKind: ScalingPolicyList
plural: scalingpolicies
singular: scalingpolicy
conditions:
- lastTransitionTime: "2018-12-11T14:07:07Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:07Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1alpha1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2019-01-28T11:20:16Z"
generation: 3
name: sourcerepositories.jenkins.io
resourceVersion: "13970208"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/sourcerepositories.jenkins.io
uid: b0066fc8-22ee-11e9-9aa2-42010a840fc1
spec:
additionalPrinterColumns:
- JSONPath: .spec.description
description: A description of the source code repository - non-functional user-data
name: Description
type: string
- JSONPath: .spec.provider
description: The source code provider (eg github) that the source repository
is hosted in
name: Provider
type: string
- JSONPath: .spec.org
description: The git organisation that the source repository belongs to
name: Org
type: string
- JSONPath: .spec.repo
description: The name of the repository
name: Repo
type: string
group: jenkins.io
names:
kind: SourceRepository
listKind: SourceRepositoryList
plural: sourcerepositories
shortNames:
- sourcerepo
- srcrepo
- sr
singular: sourcerepository
scope: Namespaced
validation:
openAPIV3Schema:
description: SourceRepository is the metadata for an Application/Project/SourceRepository
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: SourceRepositorySpec provides details of the metadata for
an App
properties:
Description:
type: string
Org:
description: github.com etc
type: string
Provider:
description: non-functional user-data
type: string
Repo:
type: string
required:
- Description
- Provider
- Org
- Repo
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: SourceRepository
listKind: SourceRepositoryList
plural: sourcerepositories
shortNames:
- sourcerepo
- srcrepo
- sr
singular: sourcerepository
conditions:
- lastTransitionTime: "2019-01-28T11:20:16Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: null
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:39Z"
generation: 4
name: teams.jenkins.io
resourceVersion: "13970209"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/teams.jenkins.io
uid: 1e9aa1fa-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .spec.kind
description: The kind of Team
name: Kind
type: string
- JSONPath: .status.provisionStatus
description: The provision status of the Team
name: Status
type: string
group: jenkins.io
names:
kind: Team
listKind: TeamList
plural: teams
shortNames:
- tm
singular: team
scope: Namespaced
validation:
openAPIV3Schema:
description: Team represents a request to create an actual Team which is a
group of users, a development environment and optional other environments
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: TeamSpec is the specification of an Team
properties:
kind:
type: string
label:
type: string
members:
items:
type: string
type: array
type: object
status:
description: TeamStatus is the status for an Team resource
properties:
message:
type: string
provisionStatus:
type: string
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: Team
listKind: TeamList
plural: teams
shortNames:
- tm
singular: team
conditions:
- lastTransitionTime: "2018-12-11T14:07:39Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:39Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T16:03:25Z"
generation: 1
name: uiextensions.cloudbees.com
resourceVersion: "246285"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/uiextensions.cloudbees.com
uid: 4a55c020-fd5e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: cloudbees.com
names:
kind: UIExtension
listKind: UIExtensionList
plural: uiextensions
singular: uiextension
scope: Namespaced
validation:
openAPIV3Schema:
required:
- spec
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: UIExtension
listKind: UIExtensionList
plural: uiextensions
singular: uiextension
conditions:
- lastTransitionTime: "2018-12-11T16:03:25Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T16:03:25Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:40Z"
generation: 4
name: users.jenkins.io
resourceVersion: "13970213"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/users.jenkins.io
uid: 1edccdcf-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .spec.name
description: The name of the user
name: Name
type: string
- JSONPath: .spec.email
description: The email address of the user
name: Email
type: string
group: jenkins.io
names:
kind: User
listKind: UserList
plural: users
shortNames:
- usr
singular: user
scope: Namespaced
validation:
openAPIV3Schema:
description: User represents a git user so we have a cache to find by email
address
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user account in
another system that is attached to this user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
user:
description: UserDetails containers details of a user
properties:
accountReference:
items:
description: AccountReference is a reference to a user account in
another system that is attached to this user
properties:
id:
type: string
provider:
type: string
type: object
type: array
avatarUrl:
type: string
creationTimestamp: {}
email:
type: string
login:
type: string
name:
type: string
serviceAccount:
type: string
url:
type: string
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: User
listKind: UserList
plural: users
shortNames:
- usr
singular: user
conditions:
- lastTransitionTime: "2018-12-11T14:07:40Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:40Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
- apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2018-12-11T14:07:40Z"
generation: 3
name: workflows.jenkins.io
resourceVersion: "13970215"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/workflows.jenkins.io
uid: 1f18416d-fd4e-11e8-9585-42010a84010e
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: jenkins.io
names:
kind: Workflow
listKind: WorkflowList
plural: workflows
shortNames:
- flow
singular: workflow
scope: Namespaced
validation:
openAPIV3Schema:
description: Workflow represents pipeline activity for a particular run of
a pipeline
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/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/api-conventions.md#types-kinds'
type: string
metadata: {}
spec:
description: WorkflowSpec is the specification of the pipeline activity
properties:
pipeline:
type: string
steps:
items:
description: WorkflowStep represents a step in a pipeline activity
properties:
description:
type: string
kind:
type: string
name:
type: string
promote:
description: PromoteWorkflowStep is the step of promoting a
version of an application to an environment
properties:
environment:
type: string
type: object
trigger:
description: WorkflowPreconditions is the trigger to start a
step
properties:
environments:
description: the names of the environments which need to
have promoted before this step can be triggered
items:
type: string
type: array
type: object
type: object
type: array
type: object
status:
description: WorkflowStatus is the status for an Environment resource
properties:
version:
type: string
type: object
type: object
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: Workflow
listKind: WorkflowList
plural: workflows
shortNames:
- flow
singular: workflow
conditions:
- lastTransitionTime: "2018-12-11T14:07:40Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2018-12-11T14:07:40Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
kind: List
metadata:
resourceVersion: ""
selfLink: ""
{
"swagger":"2.0",
"info":{
"title":"Jenkins X",
"version":"1.2.3"
},
"paths":{
},
"definitions":{
"intstr.IntOrString":{
"description":"IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.",
"type":"string",
"format":"int-or-string"
},
"resource.Quantity":{
"description":"Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n\u003cquantity\u003e ::= \u003csignedNumber\u003e\u003csuffix\u003e\n (Note that \u003csuffix\u003e may be empty, from the \"\" case in \u003cdecimalSI\u003e.)\n\u003cdigit\u003e ::= 0 | 1 | ... | 9 \u003cdigits\u003e ::= \u003cdigit\u003e | \u003cdigit\u003e\u003cdigits\u003e \u003cnumber\u003e ::= \u003cdigits\u003e | \u003cdigits\u003e.\u003cdigits\u003e | \u003cdigits\u003e. | .\u003cdigits\u003e \u003csign\u003e ::= \"+\" | \"-\" \u003csignedNumber\u003e ::= \u003cnumber\u003e | \u003csign\u003e\u003cnumber\u003e \u003csuffix\u003e ::= \u003cbinarySI\u003e | \u003cdecimalExponent\u003e | \u003cdecimalSI\u003e \u003cbinarySI\u003e ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n\u003cdecimalSI\u003e ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n\u003cdecimalExponent\u003e ::= \"e\" \u003csignedNumber\u003e | \"E\" \u003csignedNumber\u003e\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNOTE: We reserve the right to amend this canonical format, perhaps to\n allow 1.5 to be canonical.\n or after March 2015.\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.",
"type":"string"
},
"v1.AWSElasticBlockStoreVolumeSource":{
"description":"Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
"type":"object",
"required":[
"volumeID"
],
"properties":{
"fsType":{
"description":"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
"type":"string"
},
"partition":{
"description":"The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).",
"type":"integer",
"format":"int32"
},
"readOnly":{
"description":"Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
"type":"boolean"
},
"volumeID":{
"description":"Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
"type":"string"
}
}
},
"v1.AccountReference":{
"description":"AccountReference is a reference to a user account in another system that is attached to this user",
"type":"object",
"properties":{
"id":{
"type":"string"
},
"provider":{
"type":"string"
}
}
},
"v1.Affinity":{
"description":"Affinity is a group of affinity scheduling rules.",
"type":"object",
"properties":{
"nodeAffinity":{
"description":"Describes node affinity scheduling rules for the pod.",
"$ref":"#/definitions/v1.NodeAffinity"
},
"podAffinity":{
"description":"Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).",
"$ref":"#/definitions/v1.PodAffinity"
},
"podAntiAffinity":{
"description":"Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).",
"$ref":"#/definitions/v1.PodAntiAffinity"
}
}
},
"v1.App":{
"description":"App is the metadata for an App",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.AppSpec"
}
}
},
"v1.AppList":{
"description":"AppList is a structure used by k8s to store lists of apps",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.App"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.AppSpec":{
"description":"AppSpec provides details of the metadata for an App",
"type":"object",
"properties":{
"exposedServices":{
"description":"A list of services that this App exposes",
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.Attachment":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"urls":{
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.AzureDiskVolumeSource":{
"description":"AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
"type":"object",
"required":[
"diskName",
"diskURI"
],
"properties":{
"cachingMode":{
"description":"Host Caching mode: None, Read Only, Read Write.",
"type":"string"
},
"diskName":{
"description":"The Name of the data disk in the blob storage",
"type":"string"
},
"diskURI":{
"description":"The URI the data disk in the blob storage",
"type":"string"
},
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
"type":"string"
},
"kind":{
"description":"Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared",
"type":"string"
},
"readOnly":{
"description":"Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type":"boolean"
}
}
},
"v1.AzureFileVolumeSource":{
"description":"AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
"type":"object",
"required":[
"secretName",
"shareName"
],
"properties":{
"readOnly":{
"description":"Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type":"boolean"
},
"secretName":{
"description":"the name of secret that contains Azure Storage Account Name and Key",
"type":"string"
},
"shareName":{
"description":"Share Name",
"type":"string"
}
}
},
"v1.Binary":{
"description":"Binary provies the details of a downloadable binary",
"type":"object",
"properties":{
"goarch":{
"type":"string"
},
"goos":{
"type":"string"
},
"url":{
"type":"string"
}
}
},
"v1.BuildPack":{
"description":"BuildPack represents a set of language specific build packs and associated quickstarts",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.BuildPackSpec"
}
}
},
"v1.BuildPackList":{
"description":"BuildPackList is a list of TypeMeta resources",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.BuildPack"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.BuildPackSpec":{
"description":"BuildPackSpec is the specification of an BuildPack",
"type":"object",
"properties":{
"gitRef":{
"type":"string"
},
"gitUrl":{
"type":"string"
},
"label":{
"type":"string"
},
"quickstartLocations":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.QuickStartLocation"
}
}
}
},
"v1.Capabilities":{
"description":"Adds and removes POSIX capabilities from running containers.",
"type":"object",
"properties":{
"add":{
"description":"Added capabilities",
"type":"array",
"items":{
"type":"string"
}
},
"drop":{
"description":"Removed capabilities",
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.CephFSVolumeSource":{
"description":"Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
"type":"object",
"required":[
"monitors"
],
"properties":{
"monitors":{
"description":"Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
"type":"array",
"items":{
"type":"string"
}
},
"path":{
"description":"Optional: Used as the mounted root, rather than the full Ceph tree, default is /",
"type":"string"
},
"readOnly":{
"description":"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
"type":"boolean"
},
"secretFile":{
"description":"Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
"type":"string"
},
"secretRef":{
"description":"Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
"$ref":"#/definitions/v1.LocalObjectReference"
},
"user":{
"description":"Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
"type":"string"
}
}
},
"v1.ChartRef":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"repo":{
"type":"string"
},
"repoName":{
"type":"string"
}
}
},
"v1.CinderVolumeSource":{
"description":"Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.",
"type":"object",
"required":[
"volumeID"
],
"properties":{
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"type":"string"
},
"readOnly":{
"description":"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"type":"boolean"
},
"secretRef":{
"description":"Optional: points to a secret object containing parameters used to connect to OpenStack.",
"$ref":"#/definitions/v1.LocalObjectReference"
},
"volumeID":{
"description":"volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"type":"string"
}
}
},
"v1.CommitStatus":{
"description":"CommitStatus represents the commit statuses for a particular pull request",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.CommitStatusSpec"
}
}
},
"v1.CommitStatusCommitReference":{
"type":"object",
"properties":{
"gitUrl":{
"type":"string"
},
"pullRequest":{
"type":"string"
},
"sha":{
"type":"string"
}
}
},
"v1.CommitStatusDetails":{
"type":"object",
"required":[
"pipelineActivity",
"checked",
"commit",
"context"
],
"properties":{
"Items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.CommitStatusItem"
}
},
"checked":{
"type":"boolean"
},
"commit":{
"$ref":"#/definitions/v1.CommitStatusCommitReference"
},
"context":{
"type":"string"
},
"pipelineActivity":{
"$ref":"#/definitions/v1.ResourceReference"
}
}
},
"v1.CommitStatusItem":{
"type":"object",
"required":[
"pass"
],
"properties":{
"description":{
"type":"string"
},
"name":{
"type":"string"
},
"pass":{
"type":"boolean"
}
}
},
"v1.CommitStatusList":{
"description":"CommitStatusList is a structure used by k8s to store lists of commit statuses",
"type":"object",
"required":[
"metadata",
"Items"
],
"properties":{
"Items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.CommitStatus"
}
},
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.CommitStatusSpec":{
"description":"CommitStatusSpec provides details of a particular commit status",
"type":"object",
"required":[
"items"
],
"properties":{
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.CommitStatusDetails"
}
}
}
},
"v1.CommitSummary":{
"description":"CommitSummary is the summary of a commit",
"type":"object",
"properties":{
"author":{
"$ref":"#/definitions/v1.UserDetails"
},
"branch":{
"type":"string"
},
"committer":{
"$ref":"#/definitions/v1.UserDetails"
},
"issueIds":{
"type":"array",
"items":{
"type":"string"
}
},
"message":{
"type":"string"
},
"sha":{
"type":"string"
},
"url":{
"type":"string"
}
}
},
"v1.ConfigMapEnvSource":{
"description":"ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
"type":"object",
"properties":{
"name":{
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type":"string"
},
"optional":{
"description":"Specify whether the ConfigMap must be defined",
"type":"boolean"
}
}
},
"v1.ConfigMapKeySelector":{
"description":"Selects a key from a ConfigMap.",
"type":"object",
"required":[
"key"
],
"properties":{
"key":{
"description":"The key to select.",
"type":"string"
},
"name":{
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type":"string"
},
"optional":{
"description":"Specify whether the ConfigMap or it's key must be defined",
"type":"boolean"
}
}
},
"v1.ConfigMapProjection":{
"description":"Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.",
"type":"object",
"properties":{
"items":{
"description":"If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.KeyToPath"
}
},
"name":{
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type":"string"
},
"optional":{
"description":"Specify whether the ConfigMap or it's keys must be defined",
"type":"boolean"
}
}
},
"v1.ConfigMapVolumeSource":{
"description":"Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.",
"type":"object",
"properties":{
"defaultMode":{
"description":"Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"type":"integer",
"format":"int32"
},
"items":{
"description":"If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.KeyToPath"
}
},
"name":{
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type":"string"
},
"optional":{
"description":"Specify whether the ConfigMap or it's keys must be defined",
"type":"boolean"
}
}
},
"v1.Container":{
"description":"A single application container that you want to run within a pod.",
"type":"object",
"required":[
"name"
],
"properties":{
"args":{
"description":"Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell",
"type":"array",
"items":{
"type":"string"
}
},
"command":{
"description":"Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell",
"type":"array",
"items":{
"type":"string"
}
},
"env":{
"description":"List of environment variables to set in the container. Cannot be updated.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.EnvVar"
},
"x-kubernetes-patch-merge-key":"name",
"x-kubernetes-patch-strategy":"merge"
},
"envFrom":{
"description":"List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.EnvFromSource"
}
},
"image":{
"description":"Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.",
"type":"string"
},
"imagePullPolicy":{
"description":"Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images",
"type":"string"
},
"lifecycle":{
"description":"Actions that the management system should take in response to container lifecycle events. Cannot be updated.",
"$ref":"#/definitions/v1.Lifecycle"
},
"livenessProbe":{
"description":"Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
"$ref":"#/definitions/v1.Probe"
},
"name":{
"description":"Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.",
"type":"string"
},
"ports":{
"description":"List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.ContainerPort"
},
"x-kubernetes-patch-merge-key":"containerPort",
"x-kubernetes-patch-strategy":"merge"
},
"readinessProbe":{
"description":"Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
"$ref":"#/definitions/v1.Probe"
},
"resources":{
"description":"Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources",
"$ref":"#/definitions/v1.ResourceRequirements"
},
"securityContext":{
"description":"Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/",
"$ref":"#/definitions/v1.SecurityContext"
},
"stdin":{
"description":"Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.",
"type":"boolean"
},
"stdinOnce":{
"description":"Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false",
"type":"boolean"
},
"terminationMessagePath":{
"description":"Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.",
"type":"string"
},
"terminationMessagePolicy":{
"description":"Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.",
"type":"string"
},
"tty":{
"description":"Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.",
"type":"boolean"
},
"volumeDevices":{
"description":"volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.VolumeDevice"
},
"x-kubernetes-patch-merge-key":"devicePath",
"x-kubernetes-patch-strategy":"merge"
},
"volumeMounts":{
"description":"Pod volumes to mount into the container's filesystem. Cannot be updated.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.VolumeMount"
},
"x-kubernetes-patch-merge-key":"mountPath",
"x-kubernetes-patch-strategy":"merge"
},
"workingDir":{
"description":"Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.",
"type":"string"
}
}
},
"v1.ContainerPort":{
"description":"ContainerPort represents a network port in a single container.",
"type":"object",
"required":[
"containerPort"
],
"properties":{
"containerPort":{
"description":"Number of port to expose on the pod's IP address. This must be a valid port number, 0 \u003c x \u003c 65536.",
"type":"integer",
"format":"int32"
},
"hostIP":{
"description":"What host IP to bind the external port to.",
"type":"string"
},
"hostPort":{
"description":"Number of port to expose on the host. If specified, this must be a valid port number, 0 \u003c x \u003c 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.",
"type":"integer",
"format":"int32"
},
"name":{
"description":"If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.",
"type":"string"
},
"protocol":{
"description":"Protocol for port. Must be UDP or TCP. Defaults to \"TCP\".",
"type":"string"
}
}
},
"v1.CoreActivityStep":{
"description":"CoreActivityStep is a base step included in Stages of a pipeline or other kinds of step",
"type":"object",
"properties":{
"completedTimestamp":{
"$ref":"#/definitions/v1.Time"
},
"description":{
"type":"string"
},
"name":{
"type":"string"
},
"startedTimestamp":{
"$ref":"#/definitions/v1.Time"
},
"status":{
"type":"string"
}
}
},
"v1.DownwardAPIProjection":{
"description":"Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.",
"type":"object",
"properties":{
"items":{
"description":"Items is a list of DownwardAPIVolume file",
"type":"array",
"items":{
"$ref":"#/definitions/v1.DownwardAPIVolumeFile"
}
}
}
},
"v1.DownwardAPIVolumeFile":{
"description":"DownwardAPIVolumeFile represents information to create the file containing the pod field",
"type":"object",
"required":[
"path"
],
"properties":{
"fieldRef":{
"description":"Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.",
"$ref":"#/definitions/v1.ObjectFieldSelector"
},
"mode":{
"description":"Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"type":"integer",
"format":"int32"
},
"path":{
"description":"Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'",
"type":"string"
},
"resourceFieldRef":{
"description":"Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.",
"$ref":"#/definitions/v1.ResourceFieldSelector"
}
}
},
"v1.DownwardAPIVolumeSource":{
"description":"DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
"type":"object",
"properties":{
"defaultMode":{
"description":"Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"type":"integer",
"format":"int32"
},
"items":{
"description":"Items is a list of downward API volume file",
"type":"array",
"items":{
"$ref":"#/definitions/v1.DownwardAPIVolumeFile"
}
}
}
},
"v1.EmptyDirVolumeSource":{
"description":"Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
"type":"object",
"properties":{
"medium":{
"description":"What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir",
"type":"string"
},
"sizeLimit":{
"description":"Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir",
"$ref":"#/definitions/resource.Quantity"
}
}
},
"v1.EnvFromSource":{
"description":"EnvFromSource represents the source of a set of ConfigMaps",
"type":"object",
"properties":{
"configMapRef":{
"description":"The ConfigMap to select from",
"$ref":"#/definitions/v1.ConfigMapEnvSource"
},
"prefix":{
"description":"An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.",
"type":"string"
},
"secretRef":{
"description":"The Secret to select from",
"$ref":"#/definitions/v1.SecretEnvSource"
}
}
},
"v1.EnvVar":{
"description":"EnvVar represents an environment variable present in a Container.",
"type":"object",
"required":[
"name"
],
"properties":{
"name":{
"description":"Name of the environment variable. Must be a C_IDENTIFIER.",
"type":"string"
},
"value":{
"description":"Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".",
"type":"string"
},
"valueFrom":{
"description":"Source for the environment variable's value. Cannot be used if value is not empty.",
"$ref":"#/definitions/v1.EnvVarSource"
}
}
},
"v1.EnvVarSource":{
"description":"EnvVarSource represents a source for the value of an EnvVar.",
"type":"object",
"properties":{
"configMapKeyRef":{
"description":"Selects a key of a ConfigMap.",
"$ref":"#/definitions/v1.ConfigMapKeySelector"
},
"fieldRef":{
"description":"Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP.",
"$ref":"#/definitions/v1.ObjectFieldSelector"
},
"resourceFieldRef":{
"description":"Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.",
"$ref":"#/definitions/v1.ResourceFieldSelector"
},
"secretKeyRef":{
"description":"Selects a key of a secret in the pod's namespace",
"$ref":"#/definitions/v1.SecretKeySelector"
}
}
},
"v1.Environment":{
"description":"Environment represents an environment like Dev, Test, Staging, Production where code lives",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.EnvironmentSpec"
},
"status":{
"$ref":"#/definitions/v1.EnvironmentStatus"
}
}
},
"v1.EnvironmentFilter":{
"description":"EnvironmentFilter specifies the environments to apply the role binding to",
"type":"object",
"properties":{
"excludes":{
"type":"array",
"items":{
"type":"string"
}
},
"includes":{
"type":"array",
"items":{
"type":"string"
}
},
"kind":{
"type":"string"
}
}
},
"v1.EnvironmentList":{
"description":"EnvironmentList is a list of TypeMeta resources",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Environment"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.EnvironmentRepository":{
"description":"EnvironmentRepository is the repository for an environment using GitOps",
"type":"object",
"properties":{
"kind":{
"type":"string"
},
"ref":{
"type":"string"
},
"url":{
"type":"string"
}
}
},
"v1.EnvironmentRoleBinding":{
"description":"EnvironmentRoleBinding is like a vanilla RoleBinding but applies to a set of Namespaces based on an Environment filter so that roles can be bound to multiple namespaces easily.\n\nFor example to specify the binding of roles on all Preview environments or on all permanent environments.",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.EnvironmentRoleBindingSpec"
},
"status":{
"$ref":"#/definitions/v1.EnvironmentRoleBindingStatus"
}
}
},
"v1.EnvironmentRoleBindingList":{
"description":"EnvironmentRoleBindingList is a list of TypeMeta resources",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.EnvironmentRoleBinding"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.EnvironmentRoleBindingSpec":{
"description":"EnvironmentRoleBindingSpec is the specification of an EnvironmentRoleBinding",
"type":"object",
"required":[
"subjects",
"roleRef"
],
"properties":{
"environments":{
"description":"specifies which sets of environments this binding applies to",
"type":"array",
"items":{
"$ref":"#/definitions/v1.EnvironmentFilter"
}
},
"roleRef":{
"description":"RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.",
"$ref":"#/definitions/v1.RoleRef"
},
"subjects":{
"description":"Subjects holds references to the objects the role applies to.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.Subject"
}
}
}
},
"v1.EnvironmentRoleBindingStatus":{
"description":"EnvironmentRoleBindingStatus is the status for an EnvironmentRoleBinding resource",
"type":"object",
"properties":{
"version":{
"type":"string"
}
}
},
"v1.EnvironmentSpec":{
"description":"EnvironmentSpec is the specification of an Environment",
"type":"object",
"properties":{
"cluster":{
"type":"string"
},
"kind":{
"type":"string"
},
"label":{
"type":"string"
},
"namespace":{
"type":"string"
},
"order":{
"type":"integer",
"format":"int32"
},
"previewGitInfo":{
"$ref":"#/definitions/v1.PreviewGitSpec"
},
"promotionStrategy":{
"type":"string"
},
"pullRequestURL":{
"type":"string"
},
"source":{
"$ref":"#/definitions/v1.EnvironmentRepository"
},
"teamSettings":{
"$ref":"#/definitions/v1.TeamSettings"
},
"webHookEngine":{
"type":"string"
}
}
},
"v1.EnvironmentStatus":{
"description":"EnvironmentStatus is the status for an Environment resource",
"type":"object",
"properties":{
"version":{
"type":"string"
}
}
},
"v1.EnvironmentVariable":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"value":{
"type":"string"
}
}
},
"v1.ExecAction":{
"description":"ExecAction describes a \"run in container\" action.",
"type":"object",
"properties":{
"command":{
"description":"Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.",
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.Extension":{
"description":"Extension represents an extension available to this Jenkins X install",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.ExtensionSpec"
}
}
},
"v1.ExtensionConfig":{
"description":"ExtensionConfig is the configuration and enablement for an extension inside an app",
"type":"object",
"required":[
"name",
"namespace",
"Parameters"
],
"properties":{
"Parameters":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionParameterValue"
}
},
"name":{
"type":"string"
},
"namespace":{
"type":"string"
}
}
},
"v1.ExtensionConfigList":{
"description":"ExtensionsConfigList contains a list of ExtensionConfig items",
"type":"object",
"required":[
"extensions"
],
"properties":{
"extensions":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionConfig"
}
}
}
},
"v1.ExtensionDefinition":{
"description":"ExtensionDefinition defines an Extension",
"type":"object",
"required":[
"name",
"namespace",
"uuid"
],
"properties":{
"children":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionDefinitionChildReference"
}
},
"description":{
"type":"string"
},
"given":{
"type":"string"
},
"name":{
"type":"string"
},
"namespace":{
"type":"string"
},
"parameters":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionParameter"
}
},
"scriptFile":{
"type":"string"
},
"uuid":{
"type":"string"
},
"when":{
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.ExtensionDefinitionChildReference":{
"description":"ExtensionDefinitionChildReference provides a reference to a child",
"type":"object",
"properties":{
"name":{
"type":"string"
},
"namespace":{
"type":"string"
},
"remote":{
"type":"string"
},
"tag":{
"type":"string"
},
"uuid":{
"type":"string"
}
}
},
"v1.ExtensionDefinitionList":{
"description":"ExtensionDefinitionList contains a list of ExtensionDefinition items",
"type":"object",
"required":[
"extensions"
],
"properties":{
"extensions":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionDefinition"
}
},
"version":{
"type":"string"
}
}
},
"v1.ExtensionDefinitionReference":{
"description":"ExtensionRepositoryReference references a GitHub repo that contains extension definitions",
"type":"object",
"required":[
"remote",
"tag"
],
"properties":{
"remote":{
"type":"string"
},
"tag":{
"type":"string"
}
}
},
"v1.ExtensionDefinitionReferenceList":{
"description":"ExtensionDefinitionReferenceList contains a list of ExtensionRepository items",
"type":"object",
"required":[
"remotes"
],
"properties":{
"remotes":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionDefinitionReference"
}
}
}
},
"v1.ExtensionExecution":{
"description":"ExtensionExecution is an executable instance of an extension which can be attached into a pipeline for later execution. It differs from an Extension as it cannot have children and parameters have been resolved to environment variables",
"type":"object",
"properties":{
"description":{
"type":"string"
},
"environmentVariables":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.EnvironmentVariable"
}
},
"given":{
"type":"string"
},
"name":{
"type":"string"
},
"namespace":{
"type":"string"
},
"script":{
"type":"string"
},
"uuid":{
"type":"string"
}
}
},
"v1.ExtensionList":{
"description":"ExtensionList is a list of Extensions available for a team",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Extension"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.ExtensionParameter":{
"description":"ExtensionParameter describes a parameter definition for an extension",
"type":"object",
"properties":{
"defaultValue":{
"type":"string"
},
"description":{
"type":"string"
},
"environmentVariableName":{
"type":"string"
},
"name":{
"type":"string"
}
}
},
"v1.ExtensionParameterValue":{
"type":"object",
"required":[
"name",
"value"
],
"properties":{
"name":{
"type":"string"
},
"value":{
"type":"string"
}
}
},
"v1.ExtensionRepositoryLockList":{
"description":"ExtensionRepositoryLockList contains a list of ExtensionRepositoryLock items",
"type":"object",
"required":[
"version",
"extensions"
],
"properties":{
"extensions":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionSpec"
}
},
"version":{
"type":"string"
}
}
},
"v1.ExtensionRepositoryReference":{
"type":"object",
"properties":{
"chart":{
"$ref":"#/definitions/v1.ChartRef"
},
"github":{
"type":"string"
},
"url":{
"type":"string"
}
}
},
"v1.ExtensionRepositoryReferenceList":{
"type":"object",
"properties":{
"repositories":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionRepositoryReference"
}
}
}
},
"v1.ExtensionSpec":{
"description":"ExtensionSpec provides details of an extension available for a team",
"type":"object",
"properties":{
"children":{
"type":"array",
"items":{
"type":"string"
}
},
"description":{
"type":"string"
},
"given":{
"type":"string"
},
"name":{
"type":"string"
},
"namespace":{
"type":"string"
},
"parameters":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionParameter"
}
},
"script":{
"type":"string"
},
"uuid":{
"type":"string"
},
"version":{
"type":"string"
},
"when":{
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.FCVolumeSource":{
"description":"Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
"type":"object",
"properties":{
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
"type":"string"
},
"lun":{
"description":"Optional: FC target lun number",
"type":"integer",
"format":"int32"
},
"readOnly":{
"description":"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type":"boolean"
},
"targetWWNs":{
"description":"Optional: FC target worldwide names (WWNs)",
"type":"array",
"items":{
"type":"string"
}
},
"wwids":{
"description":"Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.",
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.Fact":{
"type":"object",
"required":[
"name",
"id",
"factType",
"measurements",
"statements"
],
"properties":{
"factType":{
"type":"string"
},
"id":{
"type":"integer",
"format":"int32"
},
"measurements":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Measurement"
}
},
"name":{
"type":"string"
},
"original":{
"$ref":"#/definitions/v1.Original"
},
"statements":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Statement"
}
},
"tags":{
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.FlexVolumeSource":{
"description":"FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.",
"type":"object",
"required":[
"driver"
],
"properties":{
"driver":{
"description":"Driver is the name of the driver to use for this volume.",
"type":"string"
},
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.",
"type":"string"
},
"options":{
"description":"Optional: Extra command options if any.",
"type":"object",
"additionalProperties":{
"type":"string"
}
},
"readOnly":{
"description":"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type":"boolean"
},
"secretRef":{
"description":"Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.",
"$ref":"#/definitions/v1.LocalObjectReference"
}
}
},
"v1.FlockerVolumeSource":{
"description":"Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
"type":"object",
"properties":{
"datasetName":{
"description":"Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated",
"type":"string"
},
"datasetUUID":{
"description":"UUID of the dataset. This is unique identifier of a Flocker dataset",
"type":"string"
}
}
},
"v1.GCEPersistentDiskVolumeSource":{
"description":"Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
"type":"object",
"required":[
"pdName"
],
"properties":{
"fsType":{
"description":"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk",
"type":"string"
},
"partition":{
"description":"The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk",
"type":"integer",
"format":"int32"
},
"pdName":{
"description":"Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk",
"type":"string"
},
"readOnly":{
"description":"ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk",
"type":"boolean"
}
}
},
"v1.GitRepoVolumeSource":{
"description":"Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.",
"type":"object",
"required":[
"repository"
],
"properties":{
"directory":{
"description":"Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.",
"type":"string"
},
"repository":{
"description":"Repository URL",
"type":"string"
},
"revision":{
"description":"Commit hash for the specified revision.",
"type":"string"
}
}
},
"v1.GitService":{
"description":"GitService represents a git provider so we can map the host name to a kinda of git service",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.GitServiceSpec"
}
}
},
"v1.GitServiceList":{
"description":"GitServiceList is a list of GitService resources",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.GitService"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.GitServiceSpec":{
"description":"GitServiceSpec is the specification of an GitService",
"type":"object",
"properties":{
"gitKind":{
"type":"string"
},
"name":{
"type":"string"
},
"url":{
"type":"string"
}
}
},
"v1.GitStatus":{
"description":"GitStatus the status of a git commit in terms of CI/CD",
"type":"object",
"properties":{
"status":{
"type":"string"
},
"url":{
"type":"string"
}
}
},
"v1.GlusterfsVolumeSource":{
"description":"Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
"type":"object",
"required":[
"endpoints",
"path"
],
"properties":{
"endpoints":{
"description":"EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod",
"type":"string"
},
"path":{
"description":"Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod",
"type":"string"
},
"readOnly":{
"description":"ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod",
"type":"boolean"
}
}
},
"v1.HTTPGetAction":{
"description":"HTTPGetAction describes an action based on HTTP Get requests.",
"type":"object",
"required":[
"port"
],
"properties":{
"host":{
"description":"Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.",
"type":"string"
},
"httpHeaders":{
"description":"Custom headers to set in the request. HTTP allows repeated headers.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.HTTPHeader"
}
},
"path":{
"description":"Path to access on the HTTP server.",
"type":"string"
},
"port":{
"description":"Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.",
"$ref":"#/definitions/intstr.IntOrString"
},
"scheme":{
"description":"Scheme to use for connecting to the host. Defaults to HTTP.",
"type":"string"
}
}
},
"v1.HTTPHeader":{
"description":"HTTPHeader describes a custom header to be used in HTTP probes",
"type":"object",
"required":[
"name",
"value"
],
"properties":{
"name":{
"description":"The header field name",
"type":"string"
},
"value":{
"description":"The header field value",
"type":"string"
}
}
},
"v1.Handler":{
"description":"Handler defines a specific action that should be taken",
"type":"object",
"properties":{
"exec":{
"description":"One and only one of the following should be specified. Exec specifies the action to take.",
"$ref":"#/definitions/v1.ExecAction"
},
"httpGet":{
"description":"HTTPGet specifies the http request to perform.",
"$ref":"#/definitions/v1.HTTPGetAction"
},
"tcpSocket":{
"description":"TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported",
"$ref":"#/definitions/v1.TCPSocketAction"
}
}
},
"v1.HostAlias":{
"description":"HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.",
"type":"object",
"properties":{
"hostnames":{
"description":"Hostnames for the above IP address.",
"type":"array",
"items":{
"type":"string"
}
},
"ip":{
"description":"IP address of the host file entry.",
"type":"string"
}
}
},
"v1.HostPathVolumeSource":{
"description":"Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
"type":"object",
"required":[
"path"
],
"properties":{
"path":{
"description":"Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath",
"type":"string"
},
"type":{
"description":"Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath",
"type":"string"
}
}
},
"v1.ISCSIVolumeSource":{
"description":"Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
"type":"object",
"required":[
"targetPortal",
"iqn",
"lun"
],
"properties":{
"chapAuthDiscovery":{
"description":"whether support iSCSI Discovery CHAP authentication",
"type":"boolean"
},
"chapAuthSession":{
"description":"whether support iSCSI Session CHAP authentication",
"type":"boolean"
},
"fsType":{
"description":"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi",
"type":"string"
},
"initiatorName":{
"description":"Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface \u003ctarget portal\u003e:\u003cvolume name\u003e will be created for the connection.",
"type":"string"
},
"iqn":{
"description":"Target iSCSI Qualified Name.",
"type":"string"
},
"iscsiInterface":{
"description":"iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).",
"type":"string"
},
"lun":{
"description":"iSCSI Target Lun number.",
"type":"integer",
"format":"int32"
},
"portals":{
"description":"iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).",
"type":"array",
"items":{
"type":"string"
}
},
"readOnly":{
"description":"ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.",
"type":"boolean"
},
"secretRef":{
"description":"CHAP Secret for iSCSI target and initiator authentication",
"$ref":"#/definitions/v1.LocalObjectReference"
},
"targetPortal":{
"description":"iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).",
"type":"string"
}
}
},
"v1.Initializer":{
"description":"Initializer is information about an initializer that has not yet completed.",
"type":"object",
"required":[
"name"
],
"properties":{
"name":{
"description":"name of the process that is responsible for initializing this object.",
"type":"string"
}
}
},
"v1.Initializers":{
"description":"Initializers tracks the progress of initialization.",
"type":"object",
"required":[
"pending"
],
"properties":{
"pending":{
"description":"Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.Initializer"
},
"x-kubernetes-patch-merge-key":"name",
"x-kubernetes-patch-strategy":"merge"
},
"result":{
"description":"If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.",
"$ref":"#/definitions/v1.Status"
}
}
},
"v1.IssueLabel":{
"type":"object",
"properties":{
"color":{
"type":"string"
},
"name":{
"type":"string"
},
"url":{
"type":"string"
}
}
},
"v1.IssueSummary":{
"description":"IssueSummary is the summary of an issue",
"type":"object",
"properties":{
"assignees":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.UserDetails"
}
},
"body":{
"type":"string"
},
"closedBy":{
"$ref":"#/definitions/v1.UserDetails"
},
"creationTimestamp":{
"$ref":"#/definitions/v1.Time"
},
"id":{
"type":"string"
},
"labels":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.IssueLabel"
}
},
"message":{
"type":"string"
},
"state":{
"type":"string"
},
"title":{
"type":"string"
},
"url":{
"type":"string"
},
"user":{
"$ref":"#/definitions/v1.UserDetails"
}
}
},
"v1.Job":{
"description":"Job represents the configuration of a single job.",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"description":"Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status",
"$ref":"#/definitions/v1.JobSpec"
},
"status":{
"description":"Current status of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status",
"$ref":"#/definitions/v1.JobStatus"
}
}
},
"v1.JobCondition":{
"description":"JobCondition describes current state of a job.",
"type":"object",
"required":[
"type",
"status"
],
"properties":{
"lastProbeTime":{
"description":"Last time the condition was checked.",
"$ref":"#/definitions/v1.Time"
},
"lastTransitionTime":{
"description":"Last time the condition transit from one status to another.",
"$ref":"#/definitions/v1.Time"
},
"message":{
"description":"Human readable message indicating details about last transition.",
"type":"string"
},
"reason":{
"description":"(brief) reason for the condition's last transition.",
"type":"string"
},
"status":{
"description":"Status of the condition, one of True, False, Unknown.",
"type":"string"
},
"type":{
"description":"Type of job condition, Complete or Failed.",
"type":"string"
}
}
},
"v1.JobSpec":{
"description":"JobSpec describes how the job execution will look like.",
"type":"object",
"required":[
"template"
],
"properties":{
"activeDeadlineSeconds":{
"description":"Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer",
"type":"integer",
"format":"int64"
},
"backoffLimit":{
"description":"Specifies the number of retries before marking this job failed. Defaults to 6",
"type":"integer",
"format":"int32"
},
"completions":{
"description":"Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/",
"type":"integer",
"format":"int32"
},
"manualSelector":{
"description":"manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector",
"type":"boolean"
},
"parallelism":{
"description":"Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) \u003c .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/",
"type":"integer",
"format":"int32"
},
"selector":{
"description":"A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors",
"$ref":"#/definitions/v1.LabelSelector"
},
"template":{
"description":"Describes the pod that will be created when executing a job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/",
"$ref":"#/definitions/v1.PodTemplateSpec"
}
}
},
"v1.JobStatus":{
"description":"JobStatus represents the current state of a Job.",
"type":"object",
"properties":{
"active":{
"description":"The number of actively running pods.",
"type":"integer",
"format":"int32"
},
"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.",
"$ref":"#/definitions/v1.Time"
},
"conditions":{
"description":"The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/",
"type":"array",
"items":{
"$ref":"#/definitions/v1.JobCondition"
},
"x-kubernetes-patch-merge-key":"type",
"x-kubernetes-patch-strategy":"merge"
},
"failed":{
"description":"The number of pods which reached phase Failed.",
"type":"integer",
"format":"int32"
},
"startTime":{
"description":"Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.",
"$ref":"#/definitions/v1.Time"
},
"succeeded":{
"description":"The number of pods which reached phase Succeeded.",
"type":"integer",
"format":"int32"
}
}
},
"v1.KeyToPath":{
"description":"Maps a string key to a path within a volume.",
"type":"object",
"required":[
"key",
"path"
],
"properties":{
"key":{
"description":"The key to project.",
"type":"string"
},
"mode":{
"description":"Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"type":"integer",
"format":"int32"
},
"path":{
"description":"The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.",
"type":"string"
}
}
},
"v1.LabelSelector":{
"description":"A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
"type":"object",
"properties":{
"matchExpressions":{
"description":"matchExpressions is a list of label selector requirements. The requirements are ANDed.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.LabelSelectorRequirement"
}
},
"matchLabels":{
"description":"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.",
"type":"object",
"additionalProperties":{
"type":"string"
}
}
}
},
"v1.LabelSelectorRequirement":{
"description":"A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
"type":"object",
"required":[
"key",
"operator"
],
"properties":{
"key":{
"description":"key is the label key that the selector applies to.",
"type":"string",
"x-kubernetes-patch-merge-key":"key",
"x-kubernetes-patch-strategy":"merge"
},
"operator":{
"description":"operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.",
"type":"string"
},
"values":{
"description":"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.",
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.Lifecycle":{
"description":"Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.",
"type":"object",
"properties":{
"postStart":{
"description":"PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks",
"$ref":"#/definitions/v1.Handler"
},
"preStop":{
"description":"PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks",
"$ref":"#/definitions/v1.Handler"
}
}
},
"v1.ListMeta":{
"description":"ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"type":"object",
"properties":{
"continue":{
"description":"continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response.",
"type":"string"
},
"resourceVersion":{
"description":"String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency",
"type":"string"
},
"selfLink":{
"description":"selfLink is a URL representing this object. Populated by the system. Read-only.",
"type":"string"
}
}
},
"v1.LocalObjectReference":{
"description":"LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
"type":"object",
"properties":{
"name":{
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type":"string"
}
}
},
"v1.Measurement":{
"type":"object",
"required":[
"name",
"measurementType",
"measurementValue"
],
"properties":{
"measurementType":{
"type":"string"
},
"measurementValue":{
"type":"integer",
"format":"int32"
},
"name":{
"type":"string"
},
"tags":{
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.NFSVolumeSource":{
"description":"Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
"type":"object",
"required":[
"server",
"path"
],
"properties":{
"path":{
"description":"Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
"type":"string"
},
"readOnly":{
"description":"ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
"type":"boolean"
},
"server":{
"description":"Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
"type":"string"
}
}
},
"v1.NodeAffinity":{
"description":"Node affinity is a group of node affinity scheduling rules.",
"type":"object",
"properties":{
"preferredDuringSchedulingIgnoredDuringExecution":{
"description":"The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.PreferredSchedulingTerm"
}
},
"requiredDuringSchedulingIgnoredDuringExecution":{
"description":"If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.",
"$ref":"#/definitions/v1.NodeSelector"
}
}
},
"v1.NodeSelector":{
"description":"A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
"type":"object",
"required":[
"nodeSelectorTerms"
],
"properties":{
"nodeSelectorTerms":{
"description":"Required. A list of node selector terms. The terms are ORed.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.NodeSelectorTerm"
}
}
}
},
"v1.NodeSelectorRequirement":{
"description":"A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
"type":"object",
"required":[
"key",
"operator"
],
"properties":{
"key":{
"description":"The label key that the selector applies to.",
"type":"string"
},
"operator":{
"description":"Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.",
"type":"string"
},
"values":{
"description":"An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.",
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.NodeSelectorTerm":{
"description":"A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.",
"type":"object",
"properties":{
"matchExpressions":{
"description":"A list of node selector requirements by node's labels.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.NodeSelectorRequirement"
}
},
"matchFields":{
"description":"A list of node selector requirements by node's fields.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.NodeSelectorRequirement"
}
}
}
},
"v1.ObjectFieldSelector":{
"description":"ObjectFieldSelector selects an APIVersioned field of an object.",
"type":"object",
"required":[
"fieldPath"
],
"properties":{
"apiVersion":{
"description":"Version of the schema the FieldPath is written in terms of, defaults to \"v1\".",
"type":"string"
},
"fieldPath":{
"description":"Path of the field to select in the specified API version.",
"type":"string"
}
}
},
"v1.ObjectMeta":{
"description":"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
"type":"object",
"properties":{
"annotations":{
"description":"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations",
"type":"object",
"additionalProperties":{
"type":"string"
}
},
"clusterName":{
"description":"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.",
"type":"string"
},
"creationTimestamp":{
"description":"CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.Time"
},
"deletionGracePeriodSeconds":{
"description":"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.",
"type":"integer",
"format":"int64"
},
"deletionTimestamp":{
"description":"DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.Time"
},
"finalizers":{
"description":"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.",
"type":"array",
"items":{
"type":"string"
},
"x-kubernetes-patch-strategy":"merge"
},
"generateName":{
"description":"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency",
"type":"string"
},
"generation":{
"description":"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.",
"type":"integer",
"format":"int64"
},
"initializers":{
"description":"An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven't explicitly asked to observe uninitialized objects.\n\nWhen an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.",
"$ref":"#/definitions/v1.Initializers"
},
"labels":{
"description":"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels",
"type":"object",
"additionalProperties":{
"type":"string"
}
},
"name":{
"description":"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type":"string"
},
"namespace":{
"description":"Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces",
"type":"string"
},
"ownerReferences":{
"description":"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.OwnerReference"
},
"x-kubernetes-patch-merge-key":"uid",
"x-kubernetes-patch-strategy":"merge"
},
"resourceVersion":{
"description":"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency",
"type":"string"
},
"selfLink":{
"description":"SelfLink is a URL representing this object. Populated by the system. Read-only.",
"type":"string"
},
"uid":{
"description":"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type":"string"
}
}
},
"v1.Original":{
"type":"object",
"properties":{
"mimetype":{
"type":"string"
},
"tags":{
"type":"array",
"items":{
"type":"string"
}
},
"url":{
"type":"string"
}
}
},
"v1.OwnerReference":{
"description":"OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.",
"type":"object",
"required":[
"apiVersion",
"kind",
"name",
"uid"
],
"properties":{
"apiVersion":{
"description":"API version of the referent.",
"type":"string"
},
"blockOwnerDeletion":{
"description":"If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.",
"type":"boolean"
},
"controller":{
"description":"If true, this reference points to the managing controller.",
"type":"boolean"
},
"kind":{
"description":"Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
"type":"string"
},
"name":{
"description":"Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type":"string"
},
"uid":{
"description":"UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type":"string"
}
}
},
"v1.PersistentVolumeClaimVolumeSource":{
"description":"PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).",
"type":"object",
"required":[
"claimName"
],
"properties":{
"claimName":{
"description":"ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims",
"type":"string"
},
"readOnly":{
"description":"Will force the ReadOnly setting in VolumeMounts. Default false.",
"type":"boolean"
}
}
},
"v1.PhotonPersistentDiskVolumeSource":{
"description":"Represents a Photon Controller persistent disk resource.",
"type":"object",
"required":[
"pdID"
],
"properties":{
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
"type":"string"
},
"pdID":{
"description":"ID that identifies Photon Controller persistent disk",
"type":"string"
}
}
},
"v1.PipelineActivity":{
"description":"PipelineActivity represents pipeline activity for a particular run of a pipeline",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.PipelineActivitySpec"
},
"status":{
"$ref":"#/definitions/v1.PipelineActivityStatus"
}
}
},
"v1.PipelineActivityList":{
"description":"PipelineActivityList is a list of PipelineActivity resources",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.PipelineActivity"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.PipelineActivitySpec":{
"description":"PipelineActivitySpec is the specification of the pipeline activity",
"type":"object",
"properties":{
"attachments":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Attachment"
}
},
"build":{
"type":"string"
},
"buildLogsUrl":{
"type":"string"
},
"buildUrl":{
"type":"string"
},
"completedTimestamp":{
"$ref":"#/definitions/v1.Time"
},
"facts":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Fact"
}
},
"gitBranch":{
"type":"string"
},
"gitOwner":{
"type":"string"
},
"gitRepository":{
"type":"string"
},
"gitUrl":{
"type":"string"
},
"lastCommitMessage":{
"type":"string"
},
"lastCommitSHA":{
"type":"string"
},
"lastCommitURL":{
"type":"string"
},
"pipeline":{
"type":"string"
},
"postExtensions":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.ExtensionExecution"
}
},
"releaseNotesURL":{
"type":"string"
},
"startedTimestamp":{
"$ref":"#/definitions/v1.Time"
},
"status":{
"type":"string"
},
"steps":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.PipelineActivityStep"
}
},
"version":{
"type":"string"
},
"workflow":{
"type":"string"
},
"workflowMessage":{
"type":"string"
},
"workflowStatus":{
"type":"string"
}
}
},
"v1.PipelineActivityStatus":{
"description":"PipelineActivityStatus is the status for an Environment resource",
"type":"object",
"properties":{
"version":{
"type":"string"
}
}
},
"v1.PipelineActivityStep":{
"description":"PipelineActivityStep represents a step in a pipeline activity",
"type":"object",
"properties":{
"kind":{
"type":"string"
},
"preview":{
"$ref":"#/definitions/v1.PreviewActivityStep"
},
"promote":{
"$ref":"#/definitions/v1.PromoteActivityStep"
},
"stage":{
"$ref":"#/definitions/v1.StageActivityStep"
}
}
},
"v1.Plugin":{
"description":"Plugin represents a binary plugin installed into this Jenkins X team",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.PluginSpec"
}
}
},
"v1.PluginList":{
"description":"PluginList is a list of Plugins available for a team",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Plugin"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.PluginSpec":{
"description":"PluginSpec provides details of a binary plugin available for a team",
"type":"object",
"properties":{
"binaries":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Binary"
}
},
"description":{
"type":"string"
},
"group":{
"type":"string"
},
"name":{
"type":"string"
},
"subCommand":{
"type":"string"
},
"version":{
"type":"string"
}
}
},
"v1.PodAffinity":{
"description":"Pod affinity is a group of inter pod affinity scheduling rules.",
"type":"object",
"properties":{
"preferredDuringSchedulingIgnoredDuringExecution":{
"description":"The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.WeightedPodAffinityTerm"
}
},
"requiredDuringSchedulingIgnoredDuringExecution":{
"description":"If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.PodAffinityTerm"
}
}
}
},
"v1.PodAffinityTerm":{
"description":"Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key \u003ctopologyKey\u003e matches that of any node on which a pod of the set of pods is running",
"type":"object",
"required":[
"topologyKey"
],
"properties":{
"labelSelector":{
"description":"A label query over a set of resources, in this case pods.",
"$ref":"#/definitions/v1.LabelSelector"
},
"namespaces":{
"description":"namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\"",
"type":"array",
"items":{
"type":"string"
}
},
"topologyKey":{
"description":"This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.",
"type":"string"
}
}
},
"v1.PodAntiAffinity":{
"description":"Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
"type":"object",
"properties":{
"preferredDuringSchedulingIgnoredDuringExecution":{
"description":"The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.WeightedPodAffinityTerm"
}
},
"requiredDuringSchedulingIgnoredDuringExecution":{
"description":"If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.PodAffinityTerm"
}
}
}
},
"v1.PodDNSConfig":{
"description":"PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.",
"type":"object",
"properties":{
"nameservers":{
"description":"A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.",
"type":"array",
"items":{
"type":"string"
}
},
"options":{
"description":"A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.PodDNSConfigOption"
}
},
"searches":{
"description":"A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.",
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.PodDNSConfigOption":{
"description":"PodDNSConfigOption defines DNS resolver options of a pod.",
"type":"object",
"properties":{
"name":{
"description":"Required.",
"type":"string"
},
"value":{
"type":"string"
}
}
},
"v1.PodReadinessGate":{
"description":"PodReadinessGate contains the reference to a pod condition",
"type":"object",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"description":"ConditionType refers to a condition in the pod's condition list with matching type.",
"type":"string"
}
}
},
"v1.PodSecurityContext":{
"description":"PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
"type":"object",
"properties":{
"fsGroup":{
"description":"A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----\n\nIf unset, the Kubelet will not modify the ownership and permissions of any volume.",
"type":"integer",
"format":"int64"
},
"runAsGroup":{
"description":"The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.",
"type":"integer",
"format":"int64"
},
"runAsNonRoot":{
"description":"Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
"type":"boolean"
},
"runAsUser":{
"description":"The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.",
"type":"integer",
"format":"int64"
},
"seLinuxOptions":{
"description":"The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.",
"$ref":"#/definitions/v1.SELinuxOptions"
},
"supplementalGroups":{
"description":"A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container.",
"type":"array",
"items":{
"type":"integer",
"format":"int64"
}
},
"sysctls":{
"description":"Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.Sysctl"
}
}
}
},
"v1.PodSpec":{
"description":"PodSpec is a description of a pod.",
"type":"object",
"required":[
"containers"
],
"properties":{
"activeDeadlineSeconds":{
"description":"Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer.",
"type":"integer",
"format":"int64"
},
"affinity":{
"description":"If specified, the pod's scheduling constraints",
"$ref":"#/definitions/v1.Affinity"
},
"automountServiceAccountToken":{
"description":"AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.",
"type":"boolean"
},
"containers":{
"description":"List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.Container"
},
"x-kubernetes-patch-merge-key":"name",
"x-kubernetes-patch-strategy":"merge"
},
"dnsConfig":{
"description":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.",
"$ref":"#/definitions/v1.PodDNSConfig"
},
"dnsPolicy":{
"description":"Set DNS policy for the pod. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.",
"type":"string"
},
"hostAliases":{
"description":"HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.HostAlias"
},
"x-kubernetes-patch-merge-key":"ip",
"x-kubernetes-patch-strategy":"merge"
},
"hostIPC":{
"description":"Use the host's ipc namespace. Optional: Default to false.",
"type":"boolean"
},
"hostNetwork":{
"description":"Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false.",
"type":"boolean"
},
"hostPID":{
"description":"Use the host's pid namespace. Optional: Default to false.",
"type":"boolean"
},
"hostname":{
"description":"Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.",
"type":"string"
},
"imagePullSecrets":{
"description":"ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod",
"type":"array",
"items":{
"$ref":"#/definitions/v1.LocalObjectReference"
},
"x-kubernetes-patch-merge-key":"name",
"x-kubernetes-patch-strategy":"merge"
},
"initContainers":{
"description":"List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/",
"type":"array",
"items":{
"$ref":"#/definitions/v1.Container"
},
"x-kubernetes-patch-merge-key":"name",
"x-kubernetes-patch-strategy":"merge"
},
"nodeName":{
"description":"NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements.",
"type":"string"
},
"nodeSelector":{
"description":"NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/",
"type":"object",
"additionalProperties":{
"type":"string"
}
},
"priority":{
"description":"The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority.",
"type":"integer",
"format":"int32"
},
"priorityClassName":{
"description":"If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.",
"type":"string"
},
"readinessGates":{
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md",
"type":"array",
"items":{
"$ref":"#/definitions/v1.PodReadinessGate"
}
},
"restartPolicy":{
"description":"Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy",
"type":"string"
},
"schedulerName":{
"description":"If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.",
"type":"string"
},
"securityContext":{
"description":"SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field.",
"$ref":"#/definitions/v1.PodSecurityContext"
},
"serviceAccount":{
"description":"DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.",
"type":"string"
},
"serviceAccountName":{
"description":"ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/",
"type":"string"
},
"shareProcessNamespace":{
"description":"Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. This field is alpha-level and is honored only by servers that enable the PodShareProcessNamespace feature.",
"type":"boolean"
},
"subdomain":{
"description":"If specified, the fully qualified Pod hostname will be \"\u003chostname\u003e.\u003csubdomain\u003e.\u003cpod namespace\u003e.svc.\u003ccluster domain\u003e\". If not specified, the pod will not have a domainname at all.",
"type":"string"
},
"terminationGracePeriodSeconds":{
"description":"Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.",
"type":"integer",
"format":"int64"
},
"tolerations":{
"description":"If specified, the pod's tolerations.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.Toleration"
}
},
"volumes":{
"description":"List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes",
"type":"array",
"items":{
"$ref":"#/definitions/v1.Volume"
},
"x-kubernetes-patch-merge-key":"name",
"x-kubernetes-patch-strategy":"merge,retainKeys"
}
}
},
"v1.PodTemplateSpec":{
"description":"PodTemplateSpec describes the data a pod should have when created from a template",
"type":"object",
"properties":{
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"description":"Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status",
"$ref":"#/definitions/v1.PodSpec"
}
}
},
"v1.PortworxVolumeSource":{
"description":"PortworxVolumeSource represents a Portworx volume resource.",
"type":"object",
"required":[
"volumeID"
],
"properties":{
"fsType":{
"description":"FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.",
"type":"string"
},
"readOnly":{
"description":"Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type":"boolean"
},
"volumeID":{
"description":"VolumeID uniquely identifies a Portworx volume",
"type":"string"
}
}
},
"v1.PreferredSchedulingTerm":{
"description":"An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
"type":"object",
"required":[
"weight",
"preference"
],
"properties":{
"preference":{
"description":"A node selector term, associated with the corresponding weight.",
"$ref":"#/definitions/v1.NodeSelectorTerm"
},
"weight":{
"description":"Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.",
"type":"integer",
"format":"int32"
}
}
},
"v1.PreviewActivityStep":{
"description":"PreviewActivityStep is the step of creating a preview environment as part of a Pull Request pipeline",
"type":"object",
"required":[
"CoreActivityStep"
],
"properties":{
"CoreActivityStep":{
"$ref":"#/definitions/v1.CoreActivityStep"
},
"applicationURL":{
"type":"string"
},
"environment":{
"type":"string"
},
"pullRequestURL":{
"type":"string"
}
}
},
"v1.PreviewGitSpec":{
"description":"PreviewGitSpec is the preview git branch/pull request details",
"type":"object",
"properties":{
"appName":{
"type":"string"
},
"applicationURL":{
"type":"string"
},
"buildStatus":{
"type":"string"
},
"buildStatusUrl":{
"type":"string"
},
"description":{
"type":"string"
},
"name":{
"type":"string"
},
"title":{
"type":"string"
},
"url":{
"type":"string"
},
"user":{
"$ref":"#/definitions/v1.UserSpec"
}
}
},
"v1.Probe":{
"description":"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
"type":"object",
"properties":{
"exec":{
"description":"One and only one of the following should be specified. Exec specifies the action to take.",
"$ref":"#/definitions/v1.ExecAction"
},
"failureThreshold":{
"description":"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.",
"type":"integer",
"format":"int32"
},
"httpGet":{
"description":"HTTPGet specifies the http request to perform.",
"$ref":"#/definitions/v1.HTTPGetAction"
},
"initialDelaySeconds":{
"description":"Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
"type":"integer",
"format":"int32"
},
"periodSeconds":{
"description":"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.",
"type":"integer",
"format":"int32"
},
"successThreshold":{
"description":"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1.",
"type":"integer",
"format":"int32"
},
"tcpSocket":{
"description":"TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported",
"$ref":"#/definitions/v1.TCPSocketAction"
},
"timeoutSeconds":{
"description":"Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
"type":"integer",
"format":"int32"
}
}
},
"v1.ProjectedVolumeSource":{
"description":"Represents a projected volume source",
"type":"object",
"required":[
"sources"
],
"properties":{
"defaultMode":{
"description":"Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"type":"integer",
"format":"int32"
},
"sources":{
"description":"list of volume projections",
"type":"array",
"items":{
"$ref":"#/definitions/v1.VolumeProjection"
}
}
}
},
"v1.PromoteActivityStep":{
"description":"PromoteActivityStep is the step of promoting a version of an application to an environment",
"type":"object",
"required":[
"CoreActivityStep"
],
"properties":{
"CoreActivityStep":{
"$ref":"#/definitions/v1.CoreActivityStep"
},
"applicationURL":{
"type":"string"
},
"environment":{
"type":"string"
},
"pullRequest":{
"$ref":"#/definitions/v1.PromotePullRequestStep"
},
"update":{
"$ref":"#/definitions/v1.PromoteUpdateStep"
}
}
},
"v1.PromotePullRequestStep":{
"description":"PromotePullRequestStep is the step for promoting a version to an environment by raising a Pull Request on the git repository of the environment",
"type":"object",
"required":[
"CoreActivityStep"
],
"properties":{
"CoreActivityStep":{
"$ref":"#/definitions/v1.CoreActivityStep"
},
"mergeCommitSHA":{
"type":"string"
},
"pullRequestURL":{
"type":"string"
}
}
},
"v1.PromoteUpdateStep":{
"description":"PromoteUpdateStep is the step for updating a promotion after the Pull Request merges to master",
"type":"object",
"required":[
"CoreActivityStep"
],
"properties":{
"CoreActivityStep":{
"$ref":"#/definitions/v1.CoreActivityStep"
},
"statuses":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.GitStatus"
}
}
}
},
"v1.PromoteWorkflowStep":{
"description":"PromoteWorkflowStep is the step of promoting a version of an application to an environment",
"type":"object",
"properties":{
"environment":{
"type":"string"
}
}
},
"v1.QuickStartLocation":{
"description":"QuickStartLocation",
"type":"object",
"properties":{
"excludes":{
"type":"array",
"items":{
"type":"string"
}
},
"gitKind":{
"type":"string"
},
"gitUrl":{
"type":"string"
},
"includes":{
"type":"array",
"items":{
"type":"string"
}
},
"owner":{
"type":"string"
}
}
},
"v1.QuobyteVolumeSource":{
"description":"Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.",
"type":"object",
"required":[
"registry",
"volume"
],
"properties":{
"group":{
"description":"Group to map volume access to Default is no group",
"type":"string"
},
"readOnly":{
"description":"ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.",
"type":"boolean"
},
"registry":{
"description":"Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes",
"type":"string"
},
"user":{
"description":"User to map volume access to Defaults to serivceaccount user",
"type":"string"
},
"volume":{
"description":"Volume is a string that references an already created Quobyte volume by name.",
"type":"string"
}
}
},
"v1.RBDVolumeSource":{
"description":"Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
"type":"object",
"required":[
"monitors",
"image"
],
"properties":{
"fsType":{
"description":"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd",
"type":"string"
},
"image":{
"description":"The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it",
"type":"string"
},
"keyring":{
"description":"Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it",
"type":"string"
},
"monitors":{
"description":"A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it",
"type":"array",
"items":{
"type":"string"
}
},
"pool":{
"description":"The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it",
"type":"string"
},
"readOnly":{
"description":"ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it",
"type":"boolean"
},
"secretRef":{
"description":"SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it",
"$ref":"#/definitions/v1.LocalObjectReference"
},
"user":{
"description":"The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it",
"type":"string"
}
}
},
"v1.Release":{
"description":"Release represents a single version of an app that has been released",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.ReleaseSpec"
},
"status":{
"$ref":"#/definitions/v1.ReleaseStatus"
}
}
},
"v1.ReleaseList":{
"description":"ReleaseList is a list of Release resources",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Release"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.ReleaseSpec":{
"description":"ReleaseSpec is the specification of the Release",
"type":"object",
"properties":{
"commits":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.CommitSummary"
}
},
"gitCloneUrl":{
"type":"string"
},
"gitHttpUrl":{
"type":"string"
},
"gitOwner":{
"type":"string"
},
"gitRepository":{
"type":"string"
},
"issues":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.IssueSummary"
}
},
"name":{
"type":"string"
},
"pullRequests":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.IssueSummary"
}
},
"releaseNotesURL":{
"type":"string"
},
"version":{
"type":"string"
}
}
},
"v1.ReleaseStatus":{
"description":"ReleaseStatus is the status of a release",
"type":"object",
"properties":{
"status":{
"type":"string"
}
}
},
"v1.ResourceFieldSelector":{
"description":"ResourceFieldSelector represents container resources (cpu, memory) and their output format",
"type":"object",
"required":[
"resource"
],
"properties":{
"containerName":{
"description":"Container name: required for volumes, optional for env vars",
"type":"string"
},
"divisor":{
"description":"Specifies the output format of the exposed resources, defaults to \"1\"",
"$ref":"#/definitions/resource.Quantity"
},
"resource":{
"description":"Required: resource to select",
"type":"string"
}
}
},
"v1.ResourceReference":{
"type":"object",
"required":[
"apiVersion",
"kind",
"name",
"uid"
],
"properties":{
"apiVersion":{
"description":"API version of the referent.",
"type":"string"
},
"kind":{
"description":"Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
"type":"string"
},
"name":{
"description":"Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type":"string"
},
"uid":{
"description":"UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type":"string"
}
}
},
"v1.ResourceRequirements":{
"description":"ResourceRequirements describes the compute resource requirements.",
"type":"object",
"properties":{
"limits":{
"description":"Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/",
"type":"object",
"additionalProperties":{
"$ref":"#/definitions/resource.Quantity"
}
},
"requests":{
"description":"Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/",
"type":"object",
"additionalProperties":{
"$ref":"#/definitions/resource.Quantity"
}
}
}
},
"v1.RoleRef":{
"description":"RoleRef contains information that points to the role being used",
"type":"object",
"required":[
"apiGroup",
"kind",
"name"
],
"properties":{
"apiGroup":{
"description":"APIGroup is the group for the resource being referenced",
"type":"string"
},
"kind":{
"description":"Kind is the type of resource being referenced",
"type":"string"
},
"name":{
"description":"Name is the name of resource being referenced",
"type":"string"
}
}
},
"v1.SELinuxOptions":{
"description":"SELinuxOptions are the labels to be applied to the container",
"type":"object",
"properties":{
"level":{
"description":"Level is SELinux level label that applies to the container.",
"type":"string"
},
"role":{
"description":"Role is a SELinux role label that applies to the container.",
"type":"string"
},
"type":{
"description":"Type is a SELinux type label that applies to the container.",
"type":"string"
},
"user":{
"description":"User is a SELinux user label that applies to the container.",
"type":"string"
}
}
},
"v1.ScaleIOVolumeSource":{
"description":"ScaleIOVolumeSource represents a persistent ScaleIO volume",
"type":"object",
"required":[
"gateway",
"system",
"secretRef"
],
"properties":{
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
"type":"string"
},
"gateway":{
"description":"The host address of the ScaleIO API Gateway.",
"type":"string"
},
"protectionDomain":{
"description":"The name of the ScaleIO Protection Domain for the configured storage.",
"type":"string"
},
"readOnly":{
"description":"Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type":"boolean"
},
"secretRef":{
"description":"SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.",
"$ref":"#/definitions/v1.LocalObjectReference"
},
"sslEnabled":{
"description":"Flag to enable/disable SSL communication with Gateway, default false",
"type":"boolean"
},
"storageMode":{
"description":"Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.",
"type":"string"
},
"storagePool":{
"description":"The ScaleIO Storage Pool associated with the protection domain.",
"type":"string"
},
"system":{
"description":"The name of the storage system as configured in ScaleIO.",
"type":"string"
},
"volumeName":{
"description":"The name of a volume already created in the ScaleIO system that is associated with this volume source.",
"type":"string"
}
}
},
"v1.SecretEnvSource":{
"description":"SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
"type":"object",
"properties":{
"name":{
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type":"string"
},
"optional":{
"description":"Specify whether the Secret must be defined",
"type":"boolean"
}
}
},
"v1.SecretKeySelector":{
"description":"SecretKeySelector selects a key of a Secret.",
"type":"object",
"required":[
"key"
],
"properties":{
"key":{
"description":"The key of the secret to select from. Must be a valid secret key.",
"type":"string"
},
"name":{
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type":"string"
},
"optional":{
"description":"Specify whether the Secret or it's key must be defined",
"type":"boolean"
}
}
},
"v1.SecretProjection":{
"description":"Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.",
"type":"object",
"properties":{
"items":{
"description":"If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.KeyToPath"
}
},
"name":{
"description":"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type":"string"
},
"optional":{
"description":"Specify whether the Secret or its key must be defined",
"type":"boolean"
}
}
},
"v1.SecretVolumeSource":{
"description":"Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.",
"type":"object",
"properties":{
"defaultMode":{
"description":"Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"type":"integer",
"format":"int32"
},
"items":{
"description":"If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.KeyToPath"
}
},
"optional":{
"description":"Specify whether the Secret or it's keys must be defined",
"type":"boolean"
},
"secretName":{
"description":"Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret",
"type":"string"
}
}
},
"v1.SecurityContext":{
"description":"SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
"type":"object",
"properties":{
"allowPrivilegeEscalation":{
"description":"AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN",
"type":"boolean"
},
"capabilities":{
"description":"The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime.",
"$ref":"#/definitions/v1.Capabilities"
},
"privileged":{
"description":"Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.",
"type":"boolean"
},
"readOnlyRootFilesystem":{
"description":"Whether this container has a read-only root filesystem. Default is false.",
"type":"boolean"
},
"runAsGroup":{
"description":"The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
"type":"integer",
"format":"int64"
},
"runAsNonRoot":{
"description":"Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
"type":"boolean"
},
"runAsUser":{
"description":"The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
"type":"integer",
"format":"int64"
},
"seLinuxOptions":{
"description":"The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
"$ref":"#/definitions/v1.SELinuxOptions"
}
}
},
"v1.ServiceAccountTokenProjection":{
"description":"ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).",
"type":"object",
"required":[
"path"
],
"properties":{
"audience":{
"description":"Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.",
"type":"string"
},
"expirationSeconds":{
"description":"ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.",
"type":"integer",
"format":"int64"
},
"path":{
"description":"Path is the path relative to the mount point of the file to project the token into.",
"type":"string"
}
}
},
"v1.SourceRepository":{
"description":"SourceRepository is the metadata for an Application/Project/SourceRepository",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.SourceRepositorySpec"
}
}
},
"v1.SourceRepositoryList":{
"description":"SourceRepositoryList is a structure used by k8s to store lists of apps",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.SourceRepository"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.SourceRepositorySpec":{
"description":"SourceRepositorySpec provides details of the metadata for an App",
"type":"object",
"required":[
"Description",
"Provider",
"Org",
"Repo"
],
"properties":{
"Description":{
"type":"string"
},
"Org":{
"description":"github.com etc",
"type":"string"
},
"Provider":{
"description":"non-functional user-data",
"type":"string"
},
"Repo":{
"type":"string"
}
}
},
"v1.StageActivityStep":{
"description":"StageActivityStep represents a stage of zero to more sub steps in a jenkins pipeline",
"type":"object",
"required":[
"CoreActivityStep"
],
"properties":{
"CoreActivityStep":{
"$ref":"#/definitions/v1.CoreActivityStep"
},
"steps":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.CoreActivityStep"
}
}
}
},
"v1.Statement":{
"type":"object",
"required":[
"name",
"statementType",
"measurementValue"
],
"properties":{
"measurementValue":{
"type":"boolean"
},
"name":{
"type":"string"
},
"statementType":{
"type":"string"
},
"tags":{
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.Status":{
"description":"Status is a return value for calls that don't return other objects.",
"type":"object",
"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/api-conventions.md#resources",
"type":"string"
},
"code":{
"description":"Suggested HTTP return code for this status, 0 if not set.",
"type":"integer",
"format":"int32"
},
"details":{
"description":"Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
"$ref":"#/definitions/v1.StatusDetails"
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"message":{
"description":"A human-readable description of the status of this operation.",
"type":"string"
},
"metadata":{
"description":"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
"$ref":"#/definitions/v1.ListMeta"
},
"reason":{
"description":"A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.",
"type":"string"
},
"status":{
"description":"Status of the operation. One of: \"Success\" or \"Failure\". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status",
"type":"string"
}
}
},
"v1.StatusCause":{
"description":"StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
"type":"object",
"properties":{
"field":{
"description":"The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\"",
"type":"string"
},
"message":{
"description":"A human-readable description of the cause of the error. This field may be presented as-is to a reader.",
"type":"string"
},
"reason":{
"description":"A machine-readable description of the cause of the error. If this value is empty there is no information available.",
"type":"string"
}
}
},
"v1.StatusDetails":{
"description":"StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.",
"type":"object",
"properties":{
"causes":{
"description":"The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.",
"type":"array",
"items":{
"$ref":"#/definitions/v1.StatusCause"
}
},
"group":{
"description":"The group attribute of the resource associated with the status StatusReason.",
"type":"string"
},
"kind":{
"description":"The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
"type":"string"
},
"name":{
"description":"The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).",
"type":"string"
},
"retryAfterSeconds":{
"description":"If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.",
"type":"integer",
"format":"int32"
},
"uid":{
"description":"UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
"type":"string"
}
}
},
"v1.StorageLocation":{
"description":"StorageLocation",
"type":"object",
"properties":{
"bucketUrl":{
"type":"string"
},
"classifier":{
"type":"string"
},
"gitBranch":{
"type":"string"
},
"gitUrl":{
"type":"string"
}
}
},
"v1.StorageOSVolumeSource":{
"description":"Represents a StorageOS persistent volume resource.",
"type":"object",
"properties":{
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
"type":"string"
},
"readOnly":{
"description":"Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type":"boolean"
},
"secretRef":{
"description":"SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted.",
"$ref":"#/definitions/v1.LocalObjectReference"
},
"volumeName":{
"description":"VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.",
"type":"string"
},
"volumeNamespace":{
"description":"VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.",
"type":"string"
}
}
},
"v1.Subject":{
"description":"Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.",
"type":"object",
"required":[
"kind",
"name"
],
"properties":{
"apiGroup":{
"description":"APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects.",
"type":"string"
},
"kind":{
"description":"Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error.",
"type":"string"
},
"name":{
"description":"Name of the object being referenced.",
"type":"string"
},
"namespace":{
"description":"Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error.",
"type":"string"
}
}
},
"v1.Sysctl":{
"description":"Sysctl defines a kernel parameter to be set",
"type":"object",
"required":[
"name",
"value"
],
"properties":{
"name":{
"description":"Name of a property to set",
"type":"string"
},
"value":{
"description":"Value of a property to set",
"type":"string"
}
}
},
"v1.TCPSocketAction":{
"description":"TCPSocketAction describes an action based on opening a socket",
"type":"object",
"required":[
"port"
],
"properties":{
"host":{
"description":"Optional: Host name to connect to, defaults to the pod IP.",
"type":"string"
},
"port":{
"description":"Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.",
"$ref":"#/definitions/intstr.IntOrString"
}
}
},
"v1.Team":{
"description":"Team represents a request to create an actual Team which is a group of users, a development environment and optional other environments",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.TeamSpec"
},
"status":{
"$ref":"#/definitions/v1.TeamStatus"
}
}
},
"v1.TeamList":{
"description":"TeamList is a list of TypeMeta resources",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Team"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.TeamSettings":{
"description":"TeamSettings the default settings for a team",
"type":"object",
"properties":{
"appsRepository":{
"type":"string"
},
"askOnCreate":{
"type":"boolean"
},
"branchPatterns":{
"type":"string"
},
"buildPackName":{
"type":"string"
},
"buildPackRef":{
"type":"string"
},
"buildPackUrl":{
"type":"string"
},
"dockerRegistryOrg":{
"type":"string"
},
"envOrganisation":{
"type":"string"
},
"forkBranchPatterns":{
"type":"string"
},
"gitPrivate":{
"type":"boolean"
},
"gitServer":{
"type":"string"
},
"helmBinary":{
"type":"string"
},
"helmTemplate":{
"type":"boolean"
},
"kubeProvider":{
"type":"string"
},
"noTiller":{
"type":"boolean"
},
"organisation":{
"type":"string"
},
"pipelineUsername":{
"type":"string"
},
"postPreviewJobs":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Job"
}
},
"promotionEngine":{
"type":"string"
},
"quickstartLocations":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.QuickStartLocation"
}
},
"storageLocations":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.StorageLocation"
}
},
"useGitOps":{
"type":"boolean"
}
}
},
"v1.TeamSpec":{
"description":"TeamSpec is the specification of an Team",
"type":"object",
"properties":{
"kind":{
"type":"string"
},
"label":{
"type":"string"
},
"members":{
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.TeamStatus":{
"description":"TeamStatus is the status for an Team resource",
"type":"object",
"properties":{
"message":{
"type":"string"
},
"provisionStatus":{
"type":"string"
}
}
},
"v1.Time":{
"description":"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
"type":"string",
"format":"date-time"
},
"v1.Toleration":{
"description":"The pod this Toleration is attached to tolerates any taint that matches the triple \u003ckey,value,effect\u003e using the matching operator \u003coperator\u003e.",
"type":"object",
"properties":{
"effect":{
"description":"Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.",
"type":"string"
},
"key":{
"description":"Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.",
"type":"string"
},
"operator":{
"description":"Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.",
"type":"string"
},
"tolerationSeconds":{
"description":"TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.",
"type":"integer",
"format":"int64"
},
"value":{
"description":"Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.",
"type":"string"
}
}
},
"v1.User":{
"description":"User represents a git user so we have a cache to find by email address",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.UserDetails"
},
"user":{
"description":"Deprecated, use Spec",
"$ref":"#/definitions/v1.UserDetails"
}
}
},
"v1.UserDetails":{
"description":"UserDetails containers details of a user",
"type":"object",
"properties":{
"accountReference":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.AccountReference"
}
},
"avatarUrl":{
"type":"string"
},
"creationTimestamp":{
"$ref":"#/definitions/v1.Time"
},
"email":{
"type":"string"
},
"login":{
"type":"string"
},
"name":{
"type":"string"
},
"serviceAccount":{
"type":"string"
},
"url":{
"type":"string"
}
}
},
"v1.UserList":{
"description":"UserList is a list of User resources",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.User"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.UserSpec":{
"description":"UserSpec is the user details",
"type":"object",
"properties":{
"imageUrl":{
"type":"string"
},
"linkUrl":{
"type":"string"
},
"name":{
"type":"string"
},
"username":{
"type":"string"
}
}
},
"v1.Volume":{
"description":"Volume represents a named volume in a pod that may be accessed by any container in the pod.",
"type":"object",
"required":[
"name"
],
"properties":{
"awsElasticBlockStore":{
"description":"AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
"$ref":"#/definitions/v1.AWSElasticBlockStoreVolumeSource"
},
"azureDisk":{
"description":"AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
"$ref":"#/definitions/v1.AzureDiskVolumeSource"
},
"azureFile":{
"description":"AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
"$ref":"#/definitions/v1.AzureFileVolumeSource"
},
"cephfs":{
"description":"CephFS represents a Ceph FS mount on the host that shares a pod's lifetime",
"$ref":"#/definitions/v1.CephFSVolumeSource"
},
"cinder":{
"description":"Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"$ref":"#/definitions/v1.CinderVolumeSource"
},
"configMap":{
"description":"ConfigMap represents a configMap that should populate this volume",
"$ref":"#/definitions/v1.ConfigMapVolumeSource"
},
"downwardAPI":{
"description":"DownwardAPI represents downward API about the pod that should populate this volume",
"$ref":"#/definitions/v1.DownwardAPIVolumeSource"
},
"emptyDir":{
"description":"EmptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir",
"$ref":"#/definitions/v1.EmptyDirVolumeSource"
},
"fc":{
"description":"FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.",
"$ref":"#/definitions/v1.FCVolumeSource"
},
"flexVolume":{
"description":"FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.",
"$ref":"#/definitions/v1.FlexVolumeSource"
},
"flocker":{
"description":"Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running",
"$ref":"#/definitions/v1.FlockerVolumeSource"
},
"gcePersistentDisk":{
"description":"GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk",
"$ref":"#/definitions/v1.GCEPersistentDiskVolumeSource"
},
"gitRepo":{
"description":"GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.",
"$ref":"#/definitions/v1.GitRepoVolumeSource"
},
"glusterfs":{
"description":"Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md",
"$ref":"#/definitions/v1.GlusterfsVolumeSource"
},
"hostPath":{
"description":"HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath",
"$ref":"#/definitions/v1.HostPathVolumeSource"
},
"iscsi":{
"description":"ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md",
"$ref":"#/definitions/v1.ISCSIVolumeSource"
},
"name":{
"description":"Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type":"string"
},
"nfs":{
"description":"NFS represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
"$ref":"#/definitions/v1.NFSVolumeSource"
},
"persistentVolumeClaim":{
"description":"PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims",
"$ref":"#/definitions/v1.PersistentVolumeClaimVolumeSource"
},
"photonPersistentDisk":{
"description":"PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine",
"$ref":"#/definitions/v1.PhotonPersistentDiskVolumeSource"
},
"portworxVolume":{
"description":"PortworxVolume represents a portworx volume attached and mounted on kubelets host machine",
"$ref":"#/definitions/v1.PortworxVolumeSource"
},
"projected":{
"description":"Items for all in one resources secrets, configmaps, and downward API",
"$ref":"#/definitions/v1.ProjectedVolumeSource"
},
"quobyte":{
"description":"Quobyte represents a Quobyte mount on the host that shares a pod's lifetime",
"$ref":"#/definitions/v1.QuobyteVolumeSource"
},
"rbd":{
"description":"RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md",
"$ref":"#/definitions/v1.RBDVolumeSource"
},
"scaleIO":{
"description":"ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.",
"$ref":"#/definitions/v1.ScaleIOVolumeSource"
},
"secret":{
"description":"Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret",
"$ref":"#/definitions/v1.SecretVolumeSource"
},
"storageos":{
"description":"StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.",
"$ref":"#/definitions/v1.StorageOSVolumeSource"
},
"vsphereVolume":{
"description":"VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine",
"$ref":"#/definitions/v1.VsphereVirtualDiskVolumeSource"
}
}
},
"v1.VolumeDevice":{
"description":"volumeDevice describes a mapping of a raw block device within a container.",
"type":"object",
"required":[
"name",
"devicePath"
],
"properties":{
"devicePath":{
"description":"devicePath is the path inside of the container that the device will be mapped to.",
"type":"string"
},
"name":{
"description":"name must match the name of a persistentVolumeClaim in the pod",
"type":"string"
}
}
},
"v1.VolumeMount":{
"description":"VolumeMount describes a mounting of a Volume within a container.",
"type":"object",
"required":[
"name",
"mountPath"
],
"properties":{
"mountPath":{
"description":"Path within the container at which the volume should be mounted. Must not contain ':'.",
"type":"string"
},
"mountPropagation":{
"description":"mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is beta in 1.10.",
"type":"string"
},
"name":{
"description":"This must match the Name of a Volume.",
"type":"string"
},
"readOnly":{
"description":"Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.",
"type":"boolean"
},
"subPath":{
"description":"Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).",
"type":"string"
}
}
},
"v1.VolumeProjection":{
"description":"Projection that may be projected along with other supported volume types",
"type":"object",
"properties":{
"configMap":{
"description":"information about the configMap data to project",
"$ref":"#/definitions/v1.ConfigMapProjection"
},
"downwardAPI":{
"description":"information about the downwardAPI data to project",
"$ref":"#/definitions/v1.DownwardAPIProjection"
},
"secret":{
"description":"information about the secret data to project",
"$ref":"#/definitions/v1.SecretProjection"
},
"serviceAccountToken":{
"description":"information about the serviceAccountToken data to project",
"$ref":"#/definitions/v1.ServiceAccountTokenProjection"
}
}
},
"v1.VsphereVirtualDiskVolumeSource":{
"description":"Represents a vSphere volume resource.",
"type":"object",
"required":[
"volumePath"
],
"properties":{
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
"type":"string"
},
"storagePolicyID":{
"description":"Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.",
"type":"string"
},
"storagePolicyName":{
"description":"Storage Policy Based Management (SPBM) profile name.",
"type":"string"
},
"volumePath":{
"description":"Path that identifies vSphere volume vmdk",
"type":"string"
}
}
},
"v1.WeightedPodAffinityTerm":{
"description":"The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
"type":"object",
"required":[
"weight",
"podAffinityTerm"
],
"properties":{
"podAffinityTerm":{
"description":"Required. A pod affinity term, associated with the corresponding weight.",
"$ref":"#/definitions/v1.PodAffinityTerm"
},
"weight":{
"description":"weight associated with matching the corresponding podAffinityTerm, in the range 1-100.",
"type":"integer",
"format":"int32"
}
}
},
"v1.Workflow":{
"description":"Workflow represents pipeline activity for a particular run of a pipeline",
"type":"object",
"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/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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref":"#/definitions/v1.ObjectMeta"
},
"spec":{
"$ref":"#/definitions/v1.WorkflowSpec"
},
"status":{
"$ref":"#/definitions/v1.WorkflowStatus"
}
}
},
"v1.WorkflowList":{
"description":"WorkflowList is a list of Workflow resources",
"type":"object",
"required":[
"metadata",
"items"
],
"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/api-conventions.md#resources",
"type":"string"
},
"items":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.Workflow"
}
},
"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/api-conventions.md#types-kinds",
"type":"string"
},
"metadata":{
"$ref":"#/definitions/v1.ListMeta"
}
}
},
"v1.WorkflowPreconditions":{
"description":"WorkflowPreconditions is the trigger to start a step",
"type":"object",
"properties":{
"environments":{
"description":"the names of the environments which need to have promoted before this step can be triggered",
"type":"array",
"items":{
"type":"string"
}
}
}
},
"v1.WorkflowSpec":{
"description":"WorkflowSpec is the specification of the pipeline activity",
"type":"object",
"properties":{
"pipeline":{
"type":"string"
},
"steps":{
"type":"array",
"items":{
"$ref":"#/definitions/v1.WorkflowStep"
}
}
}
},
"v1.WorkflowStatus":{
"description":"WorkflowStatus is the status for an Environment resource",
"type":"object",
"properties":{
"version":{
"type":"string"
}
}
},
"v1.WorkflowStep":{
"description":"WorkflowStep represents a step in a pipeline activity",
"type":"object",
"properties":{
"description":{
"type":"string"
},
"kind":{
"type":"string"
},
"name":{
"type":"string"
},
"promote":{
"$ref":"#/definitions/v1.PromoteWorkflowStep"
},
"trigger":{
"$ref":"#/definitions/v1.WorkflowPreconditions"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment