├── .dockerignore ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── config.yml │ └── feature_request.md ├── config.yml ├── lock.yml ├── pull_request_template.md ├── stale.yml └── workflows │ ├── goreleaser.yml │ ├── issues.yaml │ └── kubernetes-tests.yml ├── .gitignore ├── .golangci.yml ├── .goreleaser.yml ├── .nancy-ignore ├── .nvmrc ├── CNAME ├── CONTRIBUTING.md ├── CREDITS ├── DEVELOPMENT.md ├── Dockerfile ├── LICENSE ├── Makefile ├── NELM.md ├── NOTICE ├── README.md ├── SECURITY.md ├── UPGRADE.md ├── _config.yml ├── cluster └── cluster.go ├── cmd └── operator │ ├── app_commands.go │ ├── controller.go │ └── main.go ├── code_of_conduct.md ├── docs ├── DECOMISSION.md ├── STS.md ├── cert-manager.md ├── custom-name-templates.md ├── env-variables.md ├── examples.md ├── expansion.md ├── images │ ├── Cert-manager Issuers.png │ ├── Cert-manager-namespaces.png │ ├── architecture.png │ └── sts-diagram.png ├── kes.md ├── lets-encrypt.md ├── nginx-ingress.md ├── notes │ ├── images │ │ ├── v5.0.0 │ │ │ ├── image1.png │ │ │ ├── image2.png │ │ │ ├── image3.png │ │ │ ├── image4.png │ │ │ └── image5.png │ │ └── v6.0.0 │ │ │ └── image1.png │ ├── v5.0.0.md │ ├── v6.0.0.md │ └── v7.0.0.md ├── operator-fields.md ├── operator-tls.md ├── pod-security-policy.md ├── policybinding_crd.adoc ├── sidecars.md ├── templates │ ├── asciidoctor │ │ ├── gv_details.tpl │ │ ├── gv_list.tpl │ │ ├── type.tpl │ │ └── type_members.tpl │ └── config.yaml ├── tenant-creation.md ├── tenant-storage-deletion.md ├── tenant_crd.adoc ├── tls.md └── using-direct-pv.md ├── examples ├── kustomization │ ├── base │ │ ├── kustomization.yaml │ │ ├── namespace.yaml │ │ ├── storage-user.yaml │ │ ├── tenant-config.yaml │ │ └── tenant.yaml │ ├── cert-manager │ │ ├── kustomization.yaml │ │ └── selfsigned-root-clusterissuer.yaml │ ├── operator-certmanager │ │ ├── kustomization.yaml │ │ ├── minio-operator-ca-issuer.yaml │ │ ├── operator-ca-tls-secret.yaml │ │ ├── operator-deployment.yaml │ │ └── sts-tls-certificate.yaml │ ├── sts-example │ │ ├── README.md │ │ ├── kustomization.yaml │ │ ├── sample-clients │ │ │ ├── Makefile │ │ │ ├── aws-sdk │ │ │ │ └── python │ │ │ │ │ ├── Dockerfile │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ ├── main.py │ │ │ │ │ └── requirements.txt │ │ │ └── minio-sdk │ │ │ │ ├── dotnet │ │ │ │ ├── Dockerfile │ │ │ │ ├── Program.cs │ │ │ │ ├── dotnet.csproj │ │ │ │ └── kustomization.yaml │ │ │ │ ├── go │ │ │ │ ├── Dockerfile │ │ │ │ ├── README.md │ │ │ │ ├── go.mod │ │ │ │ ├── go.sum │ │ │ │ ├── kustomization.yaml │ │ │ │ └── main.go │ │ │ │ ├── java │ │ │ │ ├── Dockerfile │ │ │ │ ├── kustomization.yaml │ │ │ │ ├── pom.xml │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ └── java │ │ │ │ │ └── operator │ │ │ │ │ └── sts │ │ │ │ │ └── OperatorSTSExample.java │ │ │ │ ├── javascript │ │ │ │ ├── Dockerfile │ │ │ │ └── kustomization.yaml │ │ │ │ └── python │ │ │ │ ├── Dockerfile │ │ │ │ ├── kustomization.yaml │ │ │ │ ├── main.py │ │ │ │ └── requirements.txt │ │ ├── sample-data │ │ │ ├── kustomization.yaml │ │ │ ├── mc-job-policy-binding.yaml │ │ │ ├── mc-job-sa.yaml │ │ │ └── mc-job-setup-bucket.yaml │ │ ├── sts-app │ │ │ ├── kustomization.yaml │ │ │ ├── policy-binding.yaml │ │ │ └── sts-client.yaml │ │ ├── tenant-certmanager │ │ │ └── kustomization.yaml │ │ └── tenant │ │ │ └── kustomization.yaml │ ├── tenant-PodSecurityPolicies │ │ ├── auditlog-sa.yaml │ │ ├── kustomization.yaml │ │ ├── minio-sa.yaml │ │ ├── prometheus-sa.yaml │ │ └── tenant.yaml │ ├── tenant-certmanager-kes │ │ ├── kustomization.yaml │ │ ├── myminio-kes-certificate.yaml │ │ ├── tenant.yaml │ │ └── vault.yaml │ ├── tenant-certmanager │ │ ├── kustomization.yaml │ │ ├── tenant-certmanager-ca-certificate.yaml │ │ ├── tenant-certmanager-issuer.yaml │ │ ├── tenant-certmanager-myminio-certificate.yaml │ │ └── tenant.yaml │ ├── tenant-external-idp-ldap │ │ ├── kustomization.yaml │ │ ├── openldap.yaml │ │ ├── storage-user.yaml │ │ └── tenant.yaml │ ├── tenant-external-idp-oidc │ │ ├── kustomization.yaml │ │ └── tenant.yaml │ ├── tenant-kes-encryption-gcp │ │ ├── gcp-default-creds-secret.yaml │ │ ├── kes-configuration-secret.yaml │ │ ├── kes-service-account.yaml │ │ ├── kustomization.yaml │ │ └── tenant.yaml │ ├── tenant-kes-encryption │ │ ├── kes-configuration-secret.yaml │ │ ├── kustomization.yaml │ │ └── tenant.yaml │ ├── tenant-letsencrypt │ │ ├── ingress.yaml │ │ ├── kustomization.yaml │ │ └── tenant.yaml │ ├── tenant-lite │ │ ├── kustomization.yaml │ │ └── tenant.yaml │ ├── tenant-nodeport │ │ ├── kustomization.yaml │ │ └── nodeport-service.yaml │ ├── tenant-openshift │ │ ├── kustomization.yaml │ │ └── tenant.yaml │ └── tenant-tiny │ │ ├── kustomization.yaml │ │ └── tenant.yaml └── vault │ ├── deployment.yaml │ └── kes-policy.hcl ├── go.mod ├── go.sum ├── helm-reindex.sh ├── helm-releases ├── minio-operator-4.0.0.tgz ├── minio-operator-4.0.1.tgz ├── minio-operator-4.0.10.tgz ├── minio-operator-4.0.11.tgz ├── minio-operator-4.0.2.tgz ├── minio-operator-4.0.3.tgz ├── minio-operator-4.0.5.tgz ├── minio-operator-4.0.6.tgz ├── minio-operator-4.0.7-1.tgz ├── minio-operator-4.0.7.tgz ├── minio-operator-4.0.8.tgz ├── minio-operator-4.0.9.tgz ├── minio-operator-4.1.0.tgz ├── minio-operator-4.1.1.tgz ├── minio-operator-4.1.2.tgz ├── minio-operator-4.1.3.tgz ├── minio-operator-4.1.4.tgz ├── minio-operator-4.1.5.tgz ├── minio-operator-4.1.6.tgz ├── minio-operator-4.1.7.tgz ├── minio-operator-4.1.8.tgz ├── minio-operator-4.2.10.tgz ├── minio-operator-4.2.12.tgz ├── minio-operator-4.2.14.tgz ├── minio-operator-4.2.3.tgz ├── minio-operator-4.2.4.tgz ├── minio-operator-4.2.5.tgz ├── minio-operator-4.2.6.tgz ├── minio-operator-4.2.7.tgz ├── minio-operator-4.2.8.tgz ├── minio-operator-4.2.9.tgz ├── minio-operator-4.3.0.tgz ├── minio-operator-4.3.1.tgz ├── minio-operator-4.3.2.tgz ├── minio-operator-4.3.3.tgz ├── minio-operator-4.3.4.tgz ├── minio-operator-4.3.5.tgz ├── minio-operator-4.3.6.tgz ├── minio-operator-4.3.7.tgz ├── operator-4.3.6.tgz ├── operator-4.3.7.tgz ├── operator-4.3.8.tgz ├── operator-4.3.9.tgz ├── operator-4.4.0.tgz ├── operator-4.4.1.tgz ├── operator-4.4.10.tgz ├── operator-4.4.13.tgz ├── operator-4.4.14.tgz ├── operator-4.4.15.tgz ├── operator-4.4.16.tgz ├── operator-4.4.17.tgz ├── operator-4.4.18.tgz ├── operator-4.4.19.tgz ├── operator-4.4.2.tgz ├── operator-4.4.20.tgz ├── operator-4.4.21.tgz ├── operator-4.4.22.tgz ├── operator-4.4.23.tgz ├── operator-4.4.24.tgz ├── operator-4.4.25.tgz ├── operator-4.4.26.tgz ├── operator-4.4.27.tgz ├── operator-4.4.28.tgz ├── operator-4.4.3.tgz ├── operator-4.4.4.tgz ├── operator-4.4.5.tgz ├── operator-4.4.6.tgz ├── operator-4.4.7.tgz ├── operator-4.4.8.tgz ├── operator-4.4.9.tgz ├── operator-4.5.0.tgz ├── operator-4.5.1.tgz ├── operator-4.5.2.tgz ├── operator-4.5.3.tgz ├── operator-4.5.4.tgz ├── operator-4.5.5.tgz ├── operator-4.5.6.tgz ├── operator-4.5.7.tgz ├── operator-4.5.8.tgz ├── operator-5.0.0.tgz ├── operator-5.0.1.tgz ├── operator-5.0.10.tgz ├── operator-5.0.11.tgz ├── operator-5.0.12.tgz ├── operator-5.0.13.tgz ├── operator-5.0.14.tgz ├── operator-5.0.15.tgz ├── operator-5.0.16.tgz ├── operator-5.0.17.tgz ├── operator-5.0.18.tgz ├── operator-5.0.2.tgz ├── operator-5.0.3.tgz ├── operator-5.0.4.tgz ├── operator-5.0.5.tgz ├── operator-5.0.6.tgz ├── operator-5.0.7.tgz ├── operator-5.0.8.tgz ├── operator-5.0.9.tgz ├── operator-6.0.0.tgz ├── operator-6.0.1.tgz ├── operator-6.0.2.tgz ├── operator-6.0.3.tgz ├── operator-6.0.4.tgz ├── operator-7.0.0.tgz ├── operator-7.0.1.tgz ├── operator-7.1.0.tgz ├── operator-7.1.1.tgz ├── tenant-4.3.6.tgz ├── tenant-4.3.7.tgz ├── tenant-4.3.8.tgz ├── tenant-4.3.9.tgz ├── tenant-4.4.0.tgz ├── tenant-4.4.1.tgz ├── tenant-4.4.10.tgz ├── tenant-4.4.13.tgz ├── tenant-4.4.14.tgz ├── tenant-4.4.15.tgz ├── tenant-4.4.16.tgz ├── tenant-4.4.17.tgz ├── tenant-4.4.18.tgz ├── tenant-4.4.19.tgz ├── tenant-4.4.2.tgz ├── tenant-4.4.20.tgz ├── tenant-4.4.21.tgz ├── tenant-4.4.22.tgz ├── tenant-4.4.23.tgz ├── tenant-4.4.24.tgz ├── tenant-4.4.25.tgz ├── tenant-4.4.26.tgz ├── tenant-4.4.27.tgz ├── tenant-4.4.28.tgz ├── tenant-4.4.3.tgz ├── tenant-4.4.4.tgz ├── tenant-4.4.5.tgz ├── tenant-4.4.6.tgz ├── tenant-4.4.7.tgz ├── tenant-4.4.8.tgz ├── tenant-4.4.9.tgz ├── tenant-4.5.0.tgz ├── tenant-4.5.1.tgz ├── tenant-4.5.2.tgz ├── tenant-4.5.3.tgz ├── tenant-4.5.4.tgz ├── tenant-4.5.5.tgz ├── tenant-4.5.6.tgz ├── tenant-4.5.7.tgz ├── tenant-4.5.8.tgz ├── tenant-5.0.0.tgz ├── tenant-5.0.1.tgz ├── tenant-5.0.10.tgz ├── tenant-5.0.11.tgz ├── tenant-5.0.12.tgz ├── tenant-5.0.13.tgz ├── tenant-5.0.14.tgz ├── tenant-5.0.15.tgz ├── tenant-5.0.16.tgz ├── tenant-5.0.17.tgz ├── tenant-5.0.18.tgz ├── tenant-5.0.2.tgz ├── tenant-5.0.3.tgz ├── tenant-5.0.4.tgz ├── tenant-5.0.5.tgz ├── tenant-5.0.6.tgz ├── tenant-5.0.7.tgz ├── tenant-5.0.8.tgz ├── tenant-5.0.9.tgz ├── tenant-6.0.0.tgz ├── tenant-6.0.1.tgz ├── tenant-6.0.2.tgz ├── tenant-6.0.3.tgz ├── tenant-6.0.4.tgz ├── tenant-7.0.0.tgz ├── tenant-7.0.1.tgz ├── tenant-7.1.0.tgz └── tenant-7.1.1.tgz ├── helm ├── LICENSE ├── operator │ ├── .helmignore │ ├── Chart.yaml │ ├── README.md │ ├── templates │ │ ├── _helpers.tpl │ │ ├── minio.min.io_tenants.yaml │ │ ├── operator-clusterrole.yaml │ │ ├── operator-clusterrolebinding.yaml │ │ ├── operator-deployment.yaml │ │ ├── operator-service.yaml │ │ ├── operator-serviceaccount.yaml │ │ ├── sts-service.yaml │ │ └── sts.min.io_policybindings.yaml │ └── values.yaml └── tenant │ ├── .helmignore │ ├── Chart.yaml │ ├── README.md │ ├── templates │ ├── _helpers.tpl │ ├── api-ingress.yaml │ ├── checks.yaml │ ├── console-ingress.yaml │ ├── extra-resources.yaml │ ├── kes-configuration-secret.yaml │ ├── tenant-configuration.yaml │ └── tenant.yaml │ └── values.yaml ├── index.yaml ├── k8s ├── boilerplate.go.txt └── update-codegen.sh ├── kustomization.yaml ├── minio-operator-PodSecurityPolicy.yaml ├── pkg ├── apis │ ├── minio.min.io │ │ ├── register.go │ │ ├── v1 │ │ │ └── constants.go │ │ └── v2 │ │ │ ├── constants.go │ │ │ ├── conversion.go │ │ │ ├── doc.go │ │ │ ├── helper.go │ │ │ ├── helper_test.go │ │ │ ├── labels.go │ │ │ ├── names.go │ │ │ ├── register.go │ │ │ ├── types.go │ │ │ ├── utils.go │ │ │ ├── zz_generated.deepcopy.go │ │ │ └── zz_generated.defaults.go │ └── sts.min.io │ │ ├── register.go │ │ ├── v1alpha1 │ │ ├── doc.go │ │ ├── register.go │ │ ├── types.go │ │ ├── zz_generated.deepcopy.go │ │ └── zz_generated.defaults.go │ │ └── v1beta1 │ │ ├── doc.go │ │ ├── register.go │ │ ├── types.go │ │ ├── zz_generated.deepcopy.go │ │ └── zz_generated.defaults.go ├── auth │ ├── idp.go │ ├── idp │ │ └── oauth2 │ │ │ ├── config.go │ │ │ ├── const.go │ │ │ ├── provider.go │ │ │ └── proxy.go │ ├── token │ │ ├── config.go │ │ └── const.go │ └── utils │ │ ├── utils.go │ │ └── utils_test.go ├── build-constants.go ├── certs │ ├── certs.go │ └── const.go ├── client │ ├── applyconfiguration │ │ ├── internal │ │ │ └── internal.go │ │ ├── minio.min.io │ │ │ └── v2 │ │ │ │ ├── bucket.go │ │ │ │ ├── certificateconfig.go │ │ │ │ ├── certificatestatus.go │ │ │ │ ├── customcertificateconfig.go │ │ │ │ ├── customcertificates.go │ │ │ │ ├── exposeservices.go │ │ │ │ ├── features.go │ │ │ │ ├── kesconfig.go │ │ │ │ ├── localcertificatereference.go │ │ │ │ ├── logging.go │ │ │ │ ├── pool.go │ │ │ │ ├── poolsmetadata.go │ │ │ │ ├── poolstatus.go │ │ │ │ ├── servicemetadata.go │ │ │ │ ├── sidecars.go │ │ │ │ ├── tenant.go │ │ │ │ ├── tenantdomains.go │ │ │ │ ├── tenantscheduler.go │ │ │ │ ├── tenantspec.go │ │ │ │ ├── tenantstatus.go │ │ │ │ ├── tenantusage.go │ │ │ │ └── tierusage.go │ │ ├── sts.min.io │ │ │ ├── v1alpha1 │ │ │ │ ├── application.go │ │ │ │ ├── policybinding.go │ │ │ │ ├── policybindingspec.go │ │ │ │ ├── policybindingstatus.go │ │ │ │ └── policybindingusage.go │ │ │ └── v1beta1 │ │ │ │ ├── application.go │ │ │ │ ├── policybinding.go │ │ │ │ ├── policybindingspec.go │ │ │ │ ├── policybindingstatus.go │ │ │ │ └── policybindingusage.go │ │ └── utils.go │ ├── clientset │ │ └── versioned │ │ │ ├── clientset.go │ │ │ ├── fake │ │ │ ├── clientset_generated.go │ │ │ ├── doc.go │ │ │ └── register.go │ │ │ ├── scheme │ │ │ ├── doc.go │ │ │ └── register.go │ │ │ └── typed │ │ │ ├── minio.min.io │ │ │ └── v2 │ │ │ │ ├── doc.go │ │ │ │ ├── fake │ │ │ │ ├── doc.go │ │ │ │ ├── fake_minio.min.io_client.go │ │ │ │ └── fake_tenant.go │ │ │ │ ├── generated_expansion.go │ │ │ │ ├── minio.min.io_client.go │ │ │ │ └── tenant.go │ │ │ └── sts.min.io │ │ │ ├── v1alpha1 │ │ │ ├── doc.go │ │ │ ├── fake │ │ │ │ ├── doc.go │ │ │ │ ├── fake_policybinding.go │ │ │ │ └── fake_sts.min.io_client.go │ │ │ ├── generated_expansion.go │ │ │ ├── policybinding.go │ │ │ └── sts.min.io_client.go │ │ │ └── v1beta1 │ │ │ ├── doc.go │ │ │ ├── fake │ │ │ ├── doc.go │ │ │ ├── fake_policybinding.go │ │ │ └── fake_sts.min.io_client.go │ │ │ ├── generated_expansion.go │ │ │ ├── policybinding.go │ │ │ └── sts.min.io_client.go │ ├── informers │ │ └── externalversions │ │ │ ├── factory.go │ │ │ ├── generic.go │ │ │ ├── internalinterfaces │ │ │ └── factory_interfaces.go │ │ │ ├── minio.min.io │ │ │ ├── interface.go │ │ │ └── v2 │ │ │ │ ├── interface.go │ │ │ │ └── tenant.go │ │ │ └── sts.min.io │ │ │ ├── interface.go │ │ │ ├── v1alpha1 │ │ │ ├── interface.go │ │ │ └── policybinding.go │ │ │ └── v1beta1 │ │ │ ├── interface.go │ │ │ └── policybinding.go │ └── listers │ │ ├── minio.min.io │ │ └── v2 │ │ │ ├── expansion_generated.go │ │ │ └── tenant.go │ │ └── sts.min.io │ │ ├── v1alpha1 │ │ ├── expansion_generated.go │ │ └── policybinding.go │ │ └── v1beta1 │ │ ├── expansion_generated.go │ │ └── policybinding.go ├── common │ └── const.go ├── configuration │ ├── tenant_configuration.go │ └── tenant_configuration_test.go ├── controller │ ├── artifacts.go │ ├── certificates │ │ └── csr.go │ ├── console.go │ ├── controller.go │ ├── csr.go │ ├── custom.go │ ├── decomission.go │ ├── kes.go │ ├── legacy │ │ └── legacy.go │ ├── main-controller.go │ ├── minio-services.go │ ├── minio-services_test.go │ ├── minio.go │ ├── monitoring.go │ ├── operator.go │ ├── pods.go │ ├── pools.go │ ├── pools_test.go │ ├── prometheus.go │ ├── prometheus_test.go │ ├── pvc.go │ ├── pvc_test.go │ ├── service-account.go │ ├── status.go │ ├── sts.go │ ├── sts_handlers.go │ ├── tenants.go │ ├── tls.go │ ├── upgrades.go │ ├── upgrades_test.go │ └── webhook.go ├── internal │ └── http.go ├── kes │ └── kes.go ├── resources │ ├── configmaps │ │ └── prometheus.go │ ├── services │ │ └── service.go │ └── statefulsets │ │ ├── kes-statefulset.go │ │ ├── minio-sidecar.go │ │ ├── minio-statefulset.go │ │ └── minio-statefulset_test.go ├── runtime │ ├── pkg.go │ ├── sync.go │ └── sync_test.go ├── subnet │ ├── config.go │ ├── config_test.go │ ├── const.go │ └── subnet.go └── utils │ └── utils.go ├── release.sh ├── resources ├── base │ ├── cluster-role-binding.yaml │ ├── cluster-role.yaml │ ├── crds │ │ ├── kustomization.yaml │ │ ├── minio.min.io_tenants.yaml │ │ └── sts.min.io_policybindings.yaml │ ├── deployment.yaml │ ├── kustomization.yaml │ ├── namespace.yaml │ ├── service-account.yaml │ └── service.yaml └── kustomization.yaml ├── samples ├── delete-namespace.yaml ├── delete-storage-user.yaml ├── delete-tenant-config.yaml └── kustomization.yaml ├── shared-functions └── shared-code.sh ├── sidecar ├── .gitignore ├── .goreleaser.yml ├── CREDITS ├── DEVELOPMENT.md ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── cmd │ └── sidecar │ │ ├── app_commands.go │ │ ├── main.go │ │ ├── sidecar.go │ │ └── validate.go ├── go.mod ├── go.sum └── pkg │ ├── build-constants.go │ ├── common │ └── generate_config.go │ ├── sidecar │ ├── bucket_dns_handlers.go │ ├── handlers_common.go │ ├── probes_handlers.go │ ├── sidecar_handlers.go │ └── sidecar_utils.go │ └── validator │ └── validator.go ├── testing ├── certmanager │ ├── mc-admin-info-pod.yaml │ └── operator │ │ ├── deployment.yaml │ │ └── kustomization.yaml ├── check-helm.sh ├── common.sh ├── configurations │ └── debug-pod.yaml ├── console-tenant+kes.sh ├── create-alias.sh ├── decommission-script.sh ├── decommission-test.sh ├── deploy-cert-manager-tenant.sh ├── deploy-tenant-upgrade.sh ├── deploy-tenant.sh ├── dev │ ├── deployment.yaml │ └── kustomization.yaml ├── helm │ └── values.yaml ├── install-mc.sh ├── kes-config.yaml ├── kind-config-floor.yaml ├── kind-config.yaml ├── kind-config │ └── kind-config-nodeport.yaml ├── sts │ └── operator │ │ ├── deployment.yaml │ │ └── kustomization.yaml ├── tenant-hotfix-update.sh ├── tenant │ └── kustomization.yaml ├── test-policy-binding.sh ├── upload-data.sh └── verify-data.sh └── tools.go /.dockerignore: -------------------------------------------------------------------------------- 1 | .git 2 | dist/ 3 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/config.yml -------------------------------------------------------------------------------- /.github/lock.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/lock.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /.github/workflows/goreleaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/workflows/goreleaser.yml -------------------------------------------------------------------------------- /.github/workflows/issues.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/workflows/issues.yaml -------------------------------------------------------------------------------- /.github/workflows/kubernetes-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.github/workflows/kubernetes-tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.gitignore -------------------------------------------------------------------------------- /.golangci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.golangci.yml -------------------------------------------------------------------------------- /.goreleaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/.goreleaser.yml -------------------------------------------------------------------------------- /.nancy-ignore: -------------------------------------------------------------------------------- 1 | CVE-2024-8421 # no fix yet 2 | -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | 18 -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | operator.min.io -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/CREDITS -------------------------------------------------------------------------------- /DEVELOPMENT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/DEVELOPMENT.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/Makefile -------------------------------------------------------------------------------- /NELM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/NELM.md -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/SECURITY.md -------------------------------------------------------------------------------- /UPGRADE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/UPGRADE.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/_config.yml -------------------------------------------------------------------------------- /cluster/cluster.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/cluster/cluster.go -------------------------------------------------------------------------------- /cmd/operator/app_commands.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/cmd/operator/app_commands.go -------------------------------------------------------------------------------- /cmd/operator/controller.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/cmd/operator/controller.go -------------------------------------------------------------------------------- /cmd/operator/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/cmd/operator/main.go -------------------------------------------------------------------------------- /code_of_conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/code_of_conduct.md -------------------------------------------------------------------------------- /docs/DECOMISSION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/DECOMISSION.md -------------------------------------------------------------------------------- /docs/STS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/STS.md -------------------------------------------------------------------------------- /docs/cert-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/cert-manager.md -------------------------------------------------------------------------------- /docs/custom-name-templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/custom-name-templates.md -------------------------------------------------------------------------------- /docs/env-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/env-variables.md -------------------------------------------------------------------------------- /docs/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/examples.md -------------------------------------------------------------------------------- /docs/expansion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/expansion.md -------------------------------------------------------------------------------- /docs/images/Cert-manager Issuers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/images/Cert-manager Issuers.png -------------------------------------------------------------------------------- /docs/images/Cert-manager-namespaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/images/Cert-manager-namespaces.png -------------------------------------------------------------------------------- /docs/images/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/images/architecture.png -------------------------------------------------------------------------------- /docs/images/sts-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/images/sts-diagram.png -------------------------------------------------------------------------------- /docs/kes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/kes.md -------------------------------------------------------------------------------- /docs/lets-encrypt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/lets-encrypt.md -------------------------------------------------------------------------------- /docs/nginx-ingress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/nginx-ingress.md -------------------------------------------------------------------------------- /docs/notes/images/v5.0.0/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/notes/images/v5.0.0/image1.png -------------------------------------------------------------------------------- /docs/notes/images/v5.0.0/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/notes/images/v5.0.0/image2.png -------------------------------------------------------------------------------- /docs/notes/images/v5.0.0/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/notes/images/v5.0.0/image3.png -------------------------------------------------------------------------------- /docs/notes/images/v5.0.0/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/notes/images/v5.0.0/image4.png -------------------------------------------------------------------------------- /docs/notes/images/v5.0.0/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/notes/images/v5.0.0/image5.png -------------------------------------------------------------------------------- /docs/notes/images/v6.0.0/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/notes/images/v6.0.0/image1.png -------------------------------------------------------------------------------- /docs/notes/v5.0.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/notes/v5.0.0.md -------------------------------------------------------------------------------- /docs/notes/v6.0.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/notes/v6.0.0.md -------------------------------------------------------------------------------- /docs/notes/v7.0.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/notes/v7.0.0.md -------------------------------------------------------------------------------- /docs/operator-fields.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/operator-fields.md -------------------------------------------------------------------------------- /docs/operator-tls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/operator-tls.md -------------------------------------------------------------------------------- /docs/pod-security-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/pod-security-policy.md -------------------------------------------------------------------------------- /docs/policybinding_crd.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/policybinding_crd.adoc -------------------------------------------------------------------------------- /docs/sidecars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/sidecars.md -------------------------------------------------------------------------------- /docs/templates/asciidoctor/gv_details.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/templates/asciidoctor/gv_details.tpl -------------------------------------------------------------------------------- /docs/templates/asciidoctor/gv_list.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/templates/asciidoctor/gv_list.tpl -------------------------------------------------------------------------------- /docs/templates/asciidoctor/type.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/templates/asciidoctor/type.tpl -------------------------------------------------------------------------------- /docs/templates/asciidoctor/type_members.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/templates/asciidoctor/type_members.tpl -------------------------------------------------------------------------------- /docs/templates/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/templates/config.yaml -------------------------------------------------------------------------------- /docs/tenant-creation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/tenant-creation.md -------------------------------------------------------------------------------- /docs/tenant-storage-deletion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/tenant-storage-deletion.md -------------------------------------------------------------------------------- /docs/tenant_crd.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/tenant_crd.adoc -------------------------------------------------------------------------------- /docs/tls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/tls.md -------------------------------------------------------------------------------- /docs/using-direct-pv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/docs/using-direct-pv.md -------------------------------------------------------------------------------- /examples/kustomization/base/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/base/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/base/namespace.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Namespace 3 | metadata: 4 | name: minio-tenant 5 | -------------------------------------------------------------------------------- /examples/kustomization/base/storage-user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/base/storage-user.yaml -------------------------------------------------------------------------------- /examples/kustomization/base/tenant-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/base/tenant-config.yaml -------------------------------------------------------------------------------- /examples/kustomization/base/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/base/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/cert-manager/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/cert-manager/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/cert-manager/selfsigned-root-clusterissuer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/cert-manager/selfsigned-root-clusterissuer.yaml -------------------------------------------------------------------------------- /examples/kustomization/operator-certmanager/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/operator-certmanager/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/operator-certmanager/minio-operator-ca-issuer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/operator-certmanager/minio-operator-ca-issuer.yaml -------------------------------------------------------------------------------- /examples/kustomization/operator-certmanager/operator-ca-tls-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/operator-certmanager/operator-ca-tls-secret.yaml -------------------------------------------------------------------------------- /examples/kustomization/operator-certmanager/operator-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/operator-certmanager/operator-deployment.yaml -------------------------------------------------------------------------------- /examples/kustomization/operator-certmanager/sts-tls-certificate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/operator-certmanager/sts-tls-certificate.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/README.md -------------------------------------------------------------------------------- /examples/kustomization/sts-example/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/Makefile -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/aws-sdk/python/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/aws-sdk/python/Dockerfile -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/aws-sdk/python/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/aws-sdk/python/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/aws-sdk/python/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/aws-sdk/python/main.py -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/aws-sdk/python/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3>=1.24 -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/dotnet/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/dotnet/Dockerfile -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/dotnet/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/dotnet/Program.cs -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/dotnet/dotnet.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/dotnet/dotnet.csproj -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/dotnet/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/dotnet/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/go/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/go/Dockerfile -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/go/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/go/README.md -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/go/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/go/go.mod -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/go/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/go/go.sum -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/go/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/go/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/go/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/go/main.go -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/java/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/java/Dockerfile -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/java/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/java/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/java/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/java/pom.xml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/java/src/main/java/operator/sts/OperatorSTSExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/java/src/main/java/operator/sts/OperatorSTSExample.java -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/javascript/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/javascript/Dockerfile -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/javascript/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/javascript/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/python/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/python/Dockerfile -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/python/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/python/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/python/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-clients/minio-sdk/python/main.py -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-clients/minio-sdk/python/requirements.txt: -------------------------------------------------------------------------------- 1 | certifi==2024.7.4 2 | minio>=7.1.13 -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-data/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-data/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-data/mc-job-policy-binding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-data/mc-job-policy-binding.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-data/mc-job-sa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-data/mc-job-sa.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sample-data/mc-job-setup-bucket.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sample-data/mc-job-setup-bucket.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sts-app/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sts-app/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sts-app/policy-binding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sts-app/policy-binding.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/sts-app/sts-client.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/sts-app/sts-client.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/tenant-certmanager/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/tenant-certmanager/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/sts-example/tenant/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/sts-example/tenant/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-PodSecurityPolicies/auditlog-sa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-PodSecurityPolicies/auditlog-sa.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-PodSecurityPolicies/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-PodSecurityPolicies/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-PodSecurityPolicies/minio-sa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-PodSecurityPolicies/minio-sa.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-PodSecurityPolicies/prometheus-sa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-PodSecurityPolicies/prometheus-sa.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-PodSecurityPolicies/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-PodSecurityPolicies/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-certmanager-kes/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-certmanager-kes/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-certmanager-kes/myminio-kes-certificate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-certmanager-kes/myminio-kes-certificate.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-certmanager-kes/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-certmanager-kes/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-certmanager-kes/vault.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-certmanager-kes/vault.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-certmanager/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-certmanager/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-certmanager/tenant-certmanager-ca-certificate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-certmanager/tenant-certmanager-ca-certificate.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-certmanager/tenant-certmanager-issuer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-certmanager/tenant-certmanager-issuer.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-certmanager/tenant-certmanager-myminio-certificate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-certmanager/tenant-certmanager-myminio-certificate.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-certmanager/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-certmanager/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-external-idp-ldap/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-external-idp-ldap/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-external-idp-ldap/openldap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-external-idp-ldap/openldap.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-external-idp-ldap/storage-user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-external-idp-ldap/storage-user.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-external-idp-ldap/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-external-idp-ldap/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-external-idp-oidc/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-external-idp-oidc/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-external-idp-oidc/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-external-idp-oidc/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-kes-encryption-gcp/gcp-default-creds-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-kes-encryption-gcp/gcp-default-creds-secret.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-kes-encryption-gcp/kes-configuration-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-kes-encryption-gcp/kes-configuration-secret.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-kes-encryption-gcp/kes-service-account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-kes-encryption-gcp/kes-service-account.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-kes-encryption-gcp/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-kes-encryption-gcp/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-kes-encryption-gcp/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-kes-encryption-gcp/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-kes-encryption/kes-configuration-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-kes-encryption/kes-configuration-secret.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-kes-encryption/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-kes-encryption/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-kes-encryption/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-kes-encryption/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-letsencrypt/ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-letsencrypt/ingress.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-letsencrypt/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-letsencrypt/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-letsencrypt/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-letsencrypt/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-lite/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-lite/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-lite/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-lite/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-nodeport/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-nodeport/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-nodeport/nodeport-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-nodeport/nodeport-service.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-openshift/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-openshift/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-openshift/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-openshift/tenant.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-tiny/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-tiny/kustomization.yaml -------------------------------------------------------------------------------- /examples/kustomization/tenant-tiny/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/kustomization/tenant-tiny/tenant.yaml -------------------------------------------------------------------------------- /examples/vault/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/vault/deployment.yaml -------------------------------------------------------------------------------- /examples/vault/kes-policy.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/examples/vault/kes-policy.hcl -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/go.sum -------------------------------------------------------------------------------- /helm-reindex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-reindex.sh -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.0.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.1.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.10.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.10.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.11.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.11.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.2.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.3.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.5.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.6.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.7-1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.7-1.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.7.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.8.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.0.9.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.0.9.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.1.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.1.0.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.1.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.1.1.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.1.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.1.2.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.1.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.1.3.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.1.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.1.4.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.1.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.1.5.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.1.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.1.6.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.1.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.1.7.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.1.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.1.8.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.10.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.10.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.12.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.12.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.14.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.14.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.3.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.4.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.5.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.6.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.7.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.8.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.2.9.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.2.9.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.3.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.3.0.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.3.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.3.1.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.3.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.3.2.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.3.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.3.3.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.3.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.3.4.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.3.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.3.5.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.3.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.3.6.tgz -------------------------------------------------------------------------------- /helm-releases/minio-operator-4.3.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/minio-operator-4.3.7.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.3.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.3.6.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.3.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.3.7.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.3.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.3.8.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.3.9.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.3.9.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.0.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.1.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.10.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.10.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.13.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.13.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.14.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.14.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.15.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.15.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.16.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.16.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.17.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.17.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.18.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.18.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.19.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.19.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.2.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.20.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.20.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.21.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.21.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.22.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.22.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.23.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.23.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.24.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.24.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.25.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.25.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.26.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.26.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.27.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.27.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.28.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.28.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.3.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.4.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.5.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.6.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.7.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.8.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.4.9.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.4.9.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.5.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.5.0.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.5.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.5.1.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.5.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.5.2.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.5.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.5.3.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.5.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.5.4.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.5.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.5.5.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.5.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.5.6.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.5.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.5.7.tgz -------------------------------------------------------------------------------- /helm-releases/operator-4.5.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-4.5.8.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.0.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.1.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.10.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.10.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.11.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.11.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.12.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.12.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.13.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.13.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.14.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.14.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.15.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.15.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.16.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.16.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.17.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.17.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.18.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.18.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.2.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.3.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.4.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.5.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.6.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.7.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.8.tgz -------------------------------------------------------------------------------- /helm-releases/operator-5.0.9.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-5.0.9.tgz -------------------------------------------------------------------------------- /helm-releases/operator-6.0.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-6.0.0.tgz -------------------------------------------------------------------------------- /helm-releases/operator-6.0.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-6.0.1.tgz -------------------------------------------------------------------------------- /helm-releases/operator-6.0.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-6.0.2.tgz -------------------------------------------------------------------------------- /helm-releases/operator-6.0.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-6.0.3.tgz -------------------------------------------------------------------------------- /helm-releases/operator-6.0.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-6.0.4.tgz -------------------------------------------------------------------------------- /helm-releases/operator-7.0.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-7.0.0.tgz -------------------------------------------------------------------------------- /helm-releases/operator-7.0.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-7.0.1.tgz -------------------------------------------------------------------------------- /helm-releases/operator-7.1.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-7.1.0.tgz -------------------------------------------------------------------------------- /helm-releases/operator-7.1.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/operator-7.1.1.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.3.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.3.6.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.3.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.3.7.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.3.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.3.8.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.3.9.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.3.9.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.0.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.1.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.10.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.10.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.13.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.13.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.14.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.14.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.15.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.15.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.16.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.16.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.17.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.17.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.18.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.18.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.19.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.19.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.2.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.20.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.20.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.21.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.21.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.22.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.22.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.23.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.23.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.24.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.24.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.25.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.25.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.26.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.26.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.27.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.27.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.28.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.28.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.3.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.4.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.5.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.6.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.7.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.8.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.4.9.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.4.9.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.5.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.5.0.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.5.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.5.1.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.5.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.5.2.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.5.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.5.3.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.5.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.5.4.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.5.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.5.5.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.5.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.5.6.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.5.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.5.7.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-4.5.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-4.5.8.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.0.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.1.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.10.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.10.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.11.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.11.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.12.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.12.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.13.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.13.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.14.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.14.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.15.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.15.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.16.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.16.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.17.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.17.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.18.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.18.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.2.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.3.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.4.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.5.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.6.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.7.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.7.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.8.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.8.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-5.0.9.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-5.0.9.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-6.0.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-6.0.0.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-6.0.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-6.0.1.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-6.0.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-6.0.2.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-6.0.3.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-6.0.3.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-6.0.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-6.0.4.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-7.0.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-7.0.0.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-7.0.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-7.0.1.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-7.1.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-7.1.0.tgz -------------------------------------------------------------------------------- /helm-releases/tenant-7.1.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm-releases/tenant-7.1.1.tgz -------------------------------------------------------------------------------- /helm/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/LICENSE -------------------------------------------------------------------------------- /helm/operator/.helmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/.helmignore -------------------------------------------------------------------------------- /helm/operator/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/Chart.yaml -------------------------------------------------------------------------------- /helm/operator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/README.md -------------------------------------------------------------------------------- /helm/operator/templates/_helpers.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/templates/_helpers.tpl -------------------------------------------------------------------------------- /helm/operator/templates/minio.min.io_tenants.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/templates/minio.min.io_tenants.yaml -------------------------------------------------------------------------------- /helm/operator/templates/operator-clusterrole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/templates/operator-clusterrole.yaml -------------------------------------------------------------------------------- /helm/operator/templates/operator-clusterrolebinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/templates/operator-clusterrolebinding.yaml -------------------------------------------------------------------------------- /helm/operator/templates/operator-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/templates/operator-deployment.yaml -------------------------------------------------------------------------------- /helm/operator/templates/operator-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/templates/operator-service.yaml -------------------------------------------------------------------------------- /helm/operator/templates/operator-serviceaccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/templates/operator-serviceaccount.yaml -------------------------------------------------------------------------------- /helm/operator/templates/sts-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/templates/sts-service.yaml -------------------------------------------------------------------------------- /helm/operator/templates/sts.min.io_policybindings.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/templates/sts.min.io_policybindings.yaml -------------------------------------------------------------------------------- /helm/operator/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/operator/values.yaml -------------------------------------------------------------------------------- /helm/tenant/.helmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/.helmignore -------------------------------------------------------------------------------- /helm/tenant/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/Chart.yaml -------------------------------------------------------------------------------- /helm/tenant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/README.md -------------------------------------------------------------------------------- /helm/tenant/templates/_helpers.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/templates/_helpers.tpl -------------------------------------------------------------------------------- /helm/tenant/templates/api-ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/templates/api-ingress.yaml -------------------------------------------------------------------------------- /helm/tenant/templates/checks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/templates/checks.yaml -------------------------------------------------------------------------------- /helm/tenant/templates/console-ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/templates/console-ingress.yaml -------------------------------------------------------------------------------- /helm/tenant/templates/extra-resources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/templates/extra-resources.yaml -------------------------------------------------------------------------------- /helm/tenant/templates/kes-configuration-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/templates/kes-configuration-secret.yaml -------------------------------------------------------------------------------- /helm/tenant/templates/tenant-configuration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/templates/tenant-configuration.yaml -------------------------------------------------------------------------------- /helm/tenant/templates/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/templates/tenant.yaml -------------------------------------------------------------------------------- /helm/tenant/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/helm/tenant/values.yaml -------------------------------------------------------------------------------- /index.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/index.yaml -------------------------------------------------------------------------------- /k8s/boilerplate.go.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/k8s/boilerplate.go.txt -------------------------------------------------------------------------------- /k8s/update-codegen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/k8s/update-codegen.sh -------------------------------------------------------------------------------- /kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/kustomization.yaml -------------------------------------------------------------------------------- /minio-operator-PodSecurityPolicy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/minio-operator-PodSecurityPolicy.yaml -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/register.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v1/constants.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v1/constants.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/constants.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/constants.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/conversion.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/conversion.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/doc.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/helper.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/helper.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/helper_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/helper_test.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/labels.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/labels.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/names.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/names.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/register.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/types.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/utils.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/zz_generated.deepcopy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/zz_generated.deepcopy.go -------------------------------------------------------------------------------- /pkg/apis/minio.min.io/v2/zz_generated.defaults.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/minio.min.io/v2/zz_generated.defaults.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/register.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1alpha1/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1alpha1/doc.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1alpha1/register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1alpha1/register.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1alpha1/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1alpha1/types.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1alpha1/zz_generated.deepcopy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1alpha1/zz_generated.deepcopy.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1alpha1/zz_generated.defaults.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1alpha1/zz_generated.defaults.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1beta1/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1beta1/doc.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1beta1/register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1beta1/register.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1beta1/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1beta1/types.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1beta1/zz_generated.deepcopy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1beta1/zz_generated.deepcopy.go -------------------------------------------------------------------------------- /pkg/apis/sts.min.io/v1beta1/zz_generated.defaults.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/apis/sts.min.io/v1beta1/zz_generated.defaults.go -------------------------------------------------------------------------------- /pkg/auth/idp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/auth/idp.go -------------------------------------------------------------------------------- /pkg/auth/idp/oauth2/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/auth/idp/oauth2/config.go -------------------------------------------------------------------------------- /pkg/auth/idp/oauth2/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/auth/idp/oauth2/const.go -------------------------------------------------------------------------------- /pkg/auth/idp/oauth2/provider.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/auth/idp/oauth2/provider.go -------------------------------------------------------------------------------- /pkg/auth/idp/oauth2/proxy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/auth/idp/oauth2/proxy.go -------------------------------------------------------------------------------- /pkg/auth/token/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/auth/token/config.go -------------------------------------------------------------------------------- /pkg/auth/token/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/auth/token/const.go -------------------------------------------------------------------------------- /pkg/auth/utils/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/auth/utils/utils.go -------------------------------------------------------------------------------- /pkg/auth/utils/utils_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/auth/utils/utils_test.go -------------------------------------------------------------------------------- /pkg/build-constants.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/build-constants.go -------------------------------------------------------------------------------- /pkg/certs/certs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/certs/certs.go -------------------------------------------------------------------------------- /pkg/certs/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/certs/const.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/internal/internal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/internal/internal.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/bucket.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/bucket.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/certificateconfig.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/certificateconfig.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/certificatestatus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/certificatestatus.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/customcertificateconfig.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/customcertificateconfig.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/customcertificates.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/customcertificates.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/exposeservices.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/exposeservices.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/features.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/features.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/kesconfig.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/kesconfig.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/localcertificatereference.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/localcertificatereference.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/logging.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/logging.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/pool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/pool.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/poolsmetadata.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/poolsmetadata.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/poolstatus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/poolstatus.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/servicemetadata.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/servicemetadata.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/sidecars.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/sidecars.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/tenant.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/tenant.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/tenantdomains.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/tenantdomains.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/tenantscheduler.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/tenantscheduler.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/tenantspec.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/tenantspec.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/tenantstatus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/tenantstatus.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/tenantusage.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/tenantusage.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/minio.min.io/v2/tierusage.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/minio.min.io/v2/tierusage.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1alpha1/application.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1alpha1/application.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1alpha1/policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1alpha1/policybinding.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1alpha1/policybindingspec.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1alpha1/policybindingspec.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1alpha1/policybindingstatus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1alpha1/policybindingstatus.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1alpha1/policybindingusage.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1alpha1/policybindingusage.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1beta1/application.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1beta1/application.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1beta1/policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1beta1/policybinding.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1beta1/policybindingspec.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1beta1/policybindingspec.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1beta1/policybindingstatus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1beta1/policybindingstatus.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/sts.min.io/v1beta1/policybindingusage.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/sts.min.io/v1beta1/policybindingusage.go -------------------------------------------------------------------------------- /pkg/client/applyconfiguration/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/applyconfiguration/utils.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/clientset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/clientset.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/fake/clientset_generated.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/fake/clientset_generated.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/fake/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/fake/doc.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/fake/register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/fake/register.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/scheme/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/scheme/doc.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/scheme/register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/scheme/register.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/minio.min.io/v2/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/minio.min.io/v2/doc.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/minio.min.io/v2/fake/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/minio.min.io/v2/fake/doc.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/minio.min.io/v2/fake/fake_minio.min.io_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/minio.min.io/v2/fake/fake_minio.min.io_client.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/minio.min.io/v2/fake/fake_tenant.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/minio.min.io/v2/fake/fake_tenant.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/minio.min.io/v2/generated_expansion.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/minio.min.io/v2/generated_expansion.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/minio.min.io/v2/minio.min.io_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/minio.min.io/v2/minio.min.io_client.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/minio.min.io/v2/tenant.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/minio.min.io/v2/tenant.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/doc.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/fake/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/fake/doc.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/fake/fake_policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/fake/fake_policybinding.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/fake/fake_sts.min.io_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/fake/fake_sts.min.io_client.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/generated_expansion.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/generated_expansion.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/policybinding.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/sts.min.io_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1alpha1/sts.min.io_client.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/doc.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/fake/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/fake/doc.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/fake/fake_policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/fake/fake_policybinding.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/fake/fake_sts.min.io_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/fake/fake_sts.min.io_client.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/generated_expansion.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/generated_expansion.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/policybinding.go -------------------------------------------------------------------------------- /pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/sts.min.io_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/clientset/versioned/typed/sts.min.io/v1beta1/sts.min.io_client.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/factory.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/factory.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/generic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/generic.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/minio.min.io/interface.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/minio.min.io/interface.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/minio.min.io/v2/interface.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/minio.min.io/v2/interface.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/minio.min.io/v2/tenant.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/minio.min.io/v2/tenant.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/sts.min.io/interface.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/sts.min.io/interface.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/sts.min.io/v1alpha1/interface.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/sts.min.io/v1alpha1/interface.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/sts.min.io/v1alpha1/policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/sts.min.io/v1alpha1/policybinding.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/sts.min.io/v1beta1/interface.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/sts.min.io/v1beta1/interface.go -------------------------------------------------------------------------------- /pkg/client/informers/externalversions/sts.min.io/v1beta1/policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/informers/externalversions/sts.min.io/v1beta1/policybinding.go -------------------------------------------------------------------------------- /pkg/client/listers/minio.min.io/v2/expansion_generated.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/listers/minio.min.io/v2/expansion_generated.go -------------------------------------------------------------------------------- /pkg/client/listers/minio.min.io/v2/tenant.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/listers/minio.min.io/v2/tenant.go -------------------------------------------------------------------------------- /pkg/client/listers/sts.min.io/v1alpha1/expansion_generated.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/listers/sts.min.io/v1alpha1/expansion_generated.go -------------------------------------------------------------------------------- /pkg/client/listers/sts.min.io/v1alpha1/policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/listers/sts.min.io/v1alpha1/policybinding.go -------------------------------------------------------------------------------- /pkg/client/listers/sts.min.io/v1beta1/expansion_generated.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/listers/sts.min.io/v1beta1/expansion_generated.go -------------------------------------------------------------------------------- /pkg/client/listers/sts.min.io/v1beta1/policybinding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/client/listers/sts.min.io/v1beta1/policybinding.go -------------------------------------------------------------------------------- /pkg/common/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/common/const.go -------------------------------------------------------------------------------- /pkg/configuration/tenant_configuration.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/configuration/tenant_configuration.go -------------------------------------------------------------------------------- /pkg/configuration/tenant_configuration_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/configuration/tenant_configuration_test.go -------------------------------------------------------------------------------- /pkg/controller/artifacts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/artifacts.go -------------------------------------------------------------------------------- /pkg/controller/certificates/csr.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/certificates/csr.go -------------------------------------------------------------------------------- /pkg/controller/console.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/console.go -------------------------------------------------------------------------------- /pkg/controller/controller.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/controller.go -------------------------------------------------------------------------------- /pkg/controller/csr.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/csr.go -------------------------------------------------------------------------------- /pkg/controller/custom.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/custom.go -------------------------------------------------------------------------------- /pkg/controller/decomission.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/decomission.go -------------------------------------------------------------------------------- /pkg/controller/kes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/kes.go -------------------------------------------------------------------------------- /pkg/controller/legacy/legacy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/legacy/legacy.go -------------------------------------------------------------------------------- /pkg/controller/main-controller.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/main-controller.go -------------------------------------------------------------------------------- /pkg/controller/minio-services.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/minio-services.go -------------------------------------------------------------------------------- /pkg/controller/minio-services_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/minio-services_test.go -------------------------------------------------------------------------------- /pkg/controller/minio.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/minio.go -------------------------------------------------------------------------------- /pkg/controller/monitoring.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/monitoring.go -------------------------------------------------------------------------------- /pkg/controller/operator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/operator.go -------------------------------------------------------------------------------- /pkg/controller/pods.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/pods.go -------------------------------------------------------------------------------- /pkg/controller/pools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/pools.go -------------------------------------------------------------------------------- /pkg/controller/pools_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/pools_test.go -------------------------------------------------------------------------------- /pkg/controller/prometheus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/prometheus.go -------------------------------------------------------------------------------- /pkg/controller/prometheus_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/prometheus_test.go -------------------------------------------------------------------------------- /pkg/controller/pvc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/pvc.go -------------------------------------------------------------------------------- /pkg/controller/pvc_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/pvc_test.go -------------------------------------------------------------------------------- /pkg/controller/service-account.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/service-account.go -------------------------------------------------------------------------------- /pkg/controller/status.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/status.go -------------------------------------------------------------------------------- /pkg/controller/sts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/sts.go -------------------------------------------------------------------------------- /pkg/controller/sts_handlers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/sts_handlers.go -------------------------------------------------------------------------------- /pkg/controller/tenants.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/tenants.go -------------------------------------------------------------------------------- /pkg/controller/tls.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/tls.go -------------------------------------------------------------------------------- /pkg/controller/upgrades.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/upgrades.go -------------------------------------------------------------------------------- /pkg/controller/upgrades_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/upgrades_test.go -------------------------------------------------------------------------------- /pkg/controller/webhook.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/controller/webhook.go -------------------------------------------------------------------------------- /pkg/internal/http.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/internal/http.go -------------------------------------------------------------------------------- /pkg/kes/kes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/kes/kes.go -------------------------------------------------------------------------------- /pkg/resources/configmaps/prometheus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/resources/configmaps/prometheus.go -------------------------------------------------------------------------------- /pkg/resources/services/service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/resources/services/service.go -------------------------------------------------------------------------------- /pkg/resources/statefulsets/kes-statefulset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/resources/statefulsets/kes-statefulset.go -------------------------------------------------------------------------------- /pkg/resources/statefulsets/minio-sidecar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/resources/statefulsets/minio-sidecar.go -------------------------------------------------------------------------------- /pkg/resources/statefulsets/minio-statefulset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/resources/statefulsets/minio-statefulset.go -------------------------------------------------------------------------------- /pkg/resources/statefulsets/minio-statefulset_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/resources/statefulsets/minio-statefulset_test.go -------------------------------------------------------------------------------- /pkg/runtime/pkg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/runtime/pkg.go -------------------------------------------------------------------------------- /pkg/runtime/sync.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/runtime/sync.go -------------------------------------------------------------------------------- /pkg/runtime/sync_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/runtime/sync_test.go -------------------------------------------------------------------------------- /pkg/subnet/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/subnet/config.go -------------------------------------------------------------------------------- /pkg/subnet/config_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/subnet/config_test.go -------------------------------------------------------------------------------- /pkg/subnet/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/subnet/const.go -------------------------------------------------------------------------------- /pkg/subnet/subnet.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/subnet/subnet.go -------------------------------------------------------------------------------- /pkg/utils/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/pkg/utils/utils.go -------------------------------------------------------------------------------- /release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/release.sh -------------------------------------------------------------------------------- /resources/base/cluster-role-binding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/cluster-role-binding.yaml -------------------------------------------------------------------------------- /resources/base/cluster-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/cluster-role.yaml -------------------------------------------------------------------------------- /resources/base/crds/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/crds/kustomization.yaml -------------------------------------------------------------------------------- /resources/base/crds/minio.min.io_tenants.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/crds/minio.min.io_tenants.yaml -------------------------------------------------------------------------------- /resources/base/crds/sts.min.io_policybindings.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/crds/sts.min.io_policybindings.yaml -------------------------------------------------------------------------------- /resources/base/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/deployment.yaml -------------------------------------------------------------------------------- /resources/base/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/kustomization.yaml -------------------------------------------------------------------------------- /resources/base/namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/namespace.yaml -------------------------------------------------------------------------------- /resources/base/service-account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/service-account.yaml -------------------------------------------------------------------------------- /resources/base/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/base/service.yaml -------------------------------------------------------------------------------- /resources/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/resources/kustomization.yaml -------------------------------------------------------------------------------- /samples/delete-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/samples/delete-namespace.yaml -------------------------------------------------------------------------------- /samples/delete-storage-user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/samples/delete-storage-user.yaml -------------------------------------------------------------------------------- /samples/delete-tenant-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/samples/delete-tenant-config.yaml -------------------------------------------------------------------------------- /samples/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/samples/kustomization.yaml -------------------------------------------------------------------------------- /shared-functions/shared-code.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/shared-functions/shared-code.sh -------------------------------------------------------------------------------- /sidecar/.gitignore: -------------------------------------------------------------------------------- 1 | minio-operator-sidecar -------------------------------------------------------------------------------- /sidecar/.goreleaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/.goreleaser.yml -------------------------------------------------------------------------------- /sidecar/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/CREDITS -------------------------------------------------------------------------------- /sidecar/DEVELOPMENT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/DEVELOPMENT.md -------------------------------------------------------------------------------- /sidecar/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/Dockerfile -------------------------------------------------------------------------------- /sidecar/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/LICENSE -------------------------------------------------------------------------------- /sidecar/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/Makefile -------------------------------------------------------------------------------- /sidecar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/README.md -------------------------------------------------------------------------------- /sidecar/cmd/sidecar/app_commands.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/cmd/sidecar/app_commands.go -------------------------------------------------------------------------------- /sidecar/cmd/sidecar/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/cmd/sidecar/main.go -------------------------------------------------------------------------------- /sidecar/cmd/sidecar/sidecar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/cmd/sidecar/sidecar.go -------------------------------------------------------------------------------- /sidecar/cmd/sidecar/validate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/cmd/sidecar/validate.go -------------------------------------------------------------------------------- /sidecar/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/go.mod -------------------------------------------------------------------------------- /sidecar/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/go.sum -------------------------------------------------------------------------------- /sidecar/pkg/build-constants.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/pkg/build-constants.go -------------------------------------------------------------------------------- /sidecar/pkg/common/generate_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/pkg/common/generate_config.go -------------------------------------------------------------------------------- /sidecar/pkg/sidecar/bucket_dns_handlers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/pkg/sidecar/bucket_dns_handlers.go -------------------------------------------------------------------------------- /sidecar/pkg/sidecar/handlers_common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/pkg/sidecar/handlers_common.go -------------------------------------------------------------------------------- /sidecar/pkg/sidecar/probes_handlers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/pkg/sidecar/probes_handlers.go -------------------------------------------------------------------------------- /sidecar/pkg/sidecar/sidecar_handlers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/pkg/sidecar/sidecar_handlers.go -------------------------------------------------------------------------------- /sidecar/pkg/sidecar/sidecar_utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/pkg/sidecar/sidecar_utils.go -------------------------------------------------------------------------------- /sidecar/pkg/validator/validator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/sidecar/pkg/validator/validator.go -------------------------------------------------------------------------------- /testing/certmanager/mc-admin-info-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/certmanager/mc-admin-info-pod.yaml -------------------------------------------------------------------------------- /testing/certmanager/operator/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/certmanager/operator/deployment.yaml -------------------------------------------------------------------------------- /testing/certmanager/operator/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/certmanager/operator/kustomization.yaml -------------------------------------------------------------------------------- /testing/check-helm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/check-helm.sh -------------------------------------------------------------------------------- /testing/common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/common.sh -------------------------------------------------------------------------------- /testing/configurations/debug-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/configurations/debug-pod.yaml -------------------------------------------------------------------------------- /testing/console-tenant+kes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/console-tenant+kes.sh -------------------------------------------------------------------------------- /testing/create-alias.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/create-alias.sh -------------------------------------------------------------------------------- /testing/decommission-script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/decommission-script.sh -------------------------------------------------------------------------------- /testing/decommission-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/decommission-test.sh -------------------------------------------------------------------------------- /testing/deploy-cert-manager-tenant.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/deploy-cert-manager-tenant.sh -------------------------------------------------------------------------------- /testing/deploy-tenant-upgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/deploy-tenant-upgrade.sh -------------------------------------------------------------------------------- /testing/deploy-tenant.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/deploy-tenant.sh -------------------------------------------------------------------------------- /testing/dev/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/dev/deployment.yaml -------------------------------------------------------------------------------- /testing/dev/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/dev/kustomization.yaml -------------------------------------------------------------------------------- /testing/helm/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/helm/values.yaml -------------------------------------------------------------------------------- /testing/install-mc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/install-mc.sh -------------------------------------------------------------------------------- /testing/kes-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/kes-config.yaml -------------------------------------------------------------------------------- /testing/kind-config-floor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/kind-config-floor.yaml -------------------------------------------------------------------------------- /testing/kind-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/kind-config.yaml -------------------------------------------------------------------------------- /testing/kind-config/kind-config-nodeport.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/kind-config/kind-config-nodeport.yaml -------------------------------------------------------------------------------- /testing/sts/operator/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/sts/operator/deployment.yaml -------------------------------------------------------------------------------- /testing/sts/operator/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/sts/operator/kustomization.yaml -------------------------------------------------------------------------------- /testing/tenant-hotfix-update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/tenant-hotfix-update.sh -------------------------------------------------------------------------------- /testing/tenant/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/tenant/kustomization.yaml -------------------------------------------------------------------------------- /testing/test-policy-binding.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/test-policy-binding.sh -------------------------------------------------------------------------------- /testing/upload-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/upload-data.sh -------------------------------------------------------------------------------- /testing/verify-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/testing/verify-data.sh -------------------------------------------------------------------------------- /tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minio/operator/HEAD/tools.go --------------------------------------------------------------------------------