Skip to content

Commit

Permalink
Removed More Reference of DIND
Browse files Browse the repository at this point in the history
Signed-off-by: Shoaeb Jindani <[email protected]>
  • Loading branch information
shoaebjindani committed Feb 21, 2024
1 parent 1cb8c72 commit 5a37bef
Show file tree
Hide file tree
Showing 65 changed files with 1,396 additions and 2,106 deletions.
6 changes: 0 additions & 6 deletions bundle/manifests/ibp.com_ibpconsoles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,12 +635,6 @@ spec:
couchdbTag:
description: CouchDBTag is the tag of the couchdb image
type: string
dindImage:
description: DindImage is the name of the dind image
type: string
dindTag:
description: DindTag is the tag of the dind image
type: string
enrollerImage:
description: EnrollerImage is the name of the init image
for crypto generation
Expand Down
39 changes: 0 additions & 39 deletions bundle/manifests/ibp.com_ibppeers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ spec:
type: string
type: object
type: object
dindArgs:
description: advanced configs DindArgs (Optional) is used to override
args passed to dind container
items:
type: string
type: array
disablenodeou:
description: DisableNodeOU (Optional) is used to switch nodeou on
and off
Expand Down Expand Up @@ -162,12 +156,6 @@ spec:
couchdbTag:
description: CouchDBTag is the tag of the couchdb image
type: string
dindImage:
description: DindImage is the name of the dind image
type: string
dindTag:
description: DindTag is the tag of the dind image
type: string
enrollerImage:
description: EnrollerImage is the name of the init image for crypto
generation
Expand Down Expand Up @@ -333,33 +321,6 @@ spec:
to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
dind:
description: DinD (Optional) is the resources provided to the
dind container
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute
resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
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-resources-containers/'
type: object
type: object
enroller:
description: Enroller (Optional) is the resources provided to
the enroller container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,12 +613,6 @@ spec:
- description: CouchDBTag is the tag of the couchdb image
displayName: Couch DBTag
path: versions.peer.image.couchdbTag
- description: DindImage is the name of the dind image
displayName: Dind Image
path: versions.peer.image.dindImage
- description: DindTag is the tag of the dind image
displayName: Dind Tag
path: versions.peer.image.dindTag
- description: EnrollerImage is the name of the init image for crypto generation
displayName: Enroller Image
path: versions.peer.image.enrollerImage
Expand Down Expand Up @@ -1305,10 +1299,6 @@ spec:
- description: StateDB is the pvc to be used as statedb's storage
displayName: State DB
path: customNames.pvc.statedb
- description: advanced configs DindArgs (Optional) is used to override args
passed to dind container
displayName: Dind Args
path: dindArgs
- description: DisableNodeOU (Optional) is used to switch nodeou on and off
displayName: Disable Node OU
path: disablenodeou
Expand Down Expand Up @@ -1347,12 +1337,6 @@ spec:
- description: CouchDBTag is the tag of the couchdb image
displayName: Couch DBTag
path: images.couchdbTag
- description: DindImage is the name of the dind image
displayName: Dind Image
path: images.dindImage
- description: DindTag is the tag of the dind image
displayName: Dind Tag
path: images.dindTag
- description: EnrollerImage is the name of the init image for crypto generation
displayName: Enroller Image
path: images.enrollerImage
Expand Down Expand Up @@ -1470,11 +1454,6 @@ spec:
path: resources.couchdb
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:resourceRequirements
- description: DinD (Optional) is the resources provided to the dind container
displayName: Din D
path: resources.dind
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:resourceRequirements
- description: Enroller (Optional) is the resources provided to the enroller
container
displayName: Enroller
Expand Down
7 changes: 3 additions & 4 deletions controllers/ibpca/mocks/careconcile.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions controllers/ibpconsole/mocks/consolereconcile.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions controllers/ibporderer/mocks/ordererreconcile.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions controllers/ibppeer/mocks/peerreconcile.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 9 additions & 12 deletions pkg/action/mocks/deploymentreset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a37bef

Please sign in to comment.