5.7.3.3. その他の任意のアノテーション
次の Operator のアノテーションは任意です。
| アノテーション | 説明 |
|---|---|
|
| カスタムリソース定義 (CRD) テンプレートに最低限の設定セットを指定します。互換性のある UI は、ユーザーがさらにカスタマイズできるようにこのテンプレートの事前入力を行います。 |
|
|
Operator のインストール中に、クラスターサービスバージョン (CSV) に |
|
| Operator をデプロイする必要のある推奨 namespace を設定します。 |
|
|
指定された |
|
|
Operator を使用するために必要とされる特定のサブスクリプションをリスト表示するための自由形式の配列です。例: |
|
| ユーザーの操作を目的としていない UI の CRD を非表示にします。 |
OpenShift Container Platform ライセンス要件を含む CSV の例
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
operators.openshift.io/valid-subscription: '["OpenShift Container Platform"]'
3scale ライセンス要件を含む CSV の例
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
operators.openshift.io/valid-subscription: '["3Scale Commercial License", "Red Hat Managed Integration"]'