Skip to content

Commit

Permalink
update bop manifest (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshisharma84 authored Sep 20, 2024
1 parent be3bbc9 commit c87ae44
Showing 1 changed file with 49 additions and 10 deletions.
59 changes: 49 additions & 10 deletions deploy/static/boundless-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: addons.blueprint.mirantis.com
spec:
conversion:
Expand Down Expand Up @@ -177,8 +177,16 @@ spec:
It matches with the resource annotations.
type: string
group:
description: |-
Group is the API group to select resources from.
Together with Version and Kind it is capable of unambiguously identifying and/or selecting resources.
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md
type: string
kind:
description: |-
Kind of the API Group to select resources from.
Together with Group and Version it is capable of unambiguously identifying and/or selecting resources.
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md
type: string
labelSelector:
description: |-
Expand All @@ -187,12 +195,16 @@ spec:
It matches with the resource labels.
type: string
name:
description: Name of the resource.
description: Name to match resources with.
type: string
namespace:
description: Namespace the resource belongs to, if it can belong to a namespace.
description: Namespace to select resources from.
type: string
version:
description: |-
Version of the API Group to select resources from.
Together with Group and Kind it is capable of unambiguously identifying and/or selecting resources.
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md
type: string
type: object
required:
Expand Down Expand Up @@ -244,7 +256,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: blueprints.blueprint.mirantis.com
spec:
conversion:
Expand Down Expand Up @@ -407,8 +419,16 @@ spec:
It matches with the resource annotations.
type: string
group:
description: |-
Group is the API group to select resources from.
Together with Version and Kind it is capable of unambiguously identifying and/or selecting resources.
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md
type: string
kind:
description: |-
Kind of the API Group to select resources from.
Together with Group and Version it is capable of unambiguously identifying and/or selecting resources.
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md
type: string
labelSelector:
description: |-
Expand All @@ -417,12 +437,16 @@ spec:
It matches with the resource labels.
type: string
name:
description: Name of the resource.
description: Name to match resources with.
type: string
namespace:
description: Namespace the resource belongs to, if it can belong to a namespace.
description: Namespace to select resources from.
type: string
version:
description: |-
Version of the API Group to select resources from.
Together with Group and Kind it is capable of unambiguously identifying and/or selecting resources.
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md
type: string
type: object
required:
Expand Down Expand Up @@ -5470,7 +5494,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: installations.blueprint.mirantis.com
spec:
conversion:
Expand Down Expand Up @@ -5594,7 +5618,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: manifests.blueprint.mirantis.com
spec:
conversion:
Expand Down Expand Up @@ -5745,8 +5769,16 @@ spec:
It matches with the resource annotations.
type: string
group:
description: |-
Group is the API group to select resources from.
Together with Version and Kind it is capable of unambiguously identifying and/or selecting resources.
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md
type: string
kind:
description: |-
Kind of the API Group to select resources from.
Together with Group and Version it is capable of unambiguously identifying and/or selecting resources.
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md
type: string
labelSelector:
description: |-
Expand All @@ -5755,12 +5787,16 @@ spec:
It matches with the resource labels.
type: string
name:
description: Name of the resource.
description: Name to match resources with.
type: string
namespace:
description: Namespace the resource belongs to, if it can belong to a namespace.
description: Namespace to select resources from.
type: string
version:
description: |-
Version of the API Group to select resources from.
Together with Group and Kind it is capable of unambiguously identifying and/or selecting resources.
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md
type: string
type: object
required:
Expand Down Expand Up @@ -6264,3 +6300,6 @@ spec:
type: RuntimeDefault
serviceAccountName: blueprint-operator-controller-manager
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master

0 comments on commit c87ae44

Please sign in to comment.