Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apiserver/v1/apiserver.openshift.io_apirequestcount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/897
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
name: apirequestcounts.apiserver.openshift.io
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: rolebindingrestrictions.authorization.openshift.io
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/470
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
name: rolebindingrestrictions.authorization.openshift.io
spec:
group: authorization.openshift.io
scope: Namespaced
names:
kind: RoleBindingRestriction
listKind: RoleBindingRestrictionList
plural: rolebindingrestrictions
singular: rolebindingrestriction
scope: Namespaced
Comment thread
mfojtik marked this conversation as resolved.
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
description: RoleBindingRestriction is an object that can be matched against
Expand Down Expand Up @@ -208,3 +207,5 @@ spec:
items:
type: string
nullable: true
served: true
storage: true
2 changes: 2 additions & 0 deletions cloudnetwork/v1/001-cloudprivateipconfig.crd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/859
name: cloudprivateipconfigs.cloud.network.openshift.io
spec:
group: cloud.network.openshift.io
Expand Down
Original file line number Diff line number Diff line change
@@ -1,47 +1,44 @@
kind: CustomResourceDefinition
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clusteroperators.config.openshift.io
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/497
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
name: clusteroperators.config.openshift.io
spec:
group: config.openshift.io
names:
kind: ClusterOperator
listKind: ClusterOperatorList
plural: clusteroperators
singular: clusteroperator
shortNames:
- co
singular: clusteroperator
scope: Cluster
versions:
- name: v1
served: true
storage: true
subresources:
status: {}
additionalPrinterColumns:
- jsonPath: .status.versions[?(@.name=="operator")].version
description: The version the operator is at.
- additionalPrinterColumns:
- description: The version the operator is at.
jsonPath: .status.versions[?(@.name=="operator")].version
name: Version
type: string
- jsonPath: .status.conditions[?(@.type=="Available")].status
description: Whether the operator is running and stable.
- description: Whether the operator is running and stable.
jsonPath: .status.conditions[?(@.type=="Available")].status
name: Available
type: string
- jsonPath: .status.conditions[?(@.type=="Progressing")].status
description: Whether the operator is processing changes.
- description: Whether the operator is processing changes.
jsonPath: .status.conditions[?(@.type=="Progressing")].status
name: Progressing
type: string
- jsonPath: .status.conditions[?(@.type=="Degraded")].status
description: Whether the operator is degraded.
- description: Whether the operator is degraded.
jsonPath: .status.conditions[?(@.type=="Degraded")].status
name: Degraded
type: string
- jsonPath: .status.conditions[?(@.type=="Available")].lastTransitionTime
description: The time the operator's Available status last changed.
- description: The time the operator's Available status last changed.
jsonPath: .status.conditions[?(@.type=="Available")].lastTransitionTime
name: Since
type: date
name: v1
schema:
openAPIV3Schema:
description: ClusterOperator is the Custom Resource object which holds the
Expand Down Expand Up @@ -162,3 +159,7 @@ spec:
the Available operand. If 1.0.0 is Available, then this must
indicate 1.0.0 even if the operator is trying to rollout 1.1.0
type: string
served: true
storage: true
subresources:
status: {}
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clusterversions.config.openshift.io
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/495
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
name: clusterversions.config.openshift.io
spec:
group: config.openshift.io
names:
kind: ClusterVersion
plural: clusterversions
singular: clusterversion
scope: Cluster
versions:
- name: v1
served: true
storage: true
- additionalPrinterColumns:
- jsonPath: .status.history[?(@.state=="Completed")].version
name: Version
type: string
- jsonPath: .status.conditions[?(@.type=="Available")].status
name: Available
type: string
- jsonPath: .status.conditions[?(@.type=="Progressing")].status
name: Progressing
type: string
- jsonPath: .status.conditions[?(@.type=="Progressing")].lastTransitionTime
name: Since
type: date
- jsonPath: .status.conditions[?(@.type=="Progressing")].message
name: Status
type: string
name: v1
schema:
openAPIV3Schema:
description: ClusterVersion is the configuration for the ClusterVersionOperator.
Expand Down Expand Up @@ -310,25 +329,7 @@ spec:
cluster will be updated with. It is used by the operator to avoid
unnecessary work and is for internal use only.
type: string
served: true
storage: true
subresources:
status: {}
additionalPrinterColumns:
- name: Version
type: string
jsonPath: .status.history[?(@.state=="Completed")].version
- name: Available
type: string
jsonPath: .status.conditions[?(@.type=="Available")].status
- name: Progressing
type: string
jsonPath: .status.conditions[?(@.type=="Progressing")].status
- name: Since
type: date
jsonPath: .status.conditions[?(@.type=="Progressing")].lastTransitionTime
- name: Status
type: string
jsonPath: .status.conditions[?(@.type=="Progressing")].message
names:
plural: clusterversions
singular: clusterversion
kind: ClusterVersion
15 changes: 8 additions & 7 deletions config/v1/0000_03_config-operator_01_operatorhub.crd.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: operatorhubs.config.openshift.io
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/470
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
name: operatorhubs.config.openshift.io
spec:
group: config.openshift.io
names:
Expand All @@ -16,12 +17,8 @@ spec:
scope: Cluster
versions:
- name: v1
subresources:
status: {}
served: true
storage: true
"schema":
"openAPIV3Schema":
schema:
openAPIV3Schema:
description: OperatorHub is the Schema for the operatorhubs API. It can be
used to change the state of the default hub sources for OperatorHub on the
cluster from enabled to disabled and vice versa.
Expand Down Expand Up @@ -103,3 +100,7 @@ spec:
description: status indicates success or failure in applying
the configuration
type: string
served: true
storage: true
subresources:
status: {}
13 changes: 7 additions & 6 deletions config/v1/0000_03_config-operator_01_proxy.crd.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: proxies.config.openshift.io
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/470
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
name: proxies.config.openshift.io
spec:
group: config.openshift.io
scope: Cluster
names:
kind: Proxy
listKind: ProxyList
plural: proxies
singular: proxy
scope: Cluster
versions:
- name: v1
served: true
storage: true
subresources:
status: {}
schema:
openAPIV3Schema:
description: Proxy holds cluster-wide information on how to configure default
Expand Down Expand Up @@ -101,3 +98,7 @@ spec:
description: noProxy is a comma-separated list of hostnames and/or
CIDRs for which the proxy should not be used.
type: string
served: true
storage: true
subresources:
status: {}
19 changes: 10 additions & 9 deletions config/v1/0000_10_config-operator_01_apiserver.crd.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: apiservers.config.openshift.io
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/470
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
name: apiservers.config.openshift.io
spec:
group: config.openshift.io
scope: Cluster
names:
kind: APIServer
singular: apiserver
plural: apiservers
listKind: APIServerList
plural: apiservers
singular: apiserver
scope: Cluster
versions:
- name: v1
served: true
storage: true
subresources:
status: {}
schema:
"openAPIV3Schema":
openAPIV3Schema:
description: APIServer holds configuration (like serving certificates, client
CA and CORS domains) shared by all API servers in the system, among them
especially kube-apiserver and openshift-apiserver. The canonical name of
Expand Down Expand Up @@ -258,3 +255,7 @@ spec:
description: status holds observed values from the cluster. They may not
be overridden.
type: object
served: true
storage: true
subresources:
status: {}
13 changes: 7 additions & 6 deletions config/v1/0000_10_config-operator_01_authentication.crd.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: authentications.config.openshift.io
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/470
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
name: authentications.config.openshift.io
spec:
group: config.openshift.io
scope: Cluster
names:
kind: Authentication
listKind: AuthenticationList
plural: authentications
singular: authentication
scope: Cluster
versions:
- name: v1
served: true
storage: true
subresources:
status: {}
schema:
openAPIV3Schema:
description: Authentication specifies cluster-wide settings for authentication
Expand Down Expand Up @@ -159,3 +156,7 @@ spec:
description: name is the metadata.name of the referenced config
map
type: string
served: true
storage: true
subresources:
status: {}
23 changes: 12 additions & 11 deletions config/v1/0000_10_config-operator_01_build.crd.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: builds.config.openshift.io
annotations:
api-approved.openshift.io: https://github.com/openshift/api/pull/470
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
name: builds.config.openshift.io
spec:
group: config.openshift.io
scope: Cluster
preserveUnknownFields: false
names:
kind: Build
singular: build
plural: builds
listKind: BuildList
plural: builds
singular: build
preserveUnknownFields: false
scope: Cluster
versions:
- name: v1
subresources:
status: {}
served: true
storage: true
"schema":
"openAPIV3Schema":
schema:
openAPIV3Schema:
description: "Build configures the behavior of OpenShift builds for the entire
cluster. This includes default settings that can be overridden in BuildConfig
objects, and overrides which are applied to all builds. \n The canonical
Expand Down Expand Up @@ -398,3 +395,7 @@ spec:
to. If the operator is Exists, the value should be empty,
otherwise just a regular string.
type: string
served: true
storage: true
subresources:
status: {}
Loading