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
5 changes: 5 additions & 0 deletions api/v1alpha1/operatorconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ type OperatorConfigStatus struct {

//+kubebuilder:object:root=true
//+kubebuilder:subresource:status
// +kubebuilder:resource:path=operatorconfigs,scope=Namespaced
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=.metadata.creationTimestamp
// +kubebuilder:printcolumn:name="Phase",type=string,JSONPath=.status.phase,description="Current Phase"
// +kubebuilder:printcolumn:name="Created At",type=string,JSONPath=.metadata.creationTimestamp
// +operator-sdk:csv:customresourcedefinitions:displayName="OperatorConfig"

// OperatorConfig is the Schema for the operatorconfigs API. Documentation For additional details regarding install parameters check https://ibm.biz/icpfs39install. License By installing this product you accept the license terms https://ibm.biz/icpfs39license
type OperatorConfig struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ metadata:
categories: Developer Tools, Monitoring, Logging & Tracing, Security
certified: "false"
containerImage: icr.io/cpopen/odlm:latest
createdAt: "2024-04-02T02:16:34Z"
createdAt: "2024-04-04T03:40:45Z"
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based API to manage the lifecycle of operands.
nss.operator.ibm.com/managed-operators: ibm-odlm
olm.skipRange: '>=1.2.0 <4.3.0'
Expand Down Expand Up @@ -215,8 +215,8 @@ spec:
x-descriptors:
- urn:alm:descriptor:io.kubernetes.phase
version: v1alpha1
- description: OperatorConfig is the Schema for the operatorconfigs API
displayName: Operator Config
- description: OperatorConfig is the Schema for the operatorconfigs API. Documentation For additional details regarding install parameters check https://ibm.biz/icpfs39install. License By installing this product you accept the license terms https://ibm.biz/icpfs39license
displayName: OperatorConfig
kind: OperatorConfig
name: operatorconfigs.operator.ibm.com
version: v1alpha1
Expand Down Expand Up @@ -716,6 +716,20 @@ spec:
- patch
- update
- watch
- apiGroups:
- operator.ibm.com
resources:
- operandbindinfos
- operandbindinfos/finalizers
- operandbindinfos/status
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- operator.ibm.com
resources:
Expand Down
17 changes: 15 additions & 2 deletions bundle/manifests/operator.ibm.com_operatorconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,23 @@ spec:
singular: operatorconfig
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- description: Current Phase
jsonPath: .status.phase
name: Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Created At
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: OperatorConfig is the Schema for the operatorconfigs API
description: OperatorConfig is the Schema for the operatorconfigs API. Documentation
For additional details regarding install parameters check https://ibm.biz/icpfs39install.
License By installing this product you accept the license terms https://ibm.biz/icpfs39license
properties:
apiVersion:
description: |-
Expand Down
17 changes: 15 additions & 2 deletions config/crd/bases/operator.ibm.com_operatorconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,23 @@ spec:
singular: operatorconfig
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- description: Current Phase
jsonPath: .status.phase
name: Phase
type: string
- jsonPath: .metadata.creationTimestamp
name: Created At
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: OperatorConfig is the Schema for the operatorconfigs API
description: OperatorConfig is the Schema for the operatorconfigs API. Documentation
For additional details regarding install parameters check https://ibm.biz/icpfs39install.
License By installing this product you accept the license terms https://ibm.biz/icpfs39license
properties:
apiVersion:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ spec:
x-descriptors:
- urn:alm:descriptor:io.kubernetes.phase
version: v1alpha1
- description: OperatorConfig is the Schema for the operatorconfigs API
displayName: Operator Config
- description: OperatorConfig is the Schema for the operatorconfigs API. Documentation
For additional details regarding install parameters check https://ibm.biz/icpfs39install.
License By installing this product you accept the license terms https://ibm.biz/icpfs39license
displayName: OperatorConfig
kind: OperatorConfig
name: operatorconfigs.operator.ibm.com
version: v1alpha1
Expand Down
14 changes: 14 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,20 @@ rules:
- patch
- update
- watch
- apiGroups:
- operator.ibm.com
resources:
- operandbindinfos
- operandbindinfos/finalizers
- operandbindinfos/status
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- operator.ibm.com
resources:
Expand Down