-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: pjuarezd <[email protected]>
- Loading branch information
Showing
108 changed files
with
19,465 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,9 @@ getdeps: | |
@echo "Installing golangci-lint" && \ | ||
go install github.com/golangci/golangci-lint/cmd/[email protected] && \ | ||
echo "Installing govulncheck" && \ | ||
go install golang.org/x/vuln/cmd/govulncheck@latest | ||
go install golang.org/x/vuln/cmd/govulncheck@latest &&\ | ||
echo "installng gopls" && \ | ||
go install golang.org/x/tools/gopls@latest | ||
|
||
verify: getdeps govet lint | ||
|
||
|
@@ -65,7 +67,7 @@ clean: | |
@rm -rf dist/ | ||
|
||
regen-crd: | ||
@go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0 | ||
@go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 | ||
@${GOPATH}/bin/controller-gen crd:maxDescLen=0,generateEmbeddedObjectMeta=true paths="./..." output:crd:artifacts:config=$(KUSTOMIZE_CRDS) | ||
@sed 's#namespace: minio-operator#namespace: {{ .Release.Namespace }}#g' resources/base/crds/minio.min.io_tenants.yaml > $(HELM_TEMPLATES)/minio.min.io_tenants.yaml | ||
@sed 's#namespace: minio-operator#namespace: {{ .Release.Namespace }}#g' resources/base/crds/sts.min.io_policybindings.yaml > $(HELM_TEMPLATES)/sts.min.io_policybindings.yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
bundles/certified-operators/5.0.14/manifests/console-env_v1_configmap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: v1 | ||
data: | ||
CONSOLE_PORT: "9090" | ||
CONSOLE_TLS_PORT: "9443" | ||
kind: ConfigMap | ||
metadata: | ||
annotations: | ||
operator.min.io/authors: MinIO, Inc. | ||
operator.min.io/license: AGPLv3 | ||
operator.min.io/support: https://subnet.min.io | ||
operator.min.io/version: v5.0.14 | ||
name: console-env |
11 changes: 11 additions & 0 deletions
11
bundles/certified-operators/5.0.14/manifests/console-sa-secret_v1_secret.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
annotations: | ||
kubernetes.io/service-account.name: console-sa | ||
operator.min.io/authors: MinIO, Inc. | ||
operator.min.io/license: AGPLv3 | ||
operator.min.io/support: https://subnet.min.io | ||
operator.min.io/version: v5.0.14 | ||
name: console-sa-secret | ||
type: kubernetes.io/service-account-token |
27 changes: 27 additions & 0 deletions
27
bundles/certified-operators/5.0.14/manifests/console_v1_service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
annotations: | ||
operator.min.io/authors: MinIO, Inc. | ||
operator.min.io/license: AGPLv3 | ||
operator.min.io/support: https://subnet.min.io | ||
operator.min.io/version: v5.0.14 | ||
service.beta.openshift.io/serving-cert-secret-name: console-tls | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/instance: minio-operator | ||
app.kubernetes.io/name: operator | ||
name: console | ||
name: console | ||
spec: | ||
ports: | ||
- name: http | ||
port: 9090 | ||
targetPort: 0 | ||
- name: https | ||
port: 9443 | ||
targetPort: 0 | ||
selector: | ||
app: console | ||
status: | ||
loadBalancer: {} |
123 changes: 123 additions & 0 deletions
123
bundles/certified-operators/5.0.14/manifests/job.min.io_miniojobs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.13.0 | ||
operator.min.io/authors: MinIO, Inc. | ||
operator.min.io/license: AGPLv3 | ||
operator.min.io/support: https://subnet.min.io | ||
operator.min.io/version: v5.0.14 | ||
creationTimestamp: null | ||
name: miniojobs.job.min.io | ||
spec: | ||
group: job.min.io | ||
names: | ||
kind: MinIOJob | ||
listKind: MinIOJobList | ||
plural: miniojobs | ||
shortNames: | ||
- miniojob | ||
singular: miniojob | ||
scope: Namespaced | ||
versions: | ||
- additionalPrinterColumns: | ||
- jsonPath: .spec.tenant.name | ||
name: Tenant | ||
type: string | ||
- jsonPath: .spec.status.phase | ||
name: Phase | ||
type: string | ||
name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
commands: | ||
items: | ||
properties: | ||
args: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
dependsOn: | ||
items: | ||
type: string | ||
type: array | ||
name: | ||
type: string | ||
op: | ||
type: string | ||
required: | ||
- op | ||
type: object | ||
type: array | ||
execution: | ||
default: parallel | ||
enum: | ||
- parallel | ||
- sequential | ||
type: string | ||
failureStrategy: | ||
default: continueOnFailure | ||
enum: | ||
- continueOnFailure | ||
- stopOnFailure | ||
type: string | ||
mcImage: | ||
default: minio/mc:latest | ||
type: string | ||
serviceAccountName: | ||
type: string | ||
tenant: | ||
properties: | ||
name: | ||
type: string | ||
namespace: | ||
type: string | ||
required: | ||
- name | ||
- namespace | ||
type: object | ||
required: | ||
- commands | ||
- serviceAccountName | ||
- tenant | ||
type: object | ||
status: | ||
properties: | ||
commands: | ||
items: | ||
properties: | ||
message: | ||
type: string | ||
name: | ||
type: string | ||
result: | ||
type: string | ||
required: | ||
- result | ||
type: object | ||
type: array | ||
message: | ||
type: string | ||
phase: | ||
type: string | ||
type: object | ||
type: object | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
Oops, something went wrong.